Processes relink for different accounts
Version 1.0
Endpoint
POST
https://abr-api.it.att.com/relink-data
Copy
This API is invoked by NEXXUS to implement the relink. A&BR validates the data and sends it to BCAI for relinking.
http
scheme:bearer
bearerFormat:JWT
Body Parameters
- objectRequired
- originatingSystemstringThe name of the system from which the request originated.Example: SSDF
- orderNumberstringThe unique identifier for the order.Example: ORD123456
- statusCodeint64The status code representing the result of the operation.Example: 200
- errorCodestringThe error code returned in case of a failure.Example: ERR001
- errorMessagestringThe error message providing details about the failure.Example: Invalid input data
- abrIdListarray of objects
A list of ABR IDs associated with the request.
Responses
Successful operation
Body
application/json
- objectRequired
- originatingSystemstringThe name of the system from which the request originated.Example: SSDF
- orderNumberstringThe unique identifier for the order.Example: ORD123456
- statusCodeint64The status code representing the result of the operation.Example: 200
- errorCodestringThe error code returned in case of a failure.Example: ERR001
- errorMessagestringThe error message providing details about the failure.Example: Invalid input data
- abrIdListarray of objects
A list of ABR IDs associated with the request.