node query for service instance query
[externalapi/nbi.git] / src / test / resources / mappings / aai_get_customer_generic.json
1 {
2     "request": {
3         "method": "GET",
4         "url": "/aai/v14/business/customers/customer/generic"
5     },
6     "response": {
7         "status": 200,
8         "jsonBody": {
9             "global-customer-id": "generic",
10             "subscriber-name": "generic",
11             "subscriber-type": "BSS",
12             "resource-version": "1518595364087"
13         },
14         "headers": {
15             "Content-Type": "application/json"
16         }
17     }
18 }