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": "52c40f1c-75fc-422e-a250-a872cc35a779",
"Confirmed": true,
"ReffDocumentLegalUUIDUsr": "44a2eb5a-36c6-4208-94e2-e9c7c0dd3cd4",
"Rejected": true,
"UserUUIDCur": "2bf4834a-3ea6-41bc-b80d-9c531fb010d3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]