
InvoiceAttachment
================

Service that provides methods for retrieving, manipulating and deleting [InvoiceAttachment](Type_InvoiceAttachment.md) .

**Base Url**: `https://api.poweroffice.net/InvoiceAttachment/`


### Routes
 Route | Method | Description
:------|:-------|:------------
[InvoiceAttachment/](Route_GET_InvoiceAttachment__options__options_.md)?options=&lt;options&gt;|GET|Gets a list of [InvoiceAttachment](Type_InvoiceAttachment.md) filtered by odata query.
[InvoiceAttachment/](Route_POST_InvoiceAttachment_.md)|POST|Adds an [InvoiceAttachment](Type_InvoiceAttachment.md) to a invoice.
[InvoiceAttachment/{id}](Route_GET_InvoiceAttachment__id__.md)|GET|Gets the specified [InvoiceAttachment](Type_InvoiceAttachment.md) by its identifier.
[InvoiceAttachment/{id}](Route_DELETE_InvoiceAttachment__id__.md)|DELETE|Deletes the invoice attachment by its identifier.


