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": "6c09eb5e-e978-4011-a98f-37320200eda4",
  "DeliveryTypeID": 1,
  "CountryID": 1,
  "DeliveryTypeActivePromo": true,
  "CountryActive": true,
  "UserUUIDCur": "df517343-6f3f-474c-ace2-201fb1649cb4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]