POST api/AdminProduct/GetProductPromo
AdmGetProductPromo
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": "04ef3ece-e36c-4572-93a7-7802897ca735",
"ProductPromoActive": true,
"Search": "sample string 1",
"UserUUIDCur": "45659c2d-2a3c-4328-a9cf-4542797418a0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]