Account Management Biz Api

(0 reviews)

GET-billingAccountByService

/billingAccount/service [GET]

Key Considerations for PA:

  1. This operation retrieves a billingAccount entity by passing the service number.
  2. payload[0].id refers to the AccountNumber in the response.

URL

https://[host]:[port]/tmf-api/accountManagement/v4/{businessId}/billingAccount/service

URI PARAMS

nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) identifying the business unit.Y
namevaluedescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server.
Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.
Y
lobstringThe Line of Business Identifier currently available are:
FIXED
POSTPAID
N

Query Param

nametypedescriptionrequired
serviceNumstringservice NumberY

Response

In this section all the possible data structures received by the client at the moment of responding the method are defined.

[ 200 ]

OK - retrieveBillingAccount request processed successfully, response body contains an entity corresponding to the requested resource.

Note: Please refer sample examples for all usecases in raml.


Reviews