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": "2fe49754-d3ff-4ff2-aad0-fbc6ccfe759c",
"CityUUID": "ab2ea55f-0156-4e70-ae22-bc29cf45eb73",
"StreetUUID": "6ffd9d52-16b1-4490-9bbd-523fc5952a10",
"StreetTypeUUID": "18beda6f-e006-46a9-ac17-1002df70f2ea",
"CartUUID": "746f4393-eec2-4ccf-aff2-1963c13e3643",
"AddressUUID": "64bbf3c5-d0d8-40f4-9b81-2958496c3de3",
"UserUUIDCur": "f33cd028-19d4-4b10-ba66-43db58b443ce"
}
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": "d04584c7-bb07-46ea-bf6d-445f2b3a28a9",
"CityTypeUUID": "f818c49b-d04b-4834-81f4-0741e6a5630f",
"CityUUID": "bbd0cdfd-5229-4d87-b823-899a68b8d43d",
"StreetTypeUUID": "be753b92-3273-40e2-8baf-1eaf9f7664ee",
"StreetUUID": "57631a3b-60f3-4ad1-b387-a471d4416d85",
"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": "96bb438e-0901-43a4-918c-3dd6c0cc3b09"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "d04584c7-bb07-46ea-bf6d-445f2b3a28a9",
"CityTypeUUID": "f818c49b-d04b-4834-81f4-0741e6a5630f",
"CityUUID": "bbd0cdfd-5229-4d87-b823-899a68b8d43d",
"StreetTypeUUID": "be753b92-3273-40e2-8baf-1eaf9f7664ee",
"StreetUUID": "57631a3b-60f3-4ad1-b387-a471d4416d85",
"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": "96bb438e-0901-43a4-918c-3dd6c0cc3b09"
}
]