aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai/aai_get_customers.json
blob: 4146b6a71cb2583ddce3d34efe1461845145a99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "request": {
    "method": "GET",
    "url": "/aai/v14/business/customers"
  },
  "response": {
    "status": 200,
    "jsonBody": {
      "customer": [
        {
          "global-customer-id": "generic",
          "subscriber-name": "generic",
          "subscriber-type": "INFRA",
          "resource-version": "1550238542827"
        },
        {
          "global-customer-id": "Generic-Vendor",
          "subscriber-name": "Generic-Vendor",
          "subscriber-type": "INFRA",
          "resource-version": "1550569650318"
        },
        {
          "global-customer-id": "customerRG",
          "subscriber-name": "customerRG",
          "subscriber-type": "INFRA",
          "resource-version": "1551445667218"
        }
      ]
    },
    "headers": {
      "Content-Type": "application/xml"
    }
  }
}