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": "440a602b-c020-4f62-9bd1-277f361b7482",
"NotiffUUID": "3459cbae-c175-4e53-8525-8b21be775ba4",
"TestActive": true,
"TestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "f15f03a8-0ce8-4160-90d1-f57cc1d8dc3e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]