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": "0827de96-a152-44a1-87cd-f67bb1464cf9",
"NotiffUUID": "20ef0d89-8b0c-4dab-abbb-9797905a9eb5",
"TestActive": true,
"TestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "19a15f42-1c9f-46b7-8314-a15fc20f8f18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]