API DOCUMENTATION
    Try Unleashed Now Sandbox

    Sales Persons

    The Salespersons resource allows Salespersons to be listed, created and updated. An individual Salesperson’s details can be viewed, or updated by appending its identifier (a GUID formatted as XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX) to the URI. Here are some example URIs:

    • /Salespersons - returns a list of all Salespersons;

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List all Salespersons GET /Salespersons
    Create a new Salesperson POST /Salespersons/{id}
    Update any Salesperson POST /Salespersons/{id}

    GET Salespersons

    Available Fields for SalesPerson:

    Property Type Length Required Notes
    Email String 256 Yes  
    FullName String 256 Yes  
    Guid Guid   Yes Unique identifier. Can only be set when adding a record.
    LastModifiedOn Nullable DateTime      
    Obsolete Boolean true,false    

    Examples for Request GET /Salespersons

    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.