cURL
curl --request POST \ --url https://api.smokeball.com/matters/{matterId}/layouts/{itemId}/contacts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data ' { "key": "<string>", "contactId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Adds a new contact on a specified layout.
Documentation IndexFetch the complete documentation index at: https://docs.smokeball.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
Use this file to discover all available pages before exploring further.
Name (mapping) of the layout field that contains ContactId.
1
Unique identifier for the layout contact.
When request is accepted