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": "134d4d98-6209-42ba-9a2a-15d207b74627",
  "ReffDocumentLegalPhotoUUIDUsr": "3889a8ad-38cd-47ce-9c70-59bbcb0d049e",
  "Confirmed": true,
  "Rejected": true,
  "UserUUIDCur": "c592c5fc-4553-45fb-9197-5eb001a1e800"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]