POST api/AdminTest/AdmGetTestNotiff
AdmGetTestNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmGetTestNotiff| Name | 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": "56e65706-88b4-430d-b1f5-defa886a1ae7",
"NotiffUUID": "3ba1a298-6f9c-4ecd-89ee-04d11f96545a",
"TestActive": true,
"TestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "a0dc1050-9715-467f-bac5-6fa07d57e0fb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]