POST api/AdminReff/AdmSaveReffDocumentLegalPhotoConfirmReject

AdmSaveReffDocumentLegalPhotoConfirmReject

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReffDocumentLegalPhotoConfirmReject_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalPhotoUUIDUsr

globally unique identifier

None.

Confirmed

boolean

None.

EntryTimeConfirmed

date

None.

UserUUIDConfirmed

globally unique identifier

None.

Rejected

boolean

None.

RejectDescr

string

None.

ReffDocumentLegalDescr

string

None.

EntryTimeRejected

date

None.

UserUUIDRejected

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalPhotoUUIDUsr": "bc88e8de-3d0c-473e-8382-eb70b01aad29",
  "Confirmed": true,
  "EntryTimeConfirmed": "2025-04-19T17:37:30.6715559+03:00",
  "UserUUIDConfirmed": "9012199c-6fcd-447a-a42e-b4a5f66815de",
  "Rejected": true,
  "RejectDescr": "sample string 1",
  "ReffDocumentLegalDescr": "sample string 2",
  "EntryTimeRejected": "2025-04-19T17:37:30.6715559+03:00",
  "UserUUIDRejected": "87c1c1dd-ae39-4555-8e90-d34c2c466d23",
  "UserUUIDCur": "8a73220e-3440-491e-bc85-dc83658b5e5b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}