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