POST api/AdminReff/AdmGetReffDocumentLegalFConfirmReject
AdmGetReffDocumentLegalFConfirmReject
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffDocumentLegalFConfirmReject_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffDocumentLegalFUUIDUsr | globally unique identifier |
None. |
|
| Confirmed | boolean |
None. |
|
| ReffDocumentLegalUUIDUsr | globally unique identifier |
None. |
|
| Rejected | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffDocumentLegalFUUIDUsr": "068ae874-03ec-489c-99df-7d1356a81bcb",
"Confirmed": true,
"ReffDocumentLegalUUIDUsr": "8960edd6-9d47-4dc2-88f6-b22d4f92fe42",
"Rejected": true,
"UserUUIDCur": "05268f78-b720-446f-ba27-18d706d3fccf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]