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": "37f42c9d-1944-4786-9914-622eee85ca99", "NotiffUUID": "2da24a7b-7a6c-437d-9203-8ef9ebb5cec8", "TestActive": true, "TestNotiffActive": true, "LanguageID": 1, "UserUUIDCur": "3aff1cd6-9110-4b26-a7ad-63484880fcfa" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]