GET api/invoice/{id}/printview
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfInvoicePreviewResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | InvoicePreviewResponse |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"previewUrl": "sample string 1"
},
"message": "sample string 1"
}
application/octet-stream
Sample:
{"data":{"previewUrl":"sample string 1"},"message":"sample string 1"}
application/xml, text/xml
Sample:
<ResponseResultOfInvoicePreviewResponseYk_SafBg5 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Global.Response">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BondMX.Api.Common.Invoice.Response">
<d2p1:PreviewUrl>sample string 1</d2p1:PreviewUrl>
</Data>
<Message>sample string 1</Message>
</ResponseResultOfInvoicePreviewResponseYk_SafBg5>