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-time.
date_created Datetime The time when the resource was created, in the standard dates-time.
items required Field List of packing items specific to this packing list
  • packing_item required
Nested Object  
    • id read-only
String  
    • href read-only
Field  
    • name required
String A label describing the item to pack.
  • description required
String A description about the item the context of the packing list.
  • required required
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-time.
date_last_modified Datetime The time when the resource was last modified, in the standard dates-time.
description required String A longer description about the item to pack.