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.
<billing_history company_id="..." id="..." agent="..." autorate_status="..." bill_date="..." bill_of_lading="..." bill_type="..." billing_empty_distance="..." billing_empty_distance_um="..." billing_loaded_distance="..." billing_loaded_distance_um="..." billing_user_id="..." blnum="..." booking_number="..." broker="..." canceled="..." commodity="..." commodity_descr="..." consignee_ref_no="..." container="..." createdbytaskrebill="..." customer_id="..." delivery_date="..." dist_include_split="..." distance="..." distance_um="..." driver_id="..." edi_transfered="..." entered_user_id="..." excisetax_total="..." excisetax_total_c="..." excisetax_total_d="..." excisetax_total_n="..." excisetax_total_r="..." external_invoiceno="..." factoring_exp_date="..." factoring_id="..." fixed_charge_label="..." fixed_charge_seg_alloc_code="..." gp_exported="..." invoice_no="..." invoice_no_string="..." invoice_recv_date="..." invoiced_flag="..." is_dedicated_bill="..." is_fixed="..." is_split_bill="..." is_summary_bill="..." last_auto_collect="..." last_auto_collect_type="..." linehaul_chg="..." linehaul_chg_c="..." linehaul_chg_d="..." linehaul_chg_n="..." linehaul_chg_r="..." master_order_id="..." minimum_weight="..." minimum_weight_um="..." order_id="..." order_type_id="..." original_invoice_number="..." other_charge="..." other_charge_c="..." other_charge_d="..." other_charge_n="..." other_charge_r="..." pay_gross="..." pay_gross_c="..." pay_gross_d="..." pay_gross_n="..." pay_gross_r="..." payment_method="..." pieces="..." port="..." post_key="..." post_key_openitem="..." post_module="..." printed="..." purchase_order_no="..." rate="..." rate_id="..." rate_type="..." rate_unit_desc="..." rating_method="..." rating_type="..." rating_units="..." ready_to_process="..." rebilled="..." revenue_id="..." round_trip_flag="..." ship_date="..." shipment_id="..." total_charges="..." total_charges_c="..." total_charges_d="..." total_charges_n="..." total_charges_r="..." totalcharge_and_excisetax="..." totalcharge_and_excisetax_c="..." totalcharge_and_excisetax_d="..." totalcharge_and_excisetax_n="..." totalcharge_and_excisetax_r="..." tractor_id="..." trailer2_id="..." trailer_id="..." transfer_date="..." vessel="..." weight="..." weight_um="..."/>
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":"billing_history","company_id":"...","id":"...","agent":"...","autorate_status":"...","bill_date":"...","bill_of_lading":"...","bill_type":"...","billing_empty_distance":"...","billing_empty_distance_um":"...","billing_loaded_distance":"...","billing_loaded_distance_um":"...","billing_user_id":"...","blnum":"...","booking_number":"...","broker":"...","canceled":"...","commodity":"...","commodity_descr":"...","consignee_ref_no":"...","container":"...","createdbytaskrebill":"...","customer_id":"...","delivery_date":"...","dist_include_split":"...","distance":"...","distance_um":"...","driver_id":"...","edi_transfered":"...","entered_user_id":"...","excisetax_total":"...","excisetax_total_c":"...","excisetax_total_d":"...","excisetax_total_n":"...","excisetax_total_r":"...","external_invoiceno":"...","factoring_exp_date":"...","factoring_id":"...","fixed_charge_label":"...","fixed_charge_seg_alloc_code":"...","gp_exported":"...","invoice_no":"...","invoice_no_string":"...","invoice_recv_date":"...","invoiced_flag":"...","is_dedicated_bill":"...","is_fixed":"...","is_split_bill":"...","is_summary_bill":"...","last_auto_collect":"...","last_auto_collect_type":"...","linehaul_chg":"...","linehaul_chg_c":"...","linehaul_chg_d":"...","linehaul_chg_n":"...","linehaul_chg_r":"...","master_order_id":"...","minimum_weight":"...","minimum_weight_um":"...","order_id":"...","order_type_id":"...","original_invoice_number":"...","other_charge":"...","other_charge_c":"...","other_charge_d":"...","other_charge_n":"...","other_charge_r":"...","pay_gross":"...","pay_gross_c":"...","pay_gross_d":"...","pay_gross_n":"...","pay_gross_r":"...","payment_method":"...","pieces":"...","port":"...","post_key":"...","post_key_openitem":"...","post_module":"...","printed":"...","purchase_order_no":"...","rate":"...","rate_id":"...","rate_type":"...","rate_unit_desc":"...","rating_method":"...","rating_type":"...","rating_units":"...","ready_to_process":"...","rebilled":"...","revenue_id":"...","round_trip_flag":"...","ship_date":"...","shipment_id":"...","total_charges":"...","total_charges_c":"...","total_charges_d":"...","total_charges_n":"...","total_charges_r":"...","totalcharge_and_excisetax":"...","totalcharge_and_excisetax_c":"...","totalcharge_and_excisetax_d":"...","totalcharge_and_excisetax_n":"...","totalcharge_and_excisetax_r":"...","tractor_id":"...","trailer2_id":"...","trailer_id":"...","transfer_date":"...","vessel":"...","weight":"...","weight_um":"..."}
| key | name | size | type |
|---|---|---|---|
| company_id | 4 | String | |
| id | 32 | String | |
| agent | 8 | String | |
| autorate_status | 1 | String | |
| bill_date | 10 | Date | |
| bill_of_lading | 16 | String | |
| bill_type | 1 | String | |
| billing_empty_distance | 6.1 | BigDecimal | |
| billing_empty_distance_um | 2 | String | |
| billing_loaded_distance | 6.1 | BigDecimal | |
| billing_loaded_distance_um | 2 | String | |
| billing_user_id | 10 | String | |
| blnum | 28 | String | |
| booking_number | 12 | String | |
| broker | 1 | String | |
| canceled | 1 | String | |
| commodity | 9 | String | |
| commodity_descr | 80 | String | |
| consignee_ref_no | 28 | String | |
| container | 13 | String | |
| createdbytaskrebill | 1 | String | |
| customer_id | 8 | String | |
| delivery_date | 10 | Date | |
| dist_include_split | 1 | String | |
| distance | 6.1 | BigDecimal | |
| distance_um | 2 | String | |
| driver_id | 8 | String | |
| edi_transfered | 1 | String | |
| entered_user_id | 10 | String | |
| excisetax_total | 16.2 | BigDecimal | |
| excisetax_total_c | 3 | String | |
| excisetax_total_d | 19 | Date | |
| excisetax_total_n | 16.2 | BigDecimal | |
| excisetax_total_r | 8.4 | BigDecimal | |
| external_invoiceno | 12 | String | |
| factoring_exp_date | 19 | Date | |
| factoring_id | 8 | String | |
| fixed_charge_label | 35 | String | |
| fixed_charge_seg_alloc_code | 8 | String | |
| gp_exported | 19 | Date | |
| invoice_no | 10 | int | |
| invoice_no_string | 10 | String | |
| invoice_recv_date | 19 | Date | |
| invoiced_flag | 1 | String | |
| is_dedicated_bill | 1 | String | |
| is_fixed | 1 | String | |
| is_split_bill | 1 | String | |
| is_summary_bill | 1 | String | |
| last_auto_collect | 10 | Date | |
| last_auto_collect_type | 3 | String | |
| linehaul_chg | 16.2 | BigDecimal | |
| linehaul_chg_c | 3 | String | |
| linehaul_chg_d | 19 | Date | |
| linehaul_chg_n | 16.2 | BigDecimal | |
| linehaul_chg_r | 8.4 | BigDecimal | |
| master_order_id | 8 | String | |
| minimum_weight | 7.1 | BigDecimal | |
| minimum_weight_um | 2 | String | |
| order_id | 8 | String | |
| order_type_id | 8 | String | |
| original_invoice_number | 10 | String | |
| other_charge | 16.2 | BigDecimal | |
| other_charge_c | 3 | String | |
| other_charge_d | 19 | Date | |
| other_charge_n | 16.2 | BigDecimal | |
| other_charge_r | 8.4 | BigDecimal | |
| pay_gross | 16.2 | BigDecimal | |
| pay_gross_c | 3 | String | |
| pay_gross_d | 19 | Date | |
| pay_gross_n | 16.2 | BigDecimal | |
| pay_gross_r | 8.4 | BigDecimal | |
| payment_method | 1 | String | |
| pieces | 10 | int | |
| port | 20 | String | |
| post_key | 32 | String | |
| post_key_openitem | 32 | String | |
| post_module | 4 | String | |
| printed | 1 | String | |
| purchase_order_no | 16 | String | |
| rate | 12.4 | BigDecimal | |
| rate_id | 10 | int | |
| rate_type | 1 | String | |
| rate_unit_desc | 10 | String | |
| rating_method | 1 | String | |
| rating_type | 1 | String | |
| rating_units | 12.4 | BigDecimal | |
| ready_to_process | 1 | String | |
| rebilled | 1 | String | |
| revenue_id | 5 | String | |
| round_trip_flag | 1 | String | |
| ship_date | 10 | Date | |
| shipment_id | 28 | String | |
| total_charges | 16.2 | BigDecimal | |
| total_charges_c | 3 | String | |
| total_charges_d | 19 | Date | |
| total_charges_n | 16.2 | BigDecimal | |
| total_charges_r | 8.4 | BigDecimal | |
| totalcharge_and_excisetax | 16.2 | BigDecimal | |
| totalcharge_and_excisetax_c | 3 | String | |
| totalcharge_and_excisetax_d | 19 | Date | |
| totalcharge_and_excisetax_n | 16.2 | BigDecimal | |
| totalcharge_and_excisetax_r | 8.4 | BigDecimal | |
| tractor_id | 8 | String | |
| trailer2_id | 8 | String | |
| trailer_id | 8 | String | |
| transfer_date | 19 | Date | |
| vessel | 20 | String | |
| weight | 7.1 | BigDecimal | |
| weight_um | 2 | String |