1getAllObjects = [{
2    'accountId': 123456,
3    'createDate': '2020-09-15T13:12:08-06:00',
4    'id': 112356450,
5    'modifyDate': '2020-09-15T13:13:13-06:00',
6    'status': 'COMPLETED',
7    'userRecordId': 987456321,
8    'userRecord': {
9        'username': 'test@test.com'
10    },
11    'items': [
12        {
13            'categoryCode': 'port_speed',
14            'description': '100 Mbps Private Network Uplink'
15        },
16        {
17            'categoryCode': 'service_port',
18            'description': '100 Mbps Private Uplink'
19        },
20        {
21            'categoryCode': 'public_port',
22            'description': '0 Mbps Public Uplink'
23        }
24    ],
25    'orderApprovalDate': '2020-09-15T13:13:13-06:00',
26    'orderTotalAmount': '0'
27},
28    {
29        'accountId': 123456,
30        'createDate': '2019-09-15T13:12:08-06:00',
31        'id': 645698550,
32        'modifyDate': '2019-09-15T13:13:13-06:00',
33        'status': 'COMPLETED',
34        'userRecordId': 987456321,
35        'userRecord': {
36            'username': 'test@test.com'
37        },
38        'items': [
39            {
40                'categoryCode': 'port_speed',
41                'description': '100 Mbps Private Network Uplink'
42            },
43
44        ],
45        'orderApprovalDate': '2019-09-15T13:13:13-06:00',
46        'orderTotalAmount': '0'
47    }]
48
49getObject = {
50    'accountId': 1234,
51    'createDate': '2020-09-23T16:22:30-06:00',
52    'id': 6543210,
53    'impersonatingUserRecordId': None,
54    'initialInvoice': {
55        'amount': '0',
56        'id': 60012345,
57        'invoiceTotalAmount': '0'
58    },
59    'items': [{
60        'description': 'Dual Intel Xeon Silver 4210 (20 Cores, 2.20 GHz)'
61    }],
62    'modifyDate': '2020-09-23T16:22:32-06:00',
63    'orderQuoteId': None,
64    'orderTypeId': 11,
65    'presaleEventId': None,
66    'privateCloudOrderFlag': False,
67    'status': 'APPROVED',
68    'userRecord': {
69        'displayName': 'testUser'
70    },
71    'userRecordId': 7654321,
72}
73