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": "299eb148-0e3b-4987-9181-534c5ebbcd44",
"ProductPromoActive": true,
"Search": "sample string 1",
"UserUUIDCur": "3e28f055-cc56-4b1a-b22a-d20857847f99"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}