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": "6160bc75-d842-4d6f-9fc2-007535602ea6", "CityUUID": "1f8db53b-f45e-4a1a-9906-15fbddc26c9f", "StreetUUID": "ace9c116-8e77-4f8f-be18-60e867a70ff7", "StreetTypeUUID": "1f6504b8-0862-46d0-8f10-ea3102db1a56", "CartUUID": "b4118998-dbd5-476e-a9f5-fd40f865b558", "AddressUUID": "1db9085d-9863-4bf4-8915-1769b1651ae8", "UserUUIDCur": "e2495ea5-f260-47db-8dd4-120fb084d173" }
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": "6aa0e2a6-21ac-4eac-8053-61418e0326c6", "CityTypeUUID": "d61c5d37-5b36-4b6c-8eb9-dad16dd566d1", "CityUUID": "f3eb9cca-9d07-452d-92b9-21b6f7f7cae5", "StreetTypeUUID": "4e95921b-fffb-4429-be29-980ef44933e0", "StreetUUID": "e0cf6b65-9002-49a5-8df2-bb845d4fc12b", "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": "824b81f3-8b4a-418d-a4f2-0697995038fb" }, { "DeliveryTypeID": 1, "DeliveryTypeActive": true, "ShowAppart": true, "ShowBuilding": true, "AddressSearch": true, "AddressUUID": "6aa0e2a6-21ac-4eac-8053-61418e0326c6", "CityTypeUUID": "d61c5d37-5b36-4b6c-8eb9-dad16dd566d1", "CityUUID": "f3eb9cca-9d07-452d-92b9-21b6f7f7cae5", "StreetTypeUUID": "4e95921b-fffb-4429-be29-980ef44933e0", "StreetUUID": "e0cf6b65-9002-49a5-8df2-bb845d4fc12b", "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": "824b81f3-8b4a-418d-a4f2-0697995038fb" } ]