Request Information
Deprecated
We recommend using the generic methods found on Attachments/{documentId}/{documentType}.
Returns attachment for invoice. File is Base64 encoded and is returned as string.
Example URL:
v2.0/IssuedInvoices/{id}/GetAttachment
| 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>