go back Home

RowSalesperson

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.

<salesperson company_id="..." id="..." address="..." city="..." is_manager="..." name="..." percentage="..." sales_manager_id="..." state="..." user_id="..." zip_code="..."/>

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":"salesperson","company_id":"...","id":"...","address":"...","city":"...","is_manager":"...","name":"...","percentage":"...","sales_manager_id":"...","state":"...","user_id":"...","zip_code":"..."}

Fields

key name size type
company_id 4 String
id 8 String
address 28 String
city 50 String
is_manager 1 String
name 40 String
percentage 6.2 BigDecimal
sales_manager_id 10 String
state 2 String
user_id 10 String
zip_code 10 String