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": "2ecd76f6-2e37-423c-82d0-b0831497323d",
  "DeliveryTypeID": 1,
  "CountryID": 1,
  "DeliveryTypeActivePromo": true,
  "CountryActive": true,
  "UserUUIDCur": "a11bd427-07df-4ed8-ac27-cac793052f1c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]