POST api/AppOrder/AppSaveCartDeliveryType
AppSaveCartDeliveryType
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartDeliveryTypeName | 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": "851fd6ca-1709-4f16-90a8-2f583fa2b11a", "CityUUID": "16562be5-24b9-443d-8ee8-e4cbbf72c57f", "StreetUUID": "f4fccfe4-8553-465a-80ab-6aeeea119835", "StreetTypeUUID": "f65350a8-ce50-4d4e-ab50-da4daec31b8f", "CartUUID": "f41b1a83-0ae9-460c-a8d7-436d304d4b31", "AddressUUID": "10cfe753-703e-4397-bc5c-4c763d68e47f", "UserUUIDCur": "b22ba8d9-9ea5-4c9e-8398-f44c010670df" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetDeliveryType_ResponseName | 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": "00d22e6f-a302-4e59-a0d1-296269c0320a", "CityTypeUUID": "98f2c4e3-d001-42ce-8fde-3202558f4987", "CityUUID": "4dc30aac-a70b-42a5-aad1-020509fd7755", "StreetTypeUUID": "d33254b8-943c-4465-9507-6a18f74f60ab", "StreetUUID": "62f9decb-9c1c-408b-8fd3-d2ee04827e87", "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": "6f36067e-b765-4361-a6be-83f678fae098" }, { "DeliveryTypeID": 1, "DeliveryTypeActive": true, "ShowAppart": true, "ShowBuilding": true, "AddressSearch": true, "AddressUUID": "00d22e6f-a302-4e59-a0d1-296269c0320a", "CityTypeUUID": "98f2c4e3-d001-42ce-8fde-3202558f4987", "CityUUID": "4dc30aac-a70b-42a5-aad1-020509fd7755", "StreetTypeUUID": "d33254b8-943c-4465-9507-6a18f74f60ab", "StreetUUID": "62f9decb-9c1c-408b-8fd3-d2ee04827e87", "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": "6f36067e-b765-4361-a6be-83f678fae098" } ]