AccountDataRetention Data Type

Account Data Retention Policy

Available Since
1.4.75
Properties
Name Type Description
id number Unique numeric identifier for the Account.
keepPersonalDataMonths number Months to keep personal data.
keepPrintDataMonths number Months to keep print data.
AccountDataRetention (JSON)
{
  "accountDataRetention" : {
    "id" : 12345,
    "keepPersonalDataMonths" : 12345,
    "keepPrintDataMonths" : 12345
  }
}
AccountDataRetention Data Type

Account Data Retention Policy

Available Since
1.4.75
Properties
Name Type Description
id int Unique numeric identifier for the Account.
keepPersonalDataMonths int Months to keep personal data.
keepPrintDataMonths int Months to keep print data.
AccountDataRetention (XML)
<accountDataRetention>
  <id>...</id>
  <keepPersonalDataMonths>...</keepPersonalDataMonths>
  <keepPrintDataMonths>...</keepPrintDataMonths>
</accountDataRetention>