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": "1a8a52b7-e04f-43be-8247-f8dcc7ede5a8",
"ProductNotiffActive": true,
"LanguageID": 1,
"ProductNotiffTiming": "2025-11-17T10:17:50.406855+02:00",
"ProductNotiffDurationH": 1,
"CountryID": 1,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "00b46ce6-3193-47d0-bb27-afacbff235dc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}