Booking Extension Entry
Extension DTOs are used to provide dynamic customer specific information related to a booking, they have a similar function as Parameter object for transports.
Attribute | Description | Type (Length) | Example | Mandatory |
---|---|---|---|---|
key | Qualifier of the extension | CHAR(50) | EmissionStandard | True |
value | The value of the parameter Empty and null values are also possible | CHAR(50) | Euro 5 | False |
As booking extensions always represent process specific additions, the list of qualifiers has to be set up individually and agreed with the responsible project manager.
Â