Update partial contact person connection data
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update partial contact person connection data

  • Dark
    Light
  • PDF

Article summary

Patch
/contact-person-connections/{id}/

Operation updates given contact person connection fields.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of contact person connection to update

Body parameters

Contact person connection attributes and values to be updated

object
Contact
integer Required

Id of Contact Person object to be connected

Content_type
integer Required

Contact person connection content type id

Object
integer Required

Id of object to be connected to Contact Person

id
integer

Primary key

Responses
200

Object was updated successfully

object
Contact
integer

Id of Contact Person object to be connected

Content_type
integer

Contact person connection content type id

Object
integer

Id of object to be connected to Contact Person

id
integer

Primary key

401

Authentication credentials are missing or invalid

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

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?