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": "95e2a62d-d314-4c1b-9d4d-cf91f412803e",
"ProductNotiffActive": true,
"LanguageID": 1,
"ProductNotiffTiming": "2026-06-20T22:57:04.3660898+03:00",
"ProductNotiffDurationH": 1,
"CountryID": 1,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "eba476cf-c280-4a57-a0d7-17a242352530"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}