download a contract
GET https://qover-sandbox.apigee.net/{country}/lifestyle/travel/contracts/{contractId}/download
Parameter name | Value | Description | Additional |
---|---|---|---|
country | string | The country ISO code case insensitive Country code in ISO 3166-1 alpha-2 The currently countries for which a line of business is available are:
|
Required |
contractId | string | The Contract unique Id |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
Qover-Api-Version | string | The version of the api. Currently only '1.0' is available. |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Contract in PDF format |
|
401 | Unauthorized Unauthorized: The authentication failed or is missing |
|
402 | Payment Required Payment required |
|
403 | Forbidden Forbidden: You do not have the right to perform this operation |
|
404 | Not Found Not Found: The requested ressource cannot be found |
|
500 | Internal Server Error Internal Server error: The request could not processed due to a server error |
General Error |