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": "55f2d825-6ad8-422c-abeb-ff33f34fa60c",
"NotiffUUID": "6df39a6a-f7ec-46fb-831a-d897cdbe24f9",
"TestNotiffActive": true,
"LanguageID": 1,
"TestNotiffTiming": "2026-05-06T15:43:22.197106+03:00",
"TestNotiffDurationH": 1,
"TestNotiffUsed": true,
"UserUUIDCur": "f53d4de4-2e8b-40e0-82ee-47fdca1a0ae9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}