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": "d2643b9c-3820-4de9-a1cd-797332f827a8",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "89b0417c-f5f9-46ce-85a1-804c8eff380a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]