Versions Compared

Key

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

...

  • 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.

...

Removed Occupation from Client Model

...