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": "fbcf4e2a-aa19-43e0-96d8-f30b5adcb6c6",
  "ProductUUIDCtryPD": "2cb75b41-edd8-4ba2-9f3a-781803c721f4",
  "ProductIDLink": 1,
  "ProductPromoDActive": true,
  "UserUUIDCur": "1163250e-a7d4-4683-a604-ac2be4ae0f15"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}