A price list () contains is defined for a supplier company and the master company. A company can have zero, one or more services. A service is e.g. "Translation from English into French" together with pricing information.price lists. Each price list is uniquely identified by an ID number.
...
Child pages (Children Display) |
---|
FORMAT
Code Block | ||
---|---|---|
| ||
<ApiPriceListItem><ApiPriceList> <ServiceId>2147483647<<PriceListId>2147483647</ServiceId>PriceListId> <CompanyId>2147483647</CompanyId> <PriceListId>2147483647</PriceListId> <LocaleSource>String<PriceListCode>String content</LocaleSource>PriceListCode> <LocaleTarget>String<Currency>String content</LocaleTarget> <TaskCode>String content</TaskCode> <ProductCode>String content</ProductCode> <Comments>String content</Comments> <Rating>255</Rating> <PriceUnitCode>String content</PriceUnitCode> <PriceUnits>32767</PriceUnits> <PriceAmount>12678967.543233</PriceAmount> <LocaleSourcePrimary>String content</LocaleSourcePrimary> <LocaleTargetPrimary>String content</LocaleTargetPrimary> <DelayLeadHours>32767</DelayLeadHours> <DelayUnitsPerDay>32767</DelayUnitsPerDay> </ApiPriceListItem> |
PROPERTIES
...
ServiceId
...
The unique service identifier
...
CompanyId
...
Company which supplies this service
...
PriceListId
...
Price list to which this service belongs. The price list defines the currency, reductions, fuzzy match intervals and currency conversion rates.
...
LocaleSource
...
LocaleTarget
...
The language couple of the service
...
TaskCode
...
The service task. The list of tasks can be configured. Main tasks are: TR = Translation, RV = Revision, PROOF = Approval/Proofreading
...
ProductCode
...
Optional product/service code
...
Comments
...
Internal comments
...
Rating
...
A value between 1 and 5 to rate the quality or priority of the service. 5 is best.
...
PriceUnitCode
...
The type of unit:
...
WD - Word(s)CH - Character(s)LN - Line(s)PG - Page(s)DOC - Document(s)JOB - Job(s)TH - Hour(s)TD - Day(s)X - OtherWDT - Translated word(s)CHT - Translated character(s)LNT - Translated line(s)PGT - Translated page(s)DOT - Translated document(s)
...
PriceUnits
...
The number of units included in the price. Default is 1.
...
PriceAmount
...
The unitary cost. More precisely: Cost of PriceUnits x PriceUnitCode. Examples: Cost for 1 Word, for 1 Character, per 55 characters, etc.
...
LocaleSourcePrimary
...
Language part of LocaleSource. Useful for filtering operations.
...
LocaleTargetPrimary
...
Language part of LocaleTarget. Useful for filtering operations.
...
DelayLeadHours
...
Indicates the lead time applicable by the supplier. The lead time is the minimum time in hours from notification of work until start to work. For example: If the supplier lives in a different time zone, a minimum lead time would reflect the time difference.
...
DelayUnitsPerDay
...
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. |
...