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": "0f5cc036-5702-4742-bbf4-f49b7df96420", "NotiffUUID": "16655fc8-0c8f-430f-98c5-6d8b7ecd4728", "TestNotiffActive": true, "LanguageID": 1, "TestNotiffTiming": "2025-06-07T21:18:17.3974688+03:00", "TestNotiffDurationH": 1, "TestNotiffUsed": true, "UserUUIDCur": "4ef46d87-7f3d-43da-a993-de991a4a1faa" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}