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