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": "ae559306-29e2-47ab-a787-a1dc68936a5d",
"CityUUID": "dd303d81-8c14-4f24-bc95-ea6e99064587",
"StreetUUID": "c287e2ba-83f9-4d18-bbd9-d407bd3205c1",
"StreetTypeUUID": "37c4b8c0-3aba-4d34-9863-96a90c83f3ba",
"CartUUID": "51eba286-ac87-4b9f-9032-01ddd3bb8ec3",
"AddressUUID": "1eb4dc94-d388-48c0-b346-b51705a562fb",
"UserUUIDCur": "0a9f5215-65c8-47aa-af6b-2e9d4d7844da"
}
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": "5ba3d795-f976-4dd0-b7c2-fa8adec31047",
"CityTypeUUID": "29e82b43-4a42-45f7-93e1-70b39ff489fd",
"CityUUID": "e7313aef-ba20-4f7a-a609-9c6955da6b6b",
"StreetTypeUUID": "b83e3d1f-b8ca-45f2-9efe-2bc4d4064f60",
"StreetUUID": "dce0633d-1940-4af7-8bcb-7ba1d66c83f2",
"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": "477ce82f-7cb4-46d8-bfde-f776d787ab60"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "5ba3d795-f976-4dd0-b7c2-fa8adec31047",
"CityTypeUUID": "29e82b43-4a42-45f7-93e1-70b39ff489fd",
"CityUUID": "e7313aef-ba20-4f7a-a609-9c6955da6b6b",
"StreetTypeUUID": "b83e3d1f-b8ca-45f2-9efe-2bc4d4064f60",
"StreetUUID": "dce0633d-1940-4af7-8bcb-7ba1d66c83f2",
"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": "477ce82f-7cb4-46d8-bfde-f776d787ab60"
}
]