
  { parameters received by client from server

  TYPE
    pft$df_put_item_info_out = record
      audit_restorations: boolean,
      all_permits_restored: boolean,
      auditable_permits: boolean,
      auditable_cycles: boolean,
      status_included: boolean,
    recend;

    { The status follows in this buffer, if included.
    { If there are auditable_permits and/or auditable_cycles; the array(s) are
    { in the data buffer.

