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