Update state by id
Update state by id
Authorizations:Token
Query Parameters
id required | integerId value of the State object |
Request Body Schema:
State object that needs to be added state_id | integerState unique id |
state | stringState name |
code | stringState code |
country | |
region |
Responses
200Success
Response schema:
Success state_id | integerState unique id |
state | stringState name |
code | stringState code |
country | |
region |