go back Home

RowChargeCode

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.

<charge_code company_id="..." id="..." amount="..." charge_rate_method="..." co_amount="..." co_deduct_code_id="..." co_pay_method="..." co_payee_acct="..." co_percent="..." descr="..." edi_code="..." glid="..." incl_in_freight="..." is_fuel_surcharge="..." is_intermodal="..." is_taxable="..." is_tonu="..." ltl_allocation_method="..." oo_amount="..." oo_deduct_code_id="..." oo_pay_method="..." oo_payee_acct="..." oo_percent="..." pay_company_hourly_driver="..." prev_flag="..." rate="..." who_to_pay="..."/>

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":"charge_code","company_id":"...","id":"...","amount":"...","charge_rate_method":"...","co_amount":"...","co_deduct_code_id":"...","co_pay_method":"...","co_payee_acct":"...","co_percent":"...","descr":"...","edi_code":"...","glid":"...","incl_in_freight":"...","is_fuel_surcharge":"...","is_intermodal":"...","is_taxable":"...","is_tonu":"...","ltl_allocation_method":"...","oo_amount":"...","oo_deduct_code_id":"...","oo_pay_method":"...","oo_payee_acct":"...","oo_percent":"...","pay_company_hourly_driver":"...","prev_flag":"...","rate":"...","who_to_pay":"..."}

Fields

key name size type
company_id 4 String
id 4 String
amount 12.4 BigDecimal
charge_rate_method 1 String
co_amount 12.4 BigDecimal
co_deduct_code_id 3 String
co_pay_method 1 String
co_payee_acct 1 String
co_percent 5.2 BigDecimal
descr 28 String
edi_code 3 String
glid 20 String
incl_in_freight 1 String
is_fuel_surcharge 1 String
is_intermodal 1 String
is_taxable 1 String
is_tonu 1 String
ltl_allocation_method 1 String
oo_amount 12.4 BigDecimal
oo_deduct_code_id 3 String
oo_pay_method 1 String
oo_payee_acct 1 String
oo_percent 5.2 BigDecimal
pay_company_hourly_driver 1 String
prev_flag 1 String
rate 12.4 BigDecimal
who_to_pay 1 String