Document
Object: Document
Section titled “Object: Document”A document.
Documents store information of all type of documents. It can be fully or partialy served, base on the configuration given.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id* | String! | The ID of the document will always be same as in the physical document |
occupant | OrganisationReference | The occupant or onsite for the document. |
offsite | OrganisationReference | The offsite for the document. |
location | OrganisationReference | The location for the document. |
carrier | OrganisationReference | The carrier for the document. |
direction* | Direction! | Represents the direction whether goods are intending to be brought in or taken out |
loads | [DocumentLoadQuantity!] | Loads of this document |
settings* | DocumentSettings! | Configuration of this document |
validDates | PartialTimeRange | Range of valid dates when this document is valid |
preferredDates | PartialTimeRange | Range of preferred dates when this document is valid |
bookingOptions* | [BookingOption!]! | Booking Options of this document |
description | String | Description of the document |
attributes* | Object! | Attributes for the document |
updateDate | Timestamp | — |
type | DocumentType | The document's type |
status | DocumentStatus | The document's status |
acknowledgements* | [DocumentAcknowlegement!]! | acknowledgement status |
bookings* | [Booking!]! | List of bookings that use this document |