Documents¶
This resource represents a digital document. Example documents include invoices and vouchers, which are created in PDF format.
XML Schema:
Fields
Name |
Type |
Description |
|---|---|---|
|
String |
|
|
Field |
|
|
Datetime |
The time when the resource was created, in the standard Dates & Times. |
|
String |
The document type, currently: INVOICE, ATOL_CERTIFICATE, VOUCHER. |
|
String |
The intended audience of this document. Either |
|
Reference Object |
The related booking resource. |
|
String |
The Internet media type. |
|
String |
The document content, base64-encoded. |
Get a Document
- GET /documents/(string: document_id)/¶
List documents
- GET /bookings/(string: booking_id)/documents¶