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": "7f0808cc-f335-45cf-a9ca-dbfc6448ed31",
"NotiffUUID": "5cbc17a6-95a9-4186-8b3f-588304509aad",
"TestActive": true,
"TestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "e19b742b-3f35-487c-b042-6ef2d217331d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]