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": "4b51f185-c17e-42fd-b901-aadf73d7eea9", "ProductPromoActive": true, "Search": "sample string 1", "UserUUIDCur": "9869f694-f134-4671-9d25-c9d763c2f228" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}