...
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.
Info |
---|
Note -
|
...
New fields added to Client Model
Status | ||||
---|---|---|---|---|
|
Three new fields have been exposed in the Client Model
This extensionData is only available under the ARKEN application value.
Code Block |
---|
"extensionData": {
"preferred": "string",
"referred": "string"
} |
The preferred
value switches to display the below methods of the preferred contact
The referred
value stores how the client’s partner should be referred to.
Code Block |
---|
"preferredContactMethod": "string" |
...
Delete All Documents per Client Endpoint - Hard Delete functionality
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
A new endpoint is available to delete ALL the documents for a specific client:
Status | ||||
---|---|---|---|---|
|
/documentdata/account/client
The AccountHashId and ClientHashId are mandatory fields. This endpoint will remove all the documents for the client but not the client itself.
Any
Status | ||||
---|---|---|---|---|
|
...
New Client and Document Delete Endpoints are available
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
Two new endpoints are available:
Status | ||||
---|---|---|---|---|
|
/client
and Status | ||||
---|---|---|---|---|
|
/documentdata
Deleting a Client will not remove all the documents linked with the Client. This will be changed in a future update.
...
New Sandbox Environment available
Status | ||||
---|---|---|---|---|
|
Info |
---|
Breaking changes |
The previous
Status | ||||
---|---|---|---|---|
|
The only visible change is the API URL to https://api.sandbox.arken.legal, however, the existing
Status | ||||
---|---|---|---|---|
|
Furthermore, the Arken Professional application was also moved to a new location.
All the data from the
Status | ||||
---|---|---|---|---|
|
See UK Sandbox API Endpoints (api.sandbox.arken.legal) for further details.
...
New Client Search by Application Endpoint available
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
A new endpoint is available: /client/search/account/application
The endpoint will return an array of clients filtered by application type and the search query.
For large result sets, the pageRowsCount
parameter can be set to an integer which will return that amount of Clients. Omitting this parameter will return ALL clients however, this can add process time to the result. We recommend setting this to 10 or less.
...
Production Public API live
...
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.
...
The purpose of this change was to stop the /file
GET method from creating an event, which in turn stops any polling from constantly creating repeating events.
See Public API documentation for more details on calls and webhook events.
...