POST api/AdminProduct/GetProductPromo

AdmGetProductPromo

Request Information

URI Parameters

None.

Body Parameters

GetProductPromo_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductUUIDCtryP

globally unique identifier

None.

ProductPromoActive

boolean

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ProductUUIDCtryP": "9d013eff-c013-4002-a3cb-e688c615aec4",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "6a7d3527-fb99-4505-8970-2904dd566641"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]