InvoiceSubCategoryRs
Web service for managing org.meveo.model.billing.InvoiceSubCategory.
The following resources are applicable:
/invoiceSubCategory
Mount Point: /api/rest/invoiceSubCategory
The following operations are supported on this resource:
POST
Create invoice sub category.
Request Body
element: | InvoiceSubCategory |
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 sub category.
Request Body
element: | InvoiceSubCategory |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search for invoice sub category with a given code.
Parameters
name | description | type | default |
---|---|---|---|
invoiceSubCategoryCode | (no documentation provided) | query |
Response Body
element: | GetInvoiceSubCategoryResponse |
media types: | application/xml application/json |
(no documentation provided)
/invoiceSubCategory/{invoiceSubCategoryCode}
Mount Point: /api/rest/invoiceSubCategory/{invoiceSubCategoryCode}
DELETE
Remove invoice sub category with a given code.
Parameters
name | description | type | default |
---|---|---|---|
invoiceSubCategoryCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/invoiceSubCategory/version
Mount Point: /api/rest/invoiceSubCategory/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)