go back Home

RowResponsibleHist

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.

<responsible_hist company_id="..." id="..." commissions_covered="..." hierarchy_level_1="..." hierarchy_level_2="..." hierarchy_level_3="..." hierarchy_level_4="..." hierarchy_level_5="..." responsible_role="..." row_id="..." row_type="..."/>

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":"responsible_hist","company_id":"...","id":"...","commissions_covered":"...","hierarchy_level_1":"...","hierarchy_level_2":"...","hierarchy_level_3":"...","hierarchy_level_4":"...","hierarchy_level_5":"...","responsible_role":"...","row_id":"...","row_type":"..."}

Fields

key name size type
company_id 4 String
id 32 String
commissions_covered 1 String
hierarchy_level_1 8 String
hierarchy_level_2 8 String
hierarchy_level_3 8 String
hierarchy_level_4 8 String
hierarchy_level_5 8 String
responsible_role 1 String
row_id 10 String
row_type 1 String