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