...
The details
node contains an array with cost lines (when no details available then the array is empty). The properties are:
| Total amount, excluding VAT. If null, then the cost has not been assigned or calculated. Note, that most (but not all) other properties below will also be null when no cost was assigned. | decimal? | The description of the provided service. | string |
| The service task code such as TR for translation or RV for revision. To discover all task types, see settings/tasks/codes | string | ||
| Number of units (see | int | ||
| The unit that is costed. Such as “WD” (words) or “CH” (characters). See also: Price units. | string | ||
| Number of units included in the unit price. | int | ||
| Unit price that is the price of | decimal | ||
| Currency code such as “EUR” or “USD”. | string | ||
| Optional product code. Empty string if none. | string | ||
| Optional reduction in percent from 0 to 100. | decimal | ||
| Total amount for this line. | decimal | ||
| Total amount before reduction for this line. | decimal | ||
| Indicates if this line refers to a fuzzy match/repetition or a pre-translation. See Match/Pretranslation Category (EFuzzyCategory) | int | ||
| The match % that corresponds to the | int? | ||
| Boolean that indicates if this line specifies a minimum fee. | bool |
EXAMPLES
To clarify how reductions, fees and coverage are applied on the base cost, see this screenshot and the corresponding payload below:
...