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": "9a907cb2-f06e-4c65-84c3-46f1cb273284",
"ReffDocumentLegalUUID": "8040724d-94a4-44a2-864c-c8290852b43a",
"docName": "b98ba36c-476a-488b-b457-fab4fb5ba17d",
"UserUUIDCur": "42cd3274-777f-4d9b-950c-e211d35bf4e9"
}
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"
}
]