Contact
Returns all contact types.
Date Released: Oct 2013 Date Updated: Dec 2020
Please note: While accessibility via the API is available to both AccountRight and new Essentials files. Not all features will be displayed in Product for new Essentials
The elements list below details information for Contact. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.
Items shown with are required when posting or puting data
Items shown with are read-only elements
Example json GET response
{- "UID" : "2cdead51-beba-458e-88c9-a4ca9de5c388",
- "LastName" : "Grimes",
- "FirstName" : "Frank",
- "IsIndividual" : true,
- "DisplayID" : "CUS00011",
- "IsActive" : true,
- "Addresses" : [
- {
- "Location" : 1,
- "Street" : "55 Maple Street",
- "City" : "Melbourne",
- "State" : "VIC",
- "PostCode" : "3000",
- "Country" : "Australia",
- "Phone1" : "03 8897 9411",
- "Phone2" : "03 8897 2722",
- "Phone3" : "03 8897 7356",
- "Fax" : "03 8897 4278",
- "Email" : "frank@yahoo.com.au",
- "Website" : "www.myob.com.au",
- "ContactName" : "Clint",
- "Salutation" : "Mr."
- }
- ],
- "Notes" : "Description for Frank Grimes",
- "Identifiers" : [
- {
- "Label" : "AZZ",
- "Value" : "A"
- }
- ],
- "CustomList1" : null,
- "CustomList2" : null,
- "CustomList3" : null,
- "CustomField1" : {
- "Label" : "Custom Field No. 1",
- "Value" : "Queensland"
- },
- "CustomField2" : {
- "Label" : "Custom Field No. 2",
- "Value" : "Sydney"
- },
- "CustomField3" : {
- "Label" : "Custom Field No. 3",
- "Value" : "Tasmania"
- },
- "CurrentBalance" : 0,
- "Type" : "Customer",
- "LastModified" : "2014-03-19T05:04:32.993",
- "PhotoURI" : "{cf_uri}/Contact/Customer/2cdead51-beba-458e-88c9-a4ca9de5c388/Photo",
- "URI" : "{cf_uri}/Contact/Customer/2cdead51-beba-458e-88c9-a4ca9de5c388",
- "RowVersion" : "682911070058184704"
- }