aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai_get_customer_generic.json
blob: 91946876660b5ef2d71c32437ab6708a1bb5c435 (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/generic"
    },
    "response": {
        "status": 200,
        "jsonBody": {
            "global-customer-id": "generic",
            "subscriber-name": "generic",
            "subscriber-type": "BSS",
            "resource-version": "1518595364087"
        },
        "headers": {
            "Content-Type": "application/json"
        }
    }
}