
Factoring
================

Factoring service used by factoring agencies that have an integration with PowerOffice Go.     Provides methods to get factoring settings, get list of invoices ready to be taken by the factoring company, get invoice details in EHF-like format, push back the invoice PDF generated by factoring company and set factoring status of the invoice.

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


### Routes
 Route | Method | Description
:------|:-------|:------------
[Factoring/AvailableInvoices](Route_GET_Factoring_AvailableInvoices_options__options_.md)?options=&lt;options&gt;|GET|Gets a list of invoices available for the factoring agency filtered by a oData query.
[Factoring/delivered](Route_POST_Factoring_delivered_.md)|POST|Adds an history entry on the [FactoringInvoiceDetails](Type_FactoringInvoiceDetails.md) that an invoice has been delivered with an optional file and comment.      Calling this will set GoApi.Factoring.FactoringInvoiceDetails.IsDelivered to true.     Can only be called on invoices with GoApi.Factoring.FactoringInvoiceStatus.Active .
[Factoring/InvoiceEhf/{invoiceId}](Route_GET_Factoring_InvoiceEhf__invoiceId__.md)|GET|Gets an EHF document for the invoice with the provided invoice id.
[Factoring/InvoicesDelivered](Route_GET_Factoring_InvoicesDelivered_options__options_.md)?options=&lt;options&gt;|GET|Gets a list of invoices delivered by the factoring integration filtered by a oData query.
[Factoring/updatefactoringinvoicestatus](Route_POST_Factoring_updatefactoringinvoicestatus_.md)|POST|Updates the factoring status on the invoice with a specified [FactoringInvoiceStatus](Type_FactoringInvoiceStatus.md) .     Cannot be called before the invoice is delivered through the Go.Web.ExternalApi.Controllers.FactoringController.Delivered(GoApi.Factoring.FactoringInvoiceDetailsDeliveredRequest) request.


