Creating contact assignment
POST {{api-url}}/customer-management/{{tenant}}/contact-assignments
Creates a new contact assignment for the tenant. A contact assignment represents assignment of an employee of the Company to a legal entity.
### Required scopes
* clientmanagement.contactassignment_manage
Request Body
{"legalEntity"=>{"id"=>"{{legalEntityId}}"}, "contact"=>{"id"=>"{{contactId}}"}, "type"=>"PRIMARY", "primary"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"53ac81fd0cce8b26b36f1234"}