POST api/AppReff/AppGetReffDocumentLegalHTML

AppGetReffDocumentLegalHTML

Request Information

URI Parameters

None.

Body Parameters

AppGetReffDocumentLegalHTML_Request
NameDescriptionTypeAdditional information
ReffPayOutTypeUUID

globally unique identifier

None.

ReffDocumentLegalUUID

globally unique identifier

None.

docName

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffPayOutTypeUUID": "81979300-17bd-43b4-9d85-412f6f49761e",
  "ReffDocumentLegalUUID": "24ed7f67-9bfc-43c4-a41b-8429d7808c2a",
  "docName": "32b815f6-cd80-46d7-ae88-15fc68354c13",
  "UserUUIDCur": "1af607d3-2c32-4c04-ac82-7edd492dc0c5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of imageFromPdf
NameDescriptionTypeAdditional information
imageName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "imageName": "sample string 1"
  },
  {
    "imageName": "sample string 1"
  }
]