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": "0e606d9d-1eb0-4e68-b4c6-d5d05035f135",
"DeliveryTypeID": 1,
"CountryID": 1,
"DeliveryTypeActivePromo": true,
"CountryActive": true,
"UserUUIDCur": "3963711e-e21b-42f7-8a59-d73bb9517365"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]