connectwise-rest 0.25.1 → 1.0.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/.eslintrc +17 -52
- package/.gitattributes +1 -0
- package/.mocharc.json +5 -0
- package/.prettierrc +7 -0
- package/README.md +293 -230
- package/api-extractor.json +364 -0
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts +36 -0
- package/dist/Automate/AVTemplatePoliciesAPI.d.ts.map +1 -0
- package/dist/Automate/AVTemplatePoliciesAPI.js +92 -0
- package/dist/Automate/AVTemplatePoliciesAPI.js.map +1 -0
- package/dist/Automate/ClientsAPI.d.ts +44 -0
- package/dist/Automate/ClientsAPI.d.ts.map +1 -0
- package/dist/Automate/ClientsAPI.js +119 -0
- package/dist/Automate/ClientsAPI.js.map +1 -0
- package/dist/Automate/CommandsAPI.d.ts +20 -0
- package/dist/Automate/CommandsAPI.d.ts.map +1 -0
- package/dist/Automate/CommandsAPI.js +36 -0
- package/dist/Automate/CommandsAPI.js.map +1 -0
- package/dist/Automate/ComputersAPI.d.ts +131 -0
- package/dist/Automate/ComputersAPI.d.ts.map +1 -0
- package/dist/Automate/ComputersAPI.js +358 -0
- package/dist/Automate/ComputersAPI.js.map +1 -0
- package/dist/Automate/ContactsAPI.d.ts +24 -0
- package/dist/Automate/ContactsAPI.d.ts.map +1 -0
- package/dist/Automate/ContactsAPI.js +50 -0
- package/dist/Automate/ContactsAPI.js.map +1 -0
- package/dist/Automate/DataViewsAPI.d.ts +22 -0
- package/dist/Automate/DataViewsAPI.d.ts.map +1 -0
- package/dist/Automate/DataViewsAPI.js +36 -0
- package/dist/Automate/DataViewsAPI.js.map +1 -0
- package/dist/Automate/DrivesAPI.d.ts +25 -0
- package/dist/Automate/DrivesAPI.d.ts.map +1 -0
- package/dist/Automate/DrivesAPI.js +57 -0
- package/dist/Automate/DrivesAPI.js.map +1 -0
- package/dist/Automate/EventLogsAPI.d.ts +19 -0
- package/dist/Automate/EventLogsAPI.d.ts.map +1 -0
- package/dist/Automate/EventLogsAPI.js +29 -0
- package/dist/Automate/EventLogsAPI.js.map +1 -0
- package/dist/Automate/LocationsAPI.d.ts +57 -0
- package/dist/Automate/LocationsAPI.d.ts.map +1 -0
- package/dist/Automate/LocationsAPI.js +138 -0
- package/dist/Automate/LocationsAPI.js.map +1 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts +19 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.d.ts.map +1 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js +29 -0
- package/dist/Automate/MaintenanceWindowDefinitionsAPI.js.map +1 -0
- package/dist/Automate/MonitorsAPI.d.ts +29 -0
- package/dist/Automate/MonitorsAPI.d.ts.map +1 -0
- package/dist/Automate/MonitorsAPI.js +85 -0
- package/dist/Automate/MonitorsAPI.js.map +1 -0
- package/dist/Automate/NetworkDevicesAPI.d.ts +23 -0
- package/dist/Automate/NetworkDevicesAPI.d.ts.map +1 -0
- package/dist/Automate/NetworkDevicesAPI.js +43 -0
- package/dist/Automate/NetworkDevicesAPI.js.map +1 -0
- package/dist/Automate/PatchingAPI.d.ts +33 -0
- package/dist/Automate/PatchingAPI.d.ts.map +1 -0
- package/dist/Automate/PatchingAPI.js +99 -0
- package/dist/Automate/PatchingAPI.js.map +1 -0
- package/dist/Automate/RemoteAgentAPI.d.ts +24 -0
- package/dist/Automate/RemoteAgentAPI.d.ts.map +1 -0
- package/dist/Automate/RemoteAgentAPI.js +50 -0
- package/dist/Automate/RemoteAgentAPI.js.map +1 -0
- package/dist/Automate/ScriptingAPI.d.ts +41 -0
- package/dist/Automate/ScriptingAPI.d.ts.map +1 -0
- package/dist/Automate/ScriptingAPI.js +109 -0
- package/dist/Automate/ScriptingAPI.js.map +1 -0
- package/dist/Automate/SearchesAPI.d.ts +23 -0
- package/dist/Automate/SearchesAPI.d.ts.map +1 -0
- package/dist/Automate/SearchesAPI.js +43 -0
- package/dist/Automate/SearchesAPI.js.map +1 -0
- package/dist/Automate/SystemAPI.d.ts +97 -0
- package/dist/Automate/SystemAPI.d.ts.map +1 -0
- package/dist/Automate/SystemAPI.js +273 -0
- package/dist/Automate/SystemAPI.js.map +1 -0
- package/dist/Automate/TicketsAPI.d.ts +14 -0
- package/dist/Automate/TicketsAPI.d.ts.map +1 -0
- package/dist/Automate/TicketsAPI.js +29 -0
- package/dist/Automate/TicketsAPI.js.map +1 -0
- package/dist/Automate/UserProfilesAPI.d.ts +19 -0
- package/dist/Automate/UserProfilesAPI.d.ts.map +1 -0
- package/dist/Automate/UserProfilesAPI.js +28 -0
- package/dist/Automate/UserProfilesAPI.js.map +1 -0
- package/dist/Automate.d.ts +43 -0
- package/dist/Automate.d.ts.map +1 -0
- package/dist/Automate.js +164 -0
- package/dist/Automate.js.map +1 -0
- package/dist/AutomateAPI.d.ts +129 -0
- package/dist/AutomateAPI.d.ts.map +1 -0
- package/dist/AutomateAPI.js +175 -0
- package/dist/AutomateAPI.js.map +1 -0
- package/dist/AutomateTypes.d.ts +10437 -0
- package/dist/AutomateTypes.d.ts.map +1 -0
- package/dist/AutomateTypes.js +3 -0
- package/dist/AutomateTypes.js.map +1 -0
- package/dist/BaseAPI.d.ts +26 -0
- package/dist/BaseAPI.d.ts.map +1 -0
- package/dist/BaseAPI.js +116 -0
- package/dist/BaseAPI.js.map +1 -0
- package/dist/Manage/CompanyAPI.d.ts +662 -0
- package/dist/Manage/CompanyAPI.d.ts.map +1 -0
- package/dist/Manage/CompanyAPI.js +3299 -0
- package/dist/Manage/CompanyAPI.js.map +1 -0
- package/dist/Manage/ConfigurationsAPI.d.ts +32 -0
- package/dist/Manage/ConfigurationsAPI.d.ts.map +1 -0
- package/dist/Manage/ConfigurationsAPI.js +78 -0
- package/dist/Manage/ConfigurationsAPI.js.map +1 -0
- package/dist/Manage/ExpenseAPI.d.ts +85 -0
- package/dist/Manage/ExpenseAPI.d.ts.map +1 -0
- package/dist/Manage/ExpenseAPI.js +311 -0
- package/dist/Manage/ExpenseAPI.js.map +1 -0
- package/dist/Manage/FinanceAPI.d.ts +538 -0
- package/dist/Manage/FinanceAPI.d.ts.map +1 -0
- package/dist/Manage/FinanceAPI.js +2592 -0
- package/dist/Manage/FinanceAPI.js.map +1 -0
- package/dist/Manage/MarketingAPI.d.ts +142 -0
- package/dist/Manage/MarketingAPI.d.ts.map +1 -0
- package/dist/Manage/MarketingAPI.js +634 -0
- package/dist/Manage/MarketingAPI.js.map +1 -0
- package/dist/Manage/ProcurementAPI.d.ts +435 -0
- package/dist/Manage/ProcurementAPI.d.ts.map +1 -0
- package/dist/Manage/ProcurementAPI.js +2103 -0
- package/dist/Manage/ProcurementAPI.js.map +1 -0
- package/dist/Manage/ProjectAPI.d.ts +215 -0
- package/dist/Manage/ProjectAPI.d.ts.map +1 -0
- package/dist/Manage/ProjectAPI.js +945 -0
- package/dist/Manage/ProjectAPI.js.map +1 -0
- package/dist/Manage/SalesAPI.d.ts +299 -0
- package/dist/Manage/SalesAPI.d.ts.map +1 -0
- package/dist/Manage/SalesAPI.js +1397 -0
- package/dist/Manage/SalesAPI.js.map +1 -0
- package/dist/Manage/ScheduleAPI.d.ts +132 -0
- package/dist/Manage/ScheduleAPI.d.ts.map +1 -0
- package/dist/Manage/ScheduleAPI.js +580 -0
- package/dist/Manage/ScheduleAPI.js.map +1 -0
- package/dist/Manage/ServiceAPI.d.ts +493 -0
- package/dist/Manage/ServiceAPI.d.ts.map +1 -0
- package/dist/Manage/ServiceAPI.js +2339 -0
- package/dist/Manage/ServiceAPI.js.map +1 -0
- package/dist/Manage/SystemAPI.d.ts +954 -0
- package/dist/Manage/SystemAPI.d.ts.map +1 -0
- package/dist/Manage/SystemAPI.js +4536 -0
- package/dist/Manage/SystemAPI.js.map +1 -0
- package/dist/Manage/TimeAPI.d.ts +186 -0
- package/dist/Manage/TimeAPI.d.ts.map +1 -0
- package/dist/Manage/TimeAPI.js +840 -0
- package/dist/Manage/TimeAPI.js.map +1 -0
- package/dist/Manage.d.ts +39 -0
- package/dist/Manage.d.ts.map +1 -0
- package/dist/Manage.js +137 -0
- package/dist/Manage.js.map +1 -0
- package/dist/ManageAPI.d.ts +135 -0
- package/dist/ManageAPI.d.ts.map +1 -0
- package/dist/ManageAPI.js +115 -0
- package/dist/ManageAPI.js.map +1 -0
- package/dist/ManageTypes.d.ts +91320 -0
- package/dist/ManageTypes.d.ts.map +1 -0
- package/dist/ManageTypes.js +7 -0
- package/dist/ManageTypes.js.map +1 -0
- package/dist/connectwise-rest.d.ts +108638 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +36 -0
- package/dist/index.js.map +1 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/dist/types.d.ts +48 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +21 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/Callback.d.ts +70 -0
- package/dist/utils/Callback.d.ts.map +1 -0
- package/dist/utils/Callback.js +109 -0
- package/dist/utils/Callback.js.map +1 -0
- package/dist/utils/Series.d.ts +42 -0
- package/dist/utils/Series.d.ts.map +1 -0
- package/dist/utils/Series.js +68 -0
- package/dist/utils/Series.js.map +1 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +11 -0
- package/dist/utils/index.js.map +1 -0
- package/package.json +50 -19
- package/src/Automate/AVTemplatePoliciesAPI.ts +124 -0
- package/src/Automate/ClientsAPI.ts +172 -0
- package/src/Automate/CommandsAPI.ts +39 -0
- package/src/Automate/ComputersAPI.ts +588 -0
- package/src/Automate/ContactsAPI.ts +63 -0
- package/src/Automate/DataViewsAPI.ts +43 -0
- package/src/Automate/DrivesAPI.ts +81 -0
- package/src/Automate/EventLogsAPI.ts +31 -0
- package/src/Automate/LocationsAPI.ts +222 -0
- package/src/Automate/MaintenanceWindowDefinitionsAPI.ts +34 -0
- package/src/Automate/MonitorsAPI.ts +101 -0
- package/src/Automate/NetworkDevicesAPI.ts +51 -0
- package/src/Automate/PatchingAPI.ts +116 -0
- package/src/Automate/RemoteAgentAPI.ts +65 -0
- package/src/Automate/ScriptingAPI.ts +147 -0
- package/src/Automate/SearchesAPI.ts +49 -0
- package/src/Automate/SystemAPI.ts +412 -0
- package/src/Automate/TicketsAPI.ts +29 -0
- package/src/Automate/UserProfilesAPI.ts +31 -0
- package/src/Automate.ts +204 -0
- package/src/AutomateAPI.ts +178 -0
- package/src/AutomateTypes.ts +10492 -0
- package/src/BaseAPI.ts +180 -0
- package/src/Manage/CompanyAPI.ts +4941 -0
- package/src/Manage/ConfigurationsAPI.ts +116 -0
- package/src/Manage/ExpenseAPI.ts +413 -0
- package/src/Manage/FinanceAPI.ts +3930 -0
- package/src/Manage/MarketingAPI.ts +958 -0
- package/src/Manage/ProcurementAPI.ts +3107 -0
- package/src/Manage/ProjectAPI.ts +1437 -0
- package/src/Manage/SalesAPI.ts +1968 -0
- package/src/Manage/ScheduleAPI.ts +773 -0
- package/src/Manage/ServiceAPI.ts +3476 -0
- package/src/Manage/SystemAPI.ts +6415 -0
- package/src/Manage/TimeAPI.ts +1151 -0
- package/src/Manage.ts +161 -0
- package/src/ManageAPI.ts +170 -0
- package/src/ManageTypes.ts +91318 -0
- package/src/index.ts +13 -0
- package/src/types.ts +68 -0
- package/src/utils/Callback.ts +148 -0
- package/src/utils/Series.ts +89 -0
- package/src/utils/index.ts +7 -0
- package/swagger-errors.md +25 -0
- package/test/.env.example +12 -6
- package/test/test-utils.ts +27 -0
- package/test/test.js +331 -108
- package/tsconfig.json +29 -0
- package/.travis.yml +0 -9
- package/doc.md +0 -5984
- package/docs/jsdoc.json +0 -15
- package/index.js +0 -10
- package/src/CompanyAPI/Companies.js +0 -149
- package/src/CompanyAPI/CompanyCompanyTypeAssociations.js +0 -111
- package/src/CompanyAPI/CompanySites.js +0 -80
- package/src/CompanyAPI/CompanyTeams.js +0 -108
- package/src/CompanyAPI/CompanyTypeInfos.js +0 -58
- package/src/CompanyAPI/CompanyTypes.js +0 -52
- package/src/CompanyAPI/Configurations.js +0 -152
- package/src/CompanyAPI/ContactContactTypeAssociations.js +0 -55
- package/src/CompanyAPI/ContactRelationships.js +0 -36
- package/src/CompanyAPI/Contacts.js +0 -199
- package/src/CompanyAPI/index.js +0 -53
- package/src/ConnectWise.js +0 -339
- package/src/ConnectWiseRest.js +0 -515
- package/src/FinanceAPI/Additions.js +0 -127
- package/src/FinanceAPI/Adjustments.js +0 -109
- package/src/FinanceAPI/AgreementSites.js +0 -108
- package/src/FinanceAPI/Agreements.js +0 -220
- package/src/FinanceAPI/BoardDefaults.js +0 -109
- package/src/FinanceAPI/WorkRoles.js +0 -113
- package/src/FinanceAPI/WorkTypeExclusions.js +0 -78
- package/src/FinanceAPI/WorkTypes.js +0 -124
- package/src/FinanceAPI/index.js +0 -50
- package/src/ProcurementAPI/CatalogItems.js +0 -94
- package/src/ProcurementAPI/index.js +0 -22
- package/src/ProjectAPI/Projects.js +0 -142
- package/src/ProjectAPI/index.js +0 -28
- package/src/SalesAPI/Activities.js +0 -149
- package/src/SalesAPI/index.js +0 -14
- package/src/ScheduleAPI/ScheduleEntries.js +0 -109
- package/src/ScheduleAPI/ScheduleTypes.js +0 -101
- package/src/ScheduleAPI/index.js +0 -30
- package/src/ServiceDeskAPI/BoardItems.js +0 -134
- package/src/ServiceDeskAPI/BoardSubTypes.js +0 -112
- package/src/ServiceDeskAPI/BoardTeams.js +0 -108
- package/src/ServiceDeskAPI/BoardTypes.js +0 -139
- package/src/ServiceDeskAPI/Boards.js +0 -100
- package/src/ServiceDeskAPI/Priorities.js +0 -47
- package/src/ServiceDeskAPI/ServiceNotes.js +0 -172
- package/src/ServiceDeskAPI/Statuses.js +0 -116
- package/src/ServiceDeskAPI/Tickets.js +0 -588
- package/src/ServiceDeskAPI/index.js +0 -53
- package/src/SystemAPI/Members.js +0 -139
- package/src/SystemAPI/Reports.js +0 -116
- package/src/SystemAPI/index.js +0 -32
- package/src/TimeAPI/TimeEntries.js +0 -121
- package/src/TimeAPI/index.js +0 -27
- package/src/utils/Callback.js +0 -124
- package/src/utils/Series.js +0 -63
- package/src/utils/index.js +0 -21
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
import Manage from '../Manage';
|
|
2
|
+
import { components } from '../ManageTypes';
|
|
3
|
+
import { CommonParameters, CWMOptions } from '../ManageAPI';
|
|
4
|
+
import { NoContentResponse, PDFResponse } from '../types';
|
|
5
|
+
declare type schemas = components['schemas'];
|
|
6
|
+
/** {@link AccountingBatch} */
|
|
7
|
+
export declare type AccountingBatch = schemas['AccountingBatch'];
|
|
8
|
+
/** {@link AccountingPackage} */
|
|
9
|
+
export declare type AccountingPackage = schemas['AccountingPackage'];
|
|
10
|
+
/** {@link AccountingPackageSetup} */
|
|
11
|
+
export declare type AccountingPackageSetup = schemas['AccountingPackageSetup'];
|
|
12
|
+
/** {@link Addition} */
|
|
13
|
+
export declare type Addition = schemas['Addition'];
|
|
14
|
+
/** {@link Agreement} */
|
|
15
|
+
export declare type Agreement = schemas['Agreement'];
|
|
16
|
+
/** {@link AgreementAdjustment} */
|
|
17
|
+
export declare type AgreementAdjustment = schemas['Agreement.Adjustment'];
|
|
18
|
+
/** {@link AgreementBatchSetup} */
|
|
19
|
+
export declare type AgreementBatchSetup = schemas['AgreementBatchSetup'];
|
|
20
|
+
/** {@link AgreementSite} */
|
|
21
|
+
export declare type AgreementSite = schemas['AgreementSite'];
|
|
22
|
+
/** {@link AgreementType} */
|
|
23
|
+
export declare type AgreementType = schemas['AgreementType'];
|
|
24
|
+
/** {@link AgreementTypeBoardDefault} */
|
|
25
|
+
export declare type AgreementTypeBoardDefault = schemas['AgreementTypeBoardDefault'];
|
|
26
|
+
/** {@link AgreementTypeInfo} */
|
|
27
|
+
export declare type AgreementTypeInfo = schemas['AgreementTypeInfo'];
|
|
28
|
+
/** {@link AgreementTypeWorkRole} */
|
|
29
|
+
export declare type AgreementTypeWorkRole = schemas['AgreementTypeWorkRole'];
|
|
30
|
+
/** {@link AgreementTypeWorkRoleExclusion} */
|
|
31
|
+
export declare type AgreementTypeWorkRoleExclusion = schemas['AgreementTypeWorkRoleExclusion'];
|
|
32
|
+
/** {@link AgreementTypeWorkRoleInfo} */
|
|
33
|
+
export declare type AgreementTypeWorkRoleInfo = schemas['AgreementTypeWorkRoleInfo'];
|
|
34
|
+
/** {@link AgreementTypeWorkType} */
|
|
35
|
+
export declare type AgreementTypeWorkType = schemas['AgreementTypeWorkType'];
|
|
36
|
+
/** {@link AgreementTypeWorkTypeExclusion} */
|
|
37
|
+
export declare type AgreementTypeWorkTypeExclusion = schemas['AgreementTypeWorkTypeExclusion'];
|
|
38
|
+
/** {@link AgreementWorkRole} */
|
|
39
|
+
export declare type AgreementWorkRole = schemas['AgreementWorkRole'];
|
|
40
|
+
/** {@link AgreementWorkRoleExclusion} */
|
|
41
|
+
export declare type AgreementWorkRoleExclusion = schemas['AgreementWorkRoleExclusion'];
|
|
42
|
+
/** {@link AgreementWorkType} */
|
|
43
|
+
export declare type AgreementWorkType = schemas['AgreementWorkType'];
|
|
44
|
+
/** {@link AgreementWorkTypeExclusion} */
|
|
45
|
+
export declare type AgreementWorkTypeExclusion = schemas['AgreementWorkTypeExclusion'];
|
|
46
|
+
/** {@link BatchEntry} */
|
|
47
|
+
export declare type BatchEntry = schemas['BatchEntry'];
|
|
48
|
+
/** {@link BillingCycle} */
|
|
49
|
+
export declare type BillingCycle = schemas['BillingCycle'];
|
|
50
|
+
/** {@link BillingCycleInfo} */
|
|
51
|
+
export declare type BillingCycleInfo = schemas['BillingCycleInfo'];
|
|
52
|
+
/** {@link BillingSetup} */
|
|
53
|
+
export declare type BillingSetup = schemas['BillingSetup'];
|
|
54
|
+
/** {@link BillingSetupInfo} */
|
|
55
|
+
export declare type BillingSetupInfo = schemas['BillingSetupInfo'];
|
|
56
|
+
/** {@link BillingSetupRouting} */
|
|
57
|
+
export declare type BillingSetupRouting = schemas['BillingSetupRouting'];
|
|
58
|
+
/** {@link BillingStatus} */
|
|
59
|
+
export declare type BillingStatus = schemas['BillingStatus'];
|
|
60
|
+
/** {@link BillingStatusInfo} */
|
|
61
|
+
export declare type BillingStatusInfo = schemas['BillingStatusInfo'];
|
|
62
|
+
/** {@link BillingTerm} */
|
|
63
|
+
export declare type BillingTerm = schemas['BillingTerm'];
|
|
64
|
+
/** {@link BillingTermInfo} */
|
|
65
|
+
export declare type BillingTermInfo = schemas['BillingTermInfo'];
|
|
66
|
+
/** {@link BoardDefault} */
|
|
67
|
+
export declare type BoardDefault = schemas['BoardDefault'];
|
|
68
|
+
/** {@link ClosedInvoice} */
|
|
69
|
+
export declare type ClosedInvoice = schemas['ClosedInvoice'];
|
|
70
|
+
/** {@link CompanyFinance} */
|
|
71
|
+
export declare type CompanyFinance = schemas['CompanyFinance'];
|
|
72
|
+
/** {@link ConfigurationReference} */
|
|
73
|
+
export declare type ConfigurationReference = schemas['ConfigurationReference'];
|
|
74
|
+
/** {@link Count} */
|
|
75
|
+
export declare type Count = schemas['Count'];
|
|
76
|
+
/** {@link CreateAccountingBatchRequest} */
|
|
77
|
+
export declare type CreateAccountingBatchRequest = schemas['CreateAccountingBatchRequest'];
|
|
78
|
+
/** {@link CurrencyCode} */
|
|
79
|
+
export declare type CurrencyCode = schemas['CurrencyCode'];
|
|
80
|
+
/** {@link CurrencyInfo} */
|
|
81
|
+
export declare type CurrencyInfo = schemas['CurrencyInfo'];
|
|
82
|
+
/** {@link DeliveryMethod} */
|
|
83
|
+
export declare type DeliveryMethod = schemas['DeliveryMethod'];
|
|
84
|
+
/** {@link ExpenseTypeExemption} */
|
|
85
|
+
export declare type ExpenseTypeExemption = schemas['ExpenseTypeExemption'];
|
|
86
|
+
/** {@link ExportAccountingBatchRequest} */
|
|
87
|
+
export declare type ExportAccountingBatchRequest = schemas['ExportAccountingBatchRequest'];
|
|
88
|
+
/** {@link FinanceCurrency} */
|
|
89
|
+
export declare type FinanceCurrency = schemas['Finance.Currency'];
|
|
90
|
+
/** {@link GLAccount} */
|
|
91
|
+
export declare type GLAccount = schemas['GLAccount'];
|
|
92
|
+
/** {@link GLCaption} */
|
|
93
|
+
export declare type GLCaption = schemas['GLCaption'];
|
|
94
|
+
/** {@link GLExport} */
|
|
95
|
+
export declare type GLExport = schemas['GLExport'];
|
|
96
|
+
/** {@link GLPath} */
|
|
97
|
+
export declare type GLPath = schemas['GLPath'];
|
|
98
|
+
/** {@link Invoice} */
|
|
99
|
+
export declare type Invoice = schemas['Invoice'];
|
|
100
|
+
/** {@link InvoiceEmailTemplate} */
|
|
101
|
+
export declare type InvoiceEmailTemplate = schemas['InvoiceEmailTemplate'];
|
|
102
|
+
/** {@link InvoiceEmailTemplateInfo} */
|
|
103
|
+
export declare type InvoiceEmailTemplateInfo = schemas['InvoiceEmailTemplateInfo'];
|
|
104
|
+
/** {@link InvoiceInfo} */
|
|
105
|
+
export declare type InvoiceInfo = schemas['InvoiceInfo'];
|
|
106
|
+
/** {@link InvoiceTemplate} */
|
|
107
|
+
export declare type InvoiceTemplate = schemas['InvoiceTemplate'];
|
|
108
|
+
/** {@link InvoiceTemplateSetup} */
|
|
109
|
+
export declare type InvoiceTemplateSetup = schemas['InvoiceTemplateSetup'];
|
|
110
|
+
/** {@link MappedType} */
|
|
111
|
+
export declare type MappedType = schemas['MappedType'];
|
|
112
|
+
/** {@link PatchOperation} */
|
|
113
|
+
export declare type PatchOperation = schemas['PatchOperation'];
|
|
114
|
+
/** {@link Payment} */
|
|
115
|
+
export declare type Payment = schemas['Payment'];
|
|
116
|
+
/** {@link ProductTypeExemption} */
|
|
117
|
+
export declare type ProductTypeExemption = schemas['ProductTypeExemption'];
|
|
118
|
+
/** {@link TaxCode} */
|
|
119
|
+
export declare type TaxCode = schemas['TaxCode'];
|
|
120
|
+
/** {@link TaxCodeInfo} */
|
|
121
|
+
export declare type TaxCodeInfo = schemas['TaxCodeInfo'];
|
|
122
|
+
/** {@link TaxCodeLevel} */
|
|
123
|
+
export declare type TaxCodeLevel = schemas['TaxCodeLevel'];
|
|
124
|
+
/** {@link TaxCodeXRef} */
|
|
125
|
+
export declare type TaxCodeXRef = schemas['TaxCodeXRef'];
|
|
126
|
+
/** {@link TaxIntegration} */
|
|
127
|
+
export declare type TaxIntegration = schemas['TaxIntegration'];
|
|
128
|
+
/** {@link TaxIntegrationInfo} */
|
|
129
|
+
export declare type TaxIntegrationInfo = schemas['TaxIntegrationInfo'];
|
|
130
|
+
/** {@link TaxableExpenseTypeLevel} */
|
|
131
|
+
export declare type TaxableExpenseTypeLevel = schemas['TaxableExpenseTypeLevel'];
|
|
132
|
+
/** {@link TaxableProductTypeLevel} */
|
|
133
|
+
export declare type TaxableProductTypeLevel = schemas['TaxableProductTypeLevel'];
|
|
134
|
+
/** {@link TaxableWorkRoleLevel} */
|
|
135
|
+
export declare type TaxableWorkRoleLevel = schemas['TaxableWorkRoleLevel'];
|
|
136
|
+
/** {@link TaxableXRefLevel} */
|
|
137
|
+
export declare type TaxableXRefLevel = schemas['TaxableXRefLevel'];
|
|
138
|
+
/** {@link UnpostedExpense} */
|
|
139
|
+
export declare type UnpostedExpense = schemas['UnpostedExpense'];
|
|
140
|
+
/** {@link UnpostedExpenseTaxableLevel} */
|
|
141
|
+
export declare type UnpostedExpenseTaxableLevel = schemas['UnpostedExpenseTaxableLevel'];
|
|
142
|
+
/** {@link UnpostedInvoice} */
|
|
143
|
+
export declare type UnpostedInvoice = schemas['UnpostedInvoice'];
|
|
144
|
+
/** {@link UnpostedInvoiceTaxableLevel} */
|
|
145
|
+
export declare type UnpostedInvoiceTaxableLevel = schemas['UnpostedInvoiceTaxableLevel'];
|
|
146
|
+
/** {@link UnpostedProcurement} */
|
|
147
|
+
export declare type UnpostedProcurement = schemas['UnpostedProcurement'];
|
|
148
|
+
/** {@link UnpostedProcurementTaxableLevel} */
|
|
149
|
+
export declare type UnpostedProcurementTaxableLevel = schemas['UnpostedProcurementTaxableLevel'];
|
|
150
|
+
/** {@link Usage} */
|
|
151
|
+
export declare type Usage = schemas['Usage'];
|
|
152
|
+
/** {@link WorkRoleExemption} */
|
|
153
|
+
export declare type WorkRoleExemption = schemas['WorkRoleExemption'];
|
|
154
|
+
/**
|
|
155
|
+
* @module FinanceAPI
|
|
156
|
+
*/
|
|
157
|
+
/**
|
|
158
|
+
* Finance module
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export declare class FinanceAPI extends Manage {
|
|
162
|
+
constructor(props: CWMOptions);
|
|
163
|
+
getFinanceAccountingBatches(params?: CommonParameters): Promise<Array<AccountingBatch>>;
|
|
164
|
+
postFinanceAccountingBatches(accountingBatchParameters: CreateAccountingBatchRequest): Promise<GLExport>;
|
|
165
|
+
getFinanceAccountingBatchesById(id: number, params?: CommonParameters): Promise<AccountingBatch>;
|
|
166
|
+
deleteFinanceAccountingBatchesById(id: number): Promise<NoContentResponse>;
|
|
167
|
+
postFinanceAccountingBatchesByIdExport(id: number, batchExportParameters: ExportAccountingBatchRequest): Promise<GLExport>;
|
|
168
|
+
getFinanceAccountingBatchesByParentIdEntries(parentId: number, params?: CommonParameters): Promise<Array<BatchEntry>>;
|
|
169
|
+
getFinanceAccountingBatchesByParentIdEntriesById(id: number, parentId: number, params?: CommonParameters): Promise<BatchEntry>;
|
|
170
|
+
getFinanceAccountingBatchesByParentIdEntriesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
171
|
+
getFinanceAccountingBatchesCount(params?: CommonParameters): Promise<Count>;
|
|
172
|
+
postFinanceAccountingExport(batchExportParameters: ExportAccountingBatchRequest): Promise<GLExport>;
|
|
173
|
+
getFinanceAccountingUnpostedexpenses(params?: CommonParameters): Promise<Array<UnpostedExpense>>;
|
|
174
|
+
getFinanceAccountingUnpostedexpensesById(id: number, params?: CommonParameters): Promise<UnpostedExpense>;
|
|
175
|
+
getFinanceAccountingUnpostedexpensesByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise<Array<UnpostedExpenseTaxableLevel>>;
|
|
176
|
+
getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<UnpostedExpenseTaxableLevel>;
|
|
177
|
+
getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
178
|
+
getFinanceAccountingUnpostedexpensesCount(params?: CommonParameters): Promise<Count>;
|
|
179
|
+
getFinanceAccountingUnpostedinvoices(params?: CommonParameters): Promise<Array<UnpostedInvoice>>;
|
|
180
|
+
getFinanceAccountingUnpostedinvoicesById(id: number, params?: CommonParameters): Promise<UnpostedInvoice>;
|
|
181
|
+
getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise<Array<UnpostedInvoiceTaxableLevel>>;
|
|
182
|
+
getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<UnpostedInvoiceTaxableLevel>;
|
|
183
|
+
getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
184
|
+
getFinanceAccountingUnpostedinvoicesCount(params?: CommonParameters): Promise<Count>;
|
|
185
|
+
getFinanceAccountingUnpostedprocurement(params?: CommonParameters): Promise<Array<UnpostedProcurement>>;
|
|
186
|
+
getFinanceAccountingUnpostedprocurementById(id: number, params?: CommonParameters): Promise<UnpostedProcurement>;
|
|
187
|
+
getFinanceAccountingUnpostedprocurementByParentIdTaxableLevels(parentId: number, params?: CommonParameters): Promise<Array<UnpostedProcurementTaxableLevel>>;
|
|
188
|
+
getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<UnpostedProcurementTaxableLevel>;
|
|
189
|
+
getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
190
|
+
getFinanceAccountingUnpostedprocurementCount(params?: CommonParameters): Promise<Count>;
|
|
191
|
+
getFinanceAccountingPackages(params?: CommonParameters): Promise<Array<AccountingPackage>>;
|
|
192
|
+
getFinanceAccountingPackagesById(id: number, params?: CommonParameters): Promise<AccountingPackage>;
|
|
193
|
+
getFinanceAccountingPackagesCount(params?: CommonParameters): Promise<Count>;
|
|
194
|
+
getFinanceAccountingPackageSetup(params?: CommonParameters): Promise<Array<AccountingPackageSetup>>;
|
|
195
|
+
getFinanceAccountingPackageSetupById(id: number, params?: CommonParameters): Promise<AccountingPackageSetup>;
|
|
196
|
+
putFinanceAccountingPackageSetupById(id: number, accountingPackageSetup: AccountingPackageSetup): Promise<AccountingPackageSetup>;
|
|
197
|
+
patchFinanceAccountingPackageSetupById(id: number, patchOperations: Array<PatchOperation>): Promise<AccountingPackageSetup>;
|
|
198
|
+
getFinanceAccountingPackageSetupCount(params?: CommonParameters): Promise<Count>;
|
|
199
|
+
getFinanceAgreements(params?: CommonParameters): Promise<Array<Agreement>>;
|
|
200
|
+
postFinanceAgreements(agreement: Agreement): Promise<Agreement>;
|
|
201
|
+
getFinanceAgreementsById(id: number, params?: CommonParameters): Promise<Agreement>;
|
|
202
|
+
deleteFinanceAgreementsById(id: number): Promise<NoContentResponse>;
|
|
203
|
+
putFinanceAgreementsById(id: number, agreement: Agreement): Promise<Agreement>;
|
|
204
|
+
patchFinanceAgreementsById(id: number, patchOperations: Array<PatchOperation>): Promise<Agreement>;
|
|
205
|
+
getFinanceAgreementsByParentIdAdditions(parentId: number, params?: CommonParameters): Promise<Array<Addition>>;
|
|
206
|
+
postFinanceAgreementsByParentIdAdditions(parentId: number, addition: Addition): Promise<Addition>;
|
|
207
|
+
getFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, params?: CommonParameters): Promise<Addition>;
|
|
208
|
+
deleteFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
209
|
+
putFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, addition: Addition): Promise<Addition>;
|
|
210
|
+
patchFinanceAgreementsByParentIdAdditionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<Addition>;
|
|
211
|
+
getFinanceAgreementsByParentIdAdditionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
212
|
+
getFinanceAgreementsByParentIdAdjustments(parentId: number, params?: CommonParameters): Promise<Array<AgreementAdjustment>>;
|
|
213
|
+
postFinanceAgreementsByParentIdAdjustments(parentId: number, adjustment: AgreementAdjustment): Promise<AgreementAdjustment>;
|
|
214
|
+
getFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementAdjustment>;
|
|
215
|
+
deleteFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
216
|
+
putFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, adjustment: AgreementAdjustment): Promise<AgreementAdjustment>;
|
|
217
|
+
patchFinanceAgreementsByParentIdAdjustmentsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementAdjustment>;
|
|
218
|
+
getFinanceAgreementsByParentIdAdjustmentsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
219
|
+
getFinanceAgreementsByParentIdBoardDefaults(parentId: number, params?: CommonParameters): Promise<Array<BoardDefault>>;
|
|
220
|
+
postFinanceAgreementsByParentIdBoardDefaults(parentId: number, boardDefault: BoardDefault): Promise<BoardDefault>;
|
|
221
|
+
getFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, params?: CommonParameters): Promise<BoardDefault>;
|
|
222
|
+
deleteFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
223
|
+
putFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, boardDefault: BoardDefault): Promise<BoardDefault>;
|
|
224
|
+
patchFinanceAgreementsByParentIdBoardDefaultsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<BoardDefault>;
|
|
225
|
+
getFinanceAgreementsByParentIdBoardDefaultsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
226
|
+
getFinanceAgreementsByParentIdConfigurations(parentId: number, params?: CommonParameters): Promise<Array<ConfigurationReference>>;
|
|
227
|
+
postFinanceAgreementsByParentIdConfigurations(parentId: number, configuration: ConfigurationReference): Promise<ConfigurationReference>;
|
|
228
|
+
getFinanceAgreementsByParentIdConfigurationsById(id: number, parentId: number, params?: CommonParameters): Promise<ConfigurationReference>;
|
|
229
|
+
deleteFinanceAgreementsByParentIdConfigurationsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
230
|
+
getFinanceAgreementsByParentIdConfigurationsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
231
|
+
getFinanceAgreementsByParentIdSites(parentId: number, params?: CommonParameters): Promise<Array<AgreementSite>>;
|
|
232
|
+
postFinanceAgreementsByParentIdSites(parentId: number, site: AgreementSite): Promise<AgreementSite>;
|
|
233
|
+
getFinanceAgreementsByParentIdSitesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementSite>;
|
|
234
|
+
deleteFinanceAgreementsByParentIdSitesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
235
|
+
putFinanceAgreementsByParentIdSitesById(id: number, parentId: number, site: AgreementSite): Promise<AgreementSite>;
|
|
236
|
+
patchFinanceAgreementsByParentIdSitesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementSite>;
|
|
237
|
+
getFinanceAgreementsByParentIdSitesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
238
|
+
getFinanceAgreementsByParentIdWorkRoleExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkRoleExclusion>>;
|
|
239
|
+
postFinanceAgreementsByParentIdWorkRoleExclusions(parentId: number, workRoleExclusion: AgreementWorkRoleExclusion): Promise<AgreementWorkRoleExclusion>;
|
|
240
|
+
deleteFinanceAgreementsByParentIdWorkRoleExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
241
|
+
getFinanceAgreementsByParentIdWorkRoleExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
242
|
+
getFinanceAgreementsByParentIdWorkroles(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkRole>>;
|
|
243
|
+
postFinanceAgreementsByParentIdWorkroles(parentId: number, workRole: AgreementWorkRole): Promise<AgreementWorkRole>;
|
|
244
|
+
getFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementWorkRole>;
|
|
245
|
+
deleteFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
246
|
+
putFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, workRole: AgreementWorkRole): Promise<AgreementWorkRole>;
|
|
247
|
+
patchFinanceAgreementsByParentIdWorkrolesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementWorkRole>;
|
|
248
|
+
getFinanceAgreementsByParentIdWorkrolesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
249
|
+
getFinanceAgreementsByParentIdWorkTypeExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkTypeExclusion>>;
|
|
250
|
+
postFinanceAgreementsByParentIdWorkTypeExclusions(parentId: number, workTypeExclusion: AgreementWorkTypeExclusion): Promise<AgreementWorkTypeExclusion>;
|
|
251
|
+
deleteFinanceAgreementsByParentIdWorkTypeExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
252
|
+
getFinanceAgreementsByParentIdWorkTypeExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
253
|
+
getFinanceAgreementsByParentIdWorktypes(parentId: number, params?: CommonParameters): Promise<Array<AgreementWorkType>>;
|
|
254
|
+
postFinanceAgreementsByParentIdWorktypes(parentId: number, workType: AgreementWorkType): Promise<AgreementWorkType>;
|
|
255
|
+
getFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementWorkType>;
|
|
256
|
+
deleteFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
257
|
+
putFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, workType: AgreementWorkType): Promise<AgreementWorkType>;
|
|
258
|
+
patchFinanceAgreementsByParentIdWorktypesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementWorkType>;
|
|
259
|
+
getFinanceAgreementsByParentIdWorktypesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
260
|
+
getFinanceAgreementsCount(params?: CommonParameters): Promise<Count>;
|
|
261
|
+
getFinanceAgreementsTypes(params?: CommonParameters): Promise<Array<AgreementType>>;
|
|
262
|
+
postFinanceAgreementsTypes(agreementType: AgreementType): Promise<AgreementType>;
|
|
263
|
+
getFinanceAgreementsTypesById(id: number, params?: CommonParameters): Promise<AgreementType>;
|
|
264
|
+
deleteFinanceAgreementsTypesById(id: number): Promise<NoContentResponse>;
|
|
265
|
+
putFinanceAgreementsTypesById(id: number, agreementType: AgreementType): Promise<AgreementType>;
|
|
266
|
+
patchFinanceAgreementsTypesById(id: number, patchOperations: Array<PatchOperation>): Promise<AgreementType>;
|
|
267
|
+
getFinanceAgreementsTypesByIdInfo(id: number, params?: CommonParameters): Promise<AgreementTypeInfo>;
|
|
268
|
+
getFinanceAgreementsTypesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
269
|
+
getFinanceAgreementsTypesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
270
|
+
getFinanceAgreementsTypesCount(params?: CommonParameters): Promise<Count>;
|
|
271
|
+
getFinanceAgreementsTypesInfo(params?: CommonParameters): Promise<Array<AgreementTypeInfo>>;
|
|
272
|
+
getFinanceAgreementsTypesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
273
|
+
getFinanceAgreementTypesByParentIdBoardDefaults(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeBoardDefault>>;
|
|
274
|
+
postFinanceAgreementTypesByParentIdBoardDefaults(parentId: number, boardDefault: AgreementTypeBoardDefault): Promise<AgreementTypeBoardDefault>;
|
|
275
|
+
getFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeBoardDefault>;
|
|
276
|
+
deleteFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
277
|
+
putFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, boardDefault: AgreementTypeBoardDefault): Promise<AgreementTypeBoardDefault>;
|
|
278
|
+
patchFinanceAgreementTypesByParentIdBoardDefaultsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementTypeBoardDefault>;
|
|
279
|
+
getFinanceAgreementTypesByParentIdBoardDefaultsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
280
|
+
getFinanceAgreementTypesByParentIdWorkRoleExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkRoleExclusion>>;
|
|
281
|
+
postFinanceAgreementTypesByParentIdWorkRoleExclusions(parentId: number, workRoleExclusion: AgreementTypeWorkRoleExclusion): Promise<AgreementTypeWorkRoleExclusion>;
|
|
282
|
+
getFinanceAgreementTypesByParentIdWorkRoleExclusionsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkRoleExclusion>;
|
|
283
|
+
deleteFinanceAgreementTypesByParentIdWorkRoleExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
284
|
+
getFinanceAgreementTypesByParentIdWorkRoleExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
285
|
+
getFinanceAgreementTypesByParentIdWorkroles(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkRole>>;
|
|
286
|
+
postFinanceAgreementTypesByParentIdWorkroles(parentId: number, workRole: AgreementTypeWorkRole): Promise<AgreementTypeWorkRole>;
|
|
287
|
+
getFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkRole>;
|
|
288
|
+
deleteFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
289
|
+
putFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, workRole: AgreementTypeWorkRole): Promise<AgreementTypeWorkRole>;
|
|
290
|
+
patchFinanceAgreementTypesByParentIdWorkrolesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementTypeWorkRole>;
|
|
291
|
+
getFinanceAgreementTypesByParentIdWorkrolesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
292
|
+
getFinanceAgreementTypesByParentIdWorkrolesInfo(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkRoleInfo>>;
|
|
293
|
+
getFinanceAgreementTypesByParentIdWorkrolesInfoById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkRoleInfo>;
|
|
294
|
+
getFinanceAgreementTypesByParentIdWorkrolesInfoCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
295
|
+
getFinanceAgreementTypesByParentIdWorkTypeExclusions(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkTypeExclusion>>;
|
|
296
|
+
postFinanceAgreementTypesByParentIdWorkTypeExclusions(parentId: number, workTypeExclusion: AgreementTypeWorkTypeExclusion): Promise<AgreementTypeWorkTypeExclusion>;
|
|
297
|
+
getFinanceAgreementTypesByParentIdWorkTypeExclusionsById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkTypeExclusion>;
|
|
298
|
+
deleteFinanceAgreementTypesByParentIdWorkTypeExclusionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
299
|
+
getFinanceAgreementTypesByParentIdWorkTypeExclusionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
300
|
+
getFinanceAgreementTypesByParentIdWorktypes(parentId: number, params?: CommonParameters): Promise<Array<AgreementTypeWorkType>>;
|
|
301
|
+
postFinanceAgreementTypesByParentIdWorktypes(parentId: number, workType: AgreementTypeWorkType): Promise<AgreementTypeWorkType>;
|
|
302
|
+
getFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, params?: CommonParameters): Promise<AgreementTypeWorkType>;
|
|
303
|
+
deleteFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
304
|
+
putFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, workType: AgreementTypeWorkType): Promise<AgreementTypeWorkType>;
|
|
305
|
+
patchFinanceAgreementTypesByParentIdWorktypesById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<AgreementTypeWorkType>;
|
|
306
|
+
getFinanceAgreementTypesByParentIdWorktypesCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
307
|
+
getFinanceBatchSetups(params?: CommonParameters): Promise<Array<AgreementBatchSetup>>;
|
|
308
|
+
getFinanceBatchSetupsById(id: number, params?: CommonParameters): Promise<AgreementBatchSetup>;
|
|
309
|
+
putFinanceBatchSetupsById(id: number, batchSetup: AgreementBatchSetup): Promise<AgreementBatchSetup>;
|
|
310
|
+
patchFinanceBatchSetupsById(id: number, patchOperations: Array<PatchOperation>): Promise<AgreementBatchSetup>;
|
|
311
|
+
getFinanceBatchSetupsCount(params?: CommonParameters): Promise<Count>;
|
|
312
|
+
getFinanceBillingCycles(params?: CommonParameters): Promise<Array<BillingCycle>>;
|
|
313
|
+
postFinanceBillingCycles(billingCycle: BillingCycle): Promise<BillingCycle>;
|
|
314
|
+
getFinanceBillingCyclesById(id: number, params?: CommonParameters): Promise<BillingCycle>;
|
|
315
|
+
deleteFinanceBillingCyclesById(id: number): Promise<NoContentResponse>;
|
|
316
|
+
putFinanceBillingCyclesById(id: number, billingCycle: BillingCycle): Promise<BillingCycle>;
|
|
317
|
+
patchFinanceBillingCyclesById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingCycle>;
|
|
318
|
+
getFinanceBillingCyclesByIdInfo(id: number, params?: CommonParameters): Promise<BillingCycleInfo>;
|
|
319
|
+
getFinanceBillingCyclesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
320
|
+
getFinanceBillingCyclesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
321
|
+
getFinanceBillingCyclesCount(params?: CommonParameters): Promise<Count>;
|
|
322
|
+
getFinanceBillingCyclesInfo(params?: CommonParameters): Promise<Array<BillingCycleInfo>>;
|
|
323
|
+
getFinanceBillingCyclesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
324
|
+
getFinanceBillingSetups(params?: CommonParameters): Promise<Array<BillingSetup>>;
|
|
325
|
+
postFinanceBillingSetups(billingSetup: BillingSetup): Promise<BillingSetup>;
|
|
326
|
+
getFinanceBillingSetupsById(id: number, params?: CommonParameters): Promise<BillingSetup>;
|
|
327
|
+
deleteFinanceBillingSetupsById(id: number): Promise<NoContentResponse>;
|
|
328
|
+
putFinanceBillingSetupsById(id: number, billingSetup: BillingSetup): Promise<BillingSetup>;
|
|
329
|
+
patchFinanceBillingSetupsById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingSetup>;
|
|
330
|
+
getFinanceBillingSetupsByIdInfo(id: number, params?: CommonParameters): Promise<BillingSetupInfo>;
|
|
331
|
+
getFinanceBillingSetupsByParentIdRoutings(parentId: number, params?: CommonParameters): Promise<Array<BillingSetupRouting>>;
|
|
332
|
+
postFinanceBillingSetupsByParentIdRoutings(parentId: number, billingSetupRouting: BillingSetupRouting): Promise<BillingSetupRouting>;
|
|
333
|
+
getFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, params?: CommonParameters): Promise<BillingSetupRouting>;
|
|
334
|
+
deleteFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
335
|
+
putFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, billingSetupRouting: BillingSetupRouting): Promise<BillingSetupRouting>;
|
|
336
|
+
patchFinanceBillingSetupsByParentIdRoutingsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<BillingSetupRouting>;
|
|
337
|
+
getFinanceBillingSetupsByParentIdRoutingsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
338
|
+
getFinanceBillingSetupsCount(params?: CommonParameters): Promise<Count>;
|
|
339
|
+
getFinanceBillingSetupsInfo(params?: CommonParameters): Promise<Array<BillingSetupInfo>>;
|
|
340
|
+
getFinanceBillingStatuses(params?: CommonParameters): Promise<Array<BillingStatus>>;
|
|
341
|
+
postFinanceBillingStatuses(billingStatus: BillingStatus): Promise<BillingStatus>;
|
|
342
|
+
getFinanceBillingStatusesById(id: number, params?: CommonParameters): Promise<BillingStatus>;
|
|
343
|
+
deleteFinanceBillingStatusesById(id: number): Promise<NoContentResponse>;
|
|
344
|
+
putFinanceBillingStatusesById(id: number, billingStatus: BillingStatus): Promise<BillingStatus>;
|
|
345
|
+
patchFinanceBillingStatusesById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingStatus>;
|
|
346
|
+
getFinanceBillingStatusesByIdInfo(id: number, params?: CommonParameters): Promise<BillingStatusInfo>;
|
|
347
|
+
getFinanceBillingStatusesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
348
|
+
getFinanceBillingStatusesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
349
|
+
getFinanceBillingStatusesCount(params?: CommonParameters): Promise<Count>;
|
|
350
|
+
getFinanceBillingStatusesInfo(params?: CommonParameters): Promise<Array<BillingStatusInfo>>;
|
|
351
|
+
getFinanceBillingStatusesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
352
|
+
getFinanceBillingTerms(params?: CommonParameters): Promise<Array<BillingTerm>>;
|
|
353
|
+
postFinanceBillingTerms(billingTerms: BillingTerm): Promise<BillingTerm>;
|
|
354
|
+
getFinanceBillingTermsById(id: number, params?: CommonParameters): Promise<BillingTerm>;
|
|
355
|
+
deleteFinanceBillingTermsById(id: number): Promise<NoContentResponse>;
|
|
356
|
+
putFinanceBillingTermsById(id: number, billingTerms: BillingTerm): Promise<BillingTerm>;
|
|
357
|
+
patchFinanceBillingTermsById(id: number, patchOperations: Array<PatchOperation>): Promise<BillingTerm>;
|
|
358
|
+
getFinanceBillingTermsByIdInfo(id: number, params?: CommonParameters): Promise<BillingTermInfo>;
|
|
359
|
+
getFinanceBillingTermsByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
360
|
+
getFinanceBillingTermsByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
361
|
+
getFinanceBillingTermsCount(params?: CommonParameters): Promise<Count>;
|
|
362
|
+
getFinanceBillingTermsInfo(params?: CommonParameters): Promise<Array<BillingTermInfo>>;
|
|
363
|
+
getFinanceBillingTermsInfoCount(params?: CommonParameters): Promise<Count>;
|
|
364
|
+
putFinanceClosedInvoicesById(id: number, closedInvoice: ClosedInvoice): Promise<ClosedInvoice>;
|
|
365
|
+
patchFinanceClosedInvoicesById(id: number, patchOperations: Array<PatchOperation>): Promise<ClosedInvoice>;
|
|
366
|
+
getFinanceCompanyFinance(params?: CommonParameters): Promise<Array<CompanyFinance>>;
|
|
367
|
+
getFinanceCompanyFinanceById(id: number, params?: CommonParameters): Promise<CompanyFinance>;
|
|
368
|
+
patchFinanceCompanyFinanceById(id: number, patchOperations: Array<PatchOperation>): Promise<CompanyFinance>;
|
|
369
|
+
getFinanceCompanyFinanceCount(params?: CommonParameters): Promise<Count>;
|
|
370
|
+
getFinanceCurrencies(params?: CommonParameters): Promise<Array<FinanceCurrency>>;
|
|
371
|
+
postFinanceCurrencies(currency: FinanceCurrency): Promise<FinanceCurrency>;
|
|
372
|
+
getFinanceCurrenciesById(id: number, params?: CommonParameters): Promise<FinanceCurrency>;
|
|
373
|
+
putFinanceCurrenciesById(id: number, currency: FinanceCurrency): Promise<FinanceCurrency>;
|
|
374
|
+
patchFinanceCurrenciesById(id: number, patchOperations: Array<PatchOperation>): Promise<FinanceCurrency>;
|
|
375
|
+
deleteFinanceCurrenciesById(id: number): Promise<NoContentResponse>;
|
|
376
|
+
getFinanceCurrenciesByIdInfo(id: number, params?: CommonParameters): Promise<CurrencyInfo>;
|
|
377
|
+
getFinanceCurrenciesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
378
|
+
getFinanceCurrenciesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
379
|
+
getFinanceCurrenciesCount(params?: CommonParameters): Promise<Count>;
|
|
380
|
+
getFinanceCurrenciesInfo(params?: CommonParameters): Promise<Array<CurrencyInfo>>;
|
|
381
|
+
getFinanceCurrenciesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
382
|
+
getFinanceDeliveryMethods(params?: CommonParameters): Promise<Array<DeliveryMethod>>;
|
|
383
|
+
postFinanceDeliveryMethods(deliveryMethod: DeliveryMethod): Promise<DeliveryMethod>;
|
|
384
|
+
getFinanceDeliveryMethodsById(id: number, params?: CommonParameters): Promise<DeliveryMethod>;
|
|
385
|
+
deleteFinanceDeliveryMethodsById(id: number): Promise<NoContentResponse>;
|
|
386
|
+
putFinanceDeliveryMethodsById(id: number, deliveryMethod: DeliveryMethod): Promise<DeliveryMethod>;
|
|
387
|
+
patchFinanceDeliveryMethodsById(id: number, patchOperations: Array<PatchOperation>): Promise<DeliveryMethod>;
|
|
388
|
+
getFinanceDeliveryMethodsCount(params?: CommonParameters): Promise<Count>;
|
|
389
|
+
getFinanceGlAccounts(params?: CommonParameters): Promise<Array<GLAccount>>;
|
|
390
|
+
postFinanceGlAccounts(glAccount: GLAccount): Promise<GLAccount>;
|
|
391
|
+
getFinanceGlAccountsById(id: number, params?: CommonParameters): Promise<GLAccount>;
|
|
392
|
+
putFinanceGlAccountsById(id: number, glAccount: GLAccount): Promise<GLAccount>;
|
|
393
|
+
patchFinanceGlAccountsById(id: number, patchOperations: Array<PatchOperation>): Promise<GLAccount>;
|
|
394
|
+
deleteFinanceGlAccountsById(id: number): Promise<NoContentResponse>;
|
|
395
|
+
getFinanceGlAccountsCount(params?: CommonParameters): Promise<Count>;
|
|
396
|
+
getFinanceGlAccountsMappedTypes(params?: CommonParameters): Promise<Array<MappedType>>;
|
|
397
|
+
getFinanceGlAccountsMappedTypesCount(params?: CommonParameters): Promise<Count>;
|
|
398
|
+
getFinanceGlCaptions(params?: CommonParameters): Promise<Array<GLCaption>>;
|
|
399
|
+
getFinanceGlCaptionsById(id: number, params?: CommonParameters): Promise<GLCaption>;
|
|
400
|
+
putFinanceGlCaptionsById(id: number, glCaption: GLCaption): Promise<GLCaption>;
|
|
401
|
+
patchFinanceGlCaptionsById(id: number, patchOperations: Array<PatchOperation>): Promise<GLCaption>;
|
|
402
|
+
getFinanceGlCaptionsCount(params?: CommonParameters): Promise<Count>;
|
|
403
|
+
getFinanceGlpaths(params?: CommonParameters): Promise<Array<GLPath>>;
|
|
404
|
+
postFinanceGlpaths(gLPath: GLPath): Promise<GLPath>;
|
|
405
|
+
getFinanceGlpathsById(id: number, params?: CommonParameters): Promise<GLPath>;
|
|
406
|
+
deleteFinanceGlpathsById(id: number): Promise<NoContentResponse>;
|
|
407
|
+
putFinanceGlpathsById(id: number, gLPath: GLPath): Promise<GLPath>;
|
|
408
|
+
patchFinanceGlpathsById(id: number, patchOperations: Array<PatchOperation>): Promise<GLPath>;
|
|
409
|
+
getFinanceGlpathsCount(params?: CommonParameters): Promise<Count>;
|
|
410
|
+
getFinanceInfoCurrencyCodes(params?: CommonParameters): Promise<Array<CurrencyCode>>;
|
|
411
|
+
getFinanceInfoCurrencyCodesById(id: number, params?: CommonParameters): Promise<CurrencyCode>;
|
|
412
|
+
getFinanceInfoCurrencyCodesCount(params?: CommonParameters): Promise<Count>;
|
|
413
|
+
getFinanceInfoInvoiceById(id: number, params?: CommonParameters): Promise<InvoiceInfo>;
|
|
414
|
+
getFinanceInfoTaxIntegrations(params?: CommonParameters): Promise<Array<TaxIntegrationInfo>>;
|
|
415
|
+
getFinanceInfoTaxIntegrationsById(id: number, params?: CommonParameters): Promise<TaxIntegrationInfo>;
|
|
416
|
+
getFinanceInfoTaxIntegrationsCount(params?: CommonParameters): Promise<Count>;
|
|
417
|
+
getFinanceInvoiceEmailTemplates(params?: CommonParameters): Promise<Array<InvoiceEmailTemplate>>;
|
|
418
|
+
postFinanceInvoiceEmailTemplates(invoiceEmailTemplate: InvoiceEmailTemplate): Promise<InvoiceEmailTemplate>;
|
|
419
|
+
getFinanceInvoiceEmailTemplatesById(id: number, params?: CommonParameters): Promise<InvoiceEmailTemplate>;
|
|
420
|
+
deleteFinanceInvoiceEmailTemplatesById(id: number): Promise<NoContentResponse>;
|
|
421
|
+
putFinanceInvoiceEmailTemplatesById(id: number, invoiceEmailTemplate: InvoiceEmailTemplate): Promise<InvoiceEmailTemplate>;
|
|
422
|
+
patchFinanceInvoiceEmailTemplatesById(id: number, patchOperations: Array<PatchOperation>): Promise<InvoiceEmailTemplate>;
|
|
423
|
+
getFinanceInvoiceEmailTemplatesByIdInfo(id: number, params?: CommonParameters): Promise<InvoiceEmailTemplateInfo>;
|
|
424
|
+
getFinanceInvoiceEmailTemplatesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
425
|
+
getFinanceInvoiceEmailTemplatesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
426
|
+
getFinanceInvoiceEmailTemplatesCount(params?: CommonParameters): Promise<Count>;
|
|
427
|
+
getFinanceInvoiceEmailTemplatesInfo(params?: CommonParameters): Promise<Array<InvoiceEmailTemplateInfo>>;
|
|
428
|
+
getFinanceInvoiceEmailTemplatesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
429
|
+
getFinanceInvoices(params?: CommonParameters): Promise<Array<Invoice>>;
|
|
430
|
+
postFinanceInvoices(invoice: Invoice): Promise<Invoice>;
|
|
431
|
+
getFinanceInvoicesById(id: number, params?: CommonParameters): Promise<Invoice>;
|
|
432
|
+
deleteFinanceInvoicesById(id: number): Promise<NoContentResponse>;
|
|
433
|
+
putFinanceInvoicesById(id: number, invoice: Invoice): Promise<Invoice>;
|
|
434
|
+
patchFinanceInvoicesById(id: number, patchOperations: Array<PatchOperation>): Promise<Invoice>;
|
|
435
|
+
getFinanceInvoicesByIdPdf(id: number, params?: CommonParameters): Promise<PDFResponse>;
|
|
436
|
+
getFinanceInvoicesByParentIdPayments(parentId: number, params?: CommonParameters): Promise<Array<Payment>>;
|
|
437
|
+
postFinanceInvoicesByParentIdPayments(parentId: number, payment: Payment): Promise<Payment>;
|
|
438
|
+
getFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, params?: CommonParameters): Promise<Payment>;
|
|
439
|
+
patchFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<Payment>;
|
|
440
|
+
putFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number, payment: Payment): Promise<Payment>;
|
|
441
|
+
deleteFinanceInvoicesByParentIdPaymentsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
442
|
+
getFinanceInvoicesCount(params?: CommonParameters): Promise<Count>;
|
|
443
|
+
getFinanceInvoiceTemplates(params?: CommonParameters): Promise<Array<InvoiceTemplate>>;
|
|
444
|
+
postFinanceInvoiceTemplates(invoiceTemplate: InvoiceTemplate): Promise<InvoiceTemplate>;
|
|
445
|
+
getFinanceInvoiceTemplatesById(id: number, params?: CommonParameters): Promise<InvoiceTemplate>;
|
|
446
|
+
patchFinanceInvoiceTemplatesById(id: number, patchOperations: Array<PatchOperation>): Promise<InvoiceTemplate>;
|
|
447
|
+
putFinanceInvoiceTemplatesById(id: number, invoiceTemplate: InvoiceTemplate): Promise<InvoiceTemplate>;
|
|
448
|
+
deleteFinanceInvoiceTemplatesById(id: number): Promise<NoContentResponse>;
|
|
449
|
+
getFinanceInvoiceTemplatesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
450
|
+
getFinanceInvoiceTemplatesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
451
|
+
getFinanceInvoiceTemplatesCount(params?: CommonParameters): Promise<Count>;
|
|
452
|
+
getFinanceInvoiceTemplateSetups(params?: CommonParameters): Promise<Array<InvoiceTemplateSetup>>;
|
|
453
|
+
getFinanceInvoiceTemplateSetupsById(id: number, params?: CommonParameters): Promise<InvoiceTemplateSetup>;
|
|
454
|
+
getFinanceInvoiceTemplateSetupsCount(params?: CommonParameters): Promise<Count>;
|
|
455
|
+
getFinanceTaxCodes(params?: CommonParameters): Promise<Array<TaxCode>>;
|
|
456
|
+
postFinanceTaxCodes(taxCode: TaxCode): Promise<TaxCode>;
|
|
457
|
+
getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableExpenseTypeLevel>>;
|
|
458
|
+
postFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels(parentId: number, grandparentId: number, taxableExpenseTypeLevel: TaxableExpenseTypeLevel): Promise<TaxableExpenseTypeLevel>;
|
|
459
|
+
getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableExpenseTypeLevel>;
|
|
460
|
+
deleteFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
|
|
461
|
+
putFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, taxableExpenseTypeLevel: TaxableExpenseTypeLevel): Promise<TaxableExpenseTypeLevel>;
|
|
462
|
+
patchFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableExpenseTypeLevel>;
|
|
463
|
+
getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
|
|
464
|
+
getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableProductTypeLevel>>;
|
|
465
|
+
postFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels(parentId: number, grandparentId: number, taxableProductTypeLevel: TaxableProductTypeLevel): Promise<TaxableProductTypeLevel>;
|
|
466
|
+
getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableProductTypeLevel>;
|
|
467
|
+
deleteFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
|
|
468
|
+
putFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, taxableProductTypeLevel: TaxableProductTypeLevel): Promise<TaxableProductTypeLevel>;
|
|
469
|
+
patchFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableProductTypeLevel>;
|
|
470
|
+
getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
|
|
471
|
+
getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableXRefLevel>>;
|
|
472
|
+
postFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels(parentId: number, grandparentId: number, taxableXRefLevel: TaxableXRefLevel): Promise<TaxableXRefLevel>;
|
|
473
|
+
getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableXRefLevel>;
|
|
474
|
+
deleteFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
|
|
475
|
+
putFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, taxableXRefLevel: TaxableXRefLevel): Promise<TaxableXRefLevel>;
|
|
476
|
+
patchFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableXRefLevel>;
|
|
477
|
+
getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
|
|
478
|
+
getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Array<TaxableWorkRoleLevel>>;
|
|
479
|
+
postFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels(parentId: number, grandparentId: number, taxableWorkRoleLevel: TaxableWorkRoleLevel): Promise<TaxableWorkRoleLevel>;
|
|
480
|
+
getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, params?: CommonParameters): Promise<TaxableWorkRoleLevel>;
|
|
481
|
+
deleteFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number): Promise<NoContentResponse>;
|
|
482
|
+
putFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, taxableWorkRoleLevel: TaxableWorkRoleLevel): Promise<TaxableWorkRoleLevel>;
|
|
483
|
+
patchFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById(id: number, parentId: number, grandparentId: number, patchOperations: Array<PatchOperation>): Promise<TaxableWorkRoleLevel>;
|
|
484
|
+
getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsCount(parentId: number, grandparentId: number, params?: CommonParameters): Promise<Count>;
|
|
485
|
+
getFinanceTaxCodesById(id: number, params?: CommonParameters): Promise<TaxCode>;
|
|
486
|
+
deleteFinanceTaxCodesById(id: number): Promise<NoContentResponse>;
|
|
487
|
+
putFinanceTaxCodesById(id: number, taxCode: TaxCode): Promise<TaxCode>;
|
|
488
|
+
patchFinanceTaxCodesById(id: number, patchOperations: Array<PatchOperation>): Promise<TaxCode>;
|
|
489
|
+
postFinanceTaxCodesByIdCopy(id: number): Promise<TaxCode>;
|
|
490
|
+
getFinanceTaxCodesByIdInfo(id: number, params?: CommonParameters): Promise<TaxCodeInfo>;
|
|
491
|
+
getFinanceTaxCodesByIdUsages(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
492
|
+
getFinanceTaxCodesByIdUsagesList(id: number, params?: CommonParameters): Promise<Array<Usage>>;
|
|
493
|
+
getFinanceTaxCodesByParentIdExpenseTypeExemptions(parentId: number, params?: CommonParameters): Promise<Array<ExpenseTypeExemption>>;
|
|
494
|
+
postFinanceTaxCodesByParentIdExpenseTypeExemptions(parentId: number, expenseTypeExemption: ExpenseTypeExemption): Promise<ExpenseTypeExemption>;
|
|
495
|
+
getFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise<ExpenseTypeExemption>;
|
|
496
|
+
deleteFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
497
|
+
putFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, expenseTypeExemption: ExpenseTypeExemption): Promise<ExpenseTypeExemption>;
|
|
498
|
+
patchFinanceTaxCodesByParentIdExpenseTypeExemptionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ExpenseTypeExemption>;
|
|
499
|
+
getFinanceTaxCodesByParentIdExpenseTypeExemptionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
500
|
+
getFinanceTaxCodesByParentIdProductTypeExemptions(parentId: number, params?: CommonParameters): Promise<Array<ProductTypeExemption>>;
|
|
501
|
+
postFinanceTaxCodesByParentIdProductTypeExemptions(parentId: number, productTypeExemption: ProductTypeExemption): Promise<ProductTypeExemption>;
|
|
502
|
+
getFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise<ProductTypeExemption>;
|
|
503
|
+
deleteFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
504
|
+
putFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, productTypeExemption: ProductTypeExemption): Promise<ProductTypeExemption>;
|
|
505
|
+
patchFinanceTaxCodesByParentIdProductTypeExemptionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<ProductTypeExemption>;
|
|
506
|
+
getFinanceTaxCodesByParentIdProductTypeExemptionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
507
|
+
getFinanceTaxCodesByParentIdTaxCodeLevels(parentId: number, params?: CommonParameters): Promise<Array<TaxCodeLevel>>;
|
|
508
|
+
postFinanceTaxCodesByParentIdTaxCodeLevels(parentId: number, taxCodeLevel: TaxCodeLevel): Promise<TaxCodeLevel>;
|
|
509
|
+
getFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, params?: CommonParameters): Promise<TaxCodeLevel>;
|
|
510
|
+
deleteFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
511
|
+
putFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, taxCodeLevel: TaxCodeLevel): Promise<TaxCodeLevel>;
|
|
512
|
+
patchFinanceTaxCodesByParentIdTaxCodeLevelsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<TaxCodeLevel>;
|
|
513
|
+
getFinanceTaxCodesByParentIdTaxCodeLevelsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
514
|
+
getFinanceTaxCodesByParentIdTaxCodeXRefs(parentId: number, params?: CommonParameters): Promise<Array<TaxCodeXRef>>;
|
|
515
|
+
postFinanceTaxCodesByParentIdTaxCodeXRefs(parentId: number, taxCodeXRef: TaxCodeXRef): Promise<TaxCodeXRef>;
|
|
516
|
+
getFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, params?: CommonParameters): Promise<TaxCodeXRef>;
|
|
517
|
+
deleteFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
518
|
+
putFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, taxCodeXRef: TaxCodeXRef): Promise<TaxCodeXRef>;
|
|
519
|
+
patchFinanceTaxCodesByParentIdTaxCodeXRefsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<TaxCodeXRef>;
|
|
520
|
+
getFinanceTaxCodesByParentIdTaxCodeXRefsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
521
|
+
getFinanceTaxCodesByParentIdWorkRoleExemptions(parentId: number, params?: CommonParameters): Promise<Array<WorkRoleExemption>>;
|
|
522
|
+
postFinanceTaxCodesByParentIdWorkRoleExemptions(parentId: number, workRoleExemption: WorkRoleExemption): Promise<WorkRoleExemption>;
|
|
523
|
+
getFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, params?: CommonParameters): Promise<WorkRoleExemption>;
|
|
524
|
+
deleteFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number): Promise<NoContentResponse>;
|
|
525
|
+
putFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, workRoleExemption: WorkRoleExemption): Promise<WorkRoleExemption>;
|
|
526
|
+
patchFinanceTaxCodesByParentIdWorkRoleExemptionsById(id: number, parentId: number, patchOperations: Array<PatchOperation>): Promise<WorkRoleExemption>;
|
|
527
|
+
getFinanceTaxCodesByParentIdWorkRoleExemptionsCount(parentId: number, params?: CommonParameters): Promise<Count>;
|
|
528
|
+
getFinanceTaxCodesCount(params?: CommonParameters): Promise<Count>;
|
|
529
|
+
getFinanceTaxCodesInfo(params?: CommonParameters): Promise<Array<TaxCodeInfo>>;
|
|
530
|
+
getFinanceTaxCodesInfoCount(params?: CommonParameters): Promise<Count>;
|
|
531
|
+
getFinanceTaxIntegrations(params?: CommonParameters): Promise<Array<TaxIntegration>>;
|
|
532
|
+
getFinanceTaxIntegrationsById(id: number, params?: CommonParameters): Promise<TaxIntegration>;
|
|
533
|
+
putFinanceTaxIntegrationsById(id: number, taxIntegration: TaxIntegration): Promise<TaxIntegration>;
|
|
534
|
+
patchFinanceTaxIntegrationsById(id: number, patchOperations: Array<PatchOperation>): Promise<TaxIntegration>;
|
|
535
|
+
getFinanceTaxIntegrationsCount(params?: CommonParameters): Promise<Count>;
|
|
536
|
+
}
|
|
537
|
+
export {};
|
|
538
|
+
//# sourceMappingURL=FinanceAPI.d.ts.map
|