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": "82b3cd32-94b4-4993-9653-544433fe0a83", "CityUUID": "207ed49f-2744-41db-a354-ca48ca1ac153", "StreetUUID": "03b5b60e-1e35-4cd3-8876-0592ffbbda61", "StreetTypeUUID": "67d0870a-1e5d-47a2-8481-e0c023584377", "CartUUID": "8b66b48e-3fa3-4014-a891-32e4f4d021db", "AddressUUID": "3ee90a4e-2805-4e7a-8d5d-30d1cdfea83d", "UserUUIDCur": "9b6d654f-88f3-40ca-8520-4e7be6aac8f1" }
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": "7747c135-6ff0-4543-8714-a3633458283f", "CityTypeUUID": "fe9814b3-faf4-4a51-afbe-1a332ef26de4", "CityUUID": "c0d7bd5c-3564-48a4-bc2b-95776d1e98eb", "StreetTypeUUID": "5b46be4b-5af3-4e05-98bb-98e56231e5ef", "StreetUUID": "c4011b66-81ae-4b13-9e8c-1d37c07f14cd", "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": "6c90eacc-2069-40a1-888b-cccd5f6d4a48" }, { "DeliveryTypeID": 1, "DeliveryTypeActive": true, "ShowAppart": true, "ShowBuilding": true, "AddressSearch": true, "AddressUUID": "7747c135-6ff0-4543-8714-a3633458283f", "CityTypeUUID": "fe9814b3-faf4-4a51-afbe-1a332ef26de4", "CityUUID": "c0d7bd5c-3564-48a4-bc2b-95776d1e98eb", "StreetTypeUUID": "5b46be4b-5af3-4e05-98bb-98e56231e5ef", "StreetUUID": "c4011b66-81ae-4b13-9e8c-1d37c07f14cd", "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": "6c90eacc-2069-40a1-888b-cccd5f6d4a48" } ]