POST api/AppReff/AppSaveReffDocumentLegal

AppSaveReffDocumentLegal

Request Information

URI Parameters

None.

Body Parameters

AppSaveReffDocumentLegal_Response
NameDescriptionTypeAdditional information
ReffDocumentLegalUUIDUsr

globally unique identifier

None.

ReffPayOutTypeUUIDUsr

globally unique identifier

None.

ReffPayOutTypeUUID

globally unique identifier

None.

ReffDocumentLegalUUID

globally unique identifier

None.

PhotoUUID

globally unique identifier

None.

SignaturePhotoUUID

globally unique identifier

None.

ReffDocumentLegalActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUIDUsr": "6a19407d-b829-42e2-9f25-259b87642fd4",
  "ReffPayOutTypeUUIDUsr": "e2f1511c-44d8-4aa0-8ec0-197b8acac752",
  "ReffPayOutTypeUUID": "61fc4422-0b0e-4962-9c5e-5bfed18d2291",
  "ReffDocumentLegalUUID": "5f8d5c44-f9dd-41ae-8d59-2b19ffad49aa",
  "PhotoUUID": "28011a04-5ac6-49eb-8fbc-5383059161cd",
  "SignaturePhotoUUID": "798076d6-07e8-46d1-87a8-8b97fa67e120",
  "ReffDocumentLegalActive": true,
  "UserUUIDCur": "50f5e33d-a0d0-477f-823d-c42b37206999"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.