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