Versie 8.0.15 MplusKASSA API Service 8.0.15

Releasedatum:
07-03-2018

  • It was possible for the VAT percentages of articles in the componentArticleList to be wrong. It was also possible that articles erroneously occured multiple times. This has been resolved.

  • The lines of receipts, orders and invoices now contain optional metadata related to Webhooks. These are the following optional properties:

    • line.webhookData.webhookLineId - The UUID of the line regel as communicated through the Webhooks.
    • line.webhookData.webhookConsumerId - (optional) The UUID of the Webhook Consumer (external application) if this line has been added by this external application.
    • line.webhookData.webhookExternalDiscount.discountId - (optional) The UUID of the discount if it has been added by a Webhook Consumer.
    • line.webhookData.webhookExternalDiscount.discountDescription - (optional) Description of the external discount if it was supplied.
    • line.webhookData.webhookExternalDiscount.webhookConsumerId - (optional) The UUID of the Webhook Consumer (external application) that added this discount.
    • line.webhookData.webhookExternalDiscount.discountPercentage - (optional) The externally applied discount percentage.
    • line.webhookData.webhookExternalDiscount.discountAmount - (optional) The externally applied discount amount.
  • New article properties:

    • article.course - Indicates to which course the article belongs, including name, abbreviaton and sequence number of the course.
    • article.specialPrice - Indicates whether the article has special price handling, such as "Free", "Ask price (positive)" or "Ask price (negative)".
    • article.showPreparationMethodsDirectly - Indicates whether the available preparation methods should be shown directly after selecting the article.
    • article.showPreparationMethodsPerGroup - Indicates whether the available preparation methods should be shown per group or all at once.
  • A turnover group number (turnoverGroup) outside of the supported range (0-999) will now be refused.