go back Home

RowOtherCharge

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<other_charge company_id="..." id="..." allocated_charge_key="..." allocation_method="..." amount="..." amount_c="..." amount_d="..." amount_n="..." amount_r="..." bill_type="..." calc_method="..." charge_id="..." customer_id="..." ded_charge_customer_id="..." descr="..." driver_id="..." empty_distance_units="..." empty_distance_units_um="..." est_fuel_surcharge="..." incl_in_freight="..." is_dedicated_distance="..." is_taxable="..." jag_rate_id="..." loaded_distance_units="..." loaded_distance_units_um="..." ltl_allocation_method="..." order_id="..." rate="..." rate_id="..." revenue_share_order_id="..." sequence="..." stop_id="..." stop_movement_sequence="..." tli_uid="..." units="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"other_charge","company_id":"...","id":"...","allocated_charge_key":"...","allocation_method":"...","amount":"...","amount_c":"...","amount_d":"...","amount_n":"...","amount_r":"...","bill_type":"...","calc_method":"...","charge_id":"...","customer_id":"...","ded_charge_customer_id":"...","descr":"...","driver_id":"...","empty_distance_units":"...","empty_distance_units_um":"...","est_fuel_surcharge":"...","incl_in_freight":"...","is_dedicated_distance":"...","is_taxable":"...","jag_rate_id":"...","loaded_distance_units":"...","loaded_distance_units_um":"...","ltl_allocation_method":"...","order_id":"...","rate":"...","rate_id":"...","revenue_share_order_id":"...","sequence":"...","stop_id":"...","stop_movement_sequence":"...","tli_uid":"...","units":"..."}

Fields

key name size type
company_id 4 String
id 32 String
allocated_charge_key 32 String
allocation_method 1 String
amount 16.2 BigDecimal
amount_c 3 String
amount_d 19 Date
amount_n 16.2 BigDecimal
amount_r 10.6 BigDecimal
bill_type 1 String
calc_method 1 String
charge_id 4 String
customer_id 8 String
ded_charge_customer_id 8 String
descr 28 String
driver_id 8 String
empty_distance_units 10.1 BigDecimal
empty_distance_units_um 2 String
est_fuel_surcharge 1 String
incl_in_freight 1 String
is_dedicated_distance 1 String
is_taxable 1 String
jag_rate_id 10 int
loaded_distance_units 10.1 BigDecimal
loaded_distance_units_um 2 String
ltl_allocation_method 1 String
order_id 8 String
rate 12.4 BigDecimal
rate_id 10 int
revenue_share_order_id 8 String
sequence 10 int
stop_id 32 String
stop_movement_sequence 10 int
tli_uid 10 int
units 12.4 BigDecimal