GET Offer/Product/{client}/{product}/Certificate?effectiveDate={effectiveDate}

This API provides the certificate of insurance for a product in PDF form.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client

The client identification code.

string

Required

product

The product code. Valid product codes can be obtained via the Category API.

string

Required

effectiveDate

The configuration effective date to be used for the product retrieval. This parameter is optional; it exists to allow retrieval of the product certificate for a specific date, but in most cases it should be omitted.

date

None.

Body Parameters

None.

Response Information

Resource Description

The certificate of insurance. For this API, the Accept http header is ignored - the response format will always be 'application/pdf'.

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.