Handles target flow's billing hierarchy creation response
Version 1.0
Endpoint
POST
https://abr-api.it.att.com/target-flow/abr-complete
Copy
BCAI invokes this API and provides billing hierarchy creation response. This response is specifically for target flow. In response we receive hierarchy creation status(success or failure) and CADMBillNodeValue. If hierarchy creation status is success it sends ATPComplete event to sales application else it sends corresponding error details(CIFError).
http
scheme:bearer
bearerFormat:JWT
Body Parameters
- objectRequired
- solutionNumberstringRepresents the unique identifier for the solutionNumberExample: SOL12345
- statusCodestringIndicates the status of the hierarchy creation process, such as success or failureExample: 200
- abrIdstringUnique identifier of the recordExample: 12345
- transactionIdstringUnique identifier for the transaction that triggered the hierarchy creation.Example: TXN123456789
- originatingSystemstringName of the system that initiated the hierarchy creation request.Example: BillingSystem
- statusMessagestringDetailed message describing the status of the hierarchy creation process.Example: Hierarchy created successfully
- errorMessagestringMessage describing any error that occurred during the hierarchy creation process.Example: Invalid account number provided
- errorCodestringCode representing the specific error encountered during the process.Example: ERR001
- serviceTypestringType of service for which the hierarchy is being created.Example: AbcService
- baAccountNumberstringBilling Account (BA) number associated with the hierarchy creation.Example: BA123456
- customerInfoobject
- flowTypestringSpecifies the type of flow (e.g., legacy or target) for the hierarchy creation process.Example: LegacyFlow
Responses
Successful operation
Body
application/json