consolidation Bundle

When the data associated with two AbiliTec IDs has been consolidated into one AbiliTec ID, the consolidation bundle returns the currently active AbiliTec ID and the AbiliTec ID that has been retired.

This bundle is returned when the “consolidations” maintenance type parameter is specified for a call to the Maintenance Endpoint.

Document Class: Maintenance

Data ElementTypeDescriptionExample or Valid Values
activeIdstringThe new DocID to be used.003Y00US00dws#lJPz0ziFjZM0ReFmMxWGX_I3
retiredIdstringThe retired DocID to be replaced with the DocID listed as the activeId.003Y00US00dfpQrVz0ziFjZM0ReFmMxWGXll8
activeLinkstringThe new link to be used.003YUS03LS512YQ1
retiredLinkstringThe retired link to be replaced with the link listed as the activeLink.003YUS0339RH2YT5

Samples

Sample consolidation bundle in JSON format for a document:

{
  "consolidation": {
    "activeId": "000000US00cB0uAQOpj-Jqdgg0lMlGlO3Xy_gd",
    "retiredId": "000000US00O5zwQoFwfHo6mt4_XeapaHdo0w5i",
    "activeLink": "0000US08EF09FFD8",
    "retiredLink": "0000US0ADBC56B7E"
  }
}

NOTE: Sample bundle values are for illustration purposes only.