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": "4ef97ac9-4135-4ddd-bb40-a25b35f26b84",
  "ProductIDCtryLink": 1,
  "ProductPromoDCActive": true,
  "UserUUIDCur": "34551e41-f8e2-4d4b-a34e-3589f06d12ad"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]