Additions to Organization API
In the Organization API, we have introduced three endpoints for managing the country states of an organization, meaning that you can now create, update, and delete states.
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-13092 | Nebula template - corrections on products pager in Reserved Instances ordering wizard |
EXL-13046 | The activation link is not expired when the administrator deactivates the BSS user before activating his user account. |
EXL-12890 | Verbosity level hasn’t been set correctly for the BSS portal |
EXL-12657 | Notifications are missing from country tenants |
EXL-12391 | Numeric subscription characteristics are displayed with six decimal numbers in Storefront. |
EXL-12294 | The file name is not updated when the user replaces a file belonging to the product’s marketing material. |
EXL-12182 | Wrong actions are displayed for a BitTitan asset record |
EXL-11755 | A bundle product with more than seven products is not displayed correctly in the Storefront. |
EXL-11428 | Storefront v4 Basic Template: The unit changes to the default one when the user navigates to the second set of the available plans in the product group’s details page. |