POST api/AdminReff/AdmGetReffDocumentLegalPhotoConfirmReject
AdmGetReffDocumentLegalPhotoConfirmReject
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffDocumentLegalPhotoConfirmReject_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffDocumentLegalUUIDUsr | globally unique identifier |
None. |
|
| ReffDocumentLegalPhotoUUIDUsr | globally unique identifier |
None. |
|
| Confirmed | boolean |
None. |
|
| Rejected | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffDocumentLegalUUIDUsr": "2bf73289-0d9f-4fb8-a658-03692dd8358e",
"ReffDocumentLegalPhotoUUIDUsr": "c2e9fb17-90ab-4af1-92dc-abd97ac4689d",
"Confirmed": true,
"Rejected": true,
"UserUUIDCur": "7c1cd3dd-cfea-4975-a5a6-270bc771f4f7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]