Improve nbi status
[externalapi/nbi.git] / src / test / resources / mappings / aai / aai_get_generic_service-subscriptions.json
1 {
2   "request": {
3     "method": "GET",
4     "url": "/aai/v14/business/customers/customer/generic/service-subscriptions"
5   },
6   "response": {
7     "status": 200,
8     "jsonBody": {
9         "service-subscription": [
10           {
11             "service-type": "vFW",
12             "resource-version": "1519660513613"
13           }
14         ]
15     },
16     "headers": {
17       "Content-Type": "application/json"
18     }
19   }
20 }