POST api/AdminOrder/GetDeliveryTypePromo

AdmGetDeliveryTypePromo

Request Information

URI Parameters

None.

Body Parameters

GetDeliveryTypePromo_Request
NameDescriptionTypeAdditional 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": "926065b3-4ed2-4f63-b086-69e3e1f34b4a",
  "DeliveryTypeID": 1,
  "CountryID": 1,
  "DeliveryTypeActivePromo": true,
  "CountryActive": true,
  "UserUUIDCur": "fdce7e96-4ce7-4b8d-bdcf-b129d57a7262"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]