POST api/AdminOrder/GetDeliveryTypePromo
AdmGetDeliveryTypePromo
Request Information
URI Parameters
None.
Body Parameters
GetDeliveryTypePromo_RequestName | 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": "3633ed7e-b124-4c31-857a-8abf6231a4fc", "DeliveryTypeID": 1, "CountryID": 1, "DeliveryTypeActivePromo": true, "CountryActive": true, "UserUUIDCur": "84802ab0-9233-44c3-8c05-0227625edf4d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]