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": "2b5011e2-6435-48fa-ac80-84535af311bd",
"ProductPromoActive": true,
"Search": "sample string 1",
"UserUUIDCur": "a5f50979-526d-4f7c-8534-734d1143bd17"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]