POST api/AdminTest/AdmSaveTestNotiff
AdmSaveTestNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmSaveTestNotiffName | 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": "086193c7-8c8f-4ee4-85cc-eb42e449e6ff", "NotiffUUID": "f0c4c887-3251-41b6-94f6-283bc7594eef", "TestNotiffActive": true, "LanguageID": 1, "TestNotiffTiming": "2025-07-27T11:20:05.0048083+03:00", "TestNotiffDurationH": 1, "TestNotiffUsed": true, "UserUUIDCur": "363821da-4837-4067-944b-38c835e9f3de" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}