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

Improvement on CSV Excel Files

The improvement corrects the CSV Excel Files containing punctuation marks (such as semicolons, commas, etc.), and consequently, the data displayed inside the fields appear correctly.

On this 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-13092

Nebula template - corrections on products pager in Reserved Instances ordering wizard

  • No labels