Recebimento

1
2
3
4
5
6
7
8
9
10
11
12
13
14

{
   "dateCall":"2021-08-18T10:00:00",
   "callbackURL":"https://6aa8eca3-0dfe-48e9-a6ed-4cfbc74ba6fd.mock.pstmn.io/geolocation-integration/v1/tpr-geolocation",
   "callbackAuthenticationType":"NONE",
   "latLongs":[
      {
         "identifier":"neolog",

         "latitude":-23.6114964,
         "longitude":-46.6948067,
      }
   ]
}

Resposta

1
2
3
4
5
6
7
8
9
10
11

{
   "dateCall":"2021-08-18T18:05:53.484Z",
   "version":"",
   "success":true,
   "messages":[
      {
         "messageCode":"TPRRGL0000",
         "message":"Sucesso."
      }
   ]
}

Callback

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

{
   "dateCall":"2021-08-18T18:06:47.314Z",
   "version":"",
   "qualifiers":null,
   "reverseGeolocationResults":[
      {
         "identifier":"neolog",
         "success":true,
          "country":"BRA",
         "state":"SP",
         "city":"São Paulo",
         "address":"Av. Engenheiro LuÍs Carlos Berrini",

         "number":"1681",
         "messages":[
            {
               "messageCode":"TPRRGL0000",
               "message":"Sucesso."
            }
         ]
      }
   ]
}