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": "7de6fdca-befa-463d-be3b-6ca03fd683f6",
"CityUUID": "f2dd6e54-7d7f-46f8-a4ef-e0f8cab3696c",
"StreetUUID": "148c614d-c93b-4a71-9eda-c92e3003d18a",
"StreetTypeUUID": "309a5c12-0e08-4635-8d47-14f33888cf82",
"CartUUID": "80a64422-07d0-4b8e-8c1f-56f81a8b0388",
"AddressUUID": "ba6a2db5-22d8-4714-8fbb-54c7082e9904",
"UserUUIDCur": "bf0f98f0-d849-4c0c-ba73-c2bc353e2805"
}
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": "4d74c71a-50c0-470f-8145-024863152d4b",
"CityTypeUUID": "6f6e21ab-58e7-49a5-a556-cf24c4f2030b",
"CityUUID": "586b2661-500f-4f75-bcc1-cbdfa22b80b1",
"StreetTypeUUID": "e7f59104-1b1b-4c8d-8ee9-e5fef391cf45",
"StreetUUID": "d494eba8-fbcb-4da0-8bc6-05cde47ab42c",
"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": "9a5f8a50-ab32-4828-be2e-baacfc0e2389"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "4d74c71a-50c0-470f-8145-024863152d4b",
"CityTypeUUID": "6f6e21ab-58e7-49a5-a556-cf24c4f2030b",
"CityUUID": "586b2661-500f-4f75-bcc1-cbdfa22b80b1",
"StreetTypeUUID": "e7f59104-1b1b-4c8d-8ee9-e5fef391cf45",
"StreetUUID": "d494eba8-fbcb-4da0-8bc6-05cde47ab42c",
"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": "9a5f8a50-ab32-4828-be2e-baacfc0e2389"
}
]