ConsignmentChargeAdhocCreateModel

  • chargeApplication
    Type: integerenum

    Integer numbers.

    values
    • Rate = 1
    • Fee = 2
  • chargeRateExclTax
    Type: numberFormat: double

    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.

  • costCentreId
    Type: string | nullFormat: uuid

    The ID of the cost centre.

  • metricValue
    Type: numberFormat: double

    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

  • particulars
    Type: string | null

    The particulars of the charge.

  • revenueAccountId
    Type: string | nullFormat: uuid

    The ID of the revenue account.

  • taxRateId
    Type: stringFormat: uuid

    The ID of the tax rate.