InvoiceRs
Web service for managing org.meveo.model.billing.Invoice.
The following resources are applicable:
/invoice
Mount Point: /api/rest/invoice
POST
Create invoice.
Request Body
element: | Invoice |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | PdfInvoiceResponse |
media types: | application/xml application/json |
(no documentation provided)
GET
Search for a list of invoice given a customer account code.
Parameters
name | description | type | default |
---|---|---|---|
customerAccountCode | (no documentation provided) | query |
Response Body
element: | CustomerInvoicesResponse |
media types: | application/xml application/json |
(no documentation provided)
/invoice/version
Mount Point: /api/rest/invoice/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)