-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdb.json_bkp
65 lines (65 loc) · 1.74 KB
/
db.json_bkp
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"organisations": [
{
"pbaNumber": "SU2DSCSA",
"status": "ACTIVE",
"effective_date": "22/10/2022",
"dx_exchange": "7654321",
"name": "Speake Limited",
"address": "72 Guild Street, London, SE23 6FH",
"dxNumber": "12345567",
"dxExchange": "7654321",
"admin": "Matt Speake",
"organisationId": "Speake Limited",
"view": "View",
"id": "12345678",
"email": "matt@speake.com"
},
{
"pbaNumber": "2A2ABCDFFFA",
"status": "ACTIVE",
"effective_date": "22/10/2022",
"dx_exchange": "272727",
"name": "Moley Limited",
"address": "45 Malachy Conlon Park",
"dxNumber": "101010",
"dxExchange": "939393",
"admin": "Toireasa Moley",
"organisationId": "Speake Limited",
"view": "View",
"id": "12345678",
"email": "matt@speake.com"
},
{
"pbaNumber": "101010",
"status": "PENDING",
"effective_date": "22/10/2022",
"dx_exchange": "272727",
"name": "Byrne Limited",
"address": "13 Berryfield Drive, Finglas, Dublin",
"dxNumber": "101010",
"dxExchange": "101010",
"admin": "Glen Byrne",
"organisationId": "Byrne Limited",
"view": "View",
"id": "12345678",
"email": "glen@byrne.com"
},
{
"pbaNumber": "271093",
"status": "PENDING",
"effective_date": "22/10/2022",
"dx_exchange": "271093",
"name": "Moley Limited",
"address": "45 Malachy Conlon Park",
"dxNumber": "271093",
"dxExchange": "271093",
"admin": "Siofra Moley",
"organisationId": "Moley Limited",
"view": "View",
"id": "87654321",
"email": "siofra@moley.com"
}
],
"putApprovedOrganisations": {}
}