ConsignmentChargeAdhocCreateModel
- chargeType: integer ยท ChargeApplicationenum
Application Integer numbers.
values- Rate = 1
- Fee = 2
- chargeType: number Format: double
Rate Excl Tax For rate-based charge applications, rate of charge is used in conjunction with the metric value to determine the overall charge value. For fee-based charge applications, this is the overall value.
- costType: string | null Format: uuid
Centre Id The ID of the cost centre.
- metricType: number Format: double
Value For rate-based charge applications, this is the quantity or metric value of the charge and is used in conjunction with the rate to determine the overall charge value. For fee-based charge applications, this is defaulted to 1
- particularsType: string | null
The particulars of the charge.
- revenueType: string | null Format: uuid
Account Id The ID of the revenue account.
- taxType: string Format: uuid
Rate Id The ID of the tax rate.