Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all countries. |
Get |
|
| Get country with id |
Create |
|
| Create a country. |
Update |
|
| Update country with |
Delete |
|
| Delete country with |
The country model is composed of the following attributes:
Attribute | Type | Required | Description | Whereable |
---|---|---|---|---|
name | string | no, required to create. | The country's name. | Yes |
enabled | boolean | no | The country's status. | Yes |
Multi currencies functionality (Coming soon)
Although you can already create more than one country, we are working to add new functionality to allow multi currencies support.