
Quote
================

Service to Get, Save, Manipulate and delete recurring invoices as [Quote](Type_Quote.md) .         Service to list quotes as [QuoteListItem](Type_QuoteListItem.md) .         A Quote is representing an offer or estimate of a price for a job or a service that the client is offering a Customer.

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


### Routes
 Route | Method | Description
:------|:-------|:------------
[Quote/](Route_POST_Quote_.md)|POST|Creates or updates the specified [Quote](Type_Quote.md) .
[Quote/{id}](Route_GET_Quote__id__.md)|GET|Gets the specified [Quote](Type_Quote.md) by its identifier.
[Quote/{id}](Route_DELETE_Quote__id__.md)|DELETE|Deletes the specified [Quote](Type_Quote.md) by its identifier.
[Quote/List](Route_GET_Quote_List_options__options_.md)?options=&lt;options&gt;|GET|Gets a list of [QuoteListItem](Type_QuoteListItem.md) filtered by odata query.


