Get Contact Details By ContactID

You can get contact details by contact ID

api/Contact

Query String

Parameter

Required

Value

contactId

Mandatory

User Input

Request Header

Parameter

Required

Value

TokenKey

Mandatory

User Input

Accept-Language

Optional

en-US

Accept-Encoding

Optional

gzip

Content-Type

Mandatory

application/json

Request Body

Parameter

Required

Value

Accept-Encoding

Optional

gzip

Response Body

{
  "PWAccountID": <accountId>,
  "Address1": "1 Street",
  "Address2": "",
  "City": "Los Angeles",
  "Country": {
    "CountryID": 1,
    "CountryName": "USA"
  },
  "State": {
    "StateID": 5,
    "StateName": "California"
  },
  "TimeZone": {
    "TimeZoneID": 85,
    "TimeZoneName": "(GMT-08:00) Pacific Time (US & Canada)"
  },
  "ZipCode": "",
  "Phone": "9875456500",
  "Fax": "9875456500",
  "WebURL": "",
  "CompanyDescription": "",
  "Title": "",
  "PhoneWork": "9875456500",
  "PhoneMobile": "9875456500",
  "PhoneAfterHrs": "",
  "Pager": "",
  "YearsInBusiness": 3,
  "ProjectRoleID": 2,
  "Notes": "as",
  "Business": {
    "PropertyID": 106,
    "OtherValue": "Service Man"
  },
  "Occupation": {
    "PropertyID": 1018,
    "OtherValue": "Sr. Developer"
  },
  "ContactIdentifier": "6c2f7210-e5e5-4ef4-b789-58f28bf0c6a3",
  "PWContactID": <contactId>,
  "PublicPWAccountID": <publicPWAccountId>,
  "PublicPWUserID": <publicPWUserId>,
  "FirstName": "Herbert",
  "MiddleName": "",
  "LastName": "Jones",
  "Email": "<email>",
  "ContactName": "Herbert Jones",
  "CompanyName": "ARC",
  "IsPublicContact": true,
  "UserLicenseType": 2
}