Skip to main content

Update country by id

Update country by id

Authorizations:Token
Query Parameters
id
required
integerId value of the Country object
Request Body Schema:
Country object that needs to be added
codestringCountry code (ISO 3166-1 alpha-2)
idintegerId
code3stringCountry code (ISO 3166-1 alpha-3)
enabledbooleanEnabled falg
statesArrayStates (relation)
regionsArrayRegions (relation)
currency

Responses

200Success
Response schema:
Success
codestringCountry code (ISO 3166-1 alpha-2)
idintegerId
code3stringCountry code (ISO 3166-1 alpha-3)
enabledbooleanEnabled falg
statesArrayStates (relation)
regionsArrayRegions (relation)
currency