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": "745b718d-ee20-4ff1-80ce-4cc05fba6dd8",
  "DeliveryTypeID": 1,
  "CountryID": 1,
  "DeliveryTypeActivePromo": true,
  "CountryActive": true,
  "UserUUIDCur": "ba776c5a-7a63-4c3d-8d98-a925411b7217"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]