New API methods are added:
Orders:
GET /orderHistory – to get details on the order history
GET /orderSummary – to get orders summary by “summaryKey” from GET /orders method
GET /orderCalculator – to get order calculation and settings
PUT /orderCalculator{orderId} –to modify order calculator
POST /orderManagers – to update request and service managers for list of orders
...
GET /b2C – to get the list of available B2C websites on the installation
New parameters are added to the existing API methods:
Orders:
GET /orders:
“customerPaymentDueDateFrom”, “customerPaymentDueDateTo”, “supplierPaymentDueDateFrom”, “supplierPaymentDueDateTo” are added to the request
“supplierPenaltyStatus”, “customerPenaltyStatus”, “supplierPenaltiesTooltip”, “customerPenaltiesTooltip” are added to the response in the “Service” array
"mandatoryFieldsRequired", “productNameForSupplier”, “serviceSentToSupplier”, “serviceSentToSupplierDateTime” are added to the response on the level of service
“extraServiceName”, “extraServiceProductType” are added to the response in the “serviceDetails” array
“summaryKey” is added to the response
...