InvoiceCategoryRs
Web service for managing org.meveo.model.billing.InvoiceCategory.
The following resources are applicable:
/invoiceCategory
Mount Point: /api/rest/invoiceCategory
The following operations are supported on this resource:
POST
Create invoice category.
Request Body
element: | InvoiceCategory |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update invoice category.
Request Body
element: | InvoiceCategory |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search invoice with a given code.
Parameters
name | description | type | default |
---|---|---|---|
invoiceCategoryCode | (no documentation provided) | query |
Response Body
element: | GetInvoiceCategoryResponse |
media types: | application/xml application/json |
(no documentation provided)
/invoiceCategory/{invoiceCategoryCode}
Mount Point: /api/rest/invoiceCategory/{invoiceCategoryCode}
DELETE
Remove invoice with a given code.
Parameters
name | description | type | default |
---|---|---|---|
invoiceCategoryCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/invoiceCategory/version
Mount Point: /api/rest/invoiceCategory/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)