Returns printable version of booking in PDF format as binary data.
| 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 |
None.
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. |