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": "f3092ee4-667a-4e55-826d-3ae02713e4a1", "ProductPromoActive": true, "Search": "sample string 1", "UserUUIDCur": "cb62ced5-c545-4c41-aef7-ce1e26e82ead" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]