Packing Lists
PackingList
represents a flat collection of packing_item objects. For
each item within a packing list, there are additional description
and
required
fields that should be used within the context of the packing list.
XML Schema:
Fields
Name |
Type |
Description |
id read-only |
String |
|
href read-only |
Field |
|
name required |
String |
A label describing the dossier this packing list is meant for. |
date_last_modified |
Datetime |
The time when the resource was last modified, in the standard Dates & Times. |
date_created |
Datetime |
The time when the resource was created, in the standard Dates & Times. |
items required |
Field |
List of packing items specific to this packing list |
|
Nested Object |
|
|
String |
|
|
Field |
|
|
String |
A label describing the item to pack. |
|
String |
A description about the item the context of the packing list. |
|
Boolean |
If the item is required. |
PackingItem
represents a single item that is recommended for packing on a
trip. It can be associated with many packing list objects.
XML Schema:
Fields
Name |
Type |
Description |
id read-only |
String |
|
href read-only |
Field |
|
name required |
String |
A label describing the item to pack. |
date_created |
Datetime |
The time when the resource was created, in the standard Dates & Times. |
date_last_modified |
Datetime |
The time when the resource was last modified, in the standard Dates & Times. |
description required |
String |
A longer description about the item to pack. |