Types

Lead

Example

{
  "type": "Lead",
  "identifier": {
    "bhhsconsumerid": "12345"
  },
  "object": {
    "type": "Contact",
    "name": "Joe Smith",
    "telephone": "731-620-9877 x6155",
    "email": "Giuseppe.Lang62@hotmail.com"
  },
  "recipient": "http://{lead-recipient}.example.com/profile/card#me",
  "sender": "http://{lead-sender}.example.com/profile/card#me",
  "owner": "http://{lead-owner}.example.com/profile/card#me",
  "dateAccepted": "2019-11-25T04:23:32.000Z",
  "dateRejected": "2019-08-24T14:15:22Z",
  "dateSent": "2019-08-24T14:15:22Z",
  "dateReceived": "2019-11-25T04:23:32.000Z",
  "leadSource": [
    {
      "type": "AskAction",
      "object": {
        "type": "Question",
        "text": "Help me I'm trapped inside documentation."
      }
    }
  ]
}

Schema

NameTypeDescription
(root)objecta sales opportunity (object) offered by a sender to a recipient.
typestringallowed ("Lead") Lead
identifierobject1 properties
objectobjectthe lead (Contact)
recipientstringthe lead recipient format (uri)
senderstringthe lead provider format (uri)
ownerstringthe original owner of the lead format (uri)
dateAcceptedstringThe date/time the item was accepted by the recipient
dateRejectedstringThe date/time the item was rejected by the recipient format (date-time)
dateSentstringthe date the lead was sent format (date-time)
dateReceivedstringThe date/time the item was received by it's recipient
leadSourcearray<object>lead origin, may be a website event or a thing such as a website, zillow, mobile applicaton.
leadSource (single item)object-
Previous
Language