POST api/AdminProduct/AdmGetProductPromoDCountry

AdmGetProductPromoDCountry

Request Information

URI Parameters

None.

Body Parameters

AdmGetProductPromoDCountry_Request
NameDescriptionTypeAdditional information
CountryID

integer

None.

ProductUUIDCtryPD

globally unique identifier

None.

ProductIDCtryLink

integer

None.

ProductPromoDCActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "ProductUUIDCtryPD": "5e5450c1-44c8-438b-94b3-344e1931cc51",
  "ProductIDCtryLink": 1,
  "ProductPromoDCActive": true,
  "UserUUIDCur": "8f25ee5d-6046-443f-9cae-85e5bc4644c4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]