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": "846b6c6f-f0f4-425b-83e2-2572ccef595c",
"CityUUID": "d609901d-b28c-4075-bc78-4c507a40b5a7",
"StreetUUID": "4839517c-92d7-441c-be0d-acfb39a892dd",
"StreetTypeUUID": "5edfd1d4-4c20-4ebf-b87b-00a5da8a8f60",
"CartUUID": "8529fa3e-e282-408e-bbff-8b11191cdf2b",
"AddressUUID": "ba43813d-cb34-4cfd-9264-f756b1890d82",
"UserUUIDCur": "1bfba255-a948-4d0f-9983-b0b0fa1cf578"
}
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": "9b495fc5-8f7e-449a-9dc0-9408a74e370a",
"CityTypeUUID": "2eb0903c-8a5b-4543-94ef-ecdece60b1f5",
"CityUUID": "025c79a3-4db2-401e-a1c5-cc1e47c3fa4a",
"StreetTypeUUID": "ec71a603-c3b6-46db-9554-5cdbb81c4c5a",
"StreetUUID": "9e813ff2-0b68-46b3-a6ee-884aa7e90d74",
"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": "93b45432-5b66-4daa-b520-59766dd51b3e"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "9b495fc5-8f7e-449a-9dc0-9408a74e370a",
"CityTypeUUID": "2eb0903c-8a5b-4543-94ef-ecdece60b1f5",
"CityUUID": "025c79a3-4db2-401e-a1c5-cc1e47c3fa4a",
"StreetTypeUUID": "ec71a603-c3b6-46db-9554-5cdbb81c4c5a",
"StreetUUID": "9e813ff2-0b68-46b3-a6ee-884aa7e90d74",
"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": "93b45432-5b66-4daa-b520-59766dd51b3e"
}
]