aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources/payloads/templates/customer-with-serviceinstance.json
blob: b60a8b5ca0a8a115870674be866ba450762e7323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "global-customer-id": "${customer-id}",
  "subscriber-name": "customer-subscriber-name",
  "subscriber-type": "CUST",
  "service-subscriptions": {
    "service-subscription": [
      {
        "service-type": "VVIG",
        "service-instances": {
          "service-instance": [
            {
              "service-instance-id": "${service-instance-id}",
              "service-instance-name": "${service-instance-name}"
            }
          ]
        }
      }
    ]
  }
}