POST api/AdminProduct/GetProductPromo
AdmGetProductPromo
Request Information
URI Parameters
None.
Body Parameters
GetProductPromo_RequestName | Description | Type | Additional 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 ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]