Creating contact assignment

POST {{api-url}}/customer-management/{{tenant}}/contact-assignments

Preview 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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"id":"53ac81fd0cce8b26b36f1234"}