POST api/AdminProduct/GetProductPromoByUud
AdmGetProductPromo by Uuid
Request Information
URI Parameters
None.
Body Parameters
GetProductPromo_Request| Name | 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": "10e4c643-347b-4891-bae6-a97b216fa854",
"ProductPromoActive": true,
"Search": "sample string 1",
"UserUUIDCur": "64612a95-b142-4c30-8ae1-b494f3fd5eff"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}