Add new country
Add new country
Authorizations:Token
Request Body Schema:
Country object that needs to be added | restrictions | Arrayrestrictions |
| code | stringCountry code (ISO 3166-1 alpha-2) |
| id | integerCountry code (ISO 3166-1 numeric) |
| code3 | stringCountry code (ISO 3166-1 alpha-3) |
| enabled | booleanEnabled falg |
| states | ArrayStates (relation) |
| regions | ArrayRegions (relation) |
| currency |
Responses
200Success
Response schema:
Success | restrictions | Arrayrestrictions |
| code | stringCountry code (ISO 3166-1 alpha-2) |
| id | integerCountry code (ISO 3166-1 numeric) |
| code3 | stringCountry code (ISO 3166-1 alpha-3) |
| enabled | booleanEnabled falg |
| states | ArrayStates (relation) |
| regions | ArrayRegions (relation) |
| currency |