relink Bundle

The relink bundle returns the AbiliTec IDs for the input records that should have their information rerun through the API for ID assignment because of a change in the identity graph. This bundle is returned when the “relinks” maintenance type parameter is specified for calls to the Maintenance Endpoint.

Document Class: Maintenance

Data ElementTypeDescriptionExample or Valid Values
retiredIdstringThe DocID of the document for which the PII should be rerun through the API.003Y00US00dfpQrVz0ziFjZM0ReFmMxWGXll8
retiredLinkstringThe link for which the PII should be passed rerun through the API.003YUS0339RH2YT5

Samples

Sample relink bundle in JSON format for a document:

{
  "relink": {
    "retiredId": "000000US00TrwsCgegGvq1feeayuhdq2mif2Ic",
    "retiredLink": "0000US03016FMZ8B"
  }
}

NOTE: Sample bundle values are for illustration purposes only.