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": "a9086bef-a564-492b-98b3-124c47c5f9e4", "ProductNotiffActive": true, "LanguageID": 1, "ProductNotiffTiming": "2025-09-23T00:35:43.1363148+03:00", "ProductNotiffDurationH": 1, "CountryID": 1, "ProductNotiffActiveCtry": true, "UserUUIDCur": "7a90cfcf-6402-41b4-bab2-50d6759a4d45" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}