POST api/AdminTest/AdmSaveTestNotiff
AdmSaveTestNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmSaveTestNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| TestNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| TestNotiffTiming | date |
None. |
|
| TestNotiffDurationH | integer |
None. |
|
| TestNotiffUsed | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUUID": "9ca8309b-455e-4faa-a4e2-80fa77d4324b",
"NotiffUUID": "7ca2799e-c382-4be7-87e4-fedd49556f02",
"TestNotiffActive": true,
"LanguageID": 1,
"TestNotiffTiming": "2026-06-20T22:52:58.7499567+03:00",
"TestNotiffDurationH": 1,
"TestNotiffUsed": true,
"UserUUIDCur": "752b3fc8-5b3d-4386-9846-1b46bb19fa4e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}