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": "29f356c0-8d0c-473d-b186-a99e52b1b559",
"NotiffUUID": "adfdc24d-7c6d-428f-b7c1-533118884c3c",
"TestNotiffActive": true,
"LanguageID": 1,
"TestNotiffTiming": "2026-08-05T03:56:39.0458443+03:00",
"TestNotiffDurationH": 1,
"TestNotiffUsed": true,
"UserUUIDCur": "9bf7675d-d98d-4731-bf80-238609260e63"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}