summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/locationroa/querylocationsbyidsuccess1.json
blob: 387adc92b3faaef6df561e6814b2b3097a52aa53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "request": {
        "uri": "/openoapi/resmgr/v1/locations/12345678",
        "method": "get",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "locations": [{
            "country": "china",
            "description": "",
            "id": "12345678",
            "latitude": "11",
            "location": "shenzhen",
            "longitude": "22.2"
        }]
        }
    }
}