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": "f166e5d2-5fc7-4169-87f9-e4ff268da3df",
  "ProductUUIDCtryPD": "fa71f499-b892-4a24-aaa9-af74f6c635b1",
  "ProductIDLink": 1,
  "ProductPromoDActive": true,
  "UserUUIDCur": "d29d7be4-0677-42c6-aba9-f79269e6f313"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}