myob-essentials-api 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/.rspec +2 -0
  4. data/.ruby-version +1 -0
  5. data/.travis.yml +12 -0
  6. data/Gemfile +14 -0
  7. data/Gemfile.lock +86 -0
  8. data/LICENSE +22 -0
  9. data/README.md +188 -0
  10. data/Rakefile +51 -0
  11. data/VERSION +1 -0
  12. data/lib/myob-essentials-api.rb +13 -0
  13. data/lib/myob/essentials/api/client.rb +86 -0
  14. data/lib/myob/essentials/api/helper.rb +29 -0
  15. data/lib/myob/essentials/api/model/account.rb +13 -0
  16. data/lib/myob/essentials/api/model/account_balance.rb +13 -0
  17. data/lib/myob/essentials/api/model/account_classification.rb +13 -0
  18. data/lib/myob/essentials/api/model/account_type.rb +13 -0
  19. data/lib/myob/essentials/api/model/base.rb +114 -0
  20. data/lib/myob/essentials/api/model/business.rb +13 -0
  21. data/lib/myob/essentials/api/model/contact.rb +13 -0
  22. data/lib/myob/essentials/api/model/inventory_item.rb +13 -0
  23. data/lib/myob/essentials/api/model/sale_invoice.rb +13 -0
  24. data/lib/myob/essentials/api/model/sale_payment.rb +13 -0
  25. data/lib/myob/essentials/api/model/tax_type.rb +13 -0
  26. data/myob-essentials-api.gemspec +102 -0
  27. data/spec/fixtures/account/classifications.json +104 -0
  28. data/spec/fixtures/account/classifications/1.json +11 -0
  29. data/spec/fixtures/account/types.json +170 -0
  30. data/spec/fixtures/account/types/1.json +11 -0
  31. data/spec/fixtures/base1.json +38 -0
  32. data/spec/fixtures/base2.json +42 -0
  33. data/spec/fixtures/base3.json +29 -0
  34. data/spec/fixtures/businesses.json +84 -0
  35. data/spec/fixtures/businesses/168254.json +34 -0
  36. data/spec/fixtures/businesses/168254/contacts.json +386 -0
  37. data/spec/fixtures/businesses/168254/contacts/3604150.json +37 -0
  38. data/spec/fixtures/businesses/168254/generalledger/accounts.json +1978 -0
  39. data/spec/fixtures/businesses/168254/generalledger/accounts/10108109.json +29 -0
  40. data/spec/fixtures/businesses/168254/inventory/items.json +331 -0
  41. data/spec/fixtures/businesses/168254/inventory/items/987816.json +45 -0
  42. data/spec/fixtures/businesses/168254/sale/invoices.json +131 -0
  43. data/spec/fixtures/businesses/168254/sale/invoices/35608735.json +55 -0
  44. data/spec/fixtures/tax/types.json +79 -0
  45. data/spec/fixtures/tax/types/5.json +7 -0
  46. data/spec/myob/essentials/api/client_spec.rb +78 -0
  47. data/spec/myob/essentials/api/model/account_classification_spec.rb +31 -0
  48. data/spec/myob/essentials/api/model/account_spec.rb +31 -0
  49. data/spec/myob/essentials/api/model/account_type_spec.rb +31 -0
  50. data/spec/myob/essentials/api/model/base_spec.rb +100 -0
  51. data/spec/myob/essentials/api/model/business_spec.rb +31 -0
  52. data/spec/myob/essentials/api/model/contact_spec.rb +32 -0
  53. data/spec/myob/essentials/api/model/inventory_item_spec.rb +32 -0
  54. data/spec/myob/essentials/api/model/sale_invoice_spec.rb +32 -0
  55. data/spec/myob/essentials/api/model/sale_payment_spec.rb +34 -0
  56. data/spec/myob/essentials/api/model/tax_type_spec.rb +31 -0
  57. data/spec/spec_helper.rb +94 -0
  58. metadata +143 -0
@@ -0,0 +1,37 @@
1
+ {
2
+ "uid": "3604150",
3
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/contacts/3604150",
4
+ "name": "Brighton Body Works",
5
+ "types": [
6
+ "Customer"
7
+ ],
8
+ "firstName": "",
9
+ "lastName": "",
10
+ "phone": "",
11
+ "fax": "",
12
+ "position": "",
13
+ "notes": "",
14
+ "mobile": "",
15
+ "email": "",
16
+ "abn": "",
17
+ "ird": "",
18
+ "reportable": false,
19
+ "active": true,
20
+ "individual": false,
21
+ "shippingAddress": {
22
+ "addressLine1": "2/34 Church Street",
23
+ "addressLine2": "",
24
+ "suburb": "Brighton",
25
+ "state": "VIC",
26
+ "postCode": "3186",
27
+ "country": "Australia"
28
+ },
29
+ "billingAddress": null,
30
+ "website": "",
31
+ "_links": [
32
+ {
33
+ "rel": "self",
34
+ "href": "https://api.myob.com/au/essentials/businesses/168254/contacts/3604150"
35
+ }
36
+ ]
37
+ }
@@ -0,0 +1,1978 @@
1
+ {
2
+ "_links": [
3
+ {
4
+ "rel": "self",
5
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts"
6
+ }
7
+ ],
8
+ "items": [
9
+ {
10
+ "uid": "10108109",
11
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108109",
12
+ "name": "Fee income",
13
+ "displayId": "4-1200",
14
+ "type": {
15
+ "uid": "9",
16
+ "uri": null,
17
+ "name": "Income",
18
+ "classification": {
19
+ "uid": "4",
20
+ "uri": null,
21
+ "name": "Income"
22
+ }
23
+ },
24
+ "taxType": {
25
+ "uid": "10",
26
+ "uri": null,
27
+ "code": "GST",
28
+ "name": "Goods & Services Tax"
29
+ },
30
+ "active": true,
31
+ "_links": [
32
+ {
33
+ "rel": "self",
34
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108109"
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "uid": "10108110",
40
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108110",
41
+ "name": "Licensing income",
42
+ "displayId": "4-1600",
43
+ "type": {
44
+ "uid": "9",
45
+ "uri": null,
46
+ "name": "Income",
47
+ "classification": {
48
+ "uid": "4",
49
+ "uri": null,
50
+ "name": "Income"
51
+ }
52
+ },
53
+ "taxType": {
54
+ "uid": "10",
55
+ "uri": null,
56
+ "code": "GST",
57
+ "name": "Goods & Services Tax"
58
+ },
59
+ "active": true,
60
+ "_links": [
61
+ {
62
+ "rel": "self",
63
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108110"
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "uid": "10108111",
69
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108111",
70
+ "name": "Sales 1",
71
+ "displayId": "4-2400",
72
+ "type": {
73
+ "uid": "9",
74
+ "uri": null,
75
+ "name": "Income",
76
+ "classification": {
77
+ "uid": "4",
78
+ "uri": null,
79
+ "name": "Income"
80
+ }
81
+ },
82
+ "taxType": {
83
+ "uid": "10",
84
+ "uri": null,
85
+ "code": "GST",
86
+ "name": "Goods & Services Tax"
87
+ },
88
+ "active": true,
89
+ "_links": [
90
+ {
91
+ "rel": "self",
92
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108111"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "uid": "10108112",
98
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108112",
99
+ "name": "Sales 2",
100
+ "displayId": "4-2600",
101
+ "type": {
102
+ "uid": "9",
103
+ "uri": null,
104
+ "name": "Income",
105
+ "classification": {
106
+ "uid": "4",
107
+ "uri": null,
108
+ "name": "Income"
109
+ }
110
+ },
111
+ "taxType": {
112
+ "uid": "10",
113
+ "uri": null,
114
+ "code": "GST",
115
+ "name": "Goods & Services Tax"
116
+ },
117
+ "active": true,
118
+ "_links": [
119
+ {
120
+ "rel": "self",
121
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108112"
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "uid": "10108092",
127
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108092",
128
+ "name": "Discount received",
129
+ "displayId": "8-1000",
130
+ "type": {
131
+ "uid": "10",
132
+ "uri": null,
133
+ "name": "Other Income",
134
+ "classification": {
135
+ "uid": "8",
136
+ "uri": null,
137
+ "name": "Other Income"
138
+ }
139
+ },
140
+ "taxType": {
141
+ "uid": "10",
142
+ "uri": null,
143
+ "code": "GST",
144
+ "name": "Goods & Services Tax"
145
+ },
146
+ "active": true,
147
+ "_links": [
148
+ {
149
+ "rel": "self",
150
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108092"
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "uid": "10108139",
156
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108139",
157
+ "name": "Interest income",
158
+ "displayId": "8-1200",
159
+ "type": {
160
+ "uid": "10",
161
+ "uri": null,
162
+ "name": "Other Income",
163
+ "classification": {
164
+ "uid": "8",
165
+ "uri": null,
166
+ "name": "Other Income"
167
+ }
168
+ },
169
+ "taxType": {
170
+ "uid": "8",
171
+ "uri": null,
172
+ "code": "FRE",
173
+ "name": "GST Free"
174
+ },
175
+ "active": true,
176
+ "_links": [
177
+ {
178
+ "rel": "self",
179
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108139"
180
+ }
181
+ ]
182
+ },
183
+ {
184
+ "uid": "10108140",
185
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108140",
186
+ "name": "Other income",
187
+ "displayId": "8-1400",
188
+ "type": {
189
+ "uid": "10",
190
+ "uri": null,
191
+ "name": "Other Income",
192
+ "classification": {
193
+ "uid": "8",
194
+ "uri": null,
195
+ "name": "Other Income"
196
+ }
197
+ },
198
+ "taxType": {
199
+ "uid": "10",
200
+ "uri": null,
201
+ "code": "GST",
202
+ "name": "Goods & Services Tax"
203
+ },
204
+ "active": true,
205
+ "_links": [
206
+ {
207
+ "rel": "self",
208
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108140"
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "uid": "10108113",
214
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108113",
215
+ "name": "Freight",
216
+ "displayId": "5-2000",
217
+ "type": {
218
+ "uid": "8",
219
+ "uri": null,
220
+ "name": "Cost of Sales",
221
+ "classification": {
222
+ "uid": "5",
223
+ "uri": null,
224
+ "name": "Cost Of Goods Sold"
225
+ }
226
+ },
227
+ "taxType": {
228
+ "uid": "10",
229
+ "uri": null,
230
+ "code": "GST",
231
+ "name": "Goods & Services Tax"
232
+ },
233
+ "active": true,
234
+ "_links": [
235
+ {
236
+ "rel": "self",
237
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108113"
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "uid": "10108114",
243
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108114",
244
+ "name": "Packaging",
245
+ "displayId": "5-2400",
246
+ "type": {
247
+ "uid": "8",
248
+ "uri": null,
249
+ "name": "Cost of Sales",
250
+ "classification": {
251
+ "uid": "5",
252
+ "uri": null,
253
+ "name": "Cost Of Goods Sold"
254
+ }
255
+ },
256
+ "taxType": {
257
+ "uid": "10",
258
+ "uri": null,
259
+ "code": "GST",
260
+ "name": "Goods & Services Tax"
261
+ },
262
+ "active": true,
263
+ "_links": [
264
+ {
265
+ "rel": "self",
266
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108114"
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ "uid": "10108115",
272
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108115",
273
+ "name": "Purchases 1",
274
+ "displayId": "5-2800",
275
+ "type": {
276
+ "uid": "8",
277
+ "uri": null,
278
+ "name": "Cost of Sales",
279
+ "classification": {
280
+ "uid": "5",
281
+ "uri": null,
282
+ "name": "Cost Of Goods Sold"
283
+ }
284
+ },
285
+ "taxType": {
286
+ "uid": "10",
287
+ "uri": null,
288
+ "code": "GST",
289
+ "name": "Goods & Services Tax"
290
+ },
291
+ "active": true,
292
+ "_links": [
293
+ {
294
+ "rel": "self",
295
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108115"
296
+ }
297
+ ]
298
+ },
299
+ {
300
+ "uid": "10108116",
301
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108116",
302
+ "name": "Purchases 2",
303
+ "displayId": "5-3000",
304
+ "type": {
305
+ "uid": "8",
306
+ "uri": null,
307
+ "name": "Cost of Sales",
308
+ "classification": {
309
+ "uid": "5",
310
+ "uri": null,
311
+ "name": "Cost Of Goods Sold"
312
+ }
313
+ },
314
+ "taxType": {
315
+ "uid": "10",
316
+ "uri": null,
317
+ "code": "GST",
318
+ "name": "Goods & Services Tax"
319
+ },
320
+ "active": true,
321
+ "_links": [
322
+ {
323
+ "rel": "self",
324
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108116"
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "uid": "10108117",
330
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108117",
331
+ "name": "Raw material",
332
+ "displayId": "5-3400",
333
+ "type": {
334
+ "uid": "8",
335
+ "uri": null,
336
+ "name": "Cost of Sales",
337
+ "classification": {
338
+ "uid": "5",
339
+ "uri": null,
340
+ "name": "Cost Of Goods Sold"
341
+ }
342
+ },
343
+ "taxType": {
344
+ "uid": "10",
345
+ "uri": null,
346
+ "code": "GST",
347
+ "name": "Goods & Services Tax"
348
+ },
349
+ "active": true,
350
+ "_links": [
351
+ {
352
+ "rel": "self",
353
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108117"
354
+ }
355
+ ]
356
+ },
357
+ {
358
+ "uid": "10108118",
359
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108118",
360
+ "name": "Accounting fees",
361
+ "displayId": "6-1000",
362
+ "type": {
363
+ "uid": "11",
364
+ "uri": null,
365
+ "name": "Expense",
366
+ "classification": {
367
+ "uid": "6",
368
+ "uri": null,
369
+ "name": "Expense"
370
+ }
371
+ },
372
+ "taxType": {
373
+ "uid": "10",
374
+ "uri": null,
375
+ "code": "GST",
376
+ "name": "Goods & Services Tax"
377
+ },
378
+ "active": true,
379
+ "_links": [
380
+ {
381
+ "rel": "self",
382
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108118"
383
+ }
384
+ ]
385
+ },
386
+ {
387
+ "uid": "10108119",
388
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108119",
389
+ "name": "Advertising",
390
+ "displayId": "6-1200",
391
+ "type": {
392
+ "uid": "11",
393
+ "uri": null,
394
+ "name": "Expense",
395
+ "classification": {
396
+ "uid": "6",
397
+ "uri": null,
398
+ "name": "Expense"
399
+ }
400
+ },
401
+ "taxType": {
402
+ "uid": "10",
403
+ "uri": null,
404
+ "code": "GST",
405
+ "name": "Goods & Services Tax"
406
+ },
407
+ "active": true,
408
+ "_links": [
409
+ {
410
+ "rel": "self",
411
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108119"
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "uid": "10108120",
417
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108120",
418
+ "name": "Bank charges",
419
+ "displayId": "6-1400",
420
+ "type": {
421
+ "uid": "11",
422
+ "uri": null,
423
+ "name": "Expense",
424
+ "classification": {
425
+ "uid": "6",
426
+ "uri": null,
427
+ "name": "Expense"
428
+ }
429
+ },
430
+ "taxType": {
431
+ "uid": "8",
432
+ "uri": null,
433
+ "code": "FRE",
434
+ "name": "GST Free"
435
+ },
436
+ "active": true,
437
+ "_links": [
438
+ {
439
+ "rel": "self",
440
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108120"
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "uid": "10108089",
446
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108089",
447
+ "name": "Discounts given",
448
+ "displayId": "6-1800",
449
+ "type": {
450
+ "uid": "11",
451
+ "uri": null,
452
+ "name": "Expense",
453
+ "classification": {
454
+ "uid": "6",
455
+ "uri": null,
456
+ "name": "Expense"
457
+ }
458
+ },
459
+ "taxType": {
460
+ "uid": "10",
461
+ "uri": null,
462
+ "code": "GST",
463
+ "name": "Goods & Services Tax"
464
+ },
465
+ "active": true,
466
+ "_links": [
467
+ {
468
+ "rel": "self",
469
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108089"
470
+ }
471
+ ]
472
+ },
473
+ {
474
+ "uid": "10108121",
475
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108121",
476
+ "name": "Electricity & gas",
477
+ "displayId": "6-2000",
478
+ "type": {
479
+ "uid": "11",
480
+ "uri": null,
481
+ "name": "Expense",
482
+ "classification": {
483
+ "uid": "6",
484
+ "uri": null,
485
+ "name": "Expense"
486
+ }
487
+ },
488
+ "taxType": {
489
+ "uid": "10",
490
+ "uri": null,
491
+ "code": "GST",
492
+ "name": "Goods & Services Tax"
493
+ },
494
+ "active": true,
495
+ "_links": [
496
+ {
497
+ "rel": "self",
498
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108121"
499
+ }
500
+ ]
501
+ },
502
+ {
503
+ "uid": "10108122",
504
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108122",
505
+ "name": "Insurance",
506
+ "displayId": "6-2600",
507
+ "type": {
508
+ "uid": "11",
509
+ "uri": null,
510
+ "name": "Expense",
511
+ "classification": {
512
+ "uid": "6",
513
+ "uri": null,
514
+ "name": "Expense"
515
+ }
516
+ },
517
+ "taxType": {
518
+ "uid": "10",
519
+ "uri": null,
520
+ "code": "GST",
521
+ "name": "Goods & Services Tax"
522
+ },
523
+ "active": true,
524
+ "_links": [
525
+ {
526
+ "rel": "self",
527
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108122"
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "uid": "10108123",
533
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108123",
534
+ "name": "Interest paid",
535
+ "displayId": "6-2800",
536
+ "type": {
537
+ "uid": "11",
538
+ "uri": null,
539
+ "name": "Expense",
540
+ "classification": {
541
+ "uid": "6",
542
+ "uri": null,
543
+ "name": "Expense"
544
+ }
545
+ },
546
+ "taxType": {
547
+ "uid": "8",
548
+ "uri": null,
549
+ "code": "FRE",
550
+ "name": "GST Free"
551
+ },
552
+ "active": true,
553
+ "_links": [
554
+ {
555
+ "rel": "self",
556
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108123"
557
+ }
558
+ ]
559
+ },
560
+ {
561
+ "uid": "10108124",
562
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108124",
563
+ "name": "Internet",
564
+ "displayId": "6-3000",
565
+ "type": {
566
+ "uid": "11",
567
+ "uri": null,
568
+ "name": "Expense",
569
+ "classification": {
570
+ "uid": "6",
571
+ "uri": null,
572
+ "name": "Expense"
573
+ }
574
+ },
575
+ "taxType": {
576
+ "uid": "10",
577
+ "uri": null,
578
+ "code": "GST",
579
+ "name": "Goods & Services Tax"
580
+ },
581
+ "active": true,
582
+ "_links": [
583
+ {
584
+ "rel": "self",
585
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108124"
586
+ }
587
+ ]
588
+ },
589
+ {
590
+ "uid": "10108125",
591
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108125",
592
+ "name": "Lease of equipment",
593
+ "displayId": "6-3200",
594
+ "type": {
595
+ "uid": "11",
596
+ "uri": null,
597
+ "name": "Expense",
598
+ "classification": {
599
+ "uid": "6",
600
+ "uri": null,
601
+ "name": "Expense"
602
+ }
603
+ },
604
+ "taxType": {
605
+ "uid": "10",
606
+ "uri": null,
607
+ "code": "GST",
608
+ "name": "Goods & Services Tax"
609
+ },
610
+ "active": true,
611
+ "_links": [
612
+ {
613
+ "rel": "self",
614
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108125"
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "uid": "10108126",
620
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108126",
621
+ "name": "Motor vehicle expenses",
622
+ "displayId": "6-3400",
623
+ "type": {
624
+ "uid": "11",
625
+ "uri": null,
626
+ "name": "Expense",
627
+ "classification": {
628
+ "uid": "6",
629
+ "uri": null,
630
+ "name": "Expense"
631
+ }
632
+ },
633
+ "taxType": {
634
+ "uid": "10",
635
+ "uri": null,
636
+ "code": "GST",
637
+ "name": "Goods & Services Tax"
638
+ },
639
+ "active": true,
640
+ "_links": [
641
+ {
642
+ "rel": "self",
643
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108126"
644
+ }
645
+ ]
646
+ },
647
+ {
648
+ "uid": "10108127",
649
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108127",
650
+ "name": "Office supplies",
651
+ "displayId": "6-3600",
652
+ "type": {
653
+ "uid": "11",
654
+ "uri": null,
655
+ "name": "Expense",
656
+ "classification": {
657
+ "uid": "6",
658
+ "uri": null,
659
+ "name": "Expense"
660
+ }
661
+ },
662
+ "taxType": {
663
+ "uid": "10",
664
+ "uri": null,
665
+ "code": "GST",
666
+ "name": "Goods & Services Tax"
667
+ },
668
+ "active": true,
669
+ "_links": [
670
+ {
671
+ "rel": "self",
672
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108127"
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "uid": "10108128",
678
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108128",
679
+ "name": "Postage & courier",
680
+ "displayId": "6-4000",
681
+ "type": {
682
+ "uid": "11",
683
+ "uri": null,
684
+ "name": "Expense",
685
+ "classification": {
686
+ "uid": "6",
687
+ "uri": null,
688
+ "name": "Expense"
689
+ }
690
+ },
691
+ "taxType": {
692
+ "uid": "10",
693
+ "uri": null,
694
+ "code": "GST",
695
+ "name": "Goods & Services Tax"
696
+ },
697
+ "active": true,
698
+ "_links": [
699
+ {
700
+ "rel": "self",
701
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108128"
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "uid": "10108129",
707
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108129",
708
+ "name": "Printing & stationery",
709
+ "displayId": "6-4200",
710
+ "type": {
711
+ "uid": "11",
712
+ "uri": null,
713
+ "name": "Expense",
714
+ "classification": {
715
+ "uid": "6",
716
+ "uri": null,
717
+ "name": "Expense"
718
+ }
719
+ },
720
+ "taxType": {
721
+ "uid": "10",
722
+ "uri": null,
723
+ "code": "GST",
724
+ "name": "Goods & Services Tax"
725
+ },
726
+ "active": true,
727
+ "_links": [
728
+ {
729
+ "rel": "self",
730
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108129"
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "uid": "10108130",
736
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108130",
737
+ "name": "Rates",
738
+ "displayId": "6-4400",
739
+ "type": {
740
+ "uid": "11",
741
+ "uri": null,
742
+ "name": "Expense",
743
+ "classification": {
744
+ "uid": "6",
745
+ "uri": null,
746
+ "name": "Expense"
747
+ }
748
+ },
749
+ "taxType": {
750
+ "uid": "10",
751
+ "uri": null,
752
+ "code": "GST",
753
+ "name": "Goods & Services Tax"
754
+ },
755
+ "active": true,
756
+ "_links": [
757
+ {
758
+ "rel": "self",
759
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108130"
760
+ }
761
+ ]
762
+ },
763
+ {
764
+ "uid": "10108131",
765
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108131",
766
+ "name": "Rent",
767
+ "displayId": "6-4600",
768
+ "type": {
769
+ "uid": "11",
770
+ "uri": null,
771
+ "name": "Expense",
772
+ "classification": {
773
+ "uid": "6",
774
+ "uri": null,
775
+ "name": "Expense"
776
+ }
777
+ },
778
+ "taxType": {
779
+ "uid": "10",
780
+ "uri": null,
781
+ "code": "GST",
782
+ "name": "Goods & Services Tax"
783
+ },
784
+ "active": true,
785
+ "_links": [
786
+ {
787
+ "rel": "self",
788
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108131"
789
+ }
790
+ ]
791
+ },
792
+ {
793
+ "uid": "10108132",
794
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108132",
795
+ "name": "Repairs & maintenance",
796
+ "displayId": "6-4800",
797
+ "type": {
798
+ "uid": "11",
799
+ "uri": null,
800
+ "name": "Expense",
801
+ "classification": {
802
+ "uid": "6",
803
+ "uri": null,
804
+ "name": "Expense"
805
+ }
806
+ },
807
+ "taxType": {
808
+ "uid": "10",
809
+ "uri": null,
810
+ "code": "GST",
811
+ "name": "Goods & Services Tax"
812
+ },
813
+ "active": true,
814
+ "_links": [
815
+ {
816
+ "rel": "self",
817
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108132"
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "uid": "10108133",
823
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108133",
824
+ "name": "Sub contractors",
825
+ "displayId": "6-5000",
826
+ "type": {
827
+ "uid": "11",
828
+ "uri": null,
829
+ "name": "Expense",
830
+ "classification": {
831
+ "uid": "6",
832
+ "uri": null,
833
+ "name": "Expense"
834
+ }
835
+ },
836
+ "taxType": {
837
+ "uid": "10",
838
+ "uri": null,
839
+ "code": "GST",
840
+ "name": "Goods & Services Tax"
841
+ },
842
+ "active": true,
843
+ "_links": [
844
+ {
845
+ "rel": "self",
846
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108133"
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "uid": "10108134",
852
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108134",
853
+ "name": "Sundry expenses",
854
+ "displayId": "6-5200",
855
+ "type": {
856
+ "uid": "11",
857
+ "uri": null,
858
+ "name": "Expense",
859
+ "classification": {
860
+ "uid": "6",
861
+ "uri": null,
862
+ "name": "Expense"
863
+ }
864
+ },
865
+ "taxType": {
866
+ "uid": "10",
867
+ "uri": null,
868
+ "code": "GST",
869
+ "name": "Goods & Services Tax"
870
+ },
871
+ "active": true,
872
+ "_links": [
873
+ {
874
+ "rel": "self",
875
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108134"
876
+ }
877
+ ]
878
+ },
879
+ {
880
+ "uid": "10108090",
881
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108090",
882
+ "name": "Superannuation expense",
883
+ "displayId": "6-5400",
884
+ "type": {
885
+ "uid": "11",
886
+ "uri": null,
887
+ "name": "Expense",
888
+ "classification": {
889
+ "uid": "6",
890
+ "uri": null,
891
+ "name": "Expense"
892
+ }
893
+ },
894
+ "taxType": {
895
+ "uid": "13",
896
+ "uri": null,
897
+ "code": "NTR",
898
+ "name": "Not Reportable"
899
+ },
900
+ "active": true,
901
+ "_links": [
902
+ {
903
+ "rel": "self",
904
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108090"
905
+ }
906
+ ]
907
+ },
908
+ {
909
+ "uid": "10108135",
910
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108135",
911
+ "name": "Telephone",
912
+ "displayId": "6-5600",
913
+ "type": {
914
+ "uid": "11",
915
+ "uri": null,
916
+ "name": "Expense",
917
+ "classification": {
918
+ "uid": "6",
919
+ "uri": null,
920
+ "name": "Expense"
921
+ }
922
+ },
923
+ "taxType": {
924
+ "uid": "10",
925
+ "uri": null,
926
+ "code": "GST",
927
+ "name": "Goods & Services Tax"
928
+ },
929
+ "active": true,
930
+ "_links": [
931
+ {
932
+ "rel": "self",
933
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108135"
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "uid": "10108136",
939
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108136",
940
+ "name": "Travel & accommodation",
941
+ "displayId": "6-5800",
942
+ "type": {
943
+ "uid": "11",
944
+ "uri": null,
945
+ "name": "Expense",
946
+ "classification": {
947
+ "uid": "6",
948
+ "uri": null,
949
+ "name": "Expense"
950
+ }
951
+ },
952
+ "taxType": {
953
+ "uid": "10",
954
+ "uri": null,
955
+ "code": "GST",
956
+ "name": "Goods & Services Tax"
957
+ },
958
+ "active": true,
959
+ "_links": [
960
+ {
961
+ "rel": "self",
962
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108136"
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "uid": "10108091",
968
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108091",
969
+ "name": "Wages & salaries",
970
+ "displayId": "6-6200",
971
+ "type": {
972
+ "uid": "11",
973
+ "uri": null,
974
+ "name": "Expense",
975
+ "classification": {
976
+ "uid": "6",
977
+ "uri": null,
978
+ "name": "Expense"
979
+ }
980
+ },
981
+ "taxType": {
982
+ "uid": "13",
983
+ "uri": null,
984
+ "code": "NTR",
985
+ "name": "Not Reportable"
986
+ },
987
+ "active": true,
988
+ "_links": [
989
+ {
990
+ "rel": "self",
991
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108091"
992
+ }
993
+ ]
994
+ },
995
+ {
996
+ "uid": "10108137",
997
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108137",
998
+ "name": "Water",
999
+ "displayId": "6-6400",
1000
+ "type": {
1001
+ "uid": "11",
1002
+ "uri": null,
1003
+ "name": "Expense",
1004
+ "classification": {
1005
+ "uid": "6",
1006
+ "uri": null,
1007
+ "name": "Expense"
1008
+ }
1009
+ },
1010
+ "taxType": {
1011
+ "uid": "10",
1012
+ "uri": null,
1013
+ "code": "GST",
1014
+ "name": "Goods & Services Tax"
1015
+ },
1016
+ "active": true,
1017
+ "_links": [
1018
+ {
1019
+ "rel": "self",
1020
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108137"
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "uid": "10108138",
1026
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108138",
1027
+ "name": "Work cover insurance",
1028
+ "displayId": "6-6600",
1029
+ "type": {
1030
+ "uid": "11",
1031
+ "uri": null,
1032
+ "name": "Expense",
1033
+ "classification": {
1034
+ "uid": "6",
1035
+ "uri": null,
1036
+ "name": "Expense"
1037
+ }
1038
+ },
1039
+ "taxType": {
1040
+ "uid": "10",
1041
+ "uri": null,
1042
+ "code": "GST",
1043
+ "name": "Goods & Services Tax"
1044
+ },
1045
+ "active": true,
1046
+ "_links": [
1047
+ {
1048
+ "rel": "self",
1049
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108138"
1050
+ }
1051
+ ]
1052
+ },
1053
+ {
1054
+ "uid": "10108141",
1055
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108141",
1056
+ "name": "Other expenses",
1057
+ "displayId": "9-1000",
1058
+ "type": {
1059
+ "uid": "12",
1060
+ "uri": null,
1061
+ "name": "Other Expense",
1062
+ "classification": {
1063
+ "uid": "9",
1064
+ "uri": null,
1065
+ "name": "Other Expenses"
1066
+ }
1067
+ },
1068
+ "taxType": {
1069
+ "uid": "10",
1070
+ "uri": null,
1071
+ "code": "GST",
1072
+ "name": "Goods & Services Tax"
1073
+ },
1074
+ "active": true,
1075
+ "_links": [
1076
+ {
1077
+ "rel": "self",
1078
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108141"
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "uid": "10108093",
1084
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108093",
1085
+ "name": "Cheque account",
1086
+ "displayId": "1-1000",
1087
+ "type": {
1088
+ "uid": "1",
1089
+ "uri": null,
1090
+ "name": "Banking",
1091
+ "classification": {
1092
+ "uid": "1",
1093
+ "uri": null,
1094
+ "name": "Asset"
1095
+ }
1096
+ },
1097
+ "taxType": {
1098
+ "uid": "13",
1099
+ "uri": null,
1100
+ "code": "NTR",
1101
+ "name": "Not Reportable"
1102
+ },
1103
+ "active": true,
1104
+ "_links": [
1105
+ {
1106
+ "rel": "self",
1107
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108093"
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "uid": "10108094",
1113
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108094",
1114
+ "name": "Petty cash",
1115
+ "displayId": "1-1200",
1116
+ "type": {
1117
+ "uid": "1",
1118
+ "uri": null,
1119
+ "name": "Banking",
1120
+ "classification": {
1121
+ "uid": "1",
1122
+ "uri": null,
1123
+ "name": "Asset"
1124
+ }
1125
+ },
1126
+ "taxType": {
1127
+ "uid": "13",
1128
+ "uri": null,
1129
+ "code": "NTR",
1130
+ "name": "Not Reportable"
1131
+ },
1132
+ "active": true,
1133
+ "_links": [
1134
+ {
1135
+ "rel": "self",
1136
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108094"
1137
+ }
1138
+ ]
1139
+ },
1140
+ {
1141
+ "uid": "10108095",
1142
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108095",
1143
+ "name": "Savings account",
1144
+ "displayId": "1-1400",
1145
+ "type": {
1146
+ "uid": "1",
1147
+ "uri": null,
1148
+ "name": "Banking",
1149
+ "classification": {
1150
+ "uid": "1",
1151
+ "uri": null,
1152
+ "name": "Asset"
1153
+ }
1154
+ },
1155
+ "taxType": {
1156
+ "uid": "13",
1157
+ "uri": null,
1158
+ "code": "NTR",
1159
+ "name": "Not Reportable"
1160
+ },
1161
+ "active": true,
1162
+ "_links": [
1163
+ {
1164
+ "rel": "self",
1165
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108095"
1166
+ }
1167
+ ]
1168
+ },
1169
+ {
1170
+ "uid": "10108076",
1171
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108076",
1172
+ "name": "ABN withholding credits",
1173
+ "displayId": "1-1600",
1174
+ "type": {
1175
+ "uid": "2",
1176
+ "uri": null,
1177
+ "name": "Current Assets",
1178
+ "classification": {
1179
+ "uid": "1",
1180
+ "uri": null,
1181
+ "name": "Asset"
1182
+ }
1183
+ },
1184
+ "taxType": {
1185
+ "uid": "13",
1186
+ "uri": null,
1187
+ "code": "NTR",
1188
+ "name": "Not Reportable"
1189
+ },
1190
+ "active": true,
1191
+ "_links": [
1192
+ {
1193
+ "rel": "self",
1194
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108076"
1195
+ }
1196
+ ]
1197
+ },
1198
+ {
1199
+ "uid": "10108077",
1200
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108077",
1201
+ "name": "Accounts receivable",
1202
+ "displayId": "1-1800",
1203
+ "type": {
1204
+ "uid": "2",
1205
+ "uri": null,
1206
+ "name": "Current Assets",
1207
+ "classification": {
1208
+ "uid": "1",
1209
+ "uri": null,
1210
+ "name": "Asset"
1211
+ }
1212
+ },
1213
+ "taxType": {
1214
+ "uid": "13",
1215
+ "uri": null,
1216
+ "code": "NTR",
1217
+ "name": "Not Reportable"
1218
+ },
1219
+ "active": true,
1220
+ "_links": [
1221
+ {
1222
+ "rel": "self",
1223
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108077"
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ "uid": "10108096",
1229
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108096",
1230
+ "name": "Furniture & fittings",
1231
+ "displayId": "1-2000",
1232
+ "type": {
1233
+ "uid": "3",
1234
+ "uri": null,
1235
+ "name": "Fixed Assets",
1236
+ "classification": {
1237
+ "uid": "1",
1238
+ "uri": null,
1239
+ "name": "Asset"
1240
+ }
1241
+ },
1242
+ "taxType": {
1243
+ "uid": "6",
1244
+ "uri": null,
1245
+ "code": "CAP",
1246
+ "name": "Capital Acquisitions"
1247
+ },
1248
+ "active": true,
1249
+ "_links": [
1250
+ {
1251
+ "rel": "self",
1252
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108096"
1253
+ }
1254
+ ]
1255
+ },
1256
+ {
1257
+ "uid": "10108097",
1258
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108097",
1259
+ "name": "Motor vehicles",
1260
+ "displayId": "1-2200",
1261
+ "type": {
1262
+ "uid": "3",
1263
+ "uri": null,
1264
+ "name": "Fixed Assets",
1265
+ "classification": {
1266
+ "uid": "1",
1267
+ "uri": null,
1268
+ "name": "Asset"
1269
+ }
1270
+ },
1271
+ "taxType": {
1272
+ "uid": "6",
1273
+ "uri": null,
1274
+ "code": "CAP",
1275
+ "name": "Capital Acquisitions"
1276
+ },
1277
+ "active": true,
1278
+ "_links": [
1279
+ {
1280
+ "rel": "self",
1281
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108097"
1282
+ }
1283
+ ]
1284
+ },
1285
+ {
1286
+ "uid": "10108098",
1287
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108098",
1288
+ "name": "Office equipment & computers",
1289
+ "displayId": "1-2400",
1290
+ "type": {
1291
+ "uid": "3",
1292
+ "uri": null,
1293
+ "name": "Fixed Assets",
1294
+ "classification": {
1295
+ "uid": "1",
1296
+ "uri": null,
1297
+ "name": "Asset"
1298
+ }
1299
+ },
1300
+ "taxType": {
1301
+ "uid": "6",
1302
+ "uri": null,
1303
+ "code": "CAP",
1304
+ "name": "Capital Acquisitions"
1305
+ },
1306
+ "active": true,
1307
+ "_links": [
1308
+ {
1309
+ "rel": "self",
1310
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108098"
1311
+ }
1312
+ ]
1313
+ },
1314
+ {
1315
+ "uid": "10108099",
1316
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108099",
1317
+ "name": "Plant & equipment",
1318
+ "displayId": "1-2600",
1319
+ "type": {
1320
+ "uid": "3",
1321
+ "uri": null,
1322
+ "name": "Fixed Assets",
1323
+ "classification": {
1324
+ "uid": "1",
1325
+ "uri": null,
1326
+ "name": "Asset"
1327
+ }
1328
+ },
1329
+ "taxType": {
1330
+ "uid": "6",
1331
+ "uri": null,
1332
+ "code": "CAP",
1333
+ "name": "Capital Acquisitions"
1334
+ },
1335
+ "active": true,
1336
+ "_links": [
1337
+ {
1338
+ "rel": "self",
1339
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108099"
1340
+ }
1341
+ ]
1342
+ },
1343
+ {
1344
+ "uid": "10108100",
1345
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108100",
1346
+ "name": "AMEX",
1347
+ "displayId": "2-1000",
1348
+ "type": {
1349
+ "uid": "6",
1350
+ "uri": null,
1351
+ "name": "Credit Card",
1352
+ "classification": {
1353
+ "uid": "2",
1354
+ "uri": null,
1355
+ "name": "Liability"
1356
+ }
1357
+ },
1358
+ "taxType": {
1359
+ "uid": "13",
1360
+ "uri": null,
1361
+ "code": "NTR",
1362
+ "name": "Not Reportable"
1363
+ },
1364
+ "active": true,
1365
+ "_links": [
1366
+ {
1367
+ "rel": "self",
1368
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108100"
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "uid": "10108101",
1374
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108101",
1375
+ "name": "Mastercard",
1376
+ "displayId": "2-1200",
1377
+ "type": {
1378
+ "uid": "6",
1379
+ "uri": null,
1380
+ "name": "Credit Card",
1381
+ "classification": {
1382
+ "uid": "2",
1383
+ "uri": null,
1384
+ "name": "Liability"
1385
+ }
1386
+ },
1387
+ "taxType": {
1388
+ "uid": "13",
1389
+ "uri": null,
1390
+ "code": "NTR",
1391
+ "name": "Not Reportable"
1392
+ },
1393
+ "active": true,
1394
+ "_links": [
1395
+ {
1396
+ "rel": "self",
1397
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108101"
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "uid": "10108102",
1403
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108102",
1404
+ "name": "Visa",
1405
+ "displayId": "2-1400",
1406
+ "type": {
1407
+ "uid": "6",
1408
+ "uri": null,
1409
+ "name": "Credit Card",
1410
+ "classification": {
1411
+ "uid": "2",
1412
+ "uri": null,
1413
+ "name": "Liability"
1414
+ }
1415
+ },
1416
+ "taxType": {
1417
+ "uid": "13",
1418
+ "uri": null,
1419
+ "code": "NTR",
1420
+ "name": "Not Reportable"
1421
+ },
1422
+ "active": true,
1423
+ "_links": [
1424
+ {
1425
+ "rel": "self",
1426
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108102"
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "uid": "10108078",
1432
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108078",
1433
+ "name": "ABN withholdings payable",
1434
+ "displayId": "2-1600",
1435
+ "type": {
1436
+ "uid": "4",
1437
+ "uri": null,
1438
+ "name": "Current Liabilities",
1439
+ "classification": {
1440
+ "uid": "2",
1441
+ "uri": null,
1442
+ "name": "Liability"
1443
+ }
1444
+ },
1445
+ "taxType": {
1446
+ "uid": "13",
1447
+ "uri": null,
1448
+ "code": "NTR",
1449
+ "name": "Not Reportable"
1450
+ },
1451
+ "active": true,
1452
+ "_links": [
1453
+ {
1454
+ "rel": "self",
1455
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108078"
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "uid": "10108079",
1461
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108079",
1462
+ "name": "Accounts payable",
1463
+ "displayId": "2-1800",
1464
+ "type": {
1465
+ "uid": "4",
1466
+ "uri": null,
1467
+ "name": "Current Liabilities",
1468
+ "classification": {
1469
+ "uid": "2",
1470
+ "uri": null,
1471
+ "name": "Liability"
1472
+ }
1473
+ },
1474
+ "taxType": {
1475
+ "uid": "13",
1476
+ "uri": null,
1477
+ "code": "NTR",
1478
+ "name": "Not Reportable"
1479
+ },
1480
+ "active": true,
1481
+ "_links": [
1482
+ {
1483
+ "rel": "self",
1484
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108079"
1485
+ }
1486
+ ]
1487
+ },
1488
+ {
1489
+ "uid": "10108103",
1490
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108103",
1491
+ "name": "Annual leave payable",
1492
+ "displayId": "2-2000",
1493
+ "type": {
1494
+ "uid": "4",
1495
+ "uri": null,
1496
+ "name": "Current Liabilities",
1497
+ "classification": {
1498
+ "uid": "2",
1499
+ "uri": null,
1500
+ "name": "Liability"
1501
+ }
1502
+ },
1503
+ "taxType": {
1504
+ "uid": "13",
1505
+ "uri": null,
1506
+ "code": "NTR",
1507
+ "name": "Not Reportable"
1508
+ },
1509
+ "active": true,
1510
+ "_links": [
1511
+ {
1512
+ "rel": "self",
1513
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108103"
1514
+ }
1515
+ ]
1516
+ },
1517
+ {
1518
+ "uid": "10108080",
1519
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108080",
1520
+ "name": "GST collected",
1521
+ "displayId": "2-2200",
1522
+ "type": {
1523
+ "uid": "4",
1524
+ "uri": null,
1525
+ "name": "Current Liabilities",
1526
+ "classification": {
1527
+ "uid": "2",
1528
+ "uri": null,
1529
+ "name": "Liability"
1530
+ }
1531
+ },
1532
+ "taxType": {
1533
+ "uid": "13",
1534
+ "uri": null,
1535
+ "code": "NTR",
1536
+ "name": "Not Reportable"
1537
+ },
1538
+ "active": true,
1539
+ "_links": [
1540
+ {
1541
+ "rel": "self",
1542
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108080"
1543
+ }
1544
+ ]
1545
+ },
1546
+ {
1547
+ "uid": "10108081",
1548
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108081",
1549
+ "name": "GST paid",
1550
+ "displayId": "2-2400",
1551
+ "type": {
1552
+ "uid": "4",
1553
+ "uri": null,
1554
+ "name": "Current Liabilities",
1555
+ "classification": {
1556
+ "uid": "2",
1557
+ "uri": null,
1558
+ "name": "Liability"
1559
+ }
1560
+ },
1561
+ "taxType": {
1562
+ "uid": "13",
1563
+ "uri": null,
1564
+ "code": "NTR",
1565
+ "name": "Not Reportable"
1566
+ },
1567
+ "active": true,
1568
+ "_links": [
1569
+ {
1570
+ "rel": "self",
1571
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108081"
1572
+ }
1573
+ ]
1574
+ },
1575
+ {
1576
+ "uid": "10108082",
1577
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108082",
1578
+ "name": "PAYG withholdings payable",
1579
+ "displayId": "2-2600",
1580
+ "type": {
1581
+ "uid": "4",
1582
+ "uri": null,
1583
+ "name": "Current Liabilities",
1584
+ "classification": {
1585
+ "uid": "2",
1586
+ "uri": null,
1587
+ "name": "Liability"
1588
+ }
1589
+ },
1590
+ "taxType": {
1591
+ "uid": "13",
1592
+ "uri": null,
1593
+ "code": "NTR",
1594
+ "name": "Not Reportable"
1595
+ },
1596
+ "active": true,
1597
+ "_links": [
1598
+ {
1599
+ "rel": "self",
1600
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108082"
1601
+ }
1602
+ ]
1603
+ },
1604
+ {
1605
+ "uid": "10108083",
1606
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108083",
1607
+ "name": "Payroll deductions",
1608
+ "displayId": "2-2800",
1609
+ "type": {
1610
+ "uid": "4",
1611
+ "uri": null,
1612
+ "name": "Current Liabilities",
1613
+ "classification": {
1614
+ "uid": "2",
1615
+ "uri": null,
1616
+ "name": "Liability"
1617
+ }
1618
+ },
1619
+ "taxType": {
1620
+ "uid": "13",
1621
+ "uri": null,
1622
+ "code": "NTR",
1623
+ "name": "Not Reportable"
1624
+ },
1625
+ "active": true,
1626
+ "_links": [
1627
+ {
1628
+ "rel": "self",
1629
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108083"
1630
+ }
1631
+ ]
1632
+ },
1633
+ {
1634
+ "uid": "10108104",
1635
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108104",
1636
+ "name": "Sick leave payable",
1637
+ "displayId": "2-3000",
1638
+ "type": {
1639
+ "uid": "4",
1640
+ "uri": null,
1641
+ "name": "Current Liabilities",
1642
+ "classification": {
1643
+ "uid": "2",
1644
+ "uri": null,
1645
+ "name": "Liability"
1646
+ }
1647
+ },
1648
+ "taxType": {
1649
+ "uid": "13",
1650
+ "uri": null,
1651
+ "code": "NTR",
1652
+ "name": "Not Reportable"
1653
+ },
1654
+ "active": true,
1655
+ "_links": [
1656
+ {
1657
+ "rel": "self",
1658
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108104"
1659
+ }
1660
+ ]
1661
+ },
1662
+ {
1663
+ "uid": "10108084",
1664
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108084",
1665
+ "name": "Superannuation payable",
1666
+ "displayId": "2-3200",
1667
+ "type": {
1668
+ "uid": "4",
1669
+ "uri": null,
1670
+ "name": "Current Liabilities",
1671
+ "classification": {
1672
+ "uid": "2",
1673
+ "uri": null,
1674
+ "name": "Liability"
1675
+ }
1676
+ },
1677
+ "taxType": {
1678
+ "uid": "13",
1679
+ "uri": null,
1680
+ "code": "NTR",
1681
+ "name": "Not Reportable"
1682
+ },
1683
+ "active": true,
1684
+ "_links": [
1685
+ {
1686
+ "rel": "self",
1687
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108084"
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "uid": "10108105",
1693
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108105",
1694
+ "name": "Bank loan",
1695
+ "displayId": "2-3400",
1696
+ "type": {
1697
+ "uid": "5",
1698
+ "uri": null,
1699
+ "name": "Long Term Liabilities",
1700
+ "classification": {
1701
+ "uid": "2",
1702
+ "uri": null,
1703
+ "name": "Liability"
1704
+ }
1705
+ },
1706
+ "taxType": {
1707
+ "uid": "13",
1708
+ "uri": null,
1709
+ "code": "NTR",
1710
+ "name": "Not Reportable"
1711
+ },
1712
+ "active": true,
1713
+ "_links": [
1714
+ {
1715
+ "rel": "self",
1716
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108105"
1717
+ }
1718
+ ]
1719
+ },
1720
+ {
1721
+ "uid": "10108106",
1722
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108106",
1723
+ "name": "Other loan",
1724
+ "displayId": "2-3600",
1725
+ "type": {
1726
+ "uid": "5",
1727
+ "uri": null,
1728
+ "name": "Long Term Liabilities",
1729
+ "classification": {
1730
+ "uid": "2",
1731
+ "uri": null,
1732
+ "name": "Liability"
1733
+ }
1734
+ },
1735
+ "taxType": {
1736
+ "uid": "13",
1737
+ "uri": null,
1738
+ "code": "NTR",
1739
+ "name": "Not Reportable"
1740
+ },
1741
+ "active": true,
1742
+ "_links": [
1743
+ {
1744
+ "rel": "self",
1745
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108106"
1746
+ }
1747
+ ]
1748
+ },
1749
+ {
1750
+ "uid": "10108107",
1751
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108107",
1752
+ "name": "Owner contribution",
1753
+ "displayId": "3-1000",
1754
+ "type": {
1755
+ "uid": "7",
1756
+ "uri": null,
1757
+ "name": "Equity",
1758
+ "classification": {
1759
+ "uid": "3",
1760
+ "uri": null,
1761
+ "name": "Equity"
1762
+ }
1763
+ },
1764
+ "taxType": {
1765
+ "uid": "13",
1766
+ "uri": null,
1767
+ "code": "NTR",
1768
+ "name": "Not Reportable"
1769
+ },
1770
+ "active": true,
1771
+ "_links": [
1772
+ {
1773
+ "rel": "self",
1774
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108107"
1775
+ }
1776
+ ]
1777
+ },
1778
+ {
1779
+ "uid": "10108108",
1780
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108108",
1781
+ "name": "Owner drawings",
1782
+ "displayId": "3-1200",
1783
+ "type": {
1784
+ "uid": "7",
1785
+ "uri": null,
1786
+ "name": "Equity",
1787
+ "classification": {
1788
+ "uid": "3",
1789
+ "uri": null,
1790
+ "name": "Equity"
1791
+ }
1792
+ },
1793
+ "taxType": {
1794
+ "uid": "13",
1795
+ "uri": null,
1796
+ "code": "NTR",
1797
+ "name": "Not Reportable"
1798
+ },
1799
+ "active": true,
1800
+ "_links": [
1801
+ {
1802
+ "rel": "self",
1803
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108108"
1804
+ }
1805
+ ]
1806
+ },
1807
+ {
1808
+ "uid": "10108085",
1809
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108085",
1810
+ "name": "Income tax",
1811
+ "displayId": "3-1400",
1812
+ "type": {
1813
+ "uid": "7",
1814
+ "uri": null,
1815
+ "name": "Equity",
1816
+ "classification": {
1817
+ "uid": "3",
1818
+ "uri": null,
1819
+ "name": "Equity"
1820
+ }
1821
+ },
1822
+ "taxType": {
1823
+ "uid": "13",
1824
+ "uri": null,
1825
+ "code": "NTR",
1826
+ "name": "Not Reportable"
1827
+ },
1828
+ "active": true,
1829
+ "_links": [
1830
+ {
1831
+ "rel": "self",
1832
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108085"
1833
+ }
1834
+ ]
1835
+ },
1836
+ {
1837
+ "uid": "10108088",
1838
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108088",
1839
+ "name": "Historical balancing",
1840
+ "displayId": "3-9999",
1841
+ "type": {
1842
+ "uid": "7",
1843
+ "uri": null,
1844
+ "name": "Equity",
1845
+ "classification": {
1846
+ "uid": "3",
1847
+ "uri": null,
1848
+ "name": "Equity"
1849
+ }
1850
+ },
1851
+ "taxType": {
1852
+ "uid": "13",
1853
+ "uri": null,
1854
+ "code": "NTR",
1855
+ "name": "Not Reportable"
1856
+ },
1857
+ "active": true,
1858
+ "_links": [
1859
+ {
1860
+ "rel": "self",
1861
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108088"
1862
+ }
1863
+ ]
1864
+ },
1865
+ {
1866
+ "uid": "10108087",
1867
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108087",
1868
+ "name": "Current year earnings",
1869
+ "displayId": "3-1800",
1870
+ "type": {
1871
+ "uid": "14",
1872
+ "uri": null,
1873
+ "name": "Current Earnings",
1874
+ "classification": {
1875
+ "uid": "3",
1876
+ "uri": null,
1877
+ "name": "Equity"
1878
+ }
1879
+ },
1880
+ "taxType": {
1881
+ "uid": "13",
1882
+ "uri": null,
1883
+ "code": "NTR",
1884
+ "name": "Not Reportable"
1885
+ },
1886
+ "active": true,
1887
+ "_links": [
1888
+ {
1889
+ "rel": "self",
1890
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108087"
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "uid": "10108086",
1896
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108086",
1897
+ "name": "Retained earnings",
1898
+ "displayId": "3-1600",
1899
+ "type": {
1900
+ "uid": "13",
1901
+ "uri": null,
1902
+ "name": "Retained Earnings",
1903
+ "classification": {
1904
+ "uid": "3",
1905
+ "uri": null,
1906
+ "name": "Equity"
1907
+ }
1908
+ },
1909
+ "taxType": {
1910
+ "uid": "13",
1911
+ "uri": null,
1912
+ "code": "NTR",
1913
+ "name": "Not Reportable"
1914
+ },
1915
+ "active": true,
1916
+ "_links": [
1917
+ {
1918
+ "rel": "self",
1919
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/10108086"
1920
+ }
1921
+ ]
1922
+ },
1923
+ {
1924
+ "uid": "-2",
1925
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/-2",
1926
+ "name": "Allocate me (Deposit)",
1927
+ "displayId": "3-8001",
1928
+ "type": {
1929
+ "uid": "7",
1930
+ "uri": null,
1931
+ "name": "Equity",
1932
+ "classification": {
1933
+ "uid": "3",
1934
+ "uri": null,
1935
+ "name": "Equity"
1936
+ }
1937
+ },
1938
+ "taxType": null,
1939
+ "active": true,
1940
+ "_links": [
1941
+ {
1942
+ "rel": "self",
1943
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/-2"
1944
+ }
1945
+ ]
1946
+ },
1947
+ {
1948
+ "uid": "-3",
1949
+ "uri": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/-3",
1950
+ "name": "Allocate me (Withdrawal)",
1951
+ "displayId": "3-8000",
1952
+ "type": {
1953
+ "uid": "7",
1954
+ "uri": null,
1955
+ "name": "Equity",
1956
+ "classification": {
1957
+ "uid": "3",
1958
+ "uri": null,
1959
+ "name": "Equity"
1960
+ }
1961
+ },
1962
+ "taxType": null,
1963
+ "active": true,
1964
+ "_links": [
1965
+ {
1966
+ "rel": "self",
1967
+ "href": "https://api.myob.com/au/essentials/businesses/168254/generalledger/accounts/-3"
1968
+ }
1969
+ ]
1970
+ }
1971
+ ],
1972
+ "page": {
1973
+ "size": 400,
1974
+ "totalElements": 68,
1975
+ "totalPages": 1,
1976
+ "number": 1
1977
+ }
1978
+ }