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": "504f9bbb-e5bc-44f5-a1b0-134e45e65d39",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "c534bec3-ddd9-4db1-b4bf-9ceacbeda71e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]