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": "d86cd5f6-14ee-47d8-a37a-cfc0b4451855",
"CityUUID": "1c1a1882-0e78-4c44-9ef1-c04a217a73f0",
"StreetUUID": "0b46b0c5-74a4-4d94-91e6-cc6f6722aff1",
"StreetTypeUUID": "a43800a3-0d82-4bbb-80bb-ffeea8a066ed",
"CartUUID": "9a5d06a8-3455-4f6f-b033-12874fd269fb",
"AddressUUID": "e583c553-2cee-464c-85f7-6cd49cbf2bea",
"UserUUIDCur": "3fac2bd0-8974-4a9e-8035-47cc3d6646b2"
}
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": "dafbdefa-b0cb-47ea-9467-708ef0faf67b",
"CityTypeUUID": "dfbcdd57-ed43-43d1-bdc8-5504f0509fa1",
"CityUUID": "f17feae4-2db8-4f63-aea0-470f1cbfbdd1",
"StreetTypeUUID": "8a9c7167-adc2-4873-85d7-12e1775373cc",
"StreetUUID": "ede1b887-ec73-4d9d-a57b-745e5d80e93e",
"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": "2c37adbf-ad88-4a80-96cc-8b0f78f4ba82"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "dafbdefa-b0cb-47ea-9467-708ef0faf67b",
"CityTypeUUID": "dfbcdd57-ed43-43d1-bdc8-5504f0509fa1",
"CityUUID": "f17feae4-2db8-4f63-aea0-470f1cbfbdd1",
"StreetTypeUUID": "8a9c7167-adc2-4873-85d7-12e1775373cc",
"StreetUUID": "ede1b887-ec73-4d9d-a57b-745e5d80e93e",
"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": "2c37adbf-ad88-4a80-96cc-8b0f78f4ba82"
}
]