2025-11-06 14.00 UTC - There are currently no active events. All systems operational.

Create new Contact Person Connection.

Prev Next
Post
/contact-person-connections/

Operation is used to create a new contact person connection.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Contact person connection to be created

object

A flat representation of a Contact Person Connection object, used for creating contact person connection.

Object
integer

ID of the object based on content type model associated with the connection.

Contact
integer

ID of the contact person associated with the connection.

Content_Type
integer

ID of the content type associated with the connection.

Responses
201

A newly created contact person connection

object

A flat representation of a Contact Person Connection object, used for creating contact person connection.

Object
integer

ID of the object based on content type model associated with the connection.

id
integer

Unique identifier for the contact person connection.

Contact
integer

ID of the contact person associated with the connection.

Content_Type
integer

ID of the content type associated with the connection.

400

There was an error in request. Usually field validation failed.

{
  "Contact": [
    "This field is required."
  ]
}
object

Fields which failed validation

property*
Array of string additionalProperties

List of validation errors for this fieldname

string

Validation error

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error