-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix insight to return data when it is chargeable (#466)
- Loading branch information
Showing
7 changed files
with
200 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"status": 3, | ||
"status_message": "Your request is incomplete and missing some mandatory parameters" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"status": 4, | ||
"status_message": "Invalid credentials" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"status": 43, | ||
"status_message": "Lookup Handler unable to handle request", | ||
"lookup_outcome": 1, | ||
"lookup_outcome_message": "Partial success - some fields populated", | ||
"request_id": "XXc89636-3714-42be-a731-9d8f52d7baXX", | ||
"international_format_number": "18104967XXX", | ||
"national_format_number": "(XXX) 496-7360", | ||
"country_code": "US", | ||
"country_code_iso3": "USA", | ||
"country_name": "United States of America", | ||
"country_prefix": "1", | ||
"request_price": "0.03000000", | ||
"remaining_balance": "98.24739334", | ||
"current_carrier": { | ||
"network_code": "US-FIXED", | ||
"name": "United States of America Landline", | ||
"country": "US", | ||
"network_type": "landline" | ||
}, | ||
"original_carrier": { | ||
"network_code": "US-FIXED", | ||
"name": "United States of America Landline", | ||
"country": "US", | ||
"network_type": "landline" | ||
}, | ||
"valid_number": "valid", | ||
"reachable": "unknown", | ||
"ported": "unknown", | ||
"roaming": "unknown", | ||
"ip_warnings": "unknown" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"status": 43, | ||
"status_message": "Lookup Handler unable to handle request", | ||
"lookup_outcome": 1, | ||
"lookup_outcome_message": "Partial success - some fields populated", | ||
"request_id": "XXc89636-3714-42be-a731-9d8f52d7baXX", | ||
"international_format_number": "18104967XXX", | ||
"national_format_number": "(XXX) 496-7360", | ||
"country_code": "US", | ||
"country_code_iso3": "USA", | ||
"country_name": "United States of America", | ||
"country_prefix": "1", | ||
"request_price": "0.03000000", | ||
"remaining_balance": "98.24739334", | ||
"current_carrier": { | ||
"network_code": "US-FIXED", | ||
"name": "United States of America Landline", | ||
"country": "US", | ||
"network_type": "landline" | ||
}, | ||
"original_carrier": { | ||
"network_code": "US-FIXED", | ||
"name": "United States of America Landline", | ||
"country": "US", | ||
"network_type": "landline" | ||
}, | ||
"valid_number": "valid", | ||
"reachable": "unknown", | ||
"ported": "unknown", | ||
"roaming": "unknown", | ||
"ip_warnings": "unknown" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"status": 43, | ||
"status_message": "Lookup Handler unable to handle request", | ||
"lookup_outcome": 1, | ||
"lookup_outcome_message": "Partial success - some fields populated", | ||
"request_id": "XXc89636-3714-42be-a731-9d8f52d7baXX", | ||
"international_format_number": "18104967XXX", | ||
"national_format_number": "(XXX) 496-7360", | ||
"country_code": "US", | ||
"country_code_iso3": "USA", | ||
"country_name": "United States of America", | ||
"country_prefix": "1", | ||
"request_price": "0.03000000", | ||
"remaining_balance": "98.24739334", | ||
"current_carrier": { | ||
"network_code": "US-FIXED", | ||
"name": "United States of America Landline", | ||
"country": "US", | ||
"network_type": "landline" | ||
}, | ||
"original_carrier": { | ||
"network_code": "US-FIXED", | ||
"name": "United States of America Landline", | ||
"country": "US", | ||
"network_type": "landline" | ||
}, | ||
"valid_number": "valid", | ||
"reachable": "unknown", | ||
"ported": "unknown", | ||
"roaming": "unknown", | ||
"ip_warnings": "unknown" | ||
} |