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": "b6742eef-ee6c-46bc-96b1-dd82fd1c2997",
"ReffDocumentLegalPhotoUUIDUsr": "086a5c98-d6a2-4977-8795-8aa053bc2b11",
"Confirmed": true,
"Rejected": true,
"UserUUIDCur": "1ea19b6e-9085-4504-a121-9ae29bf93b99"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]