v1

latestOpenAPI 3.1.02026-08-0658107212.4 KB
Clients

Find Client by Code

Returns a specific client.

get/clients/find-by-code.json

Query parameters

client_codestring required
Example:foo

The client code you want to search.

api_keystring required
Example:YOUR_API_KEY

Your API Key.

Response

SUCCESS.

Example response

{
  "client": {
    "id": "1",
    "name": "Ricardo Pereira",
    "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"
    },
    "observations": "Computer Processed",
    "open_account_link": "https://www.app.invoicexpress.com/suppliers/1f7bba947948c50e04af20d329db5bc67c38cf89",
    "send_options": "1",
    "payment_days": "0",
    "tax_exemption_code": "M00"
  }
}