Create/update contacts information
Upsert multiple contacts
Description | To insert or update multiple sets of contact data, please note that when creating a new contact, the data body must exclude the 'internalId' field, as it will be automatically generated. |
Path | /api/crm/contacts/upsert |
Method | POST |
Request Parameters | N/A |
Request Body | Array of contact object. |
Responses | 200 (OK): N/A 403 (Forbidden): User doesn't have permission to All master fund Contact. 500 (Bad Request): Request body is either in incorrect format or empty. |
Reference | Link |
Request body example
Updated over 1 year ago