go back Home

RowContact

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.

<contact company_id="..." id="..." carrier_contact_type="..." chirstmas_contact="..." christmas_contact_mailinga="..." comments="..." contact_name="..." customer_sequence="..." customer_statements="..." decision_maker="..." detention_contact="..." ect_uid="..." email="..." employee_position="..." extension="..." fax="..." is_active="..." linkedin_profile="..." mobile_phone="..." name="..." notes="..." opt_out_customer_statement="..." optimum_record="..." parent_row_id="..." parent_row_type="..." payable_contact="..." personal_ref="..." phone="..." rapid_alert_notify="..." rec_interval="..." rec_next_date="..." rec_ops_user_id="..." rec_salesperson_id="..." recieve_customer_statement="..." sequence="..." terms_contact="..." title="..." type_of="..." web_access="..."/>

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":"contact","company_id":"...","id":"...","carrier_contact_type":"...","chirstmas_contact":"...","christmas_contact_mailinga":"...","comments":"...","contact_name":"...","customer_sequence":"...","customer_statements":"...","decision_maker":"...","detention_contact":"...","ect_uid":"...","email":"...","employee_position":"...","extension":"...","fax":"...","is_active":"...","linkedin_profile":"...","mobile_phone":"...","name":"...","notes":"...","opt_out_customer_statement":"...","optimum_record":"...","parent_row_id":"...","parent_row_type":"...","payable_contact":"...","personal_ref":"...","phone":"...","rapid_alert_notify":"...","rec_interval":"...","rec_next_date":"...","rec_ops_user_id":"...","rec_salesperson_id":"...","recieve_customer_statement":"...","sequence":"...","terms_contact":"...","title":"...","type_of":"...","web_access":"..."}

Fields

key name size type
company_id 4 String
id 32 String
carrier_contact_type 25 String
chirstmas_contact 1 String
christmas_contact_mailinga 150 String
comments 254 String
contact_name 40 String
customer_sequence 10 int
customer_statements 1 String
decision_maker 1 String
detention_contact 1 String
ect_uid 10 int
email 60 String
employee_position 40 String
extension 10 String
fax 20 String
is_active 1 String
linkedin_profile 80 String
mobile_phone 20 String
name 200 String
notes 2000 String
opt_out_customer_statement 1 String
optimum_record 10 int
parent_row_id 8 String
parent_row_type 1 String
payable_contact 1 String
personal_ref 1 String
phone 30 String
rapid_alert_notify 1 String
rec_interval 10 int
rec_next_date 19 Date
rec_ops_user_id 10 String
rec_salesperson_id 8 String
recieve_customer_statement 1 String
sequence 10 int
terms_contact 1 String
title 30 String
type_of 1 String
web_access 1 String