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": "1d9974b5-f299-4a9c-acf3-7d594c555a6d", "NotiffUUID": "622d44da-bae3-45b3-a892-7a55c37eb715", "TestNotiffActive": true, "LanguageID": 1, "TestNotiffTiming": "2025-09-23T00:39:45.5788015+03:00", "TestNotiffDurationH": 1, "TestNotiffUsed": true, "UserUUIDCur": "70c45c59-8b53-4f89-a8c0-3778d70ab151" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}