Examples
GET /api/v2/clients/7
200
{
"data": {
"id": 7,
"number": 1,
"name": "Google Inc",
"first_name": "",
"last_name": "",
"email": "",
"fax": "",
"phone": "",
"home_phone": "",
"mobile_phone": "",
"client_type": "company",
"org_number": "770493581",
"settings": {
"email_attach_pdf": false,
"invoice_delivery_method": "email",
"invoice_template": "original",
"discount": 0,
"show_product_code": false,
"currency": "USD",
"locale": "sv",
"invoice_days": 30,
"tax": 25,
"prices_inc_tax": "no"
},
"address": {
"street_address": "1600 Amphitheatre Parkway",
"care_of": "",
"zip_code": "94043",
"city": "Mountain View",
"country": "US"
}
}
}