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.
<billing company_id="..." id="..." agent="..." autorate_status="..." bill_date="..." bill_type="..." billing_empty_distance="..." billing_empty_distance_um="..." billing_loaded_distance="..." billing_loaded_distance_um="..." billing_user_id="..." blnum="..." booking_number="..." broker="..." commodity="..." commodity_descr="..." consignee_ref_no="..." container="..." 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="..." invoice_no="..." invoice_no_string="..." invoice_recv_date="..." invoiced_flag="..." is_dedicated_bill="..." is_fixed="..." is_split_bill="..." linehaul_chg="..." linehaul_chg_c="..." linehaul_chg_d="..." linehaul_chg_n="..." linehaul_chg_r="..." lock_miles="..." master_order_id="..." minimum_weight="..." minimum_weight_um="..." order_id="..." order_type_id="..." 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_module="..." printed="..." purchase_order_no="..." rate="..." rate_id="..." rate_type="..." rate_unit_desc="..." rating_method="..." 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="..."/>
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":"billing","company_id":"...","id":"...","agent":"...","autorate_status":"...","bill_date":"...","bill_type":"...","billing_empty_distance":"...","billing_empty_distance_um":"...","billing_loaded_distance":"...","billing_loaded_distance_um":"...","billing_user_id":"...","blnum":"...","booking_number":"...","broker":"...","commodity":"...","commodity_descr":"...","consignee_ref_no":"...","container":"...","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":"...","invoice_no":"...","invoice_no_string":"...","invoice_recv_date":"...","invoiced_flag":"...","is_dedicated_bill":"...","is_fixed":"...","is_split_bill":"...","linehaul_chg":"...","linehaul_chg_c":"...","linehaul_chg_d":"...","linehaul_chg_n":"...","linehaul_chg_r":"...","lock_miles":"...","master_order_id":"...","minimum_weight":"...","minimum_weight_um":"...","order_id":"...","order_type_id":"...","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_module":"...","printed":"...","purchase_order_no":"...","rate":"...","rate_id":"...","rate_type":"...","rate_unit_desc":"...","rating_method":"...","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":"..."}