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