API Resources
Invoice
Test summary example
API | Description |
---|---|
GET Invoice/{id} |
Retrieve a single Invoice based on its InvoiceNum |
GET Invoices |
Search for Invoices |
POST Invoices |
Creates an Invoice and its associated Line Items |
POST InvoiceLineItems |
Adds an Invoice Line Item to an existing Invoice |
PUT Invoice/{id} |
No documentation available. |