Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Date:  

Installation: https://downloads.interworkscloud.net/patches/3.28.0/CloudPlatform.Patch.3.28.34.zip
You must upgrade first to 3.28.0 using the interworks.cloud installer before applying this patch

S

T

On this page

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, 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-XXXXX

  • No labels