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 4 Next »

Date:  

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

On this page

Strings for the Upcoming Release Note

The following Excel file contains the latest strings for translation, based on their tag_name, for the upcoming release note 3.28.69.

Improvement of Azure Plan Invoices Having Negative Amounts

It has come to our attention that in certain cases Microsoft was returning to our systems negative amounts due to service interruptions for some Azure Plan subscriptions but we have improved our invoice mechanism to disregard these negative amounts during the creation of the respective debit invoice on our side.

Updates on APIs

 

Baskets API (V.3)

Improvement Description

The change provides the ability to retrieve a specific basket based on the given ID.

Affected End-Point(s)

GET /api/baskets/{basketId}

Baskets API (V.3)

Improvement Description

The change provides the ability to retrieve the items of a specific basket based on the given ID.

Affected End-Point(s)

GET /api/baskets/{basketId}/items

Organization API (V.3)

Improvement Description

The change provides the ability to retrieve the information of the current organization as well as the value of the “billingPlansEnabled“ field that an NCE migrator user will require to be able to create NCE subscriptions with installments, since only if all Billing Plans conditions are met the creation can be achieved.

Affected End-Point(s)

GET /api/organization/info

Products API (V.3)

Improvement Description

The change provides the ability to retrieve the billing frequency

Affected End-Point(s)

GET /api/products/{productId}/billingfrequencyoptions

Accounts API (V.3)

Improvement Description

The change provides the ability to retrieve the value of the “BillingFrequencyMarkup” also known as a Billing Frequency Extra Charge of a specific account based on the given account ID.

Affected End-Point(s)

GET api/accounts/{accountId}

Accounts API (V.3)

Improvement Description

The change provides the ability to update the value of the “BillingFrequencyMarkup” also known as a Billing Frequency Extra Charge of a specific account based on the given account ID.

Affected End-Point(s)

PATCH api/accounts/{accountId}

Accounts API (V.3)

Improvement Description

The change provides the ability to retrieve the value of the “BillingFrequencyMarkup” also known as a Billing Frequency Extra Charge of an account.

Affected End-Point(s)

GET api/accounts

Accounts API (V.3)

Improvement Description

The change provides the ability to update (wherever applicable) the value of the “BillingFrequencyMarkup” also known as a Billing Frequency Extra Charge of an account.

Affected End-Point(s)

POST api/accounts

 

  • No labels