POST api/AdminOrder/GetDeliveryTypePromo
AdmGetDeliveryTypePromo
Request Information
URI Parameters
None.
Body Parameters
GetDeliveryTypePromo_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypePromoUUID | globally unique identifier |
None. |
|
| DeliveryTypeID | integer |
None. |
|
| CountryID | integer |
None. |
|
| DeliveryTypeActivePromo | boolean |
None. |
|
| CountryActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryTypePromoUUID": "ca506a8f-d7a3-4a28-af08-016c55c50929",
"DeliveryTypeID": 1,
"CountryID": 1,
"DeliveryTypeActivePromo": true,
"CountryActive": true,
"UserUUIDCur": "2022795b-01bf-4613-aff8-62361a3426cb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]