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": "e5a15390-670d-47f9-a6dc-b29dc6458427",
"ReffDocumentLegalUUID": "2fb6e1f5-1309-4475-b3c8-38d641312c24",
"docName": "8d13dbf2-8201-4905-a7bf-a81868bd33aa",
"UserUUIDCur": "f909e9be-2852-4a1a-a262-ef739a542c1c"
}
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"
}
]