Sales Reps
List Sales Reps
List all sales reps with pagination, filtering, and sorting via Spatie QueryBuilder.
Create Sales Rep
Create a new sales rep. Defaults active to true if not provided.
Get Sales Rep
Get a single sales rep by ID, including their linked user account and sales order count.
Update Sales Rep
Update an existing sales rep.
Get Sales Rep Activity Log
Get the activity log for a specific sales rep. Returns a paginated list of audit events with the causer and changed properties.
Get Sales Reps for Dropdown
Get a simplified list of all sales reps (id and name only) for use in dropdown/combo box lookups. Returns all reps ordered by name without pagination.