go back Home

RowBillingFreightGroup

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_freight_group bfg_uid="..." company_id="..." add_timestamp="..." add_userid="..." bfg_comment="..." bfg_status_code="..." bfg_type_code="..." bol_address1="..." bol_address2="..." bol_city="..." bol_name="..." bol_phone="..." bol_state="..." bol_zip_code="..." calc_type_code="..." carrier_display_name="..." carrier_key="..." carrier_scac="..." contract_descr="..." contract_type_descr="..." currency_type_id="..." delivery_lane="..." dispatch_type="..." est_delivery_date="..." mod_timestamp="..." mod_userid="..." movement_id="..." p44_capacity_provider_acct="..." p44_direction_override="..." p44_payment_terms="..." p44_scac="..." pickup_lane="..." quote_expire_date="..." quote_number="..." rating_mode="..." reference_id="..." service_descr="..." shipment_id="..." total_pieces="..." total_req_spots="..." total_weight="..." transit_days="..."/>

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_freight_group","bfg_uid":"...","company_id":"...","add_timestamp":"...","add_userid":"...","bfg_comment":"...","bfg_status_code":"...","bfg_type_code":"...","bol_address1":"...","bol_address2":"...","bol_city":"...","bol_name":"...","bol_phone":"...","bol_state":"...","bol_zip_code":"...","calc_type_code":"...","carrier_display_name":"...","carrier_key":"...","carrier_scac":"...","contract_descr":"...","contract_type_descr":"...","currency_type_id":"...","delivery_lane":"...","dispatch_type":"...","est_delivery_date":"...","mod_timestamp":"...","mod_userid":"...","movement_id":"...","p44_capacity_provider_acct":"...","p44_direction_override":"...","p44_payment_terms":"...","p44_scac":"...","pickup_lane":"...","quote_expire_date":"...","quote_number":"...","rating_mode":"...","reference_id":"...","service_descr":"...","shipment_id":"...","total_pieces":"...","total_req_spots":"...","total_weight":"...","transit_days":"..."}

Fields

key name size type
bfg_uid 10 int
company_id 4 String
add_timestamp 19 Date
add_userid 25 String
bfg_comment 80 String
bfg_status_code 8 String
bfg_type_code 8 String
bol_address1 40 String
bol_address2 40 String
bol_city 50 String
bol_name 40 String
bol_phone 20 String
bol_state 2 String
bol_zip_code 10 String
calc_type_code 4 String
carrier_display_name 100 String
carrier_key 12 String
carrier_scac 10 String
contract_descr 80 String
contract_type_descr 30 String
currency_type_id 3 String
delivery_lane 1 String
dispatch_type 4 String
est_delivery_date 10 Date
mod_timestamp 19 Date
mod_userid 25 String
movement_id 32 String
p44_capacity_provider_acct 50 String
p44_direction_override 20 String
p44_payment_terms 20 String
p44_scac 10 String
pickup_lane 1 String
quote_expire_date 19 Date
quote_number 50 String
rating_mode 4 String
reference_id 50 String
service_descr 80 String
shipment_id 50 String
total_pieces 10 int
total_req_spots 10 int
total_weight 53.4 BigDecimal
transit_days 10 int