POST api/AppOrder/AppSaveCartDeliveryType
AppSaveCartDeliveryType
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartDeliveryType| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypeID | integer |
None. |
|
| CityTypeUUID | globally unique identifier |
None. |
|
| CityUUID | globally unique identifier |
None. |
|
| StreetUUID | globally unique identifier |
None. |
|
| StreetTypeUUID | globally unique identifier |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| AddressUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryTypeID": 1,
"CityTypeUUID": "57e58f3b-f1e8-4205-a5fa-e892f0b78047",
"CityUUID": "0766b3e4-0cbc-47c6-9246-7a3a5cee3b3a",
"StreetUUID": "cf531a2a-b915-4305-9cad-a4f4303ceb7d",
"StreetTypeUUID": "73a2297f-64f4-4585-91ee-c04806e9aad4",
"CartUUID": "82b4a4b8-1f4f-41b2-8d28-9df5151d7110",
"AddressUUID": "131fe1ad-cb43-4205-ab85-c00c9179692a",
"UserUUIDCur": "de38afc9-c5d2-4fbd-aa0d-1739ad02b07d"
}
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": "d9199b98-aecc-417c-8759-bb90d3fe7dab",
"CityTypeUUID": "4fe921b9-af1b-4f2f-898d-e081ca29f28f",
"CityUUID": "02928603-af57-4699-b110-88622f02abab",
"StreetTypeUUID": "1cb70ed5-ca71-4408-99c3-59665e554f1a",
"StreetUUID": "e997657f-3c61-4354-8c9d-fde5b6a4cd40",
"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": "dc4ce1e7-e0af-4d29-b2e9-cd3414d71f13"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "d9199b98-aecc-417c-8759-bb90d3fe7dab",
"CityTypeUUID": "4fe921b9-af1b-4f2f-898d-e081ca29f28f",
"CityUUID": "02928603-af57-4699-b110-88622f02abab",
"StreetTypeUUID": "1cb70ed5-ca71-4408-99c3-59665e554f1a",
"StreetUUID": "e997657f-3c61-4354-8c9d-fde5b6a4cd40",
"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": "dc4ce1e7-e0af-4d29-b2e9-cd3414d71f13"
}
]