clients.find-by-name
Use this method to obtain a client
You can call this method by submitting a HTTP GET request to the following URL and specifying on the query string the name of the client:
https://:screen-name.invoicexpress.net/clients/find-by-name.xml?client_name=Ni+Hao&API_KEY=XXX
The previous example searches on your account for a client called “Ni Hao”.
Parameters
Parameters are the data you pass with the call.
api_key
Your secret identifier. Instructions here on how to obtain the API KEY
Rules: Required
client_name
The client name you want to search. Warning: Partial search is not supported
Rules: Required
Return Values
Success
Same output as clients.get
Error
HTTP: 401 Access denied
The API Key parameter is missing or incorrect.
The API Key parameter is missing or incorrect.
HTTP: 404 Not Found
No client was found with the supplied client name.
No client was found with the supplied client name.