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": "9bc93020-6033-4abb-80dc-b00e09918731",
"DeliveryTypeID": 1,
"CountryID": 1,
"DeliveryTypeActivePromo": true,
"CountryActive": true,
"UserUUIDCur": "244ae634-5fff-4e7a-8607-bfd7dec6c62a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]