go back Home

RowCallinScriptTemplate

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.

<callin_script_template company_id="..." id="..." brokerage_status="..." commodity_id="..." customer_id="..." descr="..." equipment_type_id="..." eta_to_next_stop="..." event_id="..." is_active="..." is_required="..." location_id="..." movement_status="..." order_mode="..." order_type_id="..." order_value="..." order_value_c="..." order_value_comparison="..." order_value_d="..." order_value_n="..." order_value_r="..." revenue_code_id="..." stop_type="..." user_group_id="..." user_id="..."/>

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":"callin_script_template","company_id":"...","id":"...","brokerage_status":"...","commodity_id":"...","customer_id":"...","descr":"...","equipment_type_id":"...","eta_to_next_stop":"...","event_id":"...","is_active":"...","is_required":"...","location_id":"...","movement_status":"...","order_mode":"...","order_type_id":"...","order_value":"...","order_value_c":"...","order_value_comparison":"...","order_value_d":"...","order_value_n":"...","order_value_r":"...","revenue_code_id":"...","stop_type":"...","user_group_id":"...","user_id":"..."}

Fields

key name size type
company_id 4 String
id 8 String
brokerage_status 100 String
commodity_id 50 String
customer_id 45 String
descr 60 String
equipment_type_id 50 String
eta_to_next_stop 1 String
event_id 45 String
is_active 1 String
is_required 1 String
location_id 45 String
movement_status 1 String
order_mode 1 String
order_type_id 45 String
order_value 16.2 BigDecimal
order_value_c 3 String
order_value_comparison 1 String
order_value_d 19 Date
order_value_n 16.2 BigDecimal
order_value_r 10.6 BigDecimal
revenue_code_id 30 String
stop_type 1 String
user_group_id 55 String
user_id 55 String