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": "6461c616-d0aa-465b-a537-f61a7871dd47",
"NotiffUUID": "edecf5cb-c053-4064-9e60-43834aee60fc",
"TestNotiffActive": true,
"LanguageID": 1,
"TestNotiffTiming": "2026-02-04T05:18:37.5710614+02:00",
"TestNotiffDurationH": 1,
"TestNotiffUsed": true,
"UserUUIDCur": "0d5e39db-3b70-4d4f-bef6-5bd3b1386f1e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}