online-help.platform.features.premier_subscription.connectors.inbound-rest-api.endpoints.title
Contact
Overview
Get a customer contact by contactId
Parameters
contactId
required
Long
An unique ID representing an internal ID
firstName
required
Long
First name of contact
lastName
required
Long
Last name of contact
title
optional
Long
Title of contact or person
email
optional
Long
Email address of contact
phoneNumber
required
Long
Contact's phone number
phoneExt
optional
Long
Contact's phone number extension if any
altPhoneNumber
optional
Long
Contact's alternate phone number if any
altPhoneExt
optional
Long
Contact's alternate phone number extension if any
fax
optional
Long
Contact's fax number
Curl Example
<contact>
<contactId>685033</contactId>
<customerId>501266</customerId>
<firstName>API4</firstName>
<lastName>API4</lastName>
<title></title>
<email></email>
<phoneNumber>516156111</phoneNumber>
<altPhoneNumber></altPhoneNumber>
<phoneExt></phoneExt>
<altPhoneExt></altPhoneExt>
<pin>8921</pin>
<enabled>true</enabled>
<createdDate>Mon Sep 26 06:35:29 EDT 2016</createdDate>
<fax></fax>
<admin>true</admin>
<employeeId></employeeId>
<loginId></loginId>
<password></password>
</contact>