Return ContactID in the Client_Search response

Customers in my App hold the QuickFile ClientID and the ContactID for the Primary Contact, both of which are mandatory when it later used the Client_Update endpoint.

When my App attempts to associate one of its Customer records with a QuickFile Client, I currently have to make two calls

  1. Client_Search - to get the ClientID, then
  2. Client_Get - to get the ContactID.

So, it would be handy if the ContactID came back in the Client_Search response.