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": "0622fb2d-1cbd-4ce5-b396-fedef7c844ee",
"DeliveryTypeID": 1,
"CountryID": 1,
"DeliveryTypeActivePromo": true,
"CountryActive": true,
"UserUUIDCur": "cdd5ccd3-eeb3-4e10-bbe7-8c574c6059e0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]