Versions Compared

Key

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

...

Breaking changes are listed where relevant. Breaking changes are any changes in resource paths, changing of payload structures, or fixing HTTP verbs and response codes. This may require development.

...

  • The CRM Model. This is the name of the CRM Integration and is a constant value

  • The CRM Client ID can be used to save the client ID used in the CRM system

  • The CRM Matter ID is to add Matter references used when adding a document in Arken Professional

    Code Block
    "extensionData" : {
          	"CRMModel" :  "string",
            "CRMClientId" :  "string",
            "CRMMatterId" : ["string", "string"...]
    }

All field names are case-sensitive. CRMMatterId is an array and requires the block brackets in the request body.

...