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": "31c75f42-b5f5-4838-b9fd-3583bb034cc4",
  "ProductUUIDCtryPD": "ab4c23a7-b6e2-435b-9976-e26993470b8a",
  "ProductIDLink": 1,
  "ProductPromoDActive": true,
  "UserUUIDCur": "f7b6d6fe-987f-477e-9e24-64781637a074"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}