tdevapigists
8/10/2018 - 6:00 AM

Response 2

{
    "status":200,
    "data": {
        "numberDetails": [
            {
    "fullNationalNumber":"fnn1",
    "fnnPortabilityIndicator":"Y",
    "fnnLocationPortabilityIndicator":"Y",
    "transitionChurnIndicator":"N",
    "nbnChurnIndicator":"N",
    "reason":"The FNN can be ported into Telstra network, location serviceability check is successful ",
    "code":"SUCCESS"
            } ,{
    "fullNationalNumber":"fnn2",
    "fnnPortabilityIndicator":"N",
    "fnnLocationPortabilityIndicator":"N",
    "transitionChurnIndicator":"N",
    "nbnChurnIndicator":"Y",
    "reason":"The FNN can be churned within Telstra network, location serviceability check is unsuccessful ",
    "code":"NBN_CHURN_SUCCESS"
          } ,{              {
    "fullNationalNumber":"fnn3",
    "fnnPortabilityIndicator":"N",
    "fnnLocationPortabilityIndicator":"N",
    "transitionChurnIndicator":"Y",
    "nbnChurnIndicator":"N",
    "reason":"The FNN can be churned within Telstra network, location portability check is unsuccessful",
    "code":"CHURN_SUCCESS"
}
            }
        ]
    }
}