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": "7a64bf7a-7b97-463c-be69-4f00894e0a0e", "ProductNotiffActive": true, "LanguageID": 1, "ProductNotiffTiming": "2025-04-19T08:26:11.7696736+03:00", "ProductNotiffDurationH": 1, "CountryID": 1, "ProductNotiffActiveCtry": true, "UserUUIDCur": "3d07f2fb-03d9-48bd-b44c-3f28b7cb8ff6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}