aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_customer_6490.json
blob: 8361f94dee510954853ab84531e5da47e6a4c6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "request": {
        "method": "GET",
        "url": "/aai/v14/business/customers/customer/6490"
    },
    "response": {
        "status": 200,
        "jsonBody": {
            "global-customer-id": "6490",
            "subscriber-name": "Jean Pontus",
            "subscriber-type": "BSS",
            "resource-version": "1518595364087"
        },
        "headers": {
            "Content-Type": "application/json"
        }
    }
}