Processes Maintain Charge details for relinking
Version 1.0
Endpoint
POST
https://abr-api.it.att.com/maintain-charge
Copy
This invoked by Nexxus for relinking charge related update. Payload contains transactionId, subAccountNumber, chargeElementId, nuocAmount, MCN, SOC, billGroup and inventoryTypeCode. It validates and sends the updated charge details to BCAI.
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.