Retrieve MCN Triplets
Version 1.0
Endpoint
POST
https://abr-api.it.att.com/abr-mcn-triplets
Copy
This endpoint provides the complete MCN triplet related details based on the provided request. It returns the MCN triplet details including the MCN, SOC and BillGroup Information.
http
scheme:bearer
bearerFormat:JWT
Body Parameters
- objectRequired
- abrIdint64The unique identifier for the ABR.Example: 123456789
- attContractNumberstringThe AT&T contract number associated with the request.Example: ATT987654
- contractSolutionNumberstringThe contract solution number associated with the request.Example: CSN12345
- isoCountryCodestringThe ISO country code for the request.Example: US
Responses
Successful operation
Body
application/json
- objectRequired
- statusstringThe status of the response.Example: SUCCESS
- abrIdint64The unique identifier for the ABR.Example: 123456789
- contractSolutionNumberstringThe contract solution number associated with the response.Example: CSN12345
- attContractNumberstringThe AT&T contract number associated with the response.Example: ATT987654
- customerNamestringThe name of the customer associated with the response.Example: John Doe
- countriesarray of objects
A list of countries associated with the response.
- errorsstringThe error message, if any, associated with the response.Example: Invalid contract number
- errorCodestringThe error code, if any, associated with the response.Example: ERR001