POST api/AdminProduct/GetProductPromoD

AdmGetProductPromoD

Request Information

URI Parameters

None.

Body Parameters

GetProductPromoD_Request
NameDescriptionTypeAdditional information
ProductUUIDCtryP

globally unique identifier

None.

ProductUUIDCtryPD

globally unique identifier

None.

ProductIDLink

integer

None.

ProductPromoDActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductUUIDCtryP": "70fad24b-49fc-402b-9140-dc1360823fe8",
  "ProductUUIDCtryPD": "3ccec829-a81b-440f-95e8-8137053a594e",
  "ProductIDLink": 1,
  "ProductPromoDActive": true,
  "UserUUIDCur": "55787b79-94a1-41b6-a949-70e5206fda88"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}