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": "6a225939-e5cd-4854-808b-6bb8591d8133",
"NotiffUUID": "7223e4b0-e3da-4a51-ac2c-26178ac0a44d",
"TestActive": true,
"TestNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "55546791-5ca8-4a84-9dc2-c21b93018090"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]