Skip to main content
Version: v1.0.0(int)

W046: Get customer detail

Returns a single customer record. Triggered by clicking a customer in the list.

Steps

  1. Load the customer header. Call Customers.getCustomerById.

Returns

The bare customer record. The UI resolves type, segment, and broker names from the list endpoints and loads linked contacts via the contacts domain (Contacts.listByEntity('customer', customerId)).

Business rules

None.

Errors

  • NotFoundError. The customer was not found.