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": "e618a495-8680-45cd-8edb-f43dc4e96fff", "NotiffUUID": "1053ac2e-8957-4f97-a732-0c5121653f1d", "TestNotiffActive": true, "LanguageID": 1, "TestNotiffTiming": "2025-04-19T08:23:06.8115014+03:00", "TestNotiffDurationH": 1, "TestNotiffUsed": true, "UserUUIDCur": "5377a2cb-9c4e-4fea-8ac9-65140b8df1dc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}