POST api/AdminTest/AdmGetTestNotiff
AdmGetTestNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmGetTestNotiffName | Description | Type | Additional information |
---|---|---|---|
TestUUID | globally unique identifier |
None. |
|
NotiffUUID | globally unique identifier |
None. |
|
TestActive | boolean |
None. |
|
TestNotiffActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TestUUID": "d63473e7-be4f-4858-97e8-907a34c84575", "NotiffUUID": "3a5322c7-50f4-4504-8391-6c53e1b31647", "TestActive": true, "TestNotiffActive": true, "LanguageID": 1, "UserUUIDCur": "20a681ff-4071-4834-8d1a-bcc11d1b0372" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]