POST api/AppOrder/AppGetDeliveryType
AppGetDeliveryType
Request Information
URI Parameters
None.
Body Parameters
AppGetDeliveryTypeName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "c89cdd19-8353-420d-bf9f-0199f32c67f7" }
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": "ed813f38-fe28-41db-99d7-a60e20a41437", "CityTypeUUID": "8956bd31-8a01-4c72-834d-53ca53723949", "CityUUID": "f34e0a3b-e432-40f8-908a-cff3e9594407", "StreetTypeUUID": "43de3364-275d-40a9-a956-9ea3f016ab6f", "StreetUUID": "2a569ff8-5d9e-4312-ab5f-0dc7ceb4456b", "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": "14927a5d-fb70-4561-862e-5faf8e7d9f57" }, { "DeliveryTypeID": 1, "DeliveryTypeActive": true, "ShowAppart": true, "ShowBuilding": true, "AddressSearch": true, "AddressUUID": "ed813f38-fe28-41db-99d7-a60e20a41437", "CityTypeUUID": "8956bd31-8a01-4c72-834d-53ca53723949", "CityUUID": "f34e0a3b-e432-40f8-908a-cff3e9594407", "StreetTypeUUID": "43de3364-275d-40a9-a956-9ea3f016ab6f", "StreetUUID": "2a569ff8-5d9e-4312-ab5f-0dc7ceb4456b", "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": "14927a5d-fb70-4561-862e-5faf8e7d9f57" } ]