POST api/AdminProduct/GetProductNotiff
AdmGetProductNotiff
Request Information
URI Parameters
None.
Body Parameters
GetProductNotiff_RequestName | 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": "f213e410-0b30-47b0-af64-d8d7a15213a8", "ProductNotiffActive": true, "ProductActiveCtry": true, "ProductNotiffActiveCtry": true, "UserUUIDCur": "bcc23f43-0f8b-4d51-87f0-a453300e7ca7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]