Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Rw ui layout macro

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

Excerpt

S

T

On this page

Table of Contents
excludeOn this page

For more details, please check the following 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