POST api/AdminProduct/GetProductNotiff
AdmGetProductNotiff
Request Information
URI Parameters
None.
Body Parameters
GetProductNotiff_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| CountryID | integer |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| ProductNotiffActive | boolean |
None. |
|
| ProductActiveCtry | boolean |
None. |
|
| ProductNotiffActiveCtry | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"LanguageID": 1,
"CountryID": 1,
"NotiffUUID": "613dfc45-c6a1-44a3-868f-634655d6a57b",
"ProductNotiffActive": true,
"ProductActiveCtry": true,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "5b02b0cf-ad32-4f2a-85cd-490e6ca50f47"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]