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": "d176cb94-0d62-4d15-ace4-d3ad3e08a05a",
"DeliveryTypeID": 1,
"CountryID": 1,
"DeliveryTypeActivePromo": true,
"CountryActive": true,
"UserUUIDCur": "d5cfcde5-e027-48f6-b161-13c9d0147c48"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]