State Controller
Create a new state
Create a new state for a country
post/states
Request body
Example request
{
"countryId": 1,
"stateName": "California",
"externalLink": "example.com",
"isActive": true
}Response
State created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.