| API | Description |
|---|---|
| GET api/Broker/PolicyRenewals?AgentID={AgentID} |
Broker renewals |
| GET api/Broker/PoliciesSold?BrokerID={BrokerID}&UserID={UserID} |
policies sold by broker |
| GET api/Broker/Turnover?BrokerID={BrokerID}&UserID={UserID} |
Turnover by broker |
| GET api/Broker/Claims?UserID={UserID}&FleetID={FleetID}&FleetDepartmentID={FleetDepartmentID} |
Claims by broker, Fleet or fleet department |
| GET api/Broker/LivePolicyCount?AgentID={AgentID} |
Broker Live Policies |
| API | Description |
|---|---|
| GET api/Policy/GetTitles |
Get list of available titles |
| GET api/Policy/CustomerTypes |
Get list of available customer types |
| GET api/Policy/ProductTypes |
Get list of available product types |
| GET api/Policy/Motor/PolicyList |
Get a list of all policies under a broker account. This will show all active policies, and expired policies up to one month overdue |
| GET api/Policy/Motor/Policy?id={id} |
Get details of a specific policy |
| POST api/Policy/Motor/CreatePolicy |
Create a new motor legal expenses policy |
| POST api/Policy/Motor/CreatePolicyLite |
Create a new motor legal expenses policy, returning just the new policy reference only |
| API | Description |
|---|---|
| POST api/Communication/SendMessage |
send a message on a specific claim |
| GET api/Communication/GetMessages?refno={refno} |
gets the list of communications |
| API | Description |
|---|---|
| POST api/Claims/CreateClaim |
Creates a new claim |
| GET api/Claims/List |
lists the claims that a user has permissions to view |
| GET api/Claims/View/{id} |
returns detailed information about a specific claim |
| GET api/Claims/GetNotes/{id} |
returns all notes for a specific claim |
| GET api/Claims/Portal/{id} |
Supplier only portal for ALPS claim data. |
| API | Description |
|---|---|
| GET api/Document/DownloadFile/{id}?sFileName={sFileName} |
Download a document from a claim |
| GET api/Document/GetDocuments/{id}?sDir={sDir} |
No documentation available. |
| GET api/Document/GetFileBytes/{id}?sFileName={sFileName} |
No documentation available. |
| GET api/Document/GetFiles/{id} |
Gets a list of documents on a claim |