Service details

Use this method to retrieve service details for a supplier. Service details are records such as "Translation English into French, $0.6 per word".


    URL

    (GET) companies/{companyid}/pricelists/services

    PARAMETERS

    token

    The token obtained on connection

    Required

    companid

    The company of which to show price lists

    Optional

    pricelistid

    To show services of a specific price list. If not set, services of all price lists are returned.

    Optional

    pricelistcode

    To show services of a specific price list. If not set, services of all price lists are returned. To filter the default price list use "pricelistcode=").

    Optional

    sourcelocale

    Filter services by source language

    Optional

    targetlocale

    Filter services by target language

    Optional

    task

    Filter services by task code, such as TR for translation or RV for revision.

    Optional

    filter

    Free filter on any project property. Please see Filtering results for details.

    Optional

     

    RESULTS

    Returns a list of ApiPriceListItem items.