POST api/AppOrder/AppGetDeliveryType
AppGetDeliveryType
Request Information
URI Parameters
None.
Body Parameters
AppGetDeliveryType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "b2d261ae-3aef-48aa-8750-cead88522d0c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetDeliveryType_Response| Name | 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": "a963bb1a-9e3d-488e-a494-73e4b5b19a79",
"CityTypeUUID": "4d09f704-39b8-4c42-ac58-ae56e67de86d",
"CityUUID": "3895c34e-c1d7-432f-a051-a7a62a67944e",
"StreetTypeUUID": "b7f7ae3f-348f-42a7-a945-decb81724991",
"StreetUUID": "f9fb3c6e-414b-461a-8cea-0a0d7584aff0",
"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": "36134fc2-f47f-4759-9f97-286918d5e7f2"
},
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"ShowAppart": true,
"ShowBuilding": true,
"AddressSearch": true,
"AddressUUID": "a963bb1a-9e3d-488e-a494-73e4b5b19a79",
"CityTypeUUID": "4d09f704-39b8-4c42-ac58-ae56e67de86d",
"CityUUID": "3895c34e-c1d7-432f-a051-a7a62a67944e",
"StreetTypeUUID": "b7f7ae3f-348f-42a7-a945-decb81724991",
"StreetUUID": "f9fb3c6e-414b-461a-8cea-0a0d7584aff0",
"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": "36134fc2-f47f-4759-9f97-286918d5e7f2"
}
]