GET api/company/{id}/primaryagent
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | The unique identifer for the company being queried. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CompanyPrimaryAgentView| Name | Description | Type | Additional information |
|---|---|---|---|
| Agent | Details of the primary agent | CompanyView |
None. |
| AgentContact | Agent's contact detauks | SiteContactView |
None. |
| CommissionOn | What the Agent is paid commission on | integer |
None. |
| CommissionRate | The rate of commission | decimal number |
None. |
| CommissionPlan | The ID of the commission plan assigned to this agent | integer |
None. |