go back Home

RowDriverExtraPay

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.

<driver_extra_pay company_id="..." id="..." amount="..." amount_c="..." amount_d="..." amount_n="..." amount_r="..." carrier_rate_id="..." deduct_code_id="..." descr="..." detention_hist_pay_id="..." driver_id="..." entered_user_id="..." fuel_surcharge_pay="..." jag_rate_id="..." movement_id="..." order_id="..." payee_id="..." rate="..." reference_no="..." rev_uid="..." short_desc="..." transaction_date="..." 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":"driver_extra_pay","company_id":"...","id":"...","amount":"...","amount_c":"...","amount_d":"...","amount_n":"...","amount_r":"...","carrier_rate_id":"...","deduct_code_id":"...","descr":"...","detention_hist_pay_id":"...","driver_id":"...","entered_user_id":"...","fuel_surcharge_pay":"...","jag_rate_id":"...","movement_id":"...","order_id":"...","payee_id":"...","rate":"...","reference_no":"...","rev_uid":"...","short_desc":"...","transaction_date":"...","units":"..."}

Fields

key name size type
company_id 4 String
id 32 String
amount 16.2 BigDecimal
amount_c 3 String
amount_d 19 Date
amount_n 16.2 BigDecimal
amount_r 10.6 BigDecimal
carrier_rate_id 10 int
deduct_code_id 3 String
descr -1 String
detention_hist_pay_id 32 String
driver_id 8 String
entered_user_id 10 String
fuel_surcharge_pay 8 String
jag_rate_id 10 int
movement_id 32 String
order_id 8 String
payee_id 8 String
rate 12.4 BigDecimal
reference_no 12 String
rev_uid 10 int
short_desc 30 String
transaction_date 10 Date
units 12.4 BigDecimal