Processes relink response from BCAI
Version 1.0
Endpoint
POST
https://abr-api.it.att.com/relink/abr-complete
Copy
This API is invoked by BCAI to provide the relink response to A&BR. It contains the details like relink completion status/error and it sends this details to Nexxus.
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
- transactionIdstringThe unique identifier for the transaction.Example: TXN123456
- 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
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
- transactionIdstringThe unique identifier for the transaction.Example: TXN123456
- 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