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": "09d95a12-7f40-4d5a-8e75-e60d7f1edb6f",
"CityUUID": "611662fd-b230-42f0-b25c-9ccc007b4c1d",
"StreetUUID": "b86cd961-d368-4bc2-9e27-6db2ea492a2b",
"StreetTypeUUID": "e27e613d-74c7-449f-9972-2ad3226819ce",
"CartUUID": "266cc5b4-a749-4ad1-909b-35d91d68e9c0",
"AddressUUID": "1376fb51-5327-43ee-837c-2a7c651a0a16",
"UserUUIDCur": "10cb6838-3505-4307-a03f-20e0bc29e792"
}
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": "dce2f9ac-c18b-4dae-9f1a-57ba3d505e81",
"CityTypeUUID": "6d88aea1-7a86-41c3-93af-01344166742d",
"CityUUID": "c9a96a13-f981-4865-b7b8-a1d29b1ca269",
"StreetTypeUUID": "99fae390-7a3d-4708-b7a3-b6b2ff50440a",
"StreetUUID": "f8835429-b89b-46bb-96be-0e468052c84d",
"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": "e299b1a5-df17-45cb-b66d-a3fecb92a698"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "dce2f9ac-c18b-4dae-9f1a-57ba3d505e81",
"CityTypeUUID": "6d88aea1-7a86-41c3-93af-01344166742d",
"CityUUID": "c9a96a13-f981-4865-b7b8-a1d29b1ca269",
"StreetTypeUUID": "99fae390-7a3d-4708-b7a3-b6b2ff50440a",
"StreetUUID": "f8835429-b89b-46bb-96be-0e468052c84d",
"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": "e299b1a5-df17-45cb-b66d-a3fecb92a698"
}
]