POST api/AdminReff/AdmGetReffDocumentLegalPhotoConfirmReject

AdmGetReffDocumentLegalPhotoConfirmReject

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffDocumentLegalPhotoConfirmReject_Request
NameDescriptionTypeAdditional 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": "d3a2c79f-4d4f-452e-b739-ec1fd1bc740c",
  "ReffDocumentLegalPhotoUUIDUsr": "36346dcd-141d-420e-8d1a-e889658cfc47",
  "Confirmed": true,
  "Rejected": true,
  "UserUUIDCur": "326dacee-8f5a-498c-abdd-8b10b04a1215"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]