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": "b78956f0-b467-4752-b06e-7b2a611e5c17",
"NotiffUUID": "5316c5b6-9d8f-4292-9eaa-8aca2cc81dd5",
"TestNotiffActive": true,
"LanguageID": 1,
"TestNotiffTiming": "2026-03-21T23:34:48.7930509+02:00",
"TestNotiffDurationH": 1,
"TestNotiffUsed": true,
"UserUUIDCur": "ae5b8d5a-8f00-47d0-9c7e-8e4b8b3c8aae"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}