- Fakturan.nu API 2 /
- Clients /
- show
GET
/api/v2/clients/:id
Show a client
Examples
GET /api/v2/clients/4 200 { "data": { "id": 4, "number": 1, "name": "Google Inc", "first_name": "", "last_name": "", "email": "", "fax": "", "phone": "", "home_phone": "", "mobile_phone": "", "client_type": "company", "org_number": "556677-8899", "settings": { "currency": "USD", "discount": 0, "email_attach_pdf": false, "invoice_days": 30, "invoice_delivery_method": "email", "invoice_template": "croatia", "locale": "sv", "prices_inc_tax": "no", "show_product_code": false, "tax": 25 }, "address": { "street_address": "1600 Amphitheatre Parkway", "care_of": "", "zip_code": "94043", "city": "Mountain View", "country": "SE" } } }