Non TMF Biz Api

(0 reviews)

GET- CustomerMigrationInfo

/customerMigrationInfo[GET]

This operation retrieves migration info of the customer.

Request

URL

https://[localhost]:[port]/nontmf-biz/v1/{businessId}/customerMigrationInfo

Base URI Parameter

NameTypeM/ODescription
businessIdstringMbusinessId string M Business unit identifier. Example: "PR”

Headers

NameTypeM/ODescription
Correlation-IDstringOThis is a unique identifier for the current call chain that can be used to tie together log entries on multiple layers. Could be uuid value, Min 16 Characters Example: 644e1dd7-2a7f-18fb-b8ed-ed78c3F92c2b
lobstringOThe Line of Business Identifier currently available are:
Enum: PREPAID, POSTPAID,FIXED
Note :
Mobile users: PREPAID, POSTPAID
Fixed users : FIXED
channelIdstringOChannel to identify the business group. Eg:ivrB2C
targetSystemstringOThis data type to indicate target system name/id in your request.
Example : matrixx

Security Headers

NameTypeM/ODescription
client_idstringMClient Id value for Client Id Enforcement policy. Environment Specific Value. Eg: 6f0ed16a7b494d76b2d60e05bc3b3332
client_secretstringMClient secret value for Client Id Enforcement policy. Environment Specific Value, eg: e4CD4D43449846aA9D8Cb9c43f

Query Parameters

NameTypeM/ODescription
serviceNumberStringMService Number or SubscriptionNumber

Response

Possible response success

This section defines all the possible data structures received by the client and that must be considered satisfactory at the time of responding to the method.

Success Response
[ 200 ]
{
    "phone_number": "13406434744",
    "activation_date": "2023-07-17 14:26:18",
    "auto_pay_flg": true,
    "fraud_flg": true,
    "migration_status": "not_started",
    "population_date": "2023-07-17 14:26:18",
    "account_status": "Active",
    "customer_type": "B2C",
    "PIN": "1234",
    "rating_type": "Postpaid",
    "salesforce_account_number": "0017d00001I2dZEAAZ",
    "source_system": "ATT",
    "subscription_id": "21513835_21515314"
}
Definitions
nametypedescriptionrequired
subscription_idstringSubscription Number of the subscriberN
phone_numberstringphone number of the subscriberN
customer_typestringcustomer type of the subscriberN
account_statusstringstatus of the accountN
fraud_flgbooleanfraud flag which indicates the flagN
PINstringpin of the deviceN
salesforce_account_numberstringassociated salesforce account numberN
migration_statusstringindicates the migration status of the customerN
rating_typestringIndicates the line of business of the customerN
source_systemstringSource system of the customerN
auto_pay_flgbooleanindicates the whether subscriber opted for autoPayN
population_datestringThe date on which the customer has been created.N
activation_datestringThe date on which the subscription has been activatedN

Reviews