ENVIRONMENT : Test

GET {culture}/api/bookings/getPdf?id={id}&printHeader={printHeader}&printFooter={printFooter}&printSignatures={printSignatures}&hidePrePaidPrices={hidePrePaidPrices}

Returns printable version of booking in PDF format as binary data.

Request Information

URI Parameters

Name Description Type Additional information
culture

string

Required

hidePrePaidPrices

boolean

Default value is False

id

integer

Required

printFooter

boolean

Default value is True

printHeader

boolean

Default value is True

printSignatures

Will print signatures if they are provided for this contract.

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Returns printable version of booking in PDF format as binary data.

HttpResponseMessage
Name Description Type Additional information
Content

HttpContent

None.

Headers

Collection of Object

None.

IsSuccessStatusCode

boolean

None.

ReasonPhrase

string

None.

RequestMessage

HttpRequestMessage

None.

StatusCode

HttpStatusCode

None.

Version

Version

None.