updateCase

The updateCase operation updates existing case data in the case data store.

  • The request contains the pairs of case reference and case data to be updated. It is important that the case reference used is the case reference returned by the readCase method, so that the optimistic locking works correctly. You can update as many case data as you want.
  • The response lists the new case reference of the updated case data. The case reference version is incremented by one. For example, for BDS-2-com.example.gddemo.Customer-1-0, the new case reference would be BDS-2-com.example.gddemo.Customer-1-1.
Required System Action
updateGlobalData
API Descriptions