Skip to content
ipro-dave edited this page Jun 7, 2021 · 3 revisions

Request Url: /apis/contact/{contactId}

  • contactId is the required contact id, it's integer.

Response:

{
  "Id": 68,
  "CompanyId": 1,
  "FullName": "Ipro Software",
  "Country": "United Kingdom",
  "Title": "",
  "FirstName": "Ipro",
  "LastName": "Software",
  "Language": null,
  "Email": "info@ipro-software.com",
  "EmailAlt": "",
  "EmailAlt1": "",
  "Telephone": "",
  "TelephoneAlt": "",
  "Mobile": "",
  "Postcode": ".123",
  "Address": "17 Bolts Croft",
  "StreetName": "",
  "TownCity": ".test",
  "CountyArea": "Wiltshire",
  "CountryCode": "GB",
  "CompanyName": "iPro Holidays",
  "Comments": "",
  "TypeId": 5,
  "TypeName": "Travel Agent",
  "ContactByPost": true,
  "ContactByEmail": true,
  "ContactByPhone": true,
  "ContactBySms": true,
  "SubscribedToMailingList": false,
  "Commision": null,
  "Balance": null,
  "Retainer": null,
  "BrandId": null
}
Clone this wiki locally