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": "c5d7d54d-d99d-4063-9e5e-ff21341713dd",
  "ReffDocumentLegalPhotoUUIDUsr": "a44cf758-2e7b-4b38-9430-511e422c5806",
  "Confirmed": true,
  "Rejected": true,
  "UserUUIDCur": "ae599ac1-53fc-4ac6-ae9c-b371aa8cc5b2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]