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": "8c7a98e7-1082-4c8b-b187-cd554872fdb9",
"ProductPromoActive": true,
"Search": "sample string 1",
"UserUUIDCur": "062856d3-89ff-41a4-89b6-af76b6470ce9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]