POST api/AppReff/AppGetReffDocumentLegalHTML
AppGetReffDocumentLegalHTML
Request Information
URI Parameters
None.
Body Parameters
AppGetReffDocumentLegalHTML_Request| Name | Description | Type | Additional 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": "3d3e9147-3551-4eb6-af87-676e430c7135",
"ReffDocumentLegalUUID": "a0148296-4e36-4552-9d3f-82cc22872302",
"docName": "067baeb0-66cc-45ff-accb-96a37f0ceaff",
"UserUUIDCur": "3f371b15-61cb-40d6-a992-11b9fe0e4112"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of imageFromPdf| Name | Description | Type | Additional information |
|---|---|---|---|
| imageName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"imageName": "sample string 1"
},
{
"imageName": "sample string 1"
}
]