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": "0d3637c0-54c0-41a7-a127-906f1871da9e",
"ProductNotiffActive": true,
"LanguageID": 1,
"ProductNotiffTiming": "2026-09-19T13:12:27.0223876+03:00",
"ProductNotiffDurationH": 1,
"CountryID": 1,
"ProductNotiffActiveCtry": true,
"UserUUIDCur": "93bb54d1-1b7a-48c3-bdf5-f8e8ac384cae"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}