go back Home

RowCallinScriptTemplateDetail

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_detail company_id="..." id="..." callin_script_template_id="..." detail_type="..." display_stored_value="..." display_total_pay="..." field_name="..." include_input_field="..." is_required="..." prompt="..." save_data_field="..." sequence="..." stop_to_display="..." table_name="..." update_field="..."/>

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_detail","company_id":"...","id":"...","callin_script_template_id":"...","detail_type":"...","display_stored_value":"...","display_total_pay":"...","field_name":"...","include_input_field":"...","is_required":"...","prompt":"...","save_data_field":"...","sequence":"...","stop_to_display":"...","table_name":"...","update_field":"..."}

Fields

key name size type
company_id 4 String
id 32 String
callin_script_template_id 8 String
detail_type 1 String
display_stored_value 1 String
display_total_pay 1 String
field_name 27 String
include_input_field 1 String
is_required 1 String
prompt 200 String
save_data_field 27 String
sequence 10 int
stop_to_display 1 String
table_name 30 String
update_field 1 String