summaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/payloads/resource/customer.json
blob: 4ee9f5e350b678273af118e18aa9715ab4e538e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "global-customer-id": "customer-987654321-91",
  "subscriber-name": "subscriber-name-987654321-91",
  "subscriber-type": "subscriber-type-987654321-91",
  "service-subscriptions": {
    "service-subscription": {
      "service-type": "service-type-987654321-91",
      "service-instances": {
        "service-instance": {
          "service-instance-id": "service-instance-id-987654321-91"
        }
      }
    }
  }
}