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": "75024554-468f-4a78-8a50-a6255066ca25",
  "DeliveryTypeID": 1,
  "CountryID": 1,
  "DeliveryTypeActivePromo": true,
  "CountryActive": true,
  "UserUUIDCur": "8fb8543e-2216-4704-840e-72a6c9e4a1b4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]