# API: Get Client Tax

# getClientTaxDetails

Get client tax details

# Required parameters

Parameter Description
id Client ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getClientTaxDetails&id=ID

# PHP Samples

# Response

{
    "success": true,
    "taxes": {
        "L1": {
            "priority": 2,
            "type": "L1",
            "name": "VAT",
            "rate": "19.00",
            "tax_group_id": 1,
            "applyto": "net",
            "negative": true,
            "condition": "",
            "id": "13",
            "country": "DE",
            "state": "0",
            "source": "region",
            "taxtotal": 19
        }
    },
    "client": {
        "taxexempt": "0",
        "latefeeoveride": 0,
        "overideduenotices": false,
        "overideautosusp": "0",
        "taxrateoverride": "0",
        "taxrate": "0",
        "disableemails": "0",
        "countryname": "Germany",
        "id": 23,
        "group_id": 0,
        "email": "[email protected]",
        "client_id": 23,
        "credit": "0.00",
        "currency_id": 0,
        "billing_contact_id": 174,
        "card_contact_id": 0,
        "parent_id": 0,
        "firstname": "John",
        "lastname": "Doe",
        "companyname": "Acme Inc.",
        "address1": "Another",
        "address2": "",
        "city": "Berlin",
        "state": "Berlin",
        "postcode": "90001",
        "country": "DE",
        "phonenumber": "+49 123123123",
        "datecreated": "2015-08-13",
        "notes": "",
        "language": "english",
        "company": 1,
        "brand": "Default",
        "vateu": ""
    },
    "currency": {
        "code": "EUR",
        "iso": "EUR",
        "sign": "\u20ac",
        "format": "1,234.56",
        "decimal": "2",
        "rounding": "2",
        "rounding_mode": "HALF_UP",
        "id": 0,
        "rate": 1
    },
    "call": "getClientTaxDetails",
    "server_time": 1715327804
}
Last Updated: 10/7/2024, 2:36:43 PM