POST api/AdminProduct/SaveProductNotiff
AdmSaveProductNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveProductNotiff_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
NotiffUUID | globally unique identifier |
None. |
|
ProductNotiffActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
ProductNotiffTiming | date |
None. |
|
ProductNotiffDurationH | integer |
None. |
|
CountryID | integer |
None. |
|
ProductNotiffActiveCtry | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "NotiffUUID": "d7716844-bd1d-4bd5-921c-b97b6dcf6412", "ProductNotiffActive": true, "LanguageID": 1, "ProductNotiffTiming": "2025-06-07T21:53:45.9075977+03:00", "ProductNotiffDurationH": 1, "CountryID": 1, "ProductNotiffActiveCtry": true, "UserUUIDCur": "e4cdeda5-64df-4874-aff4-6297370ded08" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}