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="..." comments="..." contact_name="..." customer_sequence="..." detention_contact="..." ect_uid="..." email="..." fax="..." is_active="..." mobile_phone="..." name="..." 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="..." 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":"...","comments":"...","contact_name":"...","customer_sequence":"...","detention_contact":"...","ect_uid":"...","email":"...","fax":"...","is_active":"...","mobile_phone":"...","name":"...","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":"...","sequence":"...","terms_contact":"...","title":"...","type_of":"...","web_access":"..."}

Fields

key name size type
company_id 4 String
id 32 String
comments 254 String
contact_name 40 String
customer_sequence 10 int
detention_contact 1 String
ect_uid 10 int
email 60 String
fax 20 String
is_active 1 String
mobile_phone 20 String
name 40 String
parent_row_id 8 String
parent_row_type 1 String
payable_contact 1 String
personal_ref 1 String
phone 20 String
rapid_alert_notify 1 String
rec_interval 10 int
rec_next_date 10 Date
rec_ops_user_id 10 String
rec_salesperson_id 8 String
sequence 10 int
terms_contact 1 String
title 30 String
type_of 1 String
web_access 1 String