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": "9235410d-28b0-423b-b8d5-d9602524a7f4",
  "ReffDocumentLegalPhotoUUIDUsr": "7204dedc-c957-49fc-b4a6-1f70d9e990af",
  "Confirmed": true,
  "Rejected": true,
  "UserUUIDCur": "594dd4e3-d025-46f3-a2d0-1361c5f17af9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]