Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
{
"orderId": "G-SHP-1234-56-7890",
"orderDatetime": "2019-02-05T15:25:35.500Z",
"merchantName": "Merchant Name",
"items": [{
"description": "Item One",
"quantity": 1,
"price": "$29.99",
"discount": "$0.00",
"tax": "$2.99",
"state": "DELIVERED",
}, {
"description": "Item Two",
"quantity": 1,
"price": "$19.99",
"discount": "$0.00",
"tax": "$1.99",
"state": "DELIVERED",
}],
"orderStatus": "ALL_DELIVERED",
"orderTotal": "$54.96",
"orderDiscount": "$0.00",
"orderFees": "$0.00",
"orderAdjustment": "$0.00",
"orderRefund": "",
"orderRecipient": "",
"deliveryAddress": "1600 Amphitheatre Parkway, Mountain View, CA 94043, United States",
"billingInstrument": "VISA-1111",
}Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
O json que representa um lugar marcado com estrela tem o seguinte formato:
{
"type" : "FeatureCollection",
"features" : [ {
"geometry" : {
"coordinates" : [ ***, *** ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "***",
"Location" : {
"Latitude" : "***",
"Longitude" : "***"
},
"Published" : "***",
"Title" : "***",
"Updated" : "***"
},
"type" : "Feature"
} ]
}O json que representa uma avaliação de lugar tem o seguinte formato:
{
"type" : "FeatureCollection",
"features" : [ {
"geometry" : {
"coordinates" : [ ***, *** ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "***",
"Location" : {
"Address" : "***",
"Business Name" : "***",
"Country Code" : "***",
"Geo Coordinates" : {
"Latitude" : "***",
"Longitude" : "***"
}
},
"Published" : "***",
"Review Comment" : "***",
"Star Rating" : ***,
"Updated" : "***"
},
"type" : "Feature"
} ]
}Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
Nenhum dado foi encontrado
O json que representa uma tarefa tem o seguinte formato:
{
"kind" : "",
"items" : [ {
"kind" : "",
"id" : "",
"title" : "",
"updated" : "",
"selfLink" : "",
"items" : [ {
"kind" : "",
"id" : "",
"title" : "",
"updated" : "",
"selfLink" : "",
"status" : "",
} ]
} ]
}Nenhum dado foi encontrado