Request Information
Deprecated
We recommend using the generic methods found on Attachments/{documentId}/{documentType}.
Returns compressed attachment for invoice. File is Base64 encoded and is returned as string.
Example URL:
v2.0/IssuedInvoices/{id}/GetAttachmentCompressed
Name | Description | Type | Additional information |
---|---|---|---|
id |
Invoice Id |
integer |
Required |
id |
Invoice Id |
integer |
Required |
None.
Response Information
string
Sample:
"sample string 1"
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>