mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 04:08:11 +00:00
feat(freight:api): added additional booking entry
This commit is contained in:
@@ -55,6 +55,15 @@ const DEMO_BOOKINGS = [
|
|||||||
destinationCode: 'ADDIS_ABABA',
|
destinationCode: 'ADDIS_ABABA',
|
||||||
scheduledDate: '2026-06-20T08:00:00.000Z',
|
scheduledDate: '2026-06-20T08:00:00.000Z',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
reference: 'BKG-CONT-007',
|
||||||
|
containerCode: '20FT',
|
||||||
|
quantity: 6,
|
||||||
|
totalWeightTons: 180,
|
||||||
|
originCode: 'DJIBOUTI',
|
||||||
|
destinationCode: 'ADDIS_ABABA',
|
||||||
|
scheduledDate: '2026-06-20T08:00:00.000Z',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
reference: 'BKG-CONT-004',
|
reference: 'BKG-CONT-004',
|
||||||
containerCode: '40FT',
|
containerCode: '40FT',
|
||||||
|
|||||||
Reference in New Issue
Block a user