Sample Output
Sample data retrieved via Telco Data
For your reference, below is a sample of a typical Telco Data Retrieval response. For readability, we recommend you to copy and paste the sample data into a tool, such as an IDE or online JSON viewer.
Top-ups
{
"telcos": [
{
"status": "RECEIVED",
"telco_id": "75e4682e-33b4-405d-bda2-56dddf6117c5",
"provider_code": "TELKOMSEL",
"telco_data": {
"msisdn": "62812345678",
"tenure": 61
},
"create": "2022-08-03T02:52:26Z",
"external_id": "telco_test",
"update": "2022-08-03T02:52:27Z",
"status_response": {
"status_code": "TELSXXX2000",
"status_desc": "completed"
},
"top_ups": [
{
"start_date": "2020-08-03T02:52:26Z",
"end_date": "2022-08-03T02:52:26Z",
"avg": 157000,
"count": 16,
"max": 100000,
"min": 25000
},
{
"start_date": "2021-08-03T02:52:26Z",
"end_date": "2022-08-03T02:52:26Z",
"avg": 100000,
"count": 6,
"max": 100000,
"min": 100000
},
{
"start_date": "2022-02-03T02:52:26Z",
"end_date": "2022-08-03T02:52:26Z",
"avg": 100000,
"count": 3,
"max": 100000,
"min": 100000
},
{
"start_date": "2022-05-03T02:52:26Z",
"end_date": "2022-08-03T02:52:26Z",
"avg": 100000,
"count": 3,
"max": 100000,
"min": 100000
},
{
"start_date": "2022-06-03T02:52:26Z",
"end_date": "2022-08-03T02:52:26Z",
"avg": 100000,
"count": 3,
"max": 100000,
"min": 100000
},
{
"start_date": "2022-07-03T02:52:26Z",
"end_date": "2022-08-03T02:52:26Z",
"avg": 100000,
"count": 1,
"max": 100000,
"min": 100000
}
]
}
],
"total_count": 1
}
Updated about 2 years ago