Example 1 – France (without Status=Y in the request):
{
"1": {
"TelOrigine": "0XXXXXXXXXXX",
"Geolocation": "FRANCE",
"Tel": "0XXXXXXXXXXX",
"Ported": "N",
"Operator": "ORANGE",
"IdError": 1,
"OldOperator": "",
"Type": "MOBILE"
}
}
Example 2 - France (with Status=Y in the request):
{
"1": {
"TelOrigine": "0XXXXXXXXXXX",
"Geolocation": "FRANCE",
"LabelStatus": "Not Reachable",
"Tel": "0XXXXXXXXXXX",
"Ported": "N",
"Status": "1",
"Operator": "ORANGE",
"IdError": 1,
"OldOperator": "",
"Type": "MOBILE"
}
}