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": "0201bd11-db55-4016-8f0d-1ec9f105ce8f",
"ProductNotiffActive": true,
"ProductActiveCtry": true,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "eab4eabf-a957-4f40-9353-8f14825c8f4d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]