{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Invoice API", "version": "core" }, "items": [ { "info": { "name": "Invoice", "type": "folder" }, "items": [ { "info": { "name": "Retrieve changes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/invoices/changes", "params": [ { "name": "since", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------- | ------------------------------------------------------------ |\r\n| GUID | The GUID associated to the invoice. |\r\n| RelatedCustomerGuid | The GUID associated to the customer of to the invoice. | \r\n| InvoiceNumber | The invoice number associated to the invoice. Filterable. |\r\n| CustomerInvoiceNumber " }, { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/invoices/:guid", "params": [ { "name": "guid", "value": "", "type": "path" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------- | ------------------------------------------------------------ |\r\n| GUID | The GUID associated to the invoice. |\r\n| RelatedCustomerGuid | The GUID associated to the customer of to the invoice. | \r\n| InvoiceNumber | The invoice number associated to the invoice. Filterable. |\r\n| CustomerInvoiceNumber " }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/invoices", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "includeCount", "value": "", "type": "query" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------- | ------------------------------------------------------------ |\r\n| GUID | The GUID associated to the invoice. |\r\n| RelatedCustomerGuid | The GUID associated to the customer of to the invoice. | \r\n| InvoiceNumber | The invoice number associated to the invoice. Filterable. |\r\n| CustomerInvoiceNumber " } ] } ], "bundled": true }