POST api/AppOrder/AppGetDeliveryType
AppGetDeliveryType
Request Information
URI Parameters
None.
Body Parameters
AppGetDeliveryType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "d47c89d3-53be-41e8-b160-1e08291ccffa"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetDeliveryType_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypeID | integer |
None. |
|
| DeliveryTypeActive | boolean |
None. |
|
| ShowAppart | boolean |
None. |
|
| ShowBuilding | boolean |
None. |
|
| AddressSearch | boolean |
None. |
|
| AddressUUID | globally unique identifier |
None. |
|
| CityTypeUUID | globally unique identifier |
None. |
|
| CityUUID | globally unique identifier |
None. |
|
| StreetTypeUUID | globally unique identifier |
None. |
|
| StreetUUID | globally unique identifier |
None. |
|
| Address | string |
None. |
|
| Appart | string |
None. |
|
| Post | string |
None. |
|
| PostSearch | boolean |
None. |
|
| PostCode | string |
None. |
|
| Building | string |
None. |
|
| ConfirmButtonChar | string |
None. |
|
| DistChar | string |
None. |
|
| TimeChar | string |
None. |
|
| DeliveryTypeName | string |
None. |
|
| TotalValueChar | string |
None. |
|
| DeliveryTypeDescr | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "76170386-97b6-4f98-823a-6b296e002994",
"CityTypeUUID": "8a2946a2-531f-4be4-bb23-562a2941c46f",
"CityUUID": "903fc0e3-5310-4958-b818-53757fd29b32",
"StreetTypeUUID": "32f396b5-8455-4595-a2a9-f9dc7e4e1a25",
"StreetUUID": "2dfeb896-6008-4377-928f-05e82dddacfd",
"Address": "sample string 5",
"Appart": "sample string 6",
"Post": "sample string 7",
"PostSearch": true,
"PostCode": "sample string 9",
"Building": "sample string 10",
"ConfirmButtonChar": "sample string 11",
"DistChar": "sample string 12",
"TimeChar": "sample string 13",
"DeliveryTypeName": "sample string 14",
"TotalValueChar": "sample string 15",
"DeliveryTypeDescr": "sample string 16",
"UserUUIDCur": "5778d8c7-763a-44e0-9662-b4a42d36d138"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "76170386-97b6-4f98-823a-6b296e002994",
"CityTypeUUID": "8a2946a2-531f-4be4-bb23-562a2941c46f",
"CityUUID": "903fc0e3-5310-4958-b818-53757fd29b32",
"StreetTypeUUID": "32f396b5-8455-4595-a2a9-f9dc7e4e1a25",
"StreetUUID": "2dfeb896-6008-4377-928f-05e82dddacfd",
"Address": "sample string 5",
"Appart": "sample string 6",
"Post": "sample string 7",
"PostSearch": true,
"PostCode": "sample string 9",
"Building": "sample string 10",
"ConfirmButtonChar": "sample string 11",
"DistChar": "sample string 12",
"TimeChar": "sample string 13",
"DeliveryTypeName": "sample string 14",
"TotalValueChar": "sample string 15",
"DeliveryTypeDescr": "sample string 16",
"UserUUIDCur": "5778d8c7-763a-44e0-9662-b4a42d36d138"
}
]