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": "d493ee84-4dbe-4c46-9c2b-915468c5d51a", "ProductNotiffActive": true, "ProductActiveCtry": true, "ProductNotiffActiveCtry": true, "UserUUIDCur": "0e508f0d-b873-4d14-9386-ac83ca0c1d54" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]