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": "09bd345f-50fb-4f8c-8c08-340b7ae81916",
"ReffDocumentLegalUUID": "4979fe87-a390-4fc5-a6ac-5bb83af0280b",
"docName": "eb80f591-5d84-4cc6-98cd-5c4272234267",
"UserUUIDCur": "ea046efd-16be-460b-9d63-32069bc44861"
}
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"
}
]