New
CUSTOMERS
/customers/{id}
- Will now include a new attribute called
record_type
. This attribute will have either a value oflead
orcustomer
.
/lead_information
- Lead related attributes from the current customer model now reside on this relationship.
/lead_source_information
- Contains
lead_company
andlead_company_campaign
relationships. These have been moved from thecustomer_order_information
model.
Changed
CUSTOMERS
/customers/{id}
- Lead related attributes have been removed from the
customer
model and moved to thelead_information
model.
/customer_order_information
lead_company
andlead_company_campaign
are no longer on this model. They have been moved to the newlead_source_information
model.