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": "5ee8f933-68f9-4d76-8d5f-62566a89e303", "CityUUID": "6ca110c7-32f9-430a-bb4b-f97f770462f2", "StreetUUID": "46b46b9a-bce5-4848-bd12-7d5cf18d435b", "StreetTypeUUID": "20d10e19-b105-46d9-b3ba-c28d75218d83", "CartUUID": "1606ef8f-e3db-4112-acb1-630f6dd0f85f", "AddressUUID": "b1921f1d-f5ca-41b1-9514-a8e906cbae12", "UserUUIDCur": "0ffbbe21-cb33-4701-b319-f06ce82f0dbc" }
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": "66c7f6f6-1c11-4b78-b582-a558cd540f13", "CityTypeUUID": "c8f7b3e5-106d-48c9-a4af-0d952d7f087b", "CityUUID": "9df7dd41-f7ab-4c6e-b5cc-7ccc088b4ae0", "StreetTypeUUID": "9cde6444-7711-41de-8073-4dc8c723e4c0", "StreetUUID": "f536e16f-f40b-45a0-b1a6-c21255795d98", "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": "fd424188-ba18-4167-81d6-67358a0c0bc7" }, { "DeliveryTypeID": 1, "DeliveryTypeActive": true, "ShowAppart": true, "ShowBuilding": true, "AddressSearch": true, "AddressUUID": "66c7f6f6-1c11-4b78-b582-a558cd540f13", "CityTypeUUID": "c8f7b3e5-106d-48c9-a4af-0d952d7f087b", "CityUUID": "9df7dd41-f7ab-4c6e-b5cc-7ccc088b4ae0", "StreetTypeUUID": "9cde6444-7711-41de-8073-4dc8c723e4c0", "StreetUUID": "f536e16f-f40b-45a0-b1a6-c21255795d98", "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": "fd424188-ba18-4167-81d6-67358a0c0bc7" } ]