API DOCUMENTATION
    Try Unleashed Now Sandbox

    Taxes

    The Taxes resource allows Taxes to be listed.

    • /Taxes - returns a list of all Taxes;

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List all Taxes GET /Taxes

    GET Taxes

    These filters can be used with the GET Taxes endpoint:

    Filter Description
    canApplyToRevenue If set to true, it will return the taxes ticked as revenue.
    canApplyToExpenses If set to true, it will return the taxes ticked as expenses.

    Available Fields for Tax:

    Property Type Length Required Notes
    CanApplyToExpenses Boolean true,false    
    CanApplyToRevenue Boolean true,false    
    Description String 50    
    Guid Guid   Yes Unique identifier. Can only be set when adding a record.
    LastModifiedOn Nullable DateTime      
    Obsolete Boolean true,false    
    TaxCode String 25 Yes  
    TaxRate Nullable Decimal   Yes  

    Examples for Request GET /Taxes

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.