API DOCUMENTATION
    Try Unleashed Now Sandbox

    Companies

    The Companies resource allows Companies to be listed. An individual Company details can be viewed by appending its identifier (a GUID formatted as XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) to the URI. Here are some example URIs:

    • /Companies - returns a list of Company related information.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    Lists all information for your company GET /Companies

    GET Companies

    Available Fields for Companies:

    Property Type Length Required Notes
    BaseCurrencyCode String 3    
    CompanyName String 100    
    DefaultTaxRate Nullable Decimal      
    Guid Guid   Yes Unique identifier. Can only be set when adding a record.

    Examples for Request GET /Companies

    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.