aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/subscribers.json
blob: 088fbe7eabc5b7188bc367214a0883ce37c30d02 (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
{
  "customer": [
    {
      "global-customer-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
      "subscriber-name": "Mobility",
      "subscriber-type": "INFRA",
      "resource-version": "1494255056308",
      "is-permitted": false
    },
    {
      "global-customer-id": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fc",
      "subscriber-name": "PACKET CORE",
      "subscriber-type": "INFRA",
      "resource-version": "1506548476111",
      "is-permitted": false
    },
    {
      "global-customer-id": "e433710f-9217-458d-a79d-1c7aff376d89",
      "subscriber-name": "USP VOICE",
      "subscriber-type": "INFRA",
      "is-permitted": true
    }
  ]
}