Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.example.com/api/Contact/{contactId}/Collection/{collectionInstanceId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "fields": [ { "name": "<string>", "value": "<string>" } ] } '
{ "customCollectionId": 123, "customCollectionName": "<string>", "collectionInstanceId": 123, "fields": [ { "name": "<string>", "value": "<string>" } ] }
Show child attributes
OK
Was this page helpful?