GET api/Document/DownloadFile/{id}?sFileName={sFileName}
API URL: https://api.alpsltd.co.uk/api/Document/DownloadFile/{id}?sFileName={sFileName}
Download a document from a claim
Request Information
Authorisation Type
Basic Auth
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The claim ID |
integer |
Required |
| sFileName |
The name of the file including the file type |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | string | ||
| Headers | Collection of Object | ||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode | boolean |