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": "6e586e73-b43d-4cff-b0e5-efa53bbf8660",
  "ReffDocumentLegalPhotoUUIDUsr": "1eddf7d1-0f75-4ef0-b434-ca6d4fcca221",
  "Confirmed": true,
  "Rejected": true,
  "UserUUIDCur": "f96bfb22-088f-438c-9ec6-f53ff363adea"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]