Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date:  

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

Excerpt

Billing

Plan

Plans - Improvements

Several improvements have been implemented with this release regarding the Billing Frequency (Installments) payment method. More specifically:

(info) Please check the Billing Frequency /wiki/spaces/ICPD/pages/574423041 page for more information.

On this page

Table of Contents
excludeOn this page

Strings for the Upcoming Release Note

For the upcoming release note 3.28.65, there are no new strings available for translation.

Updates on APIs

 

Accounts API (V.3)

Improvement Description

This change provides the ability to retrieve the pricelist that the specified account would buy from the given product/unit combination. If no pricelist is found for the specific combination, it returns null. If the account is billed to a different account, then the “bill to” account is used to filter the pricelists. The account’s currency or the “bill to” account’s currency (in case the given account is billed to a different account) is used to filter the results.

Affected End-Point(s)

GET /api/accounts/{accountId}/orderingpricelist

Subscriptions API (V.3)

Improvement Description

The change provides the ability to retrieve a single subscription’s current active installment plan (if exists), else it returns null.

Affected End-Point(s)

GET api/subscriptions/{subscriptionId}/currentInstallmentplan

Subscriptions API (V.3)

Improvement Description

The change provides the ability to retrieve all the subscription’s installment plans that are not draft (if exists), else it returns an empty list.

Affected End-Point(s)

GET api/subscriptions/{subscriptionId}/installmentplans

Installment Plans API (V.3)

Improvement Description

The change provides the ability to retrieves all the installment plan’s installments that are not draft (if exists), else it returns an empty list.

Affected End-Point(s)

GET api/installmentplans/{installmentPlanId}/installments