POST api/AdminProduct/SaveProductNotiff
AdmSaveProductNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveProductNotiff_Request| Name | 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": "b9fbb39e-5445-4cca-8873-c1c93eb3aa72",
"ProductNotiffActive": true,
"LanguageID": 1,
"ProductNotiffTiming": "2026-02-04T05:23:41.4417399+02:00",
"ProductNotiffDurationH": 1,
"CountryID": 1,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "c9104c1b-caf8-4a1c-b9ee-c2bc97f2bddb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}