API Version 1.44.0

July 14, 2021


On this page

March 19, 2020

New Features

  1. The following API calls have been added:

  2. API call getCustomers now supports filters "externalID" and "integrationName", and outputs a new block "externalIDs".

  3. Field "factoringContractNumber" has been added to API calls getCustomers and saveCustomer.

  4. Fields "clientFactoringContractNumber" and "payerFactoringContractNumber"have been added to API call getSalesDocuments.

  5. API call getProductPrices now supports the same flag "getPriceCalculationSteps"as getProducts. When the flag is set, API outputs which price lists were combined to produce the final price.

  6. API call saveIssuedCoupon has been integrated with the standalone coupon registry. On accounts that use the standalone registry, the call now allows to create new coupons, and no longer returns error code 1142.

Fixes

  1. Fixed: a failure in API call verifyIdentityToken that occurred when handling an expired JSON Web Token.