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": "abe41cc8-051a-4ba9-99f5-820eb1174a74",
"ProductPromoActive": true,
"Search": "sample string 1",
"UserUUIDCur": "1a5ab986-d1f6-411e-8fb7-b0899e0da946"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}