| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassVer |
Class version |
integer |
None. |
| AgentCount |
HTrack Transaction identifier |
integer |
None. |
| Agents |
List of agents associated with specified transaction |
DataTable |
None. |
Transaction Agents DataTable Columns
| Column | Type | Description | Example |
|---|---|---|---|
| TransactionID | guid | Transaction unique identifier | C4E3826D-64BE-4D34-A8C3-D6B746B493AD |
| AgentNumber | int | Deprecated (H1 identifier) | 1234 |
| AgentPropDataId | int | Prop Data agent identifier | 23456 |
| FirstName | string | First name | John |
| LastName | string | Last name | Doe |
| AgentName | string | Agent first and last name | John Doe |
| EmailAddress | string | Email address | john.doe@somewhere.com |
| AgentStatusNr | int | Agent status: 1=active, 2=inactive | 1 |
| IsPrimary | boolean | 1 if agent is primary agent, otherwise 0 | 1 |
| AgentCommValue | decimal | Agent commission (before split) in ZAR | 40000.00 |
| AgentIncomeValue | decimal | Agent income (after split) in ZAR | 20000.00 |
| AgentRole | string | Agent role (Selling / Listing / Referring)/td> | Selling |