You can now map between individuals, sole traders, and organisations with their associated clients.
What's been added
GET /individualsandGET /individuals/:id— Each individual that is also a client (i.e. client type is individual) now includes a nestedclientobject with links and ID.GET /organisationsandGET /organisations/:id— Organisation entities that are also clients now includes a nestedclientobject with links and ID.GET /sole-tradersandGET /sole-traders/:id— Sole trader entities now includes a nestedclientobject with links and ID.GET /clients— Each client's entity reference now includeslinks(self and web) back to the underlying individual, organisation, or sole trader.
