Create new contact person
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new contact person

  • Dark
    Light
  • PDF

Article summary

Post
/contact-person/
Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Contact Person to be created

object
Address
integer

Customer address id

ContactPersonRestictedType
integer

Contact person restricted type id This field determines protection level of data under GDPR

Role
integer Required

Customer role id

comments
string

Comments or additional details

contact_start_date
string (date)

Contact start date

created_by
string

Username of contact person creator

created_ts
string (date)

Date of creation

customer_number
string

Customer number

email
string

Email address GDPR protected field

fax
string

Fax number GDPR protected field

id
integer

Primary key

name
string Required

Contact person name GDPR protected field

phone
string Required

Primary phone number GDPR protected field

phone2
string

Secondary phone number GDPR protected field

Responses
201

A created Contact Person

object
Address
integer

Customer address id

ContactPersonRestictedType
integer

Contact person restricted type id This field determines protection level of data under GDPR

Role
integer

Customer role id

comments
string

Comments or additional details

contact_start_date
string (date)

Contact start date

created_by
string

Username of contact person creator

created_ts
string (date)

Date of creation

customer_number
string

Customer number

email
string

Email address GDPR protected field

fax
string

Fax number GDPR protected field

id
integer

Primary key

name
string

Contact person name GDPR protected field

phone
string

Primary phone number GDPR protected field

phone2
string

Secondary phone number GDPR protected field

400

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

Fields which failed validation

401

Authentication credentials are missing or invalid

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

Detailed description of error


Was this article helpful?