Versions Compared

Key

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

New API methods are added:

CRMPerson:  

  • GET /b2C – to get the list of available B2C websites on the installation

...

  • 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

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

...