Preparing For Lead Records We are laying the foundation for the introduction of lead records. This has required us to make some changes to the existing customer model and relationships.
New
CUSTOMERS
/customers/{id}
  • Will now include a new attribute called record_type. This attribute will have either a value of lead or customer.
CUSTOMER RELATIONSHIPS
/lead_information
  • Lead related attributes from the current customer model now reside on this relationship.
/lead_source_information
  • Contains lead_company and lead_company_campaign relationships. These have been moved from the customer_order_information model.
Changed
CUSTOMERS
/customers/{id}
  • Lead related attributes have been removed from the customer model and moved to the lead_information model.
CUSTOMER RELATIONSHIPS
/customer_order_information
  • lead_company and lead_company_campaign are no longer on this model. They have been moved to the new lead_source_information model.