GET Get-All-Clients

Purpose
Users may use this call to receive an array of all client's information.
Additional Header Information
Auth-AdminKey: Key used to mark higher privilege in the API
Reponse Information
The reponse will be an array of JSON objects, following the same format as the response from get-client
Expected Return
An array of JSON objects, each being a response similar to one from get-client.
Example cURL Call
curl -H 'Auth-FactorId: FACTORID’ -H 'Auth-SystemKey: SYSTEMKEY’ -H 'Auth-ApiKey: APIKEY’ -H 'Auth-AdminKey: ADMINKEY' https://wstest.factorcloud.com/api_factor/get-all-clients/

Example Path
https://wstest.factorcloud.com/api_factor/get-all-clients/

Example Return
{"Uuid":"ef372485-a935-c519-5a2f-5ea3abfc7741","ClientKey":"a1e11ed9-6d93-4fcd-9d5a-d1f424a699c1",
"Name":"My Special Company","CompCode":"MSC","Address1":"","Address2":"","City":"","State":"","ZipCode":"",
"Country":"","Phone":"","PhoneAlt":"","Fax":"","Email":"","UccDate":"2020-09-14T00:00:00Z","UccDate2":"2020-09-14T00:00:00Z",
"UccSignedDate":"2020-09-14T00:00:00Z","Type":"0","Industry":"1","AltName":"","EdiId":"","FedTaxNum":"","DunsNum":"","MCNumber":"",
"DOTNumber":"","CreditLimit":"0.00"}