POST api/AppReff/AppGetReffDocumentLegalPhoto

AppGetReffDocumentLegalPhoto

Request Information

URI Parameters

None.

Body Parameters

AppGetReffDocumentLegalPhoto_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUIDUsr

globally unique identifier

None.

ReffDocumentLegalUUID

globally unique identifier

None.

ReffPayOutTypeUUIDUsr

globally unique identifier

None.

ReffPayOutTypeUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUIDUsr": "9f323005-6fd9-443f-98cb-2ef4b9316af6",
  "ReffDocumentLegalUUID": "14a8a6c0-0ba0-477c-b4bb-7db63fcb9994",
  "ReffPayOutTypeUUIDUsr": "39fbd9b7-6f54-4d34-abaf-e1dc73571452",
  "ReffPayOutTypeUUID": "af07c6ab-b3a0-446f-aa35-94da8a6247a0",
  "UserUUIDCur": "17c17073-0b12-47cc-8d7b-bd9778ddea9a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetReffDocumentLegalPhoto_Response
NameDescriptionTypeAdditional information
ReffDocumentLegalUUIDUsr

globally unique identifier

None.

Rejected

string

None.

RejectDescr

string

None.

ReffDocumentLegalUUID

globally unique identifier

None.

PhotoUUID

globally unique identifier

None.

EntryTime

date

None.

Confirmed

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReffDocumentLegalUUIDUsr": "4e5cda54-18df-4cac-bb93-938e54c45f1a",
    "Rejected": "sample string 1",
    "RejectDescr": "sample string 2",
    "ReffDocumentLegalUUID": "80124508-0fe8-4fe5-bf55-544940fd0842",
    "PhotoUUID": "6adf655b-701d-408c-b6d6-25aa419048e5",
    "EntryTime": "2025-04-19T06:14:11.1686336+03:00",
    "Confirmed": true
  },
  {
    "ReffDocumentLegalUUIDUsr": "4e5cda54-18df-4cac-bb93-938e54c45f1a",
    "Rejected": "sample string 1",
    "RejectDescr": "sample string 2",
    "ReffDocumentLegalUUID": "80124508-0fe8-4fe5-bf55-544940fd0842",
    "PhotoUUID": "6adf655b-701d-408c-b6d6-25aa419048e5",
    "EntryTime": "2025-04-19T06:14:11.1686336+03:00",
    "Confirmed": true
  }
]