Find Client by Name
Returns a specific client.
Query parameters
The client name you want to search. Warning: partial search is not supported.
Your API Key.
Response
SUCCESS.
Example response
{
"client": {
"id": 196601767,
"name": "Ricardo Pereira",
"language": "pt",
"email": "someone@example.com",
"address": "Lisbon",
"city": "Lisbon",
"postal_code": "1750-455",
"fiscal_id": "508025338",
"website": "www.invoicexpress.com",
"country": "Portugal",
"phone": "2313423424",
"fax": "2313423425",
"preferred_contact": {
"name": "Ricardo Pereira",
"email": "someone@example.com",
"phone": "2233442233"
},
"open_account_link": "https://www.app.invoicexpress.com/suppliers/1f7bba947948c50e04af20d329db5bc67c38cf89",
"send_options": 1,
"tax_exemption_code": "M00"
}
}Changes
Changed in 1 of the 2 revisions of this API.2013
- ▲
the response property
client/addressbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/citybecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/countrybecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/emailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/faxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/fiscal_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/observationsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/payment_daysbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/phonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/postal_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/preferred_contact/emailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/preferred_contact/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/preferred_contact/phonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/send_optionsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/tax_exemption_codebecame nullable for the status200response-property-became-nullable
- ▲
the response property
client/websitebecame nullable for the status200response-property-became-nullable
- ▲
the
client/idresponse's property type/format changed fromstring/tointeger/for status200response-property-type-changed
- ▲
the
client/payment_daysresponse's property type/format changed fromstring/tointegernull/for status200response-property-type-changed
- ▲
the
client/send_optionsresponse's property type/format changed fromstring/tointegernull/for status200response-property-type-changed
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status401response-property-type-changed
- ●
removed the optional property
errors/errorfrom the response with the401statusresponse-optional-property-removed
- ○
added the optional property
client/codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
client/languageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
client/preferred_contact/mobileto the response with the200statusresponse-optional-property-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲