Deterministic Resource Ids
Supported Resources
Currently, the following resources support deterministic ID creation viaPOST
requests:
- Matters
- Contacts
- Fees
- Expenses
- Activities
Requests
To create a resource with a custom ResourceId, you need to include the following HTTP headers when submitting aPOST
request:
- ResourceId: This header should contain the unique identifier for the resource being created. The API partner provides this identifier, and it will be validated against the ResourceId generated using the value of ExternalId described below.
- ExternalId: This header should contain the unique identifier used to deterministically create the ResourceId. The API partner provides this identifier, which is used in generating the ResourceId.