Offer
Information about an offer. This query is still a work in progress at this point and will include more details in the future. This query should be used to get the offer PDF link.
type Offer {
applicationFormDownloadLink: FileDownloadResult!
contractID: PolicyID!
informationOnProductDownloadLink: FileDownloadResult
offerFundsInformationDownloadLink: FileDownloadResult
offerKeyInvestmentDocumentDownloadLink: FileDownloadResult
offerKeyInvestorInformationDocumentDownloadLink: FileDownloadResult
offerKeyInvestorInformationDocumentOneTimeDownloadLink: FileDownloadResult
offerProductInformationSheetDownloadLink: FileDownloadResult
sampleQuotationDownloadLink: FileDownloadResult
}
Fields
Offer.applicationFormDownloadLink ● FileDownloadResult! non-null union
Returns a download link for the application form (_Antragsformular_) for the offer. The link expires after 5 minutes after being generated.
Offer.contractID ● PolicyID! non-null scalar
The contractID of the offer and the future policyID.
Offer.informationOnProductDownloadLink ● FileDownloadResult union
Returns a download link for the information on the product (PDF) for the offer. The link expires after 5 minutes after being generated.
Offer.offerFundsInformationDownloadLink ● FileDownloadResult union
Returns a download link for the funds information (PDF) for the offer. The link expires after 5 minutes after being generated.
Offer.offerKeyInvestmentDocumentDownloadLink ● FileDownloadResult union
Returns a download link for the key investment document (PDF) for the offer. The link expires after 5 minutes after being generated.
Offer.offerKeyInvestorInformationDocumentDownloadLink ● FileDownloadResult union
Returns a download link for the key investor information document (PDF) for the offer. The link expires after 5 minutes after being generated.
Offer.offerKeyInvestorInformationDocumentOneTimeDownloadLink ● FileDownloadResult union
Returns a download link for the key investor information document (PDF) for the offer. The link expires after 5 minutes after being generated.
Offer.offerProductInformationSheetDownloadLink ● FileDownloadResult union
Returns a download link for the product information sheet (PDF) for the offer. The link expires after 5 minutes after being generated.
Offer.sampleQuotationDownloadLink ● FileDownloadResult union
Returns a download link for the sample quotation (PDF) for the offer. The link expires after 5 minutes after being generated.
Implemented By
OfferResult union