Provides A&BR hierarchy data for billing creation
Version 1.0
Endpoint
GET
https://abr-api.it.att.com/cif-full-data
Copy
This API is invoked by BCAI to consume the A&BR hierarchy data required for billing hierarchy creation in the target flow. It contains customerNode details, contract details and hierarchyNode(invoiceNode, subAccountNode, CDGNode) details.
http
scheme:bearer
bearerFormat:JWT
Query Parameters
- contractSolutionNumberstringThe unique identifier for the contract solution.Example: CSN123456
- transactionIdstringThe unique identifier for the transaction.Example: TXN789012
- abrIdint64The unique identifier for the ABR (Application Business Request).Example: 12345
Body Parameters
Responses
Successful operation
Body
application/json
- objectRequired
- abrIdint64The unique identifier for the ABR.Example: 12345
- transactionIdstringThe unique identifier for the transaction.Example: TXN789012
- contractSubTypestringThe contractSubType associated with the ABR.Example: MNSMRS
- contractEffectiveDatestringThe effective date of the contract.Example: 2023-10-01T12:00:00Z
- attContractNumberstringThe AT&T contract number associated with the ABR.Example: ATT123456
- attContractSolutionNumberstringThe AT&T contract solution number.Example: CSN123456
- submittedByUserIdstringThe user ID of the person who submitted the ABR.Example: user123
- hierarchyOnlySolutionNumberstringThe solution number for hierarchy-only contracts.Example: HOSN789012
- contactsarray of objects
A list of contacts associated with the ABR.
- contractobject
- customerNodeobject
- hierarchyNodesarray of objects
A list of hierarchy nodes associated with the ABR.
- baNodesarray of objects
A list of billing account nodes associated with the ABR.
- invoiceNodesarray of objects
A list of invoice nodes associated with the ABR.
- cdgNodesarray of objects
A list of CDG (Customer Data Group) nodes associated with the ABR.
- subAccountNodesarray of objects
A list of sub-account nodes associated with the ABR.