ApiPriceList

A price list is defined for a supplier company and the master company. A company can have zero, one or more price lists. Each price list is uniquely identified by an ID number.


    FORMAT

    XML
    <ApiPriceList>
    <PriceListId>2147483647</PriceListId>
    <CompanyId>2147483647</CompanyId>
    <PriceListCode>String content</PriceListCode>
    <Currency>String content</Currency>
    <ConversionRate>12678967.543233</ConversionRate>
    <ConversionRateDate>1999-05-31T11:20:00</ConversionRateDate>
    <ReductionPercent>12678967.543233</ReductionPercent>
    <ReductionFuzzy_>String content</ReductionFuzzy_>
    <ReductionPretransExact>String content</ReductionPretransExact>
    <ReductionPretransFuzzy>String content</ReductionPretransFuzzy>
    <Comments>String content</Comments>
    <DecimalPlaces>255</DecimalPlaces>
    </ApiPriceList>
    
    

     

    PROPERTIES

    PriceListId

    The unique id.

    CompanyId

    Company to which this price list belongs. The company then supplies services based on that price list. Note: Clients do not have price lists. Instead the master company does define them and then applies them to clients.

    PriceListCode

    The price list name. The default price list of a company has no name. All other price lists have a name.

    Currency

    The ISO currency code.

    ConversionRate

    Optional. The conversion rate with respect to prices in the default price list.

    ReductionPercent

    Optional. Reduction to apply with respect to prices of the default price list.

    ReductionFuzzy

    Optional. The fuzzy match intervals together with price reductions. If not set, then no discounts are given on fuzzy matches. The contents is a comma separated list of fuzzy level and reduction couples.

    Example: 100,40;95,10;

    Meaning: 100% matches: 40% reduction; 95% to 99% matches: 10% reduction.

    ReductionPretransExact

    Optional. If set, then contains the discount given on exact pre-translations (i.e. pre-translations done from 100% matches). If not set, then the same reduction as for 100% matches given in ReductionFuzzy_ applies.

    Note: ReductionPretransExact and ReductionPretransFuzzy are either both set or both not set.

    ReductionPretransFuzzy

    Optional. If set, then contains the discount given on fuzzy pre-translations (i.e. pre-translations done from <100% matches). If not set, then the same reduction as for the corresponding fuzzy interval given in ReductionFuzzy_ applies.

    Comments

    Internal comments

    DecimalPlaces

    The decimal places to use when renndering or calculating amounts.