Skip to main content
PATCH
Update Customer Contact

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

customerId
integer<int32>
required

The id of the customer that the contacts belong to. Represents a unique key for identifying a customer in the JTL system.

customerContactId
integer<int32>
required

The id of the customer contact.

Body

application/json

The customer contact to update.

Model Class: UpdateCustomerContact

Department
string

The contact person's department.

Honorific
string

The contact person's form of address.

FirstName
string

The contact person's first name.

LastName
string

The contact person's last name.

PhoneNumber
string

The contact person's landline phone number.

MobilePhoneNumber
string

The contact person's mobile number.

EmailAddress
string

The contact person's email address.

Fax
string

The contact person's fax number.

Response