Clients
Create Client
Creates a new client in your COR instance with external ID mapping
POST
Creates a new client in your COR instance through the integrations service. The client is mapped to an external ID from your source system for bidirectional synchronization.
Request Body Requirements
All requests require themetadata.source field to identify the integration source.
External client ID from your source system. This ID will be used to reference the client in future operations.
Client display name
Legal business name for contracts and invoicing
Primary contact email address
Contact person’s first name
Contact person’s last name
Phone number
Website URL
Client description
Known Errors
ValidationError— Missing required fields (metadata.source,id, orname)DuplicateExternalIdError— A client with this external ID already exists for this sourceInvalidSourceError— Themetadata.sourcevalue is not a valid integration source

