For more details, please check the … page.
Additions to Organization API
In the Organization API, we have introduced three endpoints for managing the country states of an organization, and consequently, you can now create, update, and delete states in an organization.
Method | Description |
---|---|
POST /api/organization/countries/{countryId}/states | Creates a new state for a country. |
PATCH /api/organization/countries/{countryId}/states/{stateId} | Partially updates an existing state of a country. |
DELETE /api/organization/countries/{countryId}/states/{stateId} | Deletes an existing state of a country. |
Resolved Issues
EXL-XXXXX | |