POST api/AdminProduct/GetProductPromoByUud
AdmGetProductPromo by Uuid
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": "2ec712aa-880c-4fb6-ab01-29c18010b004", "ProductPromoActive": true, "Search": "sample string 1", "UserUUIDCur": "29553e9a-83a4-40d2-a942-6b1b1c0a8c21" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}