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": "e6526a82-e086-4349-a60d-2b98f4a9975d",
"ProductNotiffActive": true,
"LanguageID": 1,
"ProductNotiffTiming": "2026-08-05T04:02:18.3196544+03:00",
"ProductNotiffDurationH": 1,
"CountryID": 1,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "39f205c3-b03d-4585-ad1d-6b39b32c7ca8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}