@snokam/mcp-api 0.146.0 → 0.146.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/specs/production/accounting.json +135 -1077
- package/specs/production/office.json +29 -519
- package/specs/test/accounting.json +135 -1077
- package/specs/test/office.json +29 -519
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"content": {
|
|
24
24
|
"application/json": {
|
|
25
25
|
"schema": {
|
|
26
|
-
"$ref": "#/components/schemas/
|
|
26
|
+
"$ref": "#/components/schemas/cryptoAccount"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"content": {
|
|
54
54
|
"application/json": {
|
|
55
55
|
"schema": {
|
|
56
|
-
"$ref": "#/components/schemas/
|
|
56
|
+
"$ref": "#/components/schemas/cryptoAccount"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"content": {
|
|
496
496
|
"application/json": {
|
|
497
497
|
"schema": {
|
|
498
|
-
"$ref": "#/components/schemas/
|
|
498
|
+
"$ref": "#/components/schemas/cryptoUser"
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
}
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"schema": {
|
|
785
785
|
"type": "array",
|
|
786
786
|
"items": {
|
|
787
|
-
"$ref": "#/components/schemas/
|
|
787
|
+
"$ref": "#/components/schemas/timeTransactionRecord"
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
}
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"schema": {
|
|
1389
1389
|
"type": "array",
|
|
1390
1390
|
"items": {
|
|
1391
|
-
"$ref": "#/components/schemas/
|
|
1391
|
+
"$ref": "#/components/schemas/accountingSalaryLine"
|
|
1392
1392
|
}
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
@@ -1428,7 +1428,7 @@
|
|
|
1428
1428
|
"schema": {
|
|
1429
1429
|
"type": "array",
|
|
1430
1430
|
"items": {
|
|
1431
|
-
"$ref": "#/components/schemas/
|
|
1431
|
+
"$ref": "#/components/schemas/accountingPayItem"
|
|
1432
1432
|
}
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
"schema": {
|
|
1538
1538
|
"type": "array",
|
|
1539
1539
|
"items": {
|
|
1540
|
-
"$ref": "#/components/schemas/
|
|
1540
|
+
"$ref": "#/components/schemas/accountingUser"
|
|
1541
1541
|
}
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
"schema": {
|
|
1602
1602
|
"type": "array",
|
|
1603
1603
|
"items": {
|
|
1604
|
-
"$ref": "#/components/schemas/
|
|
1604
|
+
"$ref": "#/components/schemas/gadgetVoucher"
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
@@ -2499,58 +2499,6 @@
|
|
|
2499
2499
|
},
|
|
2500
2500
|
"components": {
|
|
2501
2501
|
"schemas": {
|
|
2502
|
-
"account": {
|
|
2503
|
-
"type": "object",
|
|
2504
|
-
"properties": {
|
|
2505
|
-
"name": {
|
|
2506
|
-
"type": "string",
|
|
2507
|
-
"nullable": true
|
|
2508
|
-
},
|
|
2509
|
-
"primary": {
|
|
2510
|
-
"type": "boolean",
|
|
2511
|
-
"nullable": true
|
|
2512
|
-
},
|
|
2513
|
-
"type": {
|
|
2514
|
-
"type": "string",
|
|
2515
|
-
"nullable": true
|
|
2516
|
-
},
|
|
2517
|
-
"currency": {
|
|
2518
|
-
"$ref": "#/components/schemas/accountCurrency"
|
|
2519
|
-
},
|
|
2520
|
-
"balance": {
|
|
2521
|
-
"$ref": "#/components/schemas/money"
|
|
2522
|
-
},
|
|
2523
|
-
"created_at": {
|
|
2524
|
-
"type": "string",
|
|
2525
|
-
"format": "date-time",
|
|
2526
|
-
"nullable": true
|
|
2527
|
-
},
|
|
2528
|
-
"updated_at": {
|
|
2529
|
-
"type": "string",
|
|
2530
|
-
"format": "date-time",
|
|
2531
|
-
"nullable": true
|
|
2532
|
-
},
|
|
2533
|
-
"id": {
|
|
2534
|
-
"type": "string",
|
|
2535
|
-
"nullable": true
|
|
2536
|
-
},
|
|
2537
|
-
"resource": {
|
|
2538
|
-
"type": "string",
|
|
2539
|
-
"nullable": true
|
|
2540
|
-
},
|
|
2541
|
-
"resource_path": {
|
|
2542
|
-
"type": "string",
|
|
2543
|
-
"nullable": true
|
|
2544
|
-
},
|
|
2545
|
-
"extraJson": {
|
|
2546
|
-
"type": "object",
|
|
2547
|
-
"additionalProperties": {
|
|
2548
|
-
"type": "object"
|
|
2549
|
-
}
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
"nullable": true
|
|
2553
|
-
},
|
|
2554
2502
|
"accountBalance": {
|
|
2555
2503
|
"type": "object",
|
|
2556
2504
|
"properties": {
|
|
@@ -2568,301 +2516,78 @@
|
|
|
2568
2516
|
}
|
|
2569
2517
|
}
|
|
2570
2518
|
},
|
|
2571
|
-
"
|
|
2519
|
+
"accountingPayItem": {
|
|
2572
2520
|
"type": "object",
|
|
2573
2521
|
"properties": {
|
|
2574
2522
|
"code": {
|
|
2575
|
-
"type": "string"
|
|
2576
|
-
"nullable": true
|
|
2523
|
+
"type": "string"
|
|
2577
2524
|
},
|
|
2578
2525
|
"name": {
|
|
2579
|
-
"type": "string"
|
|
2580
|
-
"nullable": true
|
|
2581
|
-
},
|
|
2582
|
-
"color": {
|
|
2583
|
-
"type": "string",
|
|
2584
|
-
"nullable": true
|
|
2585
|
-
},
|
|
2586
|
-
"sort_index": {
|
|
2587
|
-
"type": "string",
|
|
2588
|
-
"nullable": true
|
|
2589
|
-
},
|
|
2590
|
-
"exponent": {
|
|
2591
|
-
"type": "integer",
|
|
2592
|
-
"format": "int32",
|
|
2593
|
-
"nullable": true
|
|
2594
|
-
},
|
|
2595
|
-
"type": {
|
|
2596
|
-
"type": "string",
|
|
2597
|
-
"nullable": true
|
|
2598
|
-
},
|
|
2599
|
-
"address_regex": {
|
|
2600
|
-
"type": "string",
|
|
2601
|
-
"nullable": true
|
|
2602
|
-
},
|
|
2603
|
-
"asset_id": {
|
|
2604
|
-
"type": "string",
|
|
2605
|
-
"nullable": true
|
|
2526
|
+
"type": "string"
|
|
2606
2527
|
},
|
|
2607
|
-
"
|
|
2608
|
-
"type": "
|
|
2609
|
-
"additionalProperties": {
|
|
2610
|
-
"type": "object"
|
|
2611
|
-
}
|
|
2528
|
+
"description": {
|
|
2529
|
+
"type": "string"
|
|
2612
2530
|
}
|
|
2613
|
-
}
|
|
2614
|
-
"nullable": true
|
|
2531
|
+
}
|
|
2615
2532
|
},
|
|
2616
|
-
"
|
|
2533
|
+
"accountingSalaryLine": {
|
|
2617
2534
|
"type": "object",
|
|
2618
2535
|
"properties": {
|
|
2619
|
-
"
|
|
2620
|
-
"type": "integer",
|
|
2621
|
-
"format": "int64"
|
|
2622
|
-
},
|
|
2623
|
-
"accountCode": {
|
|
2624
|
-
"type": "integer",
|
|
2625
|
-
"format": "int64"
|
|
2626
|
-
},
|
|
2627
|
-
"date": {
|
|
2628
|
-
"type": "string",
|
|
2629
|
-
"format": "date-time"
|
|
2630
|
-
},
|
|
2631
|
-
"voucherNo": {
|
|
2632
|
-
"type": "integer",
|
|
2633
|
-
"format": "int64"
|
|
2634
|
-
},
|
|
2635
|
-
"importedVoucherNo": {
|
|
2536
|
+
"employeeCode": {
|
|
2636
2537
|
"type": "integer",
|
|
2637
2538
|
"format": "int64",
|
|
2638
2539
|
"nullable": true
|
|
2639
2540
|
},
|
|
2640
|
-
"
|
|
2641
|
-
"enum": [
|
|
2642
|
-
0,
|
|
2643
|
-
1,
|
|
2644
|
-
2,
|
|
2645
|
-
4,
|
|
2646
|
-
5,
|
|
2647
|
-
8,
|
|
2648
|
-
9,
|
|
2649
|
-
10,
|
|
2650
|
-
11,
|
|
2651
|
-
14,
|
|
2652
|
-
15,
|
|
2653
|
-
16,
|
|
2654
|
-
17,
|
|
2655
|
-
18,
|
|
2656
|
-
19,
|
|
2657
|
-
20,
|
|
2658
|
-
23,
|
|
2659
|
-
71,
|
|
2660
|
-
72,
|
|
2661
|
-
73,
|
|
2662
|
-
74,
|
|
2663
|
-
98,
|
|
2664
|
-
99,
|
|
2665
|
-
100,
|
|
2666
|
-
101,
|
|
2667
|
-
120,
|
|
2668
|
-
130,
|
|
2669
|
-
131,
|
|
2670
|
-
99999
|
|
2671
|
-
],
|
|
2672
|
-
"type": "integer",
|
|
2673
|
-
"format": "int32",
|
|
2674
|
-
"default": 0
|
|
2675
|
-
},
|
|
2676
|
-
"text": {
|
|
2677
|
-
"type": "string"
|
|
2678
|
-
},
|
|
2679
|
-
"description": {
|
|
2541
|
+
"payItemCode": {
|
|
2680
2542
|
"type": "string"
|
|
2681
2543
|
},
|
|
2682
|
-
"
|
|
2544
|
+
"comment": {
|
|
2683
2545
|
"type": "string"
|
|
2684
2546
|
},
|
|
2685
|
-
"vatAmount": {
|
|
2686
|
-
"type": "number",
|
|
2687
|
-
"format": "double"
|
|
2688
|
-
},
|
|
2689
|
-
"vatRate": {
|
|
2690
|
-
"type": "number",
|
|
2691
|
-
"format": "double"
|
|
2692
|
-
},
|
|
2693
|
-
"vatReturnSpecification": {
|
|
2694
|
-
"enum": [
|
|
2695
|
-
0,
|
|
2696
|
-
1,
|
|
2697
|
-
2,
|
|
2698
|
-
3,
|
|
2699
|
-
4,
|
|
2700
|
-
5,
|
|
2701
|
-
6
|
|
2702
|
-
],
|
|
2703
|
-
"type": "integer",
|
|
2704
|
-
"format": "int32",
|
|
2705
|
-
"default": 0
|
|
2706
|
-
},
|
|
2707
2547
|
"amount": {
|
|
2708
2548
|
"type": "number",
|
|
2709
|
-
"format": "double"
|
|
2710
|
-
|
|
2711
|
-
"currencyCode": {
|
|
2712
|
-
"type": "string"
|
|
2549
|
+
"format": "double",
|
|
2550
|
+
"nullable": true
|
|
2713
2551
|
},
|
|
2714
|
-
"
|
|
2552
|
+
"quantity": {
|
|
2715
2553
|
"type": "number",
|
|
2716
|
-
"format": "double"
|
|
2717
|
-
|
|
2718
|
-
"projectCode": {
|
|
2719
|
-
"type": "string"
|
|
2720
|
-
},
|
|
2721
|
-
"productCode": {
|
|
2722
|
-
"type": "string"
|
|
2554
|
+
"format": "double",
|
|
2555
|
+
"nullable": true
|
|
2723
2556
|
},
|
|
2724
2557
|
"departmentCode": {
|
|
2725
2558
|
"type": "string"
|
|
2726
2559
|
},
|
|
2727
|
-
"
|
|
2728
|
-
"type": "
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
"locationCode": {
|
|
2737
|
-
"type": "string"
|
|
2738
|
-
},
|
|
2739
|
-
"voucherImagesCount": {
|
|
2740
|
-
"type": "integer",
|
|
2741
|
-
"format": "int32"
|
|
2742
|
-
},
|
|
2743
|
-
"lastChanged": {
|
|
2744
|
-
"type": "string",
|
|
2745
|
-
"format": "date-time",
|
|
2746
|
-
"nullable": true
|
|
2747
|
-
},
|
|
2748
|
-
"createdDate": {
|
|
2749
|
-
"type": "string",
|
|
2750
|
-
"format": "date-time",
|
|
2751
|
-
"nullable": true
|
|
2752
|
-
},
|
|
2753
|
-
"customerAccountNo": {
|
|
2754
|
-
"type": "integer",
|
|
2755
|
-
"format": "int64",
|
|
2756
|
-
"nullable": true
|
|
2757
|
-
},
|
|
2758
|
-
"supplierAccountNo": {
|
|
2759
|
-
"type": "integer",
|
|
2760
|
-
"format": "int64",
|
|
2761
|
-
"nullable": true
|
|
2762
|
-
},
|
|
2763
|
-
"employeeAccountNo": {
|
|
2560
|
+
"isLocked": {
|
|
2561
|
+
"type": "boolean"
|
|
2562
|
+
}
|
|
2563
|
+
}
|
|
2564
|
+
},
|
|
2565
|
+
"accountingUser": {
|
|
2566
|
+
"type": "object",
|
|
2567
|
+
"properties": {
|
|
2568
|
+
"code": {
|
|
2764
2569
|
"type": "integer",
|
|
2765
2570
|
"format": "int64",
|
|
2766
2571
|
"nullable": true
|
|
2767
2572
|
},
|
|
2768
|
-
"
|
|
2769
|
-
"type": "string",
|
|
2770
|
-
"format": "date-time",
|
|
2771
|
-
"nullable": true
|
|
2772
|
-
},
|
|
2773
|
-
"voucherReference": {
|
|
2774
|
-
"type": "string"
|
|
2775
|
-
},
|
|
2776
|
-
"voucherCID": {
|
|
2573
|
+
"emailAddress": {
|
|
2777
2574
|
"type": "string"
|
|
2778
2575
|
},
|
|
2779
|
-
"
|
|
2576
|
+
"firstName": {
|
|
2780
2577
|
"type": "string"
|
|
2781
2578
|
},
|
|
2782
|
-
"
|
|
2783
|
-
"type": "string",
|
|
2784
|
-
"format": "uuid"
|
|
2785
|
-
},
|
|
2786
|
-
"documentNo": {
|
|
2579
|
+
"lastName": {
|
|
2787
2580
|
"type": "string"
|
|
2788
2581
|
},
|
|
2789
|
-
"
|
|
2790
|
-
"type": "string",
|
|
2791
|
-
"format": "uuid",
|
|
2792
|
-
"nullable": true
|
|
2793
|
-
},
|
|
2794
|
-
"isCreatedFromEhf": {
|
|
2795
|
-
"type": "boolean"
|
|
2796
|
-
},
|
|
2797
|
-
"bankTransferId": {
|
|
2798
|
-
"type": "string",
|
|
2799
|
-
"format": "uuid",
|
|
2800
|
-
"nullable": true
|
|
2801
|
-
},
|
|
2802
|
-
"subLedgerEntryId": {
|
|
2803
|
-
"type": "integer",
|
|
2804
|
-
"format": "int64",
|
|
2805
|
-
"nullable": true
|
|
2806
|
-
},
|
|
2807
|
-
"externalImportReference": {
|
|
2582
|
+
"departmentCode": {
|
|
2808
2583
|
"type": "string"
|
|
2809
2584
|
},
|
|
2810
|
-
"
|
|
2811
|
-
"type": "boolean"
|
|
2812
|
-
},
|
|
2813
|
-
"ourReferenceEmployeeCode": {
|
|
2814
|
-
"type": "integer",
|
|
2815
|
-
"format": "int64",
|
|
2585
|
+
"isArchived": {
|
|
2586
|
+
"type": "boolean",
|
|
2816
2587
|
"nullable": true
|
|
2817
2588
|
},
|
|
2818
|
-
"
|
|
2589
|
+
"fullName": {
|
|
2819
2590
|
"type": "string"
|
|
2820
|
-
},
|
|
2821
|
-
"quantity": {
|
|
2822
|
-
"type": "number",
|
|
2823
|
-
"format": "double",
|
|
2824
|
-
"nullable": true
|
|
2825
|
-
},
|
|
2826
|
-
"quantity2": {
|
|
2827
|
-
"type": "number",
|
|
2828
|
-
"format": "double",
|
|
2829
|
-
"nullable": true
|
|
2830
|
-
},
|
|
2831
|
-
"voucherDate": {
|
|
2832
|
-
"type": "string",
|
|
2833
|
-
"format": "date-time",
|
|
2834
|
-
"nullable": true
|
|
2835
|
-
},
|
|
2836
|
-
"reversedVoucherNo": {
|
|
2837
|
-
"type": "integer",
|
|
2838
|
-
"format": "int64",
|
|
2839
|
-
"nullable": true
|
|
2840
|
-
},
|
|
2841
|
-
"correctionOfVoucherNo": {
|
|
2842
|
-
"type": "integer",
|
|
2843
|
-
"format": "int64",
|
|
2844
|
-
"nullable": true
|
|
2845
|
-
},
|
|
2846
|
-
"isReversed": {
|
|
2847
|
-
"type": "boolean"
|
|
2848
|
-
},
|
|
2849
|
-
"isNoteMainEntry": {
|
|
2850
|
-
"type": "boolean"
|
|
2851
|
-
},
|
|
2852
|
-
"agricultureDepartment": {
|
|
2853
|
-
"enum": [
|
|
2854
|
-
0,
|
|
2855
|
-
10,
|
|
2856
|
-
20,
|
|
2857
|
-
30,
|
|
2858
|
-
50,
|
|
2859
|
-
60,
|
|
2860
|
-
90
|
|
2861
|
-
],
|
|
2862
|
-
"type": "integer",
|
|
2863
|
-
"format": "int32",
|
|
2864
|
-
"default": 0,
|
|
2865
|
-
"nullable": true
|
|
2866
2591
|
}
|
|
2867
2592
|
}
|
|
2868
2593
|
},
|
|
@@ -2892,54 +2617,16 @@
|
|
|
2892
2617
|
}
|
|
2893
2618
|
}
|
|
2894
2619
|
},
|
|
2895
|
-
"
|
|
2620
|
+
"amount": {
|
|
2896
2621
|
"type": "object",
|
|
2897
2622
|
"properties": {
|
|
2898
|
-
"
|
|
2899
|
-
"type": "
|
|
2900
|
-
|
|
2901
|
-
"zipCode": {
|
|
2902
|
-
"type": "string"
|
|
2903
|
-
},
|
|
2904
|
-
"address1": {
|
|
2905
|
-
"type": "string"
|
|
2623
|
+
"btc": {
|
|
2624
|
+
"type": "number",
|
|
2625
|
+
"format": "double"
|
|
2906
2626
|
},
|
|
2907
|
-
"
|
|
2908
|
-
"type": "
|
|
2909
|
-
|
|
2910
|
-
"address3": {
|
|
2911
|
-
"type": "string"
|
|
2912
|
-
},
|
|
2913
|
-
"countryCode": {
|
|
2914
|
-
"type": "string"
|
|
2915
|
-
},
|
|
2916
|
-
"lastChanged": {
|
|
2917
|
-
"type": "string",
|
|
2918
|
-
"format": "date-time"
|
|
2919
|
-
},
|
|
2920
|
-
"id": {
|
|
2921
|
-
"type": "integer",
|
|
2922
|
-
"format": "int64",
|
|
2923
|
-
"nullable": true
|
|
2924
|
-
},
|
|
2925
|
-
"isPrimary": {
|
|
2926
|
-
"type": "boolean"
|
|
2927
|
-
},
|
|
2928
|
-
"externalCode": {
|
|
2929
|
-
"type": "string"
|
|
2930
|
-
}
|
|
2931
|
-
}
|
|
2932
|
-
},
|
|
2933
|
-
"amount": {
|
|
2934
|
-
"type": "object",
|
|
2935
|
-
"properties": {
|
|
2936
|
-
"btc": {
|
|
2937
|
-
"type": "number",
|
|
2938
|
-
"format": "double"
|
|
2939
|
-
},
|
|
2940
|
-
"nok": {
|
|
2941
|
-
"type": "number",
|
|
2942
|
-
"format": "double"
|
|
2627
|
+
"nok": {
|
|
2628
|
+
"type": "number",
|
|
2629
|
+
"format": "double"
|
|
2943
2630
|
},
|
|
2944
2631
|
"tax": {
|
|
2945
2632
|
"$ref": "#/components/schemas/tax"
|
|
@@ -3011,6 +2698,17 @@
|
|
|
3011
2698
|
}
|
|
3012
2699
|
}
|
|
3013
2700
|
},
|
|
2701
|
+
"cryptoAccount": {
|
|
2702
|
+
"type": "object",
|
|
2703
|
+
"properties": {
|
|
2704
|
+
"name": {
|
|
2705
|
+
"type": "string"
|
|
2706
|
+
},
|
|
2707
|
+
"balance": {
|
|
2708
|
+
"$ref": "#/components/schemas/cryptoMoney"
|
|
2709
|
+
}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
3014
2712
|
"cryptoBuys": {
|
|
3015
2713
|
"type": "object",
|
|
3016
2714
|
"properties": {
|
|
@@ -3030,6 +2728,18 @@
|
|
|
3030
2728
|
}
|
|
3031
2729
|
}
|
|
3032
2730
|
},
|
|
2731
|
+
"cryptoMoney": {
|
|
2732
|
+
"type": "object",
|
|
2733
|
+
"properties": {
|
|
2734
|
+
"amount": {
|
|
2735
|
+
"type": "number",
|
|
2736
|
+
"format": "double"
|
|
2737
|
+
},
|
|
2738
|
+
"currency": {
|
|
2739
|
+
"type": "string"
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
3033
2743
|
"cryptoSells": {
|
|
3034
2744
|
"type": "object",
|
|
3035
2745
|
"properties": {
|
|
@@ -3043,6 +2753,14 @@
|
|
|
3043
2753
|
}
|
|
3044
2754
|
}
|
|
3045
2755
|
},
|
|
2756
|
+
"cryptoUser": {
|
|
2757
|
+
"type": "object",
|
|
2758
|
+
"properties": {
|
|
2759
|
+
"name": {
|
|
2760
|
+
"type": "string"
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
3046
2764
|
"detailedSalaryLine": {
|
|
3047
2765
|
"type": "object",
|
|
3048
2766
|
"properties": {
|
|
@@ -3098,185 +2816,6 @@
|
|
|
3098
2816
|
}
|
|
3099
2817
|
}
|
|
3100
2818
|
},
|
|
3101
|
-
"employee": {
|
|
3102
|
-
"type": "object",
|
|
3103
|
-
"properties": {
|
|
3104
|
-
"nationalityCountryCode": {
|
|
3105
|
-
"type": "string"
|
|
3106
|
-
},
|
|
3107
|
-
"jobTitle": {
|
|
3108
|
-
"type": "string"
|
|
3109
|
-
},
|
|
3110
|
-
"hiredDate": {
|
|
3111
|
-
"type": "string",
|
|
3112
|
-
"format": "date-time",
|
|
3113
|
-
"nullable": true
|
|
3114
|
-
},
|
|
3115
|
-
"startDate": {
|
|
3116
|
-
"type": "string",
|
|
3117
|
-
"format": "date-time",
|
|
3118
|
-
"nullable": true
|
|
3119
|
-
},
|
|
3120
|
-
"endDate": {
|
|
3121
|
-
"type": "string",
|
|
3122
|
-
"format": "date-time",
|
|
3123
|
-
"nullable": true
|
|
3124
|
-
},
|
|
3125
|
-
"departmentCode": {
|
|
3126
|
-
"type": "string"
|
|
3127
|
-
},
|
|
3128
|
-
"locationCode": {
|
|
3129
|
-
"type": "string"
|
|
3130
|
-
},
|
|
3131
|
-
"hourlyRate": {
|
|
3132
|
-
"type": "number",
|
|
3133
|
-
"format": "double",
|
|
3134
|
-
"nullable": true
|
|
3135
|
-
},
|
|
3136
|
-
"hourlyCost": {
|
|
3137
|
-
"type": "number",
|
|
3138
|
-
"format": "double",
|
|
3139
|
-
"nullable": true
|
|
3140
|
-
},
|
|
3141
|
-
"hourlyRates": {
|
|
3142
|
-
"type": "array",
|
|
3143
|
-
"items": {
|
|
3144
|
-
"$ref": "#/components/schemas/employeeTimeHourlyRates"
|
|
3145
|
-
}
|
|
3146
|
-
},
|
|
3147
|
-
"payrollBankAccountCode": {
|
|
3148
|
-
"type": "string"
|
|
3149
|
-
},
|
|
3150
|
-
"expenseBankAccountCode": {
|
|
3151
|
-
"type": "string"
|
|
3152
|
-
},
|
|
3153
|
-
"payrollEmailAddress": {
|
|
3154
|
-
"type": "string"
|
|
3155
|
-
},
|
|
3156
|
-
"employeeCreatedDate": {
|
|
3157
|
-
"type": "string",
|
|
3158
|
-
"format": "date-time"
|
|
3159
|
-
},
|
|
3160
|
-
"managerEmployeeCode": {
|
|
3161
|
-
"type": "integer",
|
|
3162
|
-
"format": "int64",
|
|
3163
|
-
"nullable": true
|
|
3164
|
-
},
|
|
3165
|
-
"gender": {
|
|
3166
|
-
"enum": [
|
|
3167
|
-
0,
|
|
3168
|
-
1,
|
|
3169
|
-
2,
|
|
3170
|
-
-1
|
|
3171
|
-
],
|
|
3172
|
-
"type": "integer",
|
|
3173
|
-
"format": "int32",
|
|
3174
|
-
"default": 0,
|
|
3175
|
-
"nullable": true
|
|
3176
|
-
},
|
|
3177
|
-
"id": {
|
|
3178
|
-
"type": "integer",
|
|
3179
|
-
"format": "int64",
|
|
3180
|
-
"nullable": true
|
|
3181
|
-
},
|
|
3182
|
-
"code": {
|
|
3183
|
-
"type": "integer",
|
|
3184
|
-
"format": "int64",
|
|
3185
|
-
"nullable": true
|
|
3186
|
-
},
|
|
3187
|
-
"externalCode": {
|
|
3188
|
-
"type": "integer",
|
|
3189
|
-
"format": "int64",
|
|
3190
|
-
"nullable": true
|
|
3191
|
-
},
|
|
3192
|
-
"mailAddress": {
|
|
3193
|
-
"$ref": "#/components/schemas/address"
|
|
3194
|
-
},
|
|
3195
|
-
"streetAddress": {
|
|
3196
|
-
"$ref": "#/components/schemas/address"
|
|
3197
|
-
},
|
|
3198
|
-
"streetAddresses": {
|
|
3199
|
-
"type": "array",
|
|
3200
|
-
"items": {
|
|
3201
|
-
"$ref": "#/components/schemas/address"
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
"emailAddress": {
|
|
3205
|
-
"type": "string"
|
|
3206
|
-
},
|
|
3207
|
-
"phoneNumber": {
|
|
3208
|
-
"type": "string"
|
|
3209
|
-
},
|
|
3210
|
-
"isArchived": {
|
|
3211
|
-
"type": "boolean",
|
|
3212
|
-
"nullable": true
|
|
3213
|
-
},
|
|
3214
|
-
"lastChanged": {
|
|
3215
|
-
"type": "string",
|
|
3216
|
-
"format": "date-time"
|
|
3217
|
-
},
|
|
3218
|
-
"createdDate": {
|
|
3219
|
-
"type": "string",
|
|
3220
|
-
"format": "date-time"
|
|
3221
|
-
},
|
|
3222
|
-
"contactGroups": {
|
|
3223
|
-
"type": "array",
|
|
3224
|
-
"items": {
|
|
3225
|
-
"type": "string"
|
|
3226
|
-
}
|
|
3227
|
-
},
|
|
3228
|
-
"createdFromImportJournalId": {
|
|
3229
|
-
"type": "string",
|
|
3230
|
-
"format": "uuid",
|
|
3231
|
-
"nullable": true
|
|
3232
|
-
},
|
|
3233
|
-
"firstName": {
|
|
3234
|
-
"type": "string"
|
|
3235
|
-
},
|
|
3236
|
-
"lastName": {
|
|
3237
|
-
"type": "string"
|
|
3238
|
-
},
|
|
3239
|
-
"dateOfBirth": {
|
|
3240
|
-
"type": "string",
|
|
3241
|
-
"format": "date-time",
|
|
3242
|
-
"nullable": true
|
|
3243
|
-
},
|
|
3244
|
-
"socialSecurityNumber": {
|
|
3245
|
-
"type": "string"
|
|
3246
|
-
},
|
|
3247
|
-
"subledgerNumberSeriesId": {
|
|
3248
|
-
"type": "string",
|
|
3249
|
-
"format": "uuid",
|
|
3250
|
-
"nullable": true
|
|
3251
|
-
},
|
|
3252
|
-
"reportInternationalId": {
|
|
3253
|
-
"type": "boolean",
|
|
3254
|
-
"nullable": true
|
|
3255
|
-
},
|
|
3256
|
-
"internationalIdCountryCode": {
|
|
3257
|
-
"type": "string"
|
|
3258
|
-
},
|
|
3259
|
-
"internationalIdType": {
|
|
3260
|
-
"enum": [
|
|
3261
|
-
0,
|
|
3262
|
-
1,
|
|
3263
|
-
2,
|
|
3264
|
-
3,
|
|
3265
|
-
4
|
|
3266
|
-
],
|
|
3267
|
-
"type": "integer",
|
|
3268
|
-
"format": "int32",
|
|
3269
|
-
"default": 0,
|
|
3270
|
-
"nullable": true
|
|
3271
|
-
},
|
|
3272
|
-
"internationalIdNumber": {
|
|
3273
|
-
"type": "string"
|
|
3274
|
-
},
|
|
3275
|
-
"externalImportReference": {
|
|
3276
|
-
"type": "string"
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
2819
|
"employeeDetailedSalary": {
|
|
3281
2820
|
"type": "object",
|
|
3282
2821
|
"properties": {
|
|
@@ -3519,38 +3058,6 @@
|
|
|
3519
3058
|
}
|
|
3520
3059
|
}
|
|
3521
3060
|
},
|
|
3522
|
-
"employeeTimeHourlyRates": {
|
|
3523
|
-
"type": "object",
|
|
3524
|
-
"properties": {
|
|
3525
|
-
"id": {
|
|
3526
|
-
"type": "integer",
|
|
3527
|
-
"format": "int64",
|
|
3528
|
-
"nullable": true
|
|
3529
|
-
},
|
|
3530
|
-
"validFrom": {
|
|
3531
|
-
"type": "string",
|
|
3532
|
-
"format": "date-time"
|
|
3533
|
-
},
|
|
3534
|
-
"validTo": {
|
|
3535
|
-
"type": "string",
|
|
3536
|
-
"format": "date-time"
|
|
3537
|
-
},
|
|
3538
|
-
"hourlyRate": {
|
|
3539
|
-
"type": "number",
|
|
3540
|
-
"format": "double",
|
|
3541
|
-
"nullable": true
|
|
3542
|
-
},
|
|
3543
|
-
"hourlyCost": {
|
|
3544
|
-
"type": "number",
|
|
3545
|
-
"format": "double",
|
|
3546
|
-
"nullable": true
|
|
3547
|
-
},
|
|
3548
|
-
"isDeleted": {
|
|
3549
|
-
"type": "boolean",
|
|
3550
|
-
"nullable": true
|
|
3551
|
-
}
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3554
3061
|
"employeeTimeTransactionSummary": {
|
|
3555
3062
|
"required": [
|
|
3556
3063
|
"name",
|
|
@@ -3949,82 +3456,6 @@
|
|
|
3949
3456
|
}
|
|
3950
3457
|
}
|
|
3951
3458
|
},
|
|
3952
|
-
"payItem": {
|
|
3953
|
-
"type": "object",
|
|
3954
|
-
"properties": {
|
|
3955
|
-
"code": {
|
|
3956
|
-
"type": "string"
|
|
3957
|
-
},
|
|
3958
|
-
"name": {
|
|
3959
|
-
"type": "string"
|
|
3960
|
-
},
|
|
3961
|
-
"isActive": {
|
|
3962
|
-
"type": "boolean"
|
|
3963
|
-
},
|
|
3964
|
-
"benefit": {
|
|
3965
|
-
"type": "string"
|
|
3966
|
-
},
|
|
3967
|
-
"description": {
|
|
3968
|
-
"type": "string"
|
|
3969
|
-
},
|
|
3970
|
-
"processingType": {
|
|
3971
|
-
"enum": [
|
|
3972
|
-
0,
|
|
3973
|
-
5,
|
|
3974
|
-
6,
|
|
3975
|
-
10,
|
|
3976
|
-
11,
|
|
3977
|
-
12,
|
|
3978
|
-
13,
|
|
3979
|
-
14,
|
|
3980
|
-
20,
|
|
3981
|
-
30,
|
|
3982
|
-
40,
|
|
3983
|
-
50,
|
|
3984
|
-
51,
|
|
3985
|
-
52,
|
|
3986
|
-
55,
|
|
3987
|
-
56,
|
|
3988
|
-
57,
|
|
3989
|
-
58,
|
|
3990
|
-
60,
|
|
3991
|
-
80,
|
|
3992
|
-
90,
|
|
3993
|
-
100,
|
|
3994
|
-
101,
|
|
3995
|
-
102,
|
|
3996
|
-
103,
|
|
3997
|
-
104,
|
|
3998
|
-
110,
|
|
3999
|
-
120,
|
|
4000
|
-
130,
|
|
4001
|
-
140,
|
|
4002
|
-
141,
|
|
4003
|
-
142,
|
|
4004
|
-
143,
|
|
4005
|
-
144,
|
|
4006
|
-
801,
|
|
4007
|
-
900,
|
|
4008
|
-
999,
|
|
4009
|
-
1000,
|
|
4010
|
-
1010,
|
|
4011
|
-
1015,
|
|
4012
|
-
1020,
|
|
4013
|
-
1030,
|
|
4014
|
-
1040,
|
|
4015
|
-
1050,
|
|
4016
|
-
2000
|
|
4017
|
-
],
|
|
4018
|
-
"type": "integer",
|
|
4019
|
-
"format": "int32",
|
|
4020
|
-
"default": 0
|
|
4021
|
-
},
|
|
4022
|
-
"id": {
|
|
4023
|
-
"type": "string",
|
|
4024
|
-
"format": "uuid"
|
|
4025
|
-
}
|
|
4026
|
-
}
|
|
4027
|
-
},
|
|
4028
3459
|
"pension": {
|
|
4029
3460
|
"type": "object",
|
|
4030
3461
|
"properties": {
|
|
@@ -4132,32 +3563,6 @@
|
|
|
4132
3563
|
}
|
|
4133
3564
|
}
|
|
4134
3565
|
},
|
|
4135
|
-
"response_account": {
|
|
4136
|
-
"type": "object",
|
|
4137
|
-
"properties": {
|
|
4138
|
-
"data": {
|
|
4139
|
-
"$ref": "#/components/schemas/account"
|
|
4140
|
-
},
|
|
4141
|
-
"errors": {
|
|
4142
|
-
"type": "array",
|
|
4143
|
-
"items": {
|
|
4144
|
-
"$ref": "#/components/schemas/error"
|
|
4145
|
-
}
|
|
4146
|
-
},
|
|
4147
|
-
"warnings": {
|
|
4148
|
-
"type": "array",
|
|
4149
|
-
"items": {
|
|
4150
|
-
"$ref": "#/components/schemas/warning"
|
|
4151
|
-
}
|
|
4152
|
-
},
|
|
4153
|
-
"extraJson": {
|
|
4154
|
-
"type": "object",
|
|
4155
|
-
"additionalProperties": {
|
|
4156
|
-
"type": "object"
|
|
4157
|
-
}
|
|
4158
|
-
}
|
|
4159
|
-
}
|
|
4160
|
-
},
|
|
4161
3566
|
"response_statistics": {
|
|
4162
3567
|
"type": "object",
|
|
4163
3568
|
"properties": {
|
|
@@ -4210,32 +3615,6 @@
|
|
|
4210
3615
|
}
|
|
4211
3616
|
}
|
|
4212
3617
|
},
|
|
4213
|
-
"response_user": {
|
|
4214
|
-
"type": "object",
|
|
4215
|
-
"properties": {
|
|
4216
|
-
"data": {
|
|
4217
|
-
"$ref": "#/components/schemas/user"
|
|
4218
|
-
},
|
|
4219
|
-
"errors": {
|
|
4220
|
-
"type": "array",
|
|
4221
|
-
"items": {
|
|
4222
|
-
"$ref": "#/components/schemas/error"
|
|
4223
|
-
}
|
|
4224
|
-
},
|
|
4225
|
-
"warnings": {
|
|
4226
|
-
"type": "array",
|
|
4227
|
-
"items": {
|
|
4228
|
-
"$ref": "#/components/schemas/warning"
|
|
4229
|
-
}
|
|
4230
|
-
},
|
|
4231
|
-
"extraJson": {
|
|
4232
|
-
"type": "object",
|
|
4233
|
-
"additionalProperties": {
|
|
4234
|
-
"type": "object"
|
|
4235
|
-
}
|
|
4236
|
-
}
|
|
4237
|
-
}
|
|
4238
|
-
},
|
|
4239
3618
|
"salaryEstimate": {
|
|
4240
3619
|
"required": [
|
|
4241
3620
|
"title",
|
|
@@ -4296,177 +3675,80 @@
|
|
|
4296
3675
|
"minLength": 1,
|
|
4297
3676
|
"type": "string"
|
|
4298
3677
|
},
|
|
4299
|
-
"email": {
|
|
4300
|
-
"minLength": 1,
|
|
4301
|
-
"type": "string"
|
|
4302
|
-
},
|
|
4303
|
-
"title": {
|
|
4304
|
-
"minLength": 1,
|
|
4305
|
-
"type": "string"
|
|
4306
|
-
},
|
|
4307
|
-
"hours": {
|
|
4308
|
-
"type": "number",
|
|
4309
|
-
"format": "float"
|
|
4310
|
-
},
|
|
4311
|
-
"commission": {
|
|
4312
|
-
"type": "number",
|
|
4313
|
-
"format": "float"
|
|
4314
|
-
},
|
|
4315
|
-
"hourlyRate": {
|
|
4316
|
-
"type": "integer",
|
|
4317
|
-
"format": "int32"
|
|
4318
|
-
}
|
|
4319
|
-
}
|
|
4320
|
-
},
|
|
4321
|
-
"salaryEstimateWithEmployee": {
|
|
4322
|
-
"required": [
|
|
4323
|
-
"name",
|
|
4324
|
-
"email",
|
|
4325
|
-
"title",
|
|
4326
|
-
"hours",
|
|
4327
|
-
"commission",
|
|
4328
|
-
"hourlyRate",
|
|
4329
|
-
"salary",
|
|
4330
|
-
"pension",
|
|
4331
|
-
"employerTax"
|
|
4332
|
-
],
|
|
4333
|
-
"type": "object",
|
|
4334
|
-
"properties": {
|
|
4335
|
-
"name": {
|
|
4336
|
-
"minLength": 1,
|
|
4337
|
-
"type": "string"
|
|
4338
|
-
},
|
|
4339
|
-
"email": {
|
|
4340
|
-
"minLength": 1,
|
|
4341
|
-
"type": "string"
|
|
4342
|
-
},
|
|
4343
|
-
"title": {
|
|
4344
|
-
"minLength": 1,
|
|
4345
|
-
"type": "string"
|
|
4346
|
-
},
|
|
4347
|
-
"hours": {
|
|
4348
|
-
"type": "number",
|
|
4349
|
-
"format": "float"
|
|
4350
|
-
},
|
|
4351
|
-
"commission": {
|
|
4352
|
-
"type": "number",
|
|
4353
|
-
"format": "float"
|
|
4354
|
-
},
|
|
4355
|
-
"hourlyRate": {
|
|
4356
|
-
"type": "integer",
|
|
4357
|
-
"format": "int32"
|
|
4358
|
-
},
|
|
4359
|
-
"salary": {
|
|
4360
|
-
"type": "integer",
|
|
4361
|
-
"format": "int32"
|
|
4362
|
-
},
|
|
4363
|
-
"holidayPay": {
|
|
4364
|
-
"type": "integer",
|
|
4365
|
-
"format": "int32",
|
|
4366
|
-
"nullable": true
|
|
4367
|
-
},
|
|
4368
|
-
"pension": {
|
|
4369
|
-
"$ref": "#/components/schemas/pension"
|
|
4370
|
-
},
|
|
4371
|
-
"employerTax": {
|
|
4372
|
-
"$ref": "#/components/schemas/employerTax"
|
|
4373
|
-
}
|
|
4374
|
-
}
|
|
4375
|
-
},
|
|
4376
|
-
"salaryLine": {
|
|
4377
|
-
"type": "object",
|
|
4378
|
-
"properties": {
|
|
4379
|
-
"id": {
|
|
4380
|
-
"type": "integer",
|
|
4381
|
-
"format": "int64",
|
|
4382
|
-
"nullable": true
|
|
4383
|
-
},
|
|
4384
|
-
"employeeCode": {
|
|
4385
|
-
"type": "integer",
|
|
4386
|
-
"format": "int64",
|
|
4387
|
-
"nullable": true
|
|
4388
|
-
},
|
|
4389
|
-
"payItemCode": {
|
|
4390
|
-
"type": "string"
|
|
4391
|
-
},
|
|
4392
|
-
"quantity": {
|
|
4393
|
-
"type": "number",
|
|
4394
|
-
"format": "double",
|
|
4395
|
-
"nullable": true
|
|
4396
|
-
},
|
|
4397
|
-
"rate": {
|
|
4398
|
-
"type": "number",
|
|
4399
|
-
"format": "double",
|
|
4400
|
-
"nullable": true
|
|
4401
|
-
},
|
|
4402
|
-
"amount": {
|
|
4403
|
-
"type": "number",
|
|
4404
|
-
"format": "double",
|
|
4405
|
-
"nullable": true
|
|
4406
|
-
},
|
|
4407
|
-
"projectCode": {
|
|
4408
|
-
"type": "string"
|
|
4409
|
-
},
|
|
4410
|
-
"departmentCode": {
|
|
4411
|
-
"type": "string"
|
|
4412
|
-
},
|
|
4413
|
-
"account": {
|
|
4414
|
-
"type": "integer",
|
|
4415
|
-
"format": "int64",
|
|
4416
|
-
"nullable": true
|
|
4417
|
-
},
|
|
4418
|
-
"oppositeAccount": {
|
|
4419
|
-
"type": "integer",
|
|
4420
|
-
"format": "int64",
|
|
4421
|
-
"nullable": true
|
|
3678
|
+
"email": {
|
|
3679
|
+
"minLength": 1,
|
|
3680
|
+
"type": "string"
|
|
4422
3681
|
},
|
|
4423
|
-
"
|
|
3682
|
+
"title": {
|
|
3683
|
+
"minLength": 1,
|
|
4424
3684
|
"type": "string"
|
|
4425
3685
|
},
|
|
4426
|
-
"
|
|
4427
|
-
"type": "
|
|
3686
|
+
"hours": {
|
|
3687
|
+
"type": "number",
|
|
3688
|
+
"format": "float"
|
|
4428
3689
|
},
|
|
4429
|
-
"
|
|
4430
|
-
"type": "
|
|
3690
|
+
"commission": {
|
|
3691
|
+
"type": "number",
|
|
3692
|
+
"format": "float"
|
|
4431
3693
|
},
|
|
4432
|
-
"
|
|
3694
|
+
"hourlyRate": {
|
|
3695
|
+
"type": "integer",
|
|
3696
|
+
"format": "int32"
|
|
3697
|
+
}
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"salaryEstimateWithEmployee": {
|
|
3701
|
+
"required": [
|
|
3702
|
+
"name",
|
|
3703
|
+
"email",
|
|
3704
|
+
"title",
|
|
3705
|
+
"hours",
|
|
3706
|
+
"commission",
|
|
3707
|
+
"hourlyRate",
|
|
3708
|
+
"salary",
|
|
3709
|
+
"pension",
|
|
3710
|
+
"employerTax"
|
|
3711
|
+
],
|
|
3712
|
+
"type": "object",
|
|
3713
|
+
"properties": {
|
|
3714
|
+
"name": {
|
|
3715
|
+
"minLength": 1,
|
|
4433
3716
|
"type": "string"
|
|
4434
3717
|
},
|
|
4435
|
-
"
|
|
3718
|
+
"email": {
|
|
3719
|
+
"minLength": 1,
|
|
4436
3720
|
"type": "string"
|
|
4437
3721
|
},
|
|
4438
|
-
"
|
|
3722
|
+
"title": {
|
|
3723
|
+
"minLength": 1,
|
|
4439
3724
|
"type": "string"
|
|
4440
3725
|
},
|
|
4441
|
-
"
|
|
4442
|
-
"
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
],
|
|
3726
|
+
"hours": {
|
|
3727
|
+
"type": "number",
|
|
3728
|
+
"format": "float"
|
|
3729
|
+
},
|
|
3730
|
+
"commission": {
|
|
3731
|
+
"type": "number",
|
|
3732
|
+
"format": "float"
|
|
3733
|
+
},
|
|
3734
|
+
"hourlyRate": {
|
|
4451
3735
|
"type": "integer",
|
|
4452
|
-
"format": "int32"
|
|
4453
|
-
"default": 0,
|
|
4454
|
-
"nullable": true
|
|
3736
|
+
"format": "int32"
|
|
4455
3737
|
},
|
|
4456
|
-
"
|
|
4457
|
-
"
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
30,
|
|
4462
|
-
50,
|
|
4463
|
-
60,
|
|
4464
|
-
90
|
|
4465
|
-
],
|
|
3738
|
+
"salary": {
|
|
3739
|
+
"type": "integer",
|
|
3740
|
+
"format": "int32"
|
|
3741
|
+
},
|
|
3742
|
+
"holidayPay": {
|
|
4466
3743
|
"type": "integer",
|
|
4467
3744
|
"format": "int32",
|
|
4468
|
-
"default": 0,
|
|
4469
3745
|
"nullable": true
|
|
3746
|
+
},
|
|
3747
|
+
"pension": {
|
|
3748
|
+
"$ref": "#/components/schemas/pension"
|
|
3749
|
+
},
|
|
3750
|
+
"employerTax": {
|
|
3751
|
+
"$ref": "#/components/schemas/employerTax"
|
|
4470
3752
|
}
|
|
4471
3753
|
}
|
|
4472
3754
|
},
|
|
@@ -5375,182 +4657,6 @@
|
|
|
5375
4657
|
}
|
|
5376
4658
|
}
|
|
5377
4659
|
},
|
|
5378
|
-
"timeTransaction": {
|
|
5379
|
-
"type": "object",
|
|
5380
|
-
"properties": {
|
|
5381
|
-
"id": {
|
|
5382
|
-
"type": "integer",
|
|
5383
|
-
"format": "int64"
|
|
5384
|
-
},
|
|
5385
|
-
"date": {
|
|
5386
|
-
"type": "string",
|
|
5387
|
-
"format": "date-time",
|
|
5388
|
-
"nullable": true
|
|
5389
|
-
},
|
|
5390
|
-
"customerCode": {
|
|
5391
|
-
"type": "integer",
|
|
5392
|
-
"format": "int64",
|
|
5393
|
-
"nullable": true
|
|
5394
|
-
},
|
|
5395
|
-
"customerName": {
|
|
5396
|
-
"type": "string"
|
|
5397
|
-
},
|
|
5398
|
-
"projectCode": {
|
|
5399
|
-
"type": "string"
|
|
5400
|
-
},
|
|
5401
|
-
"projectName": {
|
|
5402
|
-
"type": "string"
|
|
5403
|
-
},
|
|
5404
|
-
"subProjectCode": {
|
|
5405
|
-
"type": "string"
|
|
5406
|
-
},
|
|
5407
|
-
"subProjectName": {
|
|
5408
|
-
"type": "string"
|
|
5409
|
-
},
|
|
5410
|
-
"projectDepartmentName": {
|
|
5411
|
-
"type": "string"
|
|
5412
|
-
},
|
|
5413
|
-
"projectCategoryName": {
|
|
5414
|
-
"type": "string"
|
|
5415
|
-
},
|
|
5416
|
-
"projectBillingMethod": {
|
|
5417
|
-
"enum": [
|
|
5418
|
-
0,
|
|
5419
|
-
1,
|
|
5420
|
-
2,
|
|
5421
|
-
3
|
|
5422
|
-
],
|
|
5423
|
-
"type": "integer",
|
|
5424
|
-
"format": "int32",
|
|
5425
|
-
"default": 0,
|
|
5426
|
-
"nullable": true
|
|
5427
|
-
},
|
|
5428
|
-
"departmentCode": {
|
|
5429
|
-
"type": "string"
|
|
5430
|
-
},
|
|
5431
|
-
"departmentName": {
|
|
5432
|
-
"type": "string"
|
|
5433
|
-
},
|
|
5434
|
-
"activityCode": {
|
|
5435
|
-
"type": "string"
|
|
5436
|
-
},
|
|
5437
|
-
"activityName": {
|
|
5438
|
-
"type": "string"
|
|
5439
|
-
},
|
|
5440
|
-
"employeeCode": {
|
|
5441
|
-
"type": "integer",
|
|
5442
|
-
"format": "int64",
|
|
5443
|
-
"nullable": true
|
|
5444
|
-
},
|
|
5445
|
-
"employeeName": {
|
|
5446
|
-
"type": "string"
|
|
5447
|
-
},
|
|
5448
|
-
"timeSpecificationName": {
|
|
5449
|
-
"type": "string"
|
|
5450
|
-
},
|
|
5451
|
-
"comment": {
|
|
5452
|
-
"type": "string"
|
|
5453
|
-
},
|
|
5454
|
-
"internalComment": {
|
|
5455
|
-
"type": "string"
|
|
5456
|
-
},
|
|
5457
|
-
"time": {
|
|
5458
|
-
"type": "string"
|
|
5459
|
-
},
|
|
5460
|
-
"hours": {
|
|
5461
|
-
"type": "number",
|
|
5462
|
-
"format": "double",
|
|
5463
|
-
"nullable": true
|
|
5464
|
-
},
|
|
5465
|
-
"breakDurationHours": {
|
|
5466
|
-
"type": "number",
|
|
5467
|
-
"format": "double"
|
|
5468
|
-
},
|
|
5469
|
-
"hourlyRate": {
|
|
5470
|
-
"type": "number",
|
|
5471
|
-
"format": "double",
|
|
5472
|
-
"nullable": true
|
|
5473
|
-
},
|
|
5474
|
-
"billableHours": {
|
|
5475
|
-
"type": "number",
|
|
5476
|
-
"format": "double",
|
|
5477
|
-
"nullable": true
|
|
5478
|
-
},
|
|
5479
|
-
"billableAmount": {
|
|
5480
|
-
"type": "number",
|
|
5481
|
-
"format": "double",
|
|
5482
|
-
"nullable": true
|
|
5483
|
-
},
|
|
5484
|
-
"approvalStatus": {
|
|
5485
|
-
"enum": [
|
|
5486
|
-
0,
|
|
5487
|
-
1,
|
|
5488
|
-
2,
|
|
5489
|
-
3
|
|
5490
|
-
],
|
|
5491
|
-
"type": "integer",
|
|
5492
|
-
"format": "int32",
|
|
5493
|
-
"default": 0,
|
|
5494
|
-
"nullable": true
|
|
5495
|
-
},
|
|
5496
|
-
"invoiceNo": {
|
|
5497
|
-
"type": "integer",
|
|
5498
|
-
"format": "int64",
|
|
5499
|
-
"nullable": true
|
|
5500
|
-
},
|
|
5501
|
-
"orderNo": {
|
|
5502
|
-
"type": "integer",
|
|
5503
|
-
"format": "int64",
|
|
5504
|
-
"nullable": true
|
|
5505
|
-
},
|
|
5506
|
-
"statusFlags": {
|
|
5507
|
-
"type": "integer",
|
|
5508
|
-
"format": "int32"
|
|
5509
|
-
},
|
|
5510
|
-
"costRate": {
|
|
5511
|
-
"type": "number",
|
|
5512
|
-
"format": "double",
|
|
5513
|
-
"nullable": true
|
|
5514
|
-
},
|
|
5515
|
-
"costPrice": {
|
|
5516
|
-
"type": "number",
|
|
5517
|
-
"format": "double",
|
|
5518
|
-
"nullable": true
|
|
5519
|
-
},
|
|
5520
|
-
"margin": {
|
|
5521
|
-
"type": "number",
|
|
5522
|
-
"format": "double",
|
|
5523
|
-
"nullable": true
|
|
5524
|
-
},
|
|
5525
|
-
"marginPercent": {
|
|
5526
|
-
"type": "number",
|
|
5527
|
-
"format": "double",
|
|
5528
|
-
"nullable": true
|
|
5529
|
-
},
|
|
5530
|
-
"payrollNo": {
|
|
5531
|
-
"type": "integer",
|
|
5532
|
-
"format": "int64",
|
|
5533
|
-
"nullable": true
|
|
5534
|
-
},
|
|
5535
|
-
"payrollDescription": {
|
|
5536
|
-
"type": "string"
|
|
5537
|
-
},
|
|
5538
|
-
"isAccrued": {
|
|
5539
|
-
"type": "boolean"
|
|
5540
|
-
},
|
|
5541
|
-
"accrualVoucherNo": {
|
|
5542
|
-
"type": "integer",
|
|
5543
|
-
"format": "int64",
|
|
5544
|
-
"nullable": true
|
|
5545
|
-
},
|
|
5546
|
-
"isInvoicedExternally": {
|
|
5547
|
-
"type": "boolean"
|
|
5548
|
-
},
|
|
5549
|
-
"isInvoicedExternallyBy": {
|
|
5550
|
-
"type": "string"
|
|
5551
|
-
}
|
|
5552
|
-
}
|
|
5553
|
-
},
|
|
5554
4660
|
"timeTransactionRecord": {
|
|
5555
4661
|
"type": "object",
|
|
5556
4662
|
"properties": {
|
|
@@ -5782,54 +4888,6 @@
|
|
|
5782
4888
|
}
|
|
5783
4889
|
}
|
|
5784
4890
|
},
|
|
5785
|
-
"user": {
|
|
5786
|
-
"type": "object",
|
|
5787
|
-
"properties": {
|
|
5788
|
-
"name": {
|
|
5789
|
-
"type": "string",
|
|
5790
|
-
"nullable": true
|
|
5791
|
-
},
|
|
5792
|
-
"username": {
|
|
5793
|
-
"type": "string",
|
|
5794
|
-
"nullable": true
|
|
5795
|
-
},
|
|
5796
|
-
"profile_location": {
|
|
5797
|
-
"type": "string",
|
|
5798
|
-
"nullable": true
|
|
5799
|
-
},
|
|
5800
|
-
"profile_bio": {
|
|
5801
|
-
"type": "string",
|
|
5802
|
-
"nullable": true
|
|
5803
|
-
},
|
|
5804
|
-
"profile_url": {
|
|
5805
|
-
"type": "string",
|
|
5806
|
-
"nullable": true
|
|
5807
|
-
},
|
|
5808
|
-
"avatar_url": {
|
|
5809
|
-
"type": "string",
|
|
5810
|
-
"nullable": true
|
|
5811
|
-
},
|
|
5812
|
-
"id": {
|
|
5813
|
-
"type": "string",
|
|
5814
|
-
"nullable": true
|
|
5815
|
-
},
|
|
5816
|
-
"resource": {
|
|
5817
|
-
"type": "string",
|
|
5818
|
-
"nullable": true
|
|
5819
|
-
},
|
|
5820
|
-
"resource_path": {
|
|
5821
|
-
"type": "string",
|
|
5822
|
-
"nullable": true
|
|
5823
|
-
},
|
|
5824
|
-
"extraJson": {
|
|
5825
|
-
"type": "object",
|
|
5826
|
-
"additionalProperties": {
|
|
5827
|
-
"type": "object"
|
|
5828
|
-
}
|
|
5829
|
-
}
|
|
5830
|
-
},
|
|
5831
|
-
"nullable": true
|
|
5832
|
-
},
|
|
5833
4891
|
"validationFailure": {
|
|
5834
4892
|
"type": "object",
|
|
5835
4893
|
"properties": {
|