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": "aef89123-dfd1-4c36-af4a-421820dfd3f5",
  "ProductPromoActive": true,
  "Search": "sample string 1",
  "UserUUIDCur": "ea5ed63c-60c8-4ac2-882e-07127a470d4e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]