export interface paths { "/company/addressFormats": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AddressFormat */ get: operations["getCompanyAddressFormats"]; put?: never; /** Post AddressFormat */ post: operations["postCompanyAddressFormats"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/addressFormats/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AddressFormat */ get: operations["getCompanyAddressFormatsById"]; /** Put AddressFormat */ put: operations["putCompanyAddressFormatsById"]; post?: never; /** Delete AddressFormat */ delete: operations["deleteCompanyAddressFormatsById"]; options?: never; head?: never; /** Patch AddressFormat */ patch: operations["patchCompanyAddressFormatsById"]; trace?: never; }; "/company/addressFormats/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AddressFormatInfos */ get: operations["getCompanyAddressFormatsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/addressFormats/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AddressFormat */ get: operations["getCompanyAddressFormatsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/addressFormats/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AddressFormatInfos */ get: operations["getCompanyAddressFormatsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/addressFormats/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AddressFormatInfos */ get: operations["getCompanyAddressFormatsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CommunicationType */ get: operations["getCompanyCommunicationTypes"]; put?: never; /** Post CommunicationType */ post: operations["postCompanyCommunicationTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CommunicationType */ get: operations["getCompanyCommunicationTypesById"]; /** Put CommunicationType */ put: operations["putCompanyCommunicationTypesById"]; post?: never; /** Delete CommunicationType */ delete: operations["deleteCompanyCommunicationTypesById"]; options?: never; head?: never; /** Patch CommunicationType */ patch: operations["patchCompanyCommunicationTypesById"]; trace?: never; }; "/company/communicationTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CommunicationTypeInfos */ get: operations["getCompanyCommunicationTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyCommunicationTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyCommunicationTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getCompanyCommunicationTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CommunicationTypeInfos */ get: operations["getCompanyCommunicationTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/communicationTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CommunicationTypeInfos */ get: operations["getCompanyCommunicationTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ get: operations["getCompanyCompanies"]; put?: never; /** Post ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ post: operations["postCompanyCompanies"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ get: operations["getCompanyCompaniesById"]; /** Put ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ put: operations["putCompanyCompaniesById"]; post?: never; /** Delete ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ delete: operations["deleteCompanyCompaniesById"]; options?: never; head?: never; /** Patch ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ patch: operations["patchCompanyCompaniesById"]; trace?: never; }; "/company/companies/{id}/merge": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postCompanyCompaniesByIdMerge"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyCompaniesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyCompaniesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/customStatusNotes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyCustomNote */ get: operations["getCompanyCompaniesByParentIdCustomStatusNotes"]; put?: never; /** Post CompanyCustomNote */ post: operations["postCompanyCompaniesByParentIdCustomStatusNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/customStatusNotes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyCustomNote */ get: operations["getCompanyCompaniesByParentIdCustomStatusNotesById"]; /** Put CompanyCustomNote */ put: operations["putCompanyCompaniesByParentIdCustomStatusNotesById"]; post?: never; /** Delete CompanyCustomNote */ delete: operations["deleteCompanyCompaniesByParentIdCustomStatusNotesById"]; options?: never; head?: never; /** Patch CompanyCustomNote */ patch: operations["patchCompanyCompaniesByParentIdCustomStatusNotesById"]; trace?: never; }; "/company/companies/{parentId}/customStatusNotes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyCustomNote */ get: operations["getCompanyCompaniesByParentIdCustomStatusNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/groups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyGroup */ get: operations["getCompanyCompaniesByParentIdGroups"]; put?: never; /** Post CompanyGroup */ post: operations["postCompanyCompaniesByParentIdGroups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/groups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyGroup */ get: operations["getCompanyCompaniesByParentIdGroupsById"]; /** Put CompanyGroup */ put: operations["putCompanyCompaniesByParentIdGroupsById"]; post?: never; /** Delete CompanyGroup */ delete: operations["deleteCompanyCompaniesByParentIdGroupsById"]; options?: never; head?: never; /** Patch CompanyGroup */ patch: operations["patchCompanyCompaniesByParentIdGroupsById"]; trace?: never; }; "/company/companies/{parentId}/groups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyGroup */ get: operations["getCompanyCompaniesByParentIdGroupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/managementReportNotifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementReportNotification */ get: operations["getCompanyCompaniesByParentIdManagementReportNotifications"]; put?: never; /** Post ManagementReportNotification */ post: operations["postCompanyCompaniesByParentIdManagementReportNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/managementReportNotifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementReportNotification */ get: operations["getCompanyCompaniesByParentIdManagementReportNotificationsById"]; /** Put ManagementReportNotification */ put: operations["putCompanyCompaniesByParentIdManagementReportNotificationsById"]; post?: never; /** Delete ManagementReportNotification */ delete: operations["deleteCompanyCompaniesByParentIdManagementReportNotificationsById"]; options?: never; head?: never; /** Patch ManagementReportNotification */ patch: operations["patchCompanyCompaniesByParentIdManagementReportNotificationsById"]; trace?: never; }; "/company/companies/{parentId}/managementReportNotifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagementReportNotification */ get: operations["getCompanyCompaniesByParentIdManagementReportNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/managementReportSetup": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementReportSetup */ get: operations["getCompanyCompaniesByParentIdManagementReportSetup"]; put?: never; /** Post ManagementReportSetup */ post: operations["postCompanyCompaniesByParentIdManagementReportSetup"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/managementReportSetup/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put ManagementReportSetup */ put: operations["putCompanyCompaniesByParentIdManagementReportSetupById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ManagementReportSetup */ patch: operations["patchCompanyCompaniesByParentIdManagementReportSetupById"]; trace?: never; }; "/company/companies/{parentId}/managementSummaryReports": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyManagementSummary */ get: operations["getCompanyCompaniesByParentIdManagementSummaryReports"]; put?: never; /** Post CompanyManagementSummary */ post: operations["postCompanyCompaniesByParentIdManagementSummaryReports"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/managementSummaryReports/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyManagementSummary */ get: operations["getCompanyCompaniesByParentIdManagementSummaryReportsById"]; /** Put CompanyManagementSummary */ put: operations["putCompanyCompaniesByParentIdManagementSummaryReportsById"]; post?: never; /** Delete CompanyManagementSummary */ delete: operations["deleteCompanyCompaniesByParentIdManagementSummaryReportsById"]; options?: never; head?: never; /** Patch CompanyManagementSummary */ patch: operations["patchCompanyCompaniesByParentIdManagementSummaryReportsById"]; trace?: never; }; "/company/companies/{parentId}/managementSummaryReports/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyManagementSummary */ get: operations["getCompanyCompaniesByParentIdManagementSummaryReportsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyNote */ get: operations["getCompanyCompaniesByParentIdNotes"]; put?: never; /** Post CompanyNote */ post: operations["postCompanyCompaniesByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyNote */ get: operations["getCompanyCompaniesByParentIdNotesById"]; /** Put CompanyNote */ put: operations["putCompanyCompaniesByParentIdNotesById"]; post?: never; /** Delete CompanyNote */ delete: operations["deleteCompanyCompaniesByParentIdNotesById"]; options?: never; head?: never; /** Patch CompanyNote */ patch: operations["patchCompanyCompaniesByParentIdNotesById"]; trace?: never; }; "/company/companies/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyNote */ get: operations["getCompanyCompaniesByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/serviceTemplates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyServiceTemplate */ get: operations["getCompanyCompaniesByParentIdServiceTemplates"]; put?: never; /** Post CompanyServiceTemplate */ post: operations["postCompanyCompaniesByParentIdServiceTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/serviceTemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get a specific CompanyServiceTemplate */ get: operations["getCompanyCompaniesByParentIdServiceTemplatesById"]; /** Put CompanyServiceTemplate */ put: operations["putCompanyCompaniesByParentIdServiceTemplatesById"]; post?: never; /** Delete CompanyServiceTemplate */ delete: operations["deleteCompanyCompaniesByParentIdServiceTemplatesById"]; options?: never; head?: never; /** Patch CompanyServiceTemplate */ patch: operations["patchCompanyCompaniesByParentIdServiceTemplatesById"]; trace?: never; }; "/company/companies/{parentId}/serviceTemplates/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Create a Copied CompanyServiceTemplate */ post: operations["postCompanyCompaniesByParentIdServiceTemplatesByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/serviceTemplates/{id}/generate": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Count of CompanyServiceTemplate */ post: operations["postCompanyCompaniesByParentIdServiceTemplatesByIdGenerate"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/serviceTemplates/{id}/link": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Create a Linked CompanyServiceTemplate */ post: operations["postCompanyCompaniesByParentIdServiceTemplatesByIdLink"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/serviceTemplates/{id}/unlink": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Unlink a CompanyServiceTemplate */ post: operations["postCompanyCompaniesByParentIdServiceTemplatesByIdUnlink"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/serviceTemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyServiceTemplate */ get: operations["getCompanyCompaniesByParentIdServiceTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanySite */ get: operations["getCompanyCompaniesByParentIdSites"]; put?: never; /** Post CompanySite */ post: operations["postCompanyCompaniesByParentIdSites"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanySite */ get: operations["getCompanyCompaniesByParentIdSitesById"]; /** Put CompanySite */ put: operations["putCompanyCompaniesByParentIdSitesById"]; post?: never; /** Delete CompanySite */ delete: operations["deleteCompanyCompaniesByParentIdSitesById"]; options?: never; head?: never; /** Patch CompanySite */ patch: operations["patchCompanyCompaniesByParentIdSitesById"]; trace?: never; }; "/company/companies/{parentId}/sites/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanySiteInfos */ get: operations["getCompanyCompaniesByParentIdSitesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyCompaniesByParentIdSitesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyCompaniesByParentIdSitesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanySite */ get: operations["getCompanyCompaniesByParentIdSitesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanySiteInfos */ get: operations["getCompanyCompaniesByParentIdSitesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/sites/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanySite */ get: operations["getCompanyCompaniesByParentIdSitesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/surveys/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of */ get: operations["getCompanyCompaniesByParentIdSurveysCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/teams": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyTeam */ get: operations["getCompanyCompaniesByParentIdTeams"]; put?: never; /** Post CompanyTeam */ post: operations["postCompanyCompaniesByParentIdTeams"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/teams/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyTeam */ get: operations["getCompanyCompaniesByParentIdTeamsById"]; /** Put CompanyTeam */ put: operations["putCompanyCompaniesByParentIdTeamsById"]; post?: never; /** Delete CompanyTeam */ delete: operations["deleteCompanyCompaniesByParentIdTeamsById"]; options?: never; head?: never; /** Patch CompanyTeam */ patch: operations["patchCompanyCompaniesByParentIdTeamsById"]; trace?: never; }; "/company/companies/{parentId}/teams/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyTeam */ get: operations["getCompanyCompaniesByParentIdTeamsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/tracks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactTrack */ get: operations["getCompanyCompaniesByParentIdTracks"]; put?: never; /** Post ContactTrack */ post: operations["postCompanyCompaniesByParentIdTracks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/tracks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactTrack */ get: operations["getCompanyCompaniesByParentIdTracksById"]; put?: never; post?: never; /** Delete ContactTrack */ delete: operations["deleteCompanyCompaniesByParentIdTracksById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/tracks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactTrack */ get: operations["getCompanyCompaniesByParentIdTracksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/typeAssociations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyTypeAssociation */ get: operations["getCompanyCompaniesByParentIdTypeAssociations"]; put?: never; /** Post CompanyTypeAssociation */ post: operations["postCompanyCompaniesByParentIdTypeAssociations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/{parentId}/typeAssociations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyTypeAssociation */ get: operations["getCompanyCompaniesByParentIdTypeAssociationsById"]; /** Put CompanyTypeAssociation */ put: operations["putCompanyCompaniesByParentIdTypeAssociationsById"]; post?: never; /** Delete CompanyTypeAssociation */ delete: operations["deleteCompanyCompaniesByParentIdTypeAssociationsById"]; options?: never; head?: never; /** Patch CompanyTypeAssociation */ patch: operations["patchCompanyCompaniesByParentIdTypeAssociationsById"]; trace?: never; }; "/company/companies/{parentId}/typeAssociations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyTypeAssociation */ get: operations["getCompanyCompaniesByParentIdTypeAssociationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ get: operations["getCompanyCompaniesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/default": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ get: operations["getCompanyCompaniesDefault"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyInfos */ get: operations["getCompanyCompaniesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyInfos */ get: operations["getCompanyCompaniesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/info/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyTypeInfo */ get: operations["getCompanyCompaniesInfoTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/info/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyTypeInfo */ get: operations["getCompanyCompaniesInfoTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/info/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyTypeInfo */ get: operations["getCompanyCompaniesInfoTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyStatus */ get: operations["getCompanyCompaniesStatuses"]; put?: never; /** Post CompanyStatus */ post: operations["postCompanyCompaniesStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyStatus */ get: operations["getCompanyCompaniesStatusesById"]; /** Put CompanyStatus */ put: operations["putCompanyCompaniesStatusesById"]; post?: never; /** Delete CompanyStatus */ delete: operations["deleteCompanyCompaniesStatusesById"]; options?: never; head?: never; /** Patch CompanyStatus */ patch: operations["patchCompanyCompaniesStatusesById"]; trace?: never; }; "/company/companies/statuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyCompaniesStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/statuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyCompaniesStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyStatus */ get: operations["getCompanyCompaniesStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyType */ get: operations["getCompanyCompaniesTypes"]; put?: never; /** Post CompanyType */ post: operations["postCompanyCompaniesTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyType */ get: operations["getCompanyCompaniesTypesById"]; /** Put CompanyType */ put: operations["putCompanyCompaniesTypesById"]; post?: never; /** Delete Usage */ delete: operations["deleteCompanyCompaniesTypesById"]; options?: never; head?: never; /** Patch CompanyType */ patch: operations["patchCompanyCompaniesTypesById"]; trace?: never; }; "/company/companies/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyCompaniesTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyCompaniesTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companies/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyType */ get: operations["getCompanyCompaniesTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companyPickerItems": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyPickerItem */ get: operations["getCompanyCompanyPickerItems"]; put?: never; /** Post CompanyPickerItem */ post: operations["postCompanyCompanyPickerItems"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companyPickerItems/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyPickerItem */ get: operations["getCompanyCompanyPickerItemsById"]; put?: never; post?: never; /** Delete CompanyPickerItem */ delete: operations["deleteCompanyCompanyPickerItemsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companyPickerItems/clear": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ClearPickerRequest */ post: operations["postCompanyCompanyPickerItemsClear"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companyPickerItems/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyPickerItem */ get: operations["getCompanyCompanyPickerItemsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companyTypeAssociations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyTypeAssociation */ get: operations["getCompanyCompanyTypeAssociations"]; put?: never; /** Post CompanyTypeAssociation */ post: operations["postCompanyCompanyTypeAssociations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/companyTypeAssociations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyTypeAssociation */ get: operations["getCompanyCompanyTypeAssociationsById"]; /** Put CompanyTypeAssociation */ put: operations["putCompanyCompanyTypeAssociationsById"]; post?: never; /** Delete CompanyTypeAssociation */ delete: operations["deleteCompanyCompanyTypeAssociationsById"]; options?: never; head?: never; /** Patch CompanyTypeAssociation */ patch: operations["patchCompanyCompanyTypeAssociationsById"]; trace?: never; }; "/company/companyTypeAssociations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyTypeAssociation */ get: operations["getCompanyCompanyTypeAssociationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Configuration */ get: operations["getCompanyConfigurations"]; put?: never; /** Post Configuration */ post: operations["postCompanyConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Configuration */ get: operations["getCompanyConfigurationsById"]; /** Put Configuration */ put: operations["putCompanyConfigurationsById"]; post?: never; /** Delete Configuration */ delete: operations["deleteCompanyConfigurationsById"]; options?: never; head?: never; /** Patch Configuration */ patch: operations["patchCompanyConfigurationsById"]; trace?: never; }; "/company/configurations/{id}/changeType": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; delete?: never; options?: never; head?: never; /** Patch Configuration */ patch: operations["patchCompanyConfigurationsByIdChangeType"]; trace?: never; }; "/company/configurations/{id}/quickAccess/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Configuration Tab Count */ get: operations["getCompanyConfigurationsByIdQuickAccessCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/bulk": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put Configuration */ put: operations["putCompanyConfigurationsBulk"]; /** Post Configuration */ post: operations["postCompanyConfigurationsBulk"]; /** Delete BulkResult */ delete: operations["deleteCompanyConfigurationsBulk"]; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Configuration */ get: operations["getCompanyConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationStatus */ get: operations["getCompanyConfigurationsStatuses"]; put?: never; /** Post ConfigurationStatus */ post: operations["postCompanyConfigurationsStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationStatus */ get: operations["getCompanyConfigurationsStatusesById"]; /** Put ConfigurationStatus */ put: operations["putCompanyConfigurationsStatusesById"]; post?: never; /** Delete ConfigurationStatus */ delete: operations["deleteCompanyConfigurationsStatusesById"]; options?: never; head?: never; /** Patch ConfigurationStatus */ patch: operations["patchCompanyConfigurationsStatusesById"]; trace?: never; }; "/company/configurations/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationStatusInfos */ get: operations["getCompanyConfigurationsStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyConfigurationsStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyConfigurationsStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationStatus */ get: operations["getCompanyConfigurationsStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationStatusInfos */ get: operations["getCompanyConfigurationsStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationStatusInfos */ get: operations["getCompanyConfigurationsStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationType */ get: operations["getCompanyConfigurationsTypes"]; put?: never; /** Post ConfigurationType */ post: operations["postCompanyConfigurationsTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{grandparentId}/questions/{parentId}/values": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationTypeQuestionValue */ get: operations["getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues"]; put?: never; /** Post ConfigurationTypeQuestionValue */ post: operations["postCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{grandparentId}/questions/{parentId}/values/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationTypeQuestionValue */ get: operations["getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById"]; /** Put ConfigurationTypeQuestionValue */ put: operations["putCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById"]; post?: never; /** Delete ConfigurationTypeQuestionValue */ delete: operations["deleteCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById"]; options?: never; head?: never; /** Patch ConfigurationTypeQuestionValue */ patch: operations["patchCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById"]; trace?: never; }; "/company/configurations/types/{grandparentId}/questions/{parentId}/values/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{grandparentId}/questions/{parentId}/values/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{grandparentId}/questions/{parentId}/values/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationTypeQuestionValue */ get: operations["getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationType */ get: operations["getCompanyConfigurationsTypesById"]; /** Put ConfigurationType */ put: operations["putCompanyConfigurationsTypesById"]; post?: never; /** Delete ConfigurationType */ delete: operations["deleteCompanyConfigurationsTypesById"]; options?: never; head?: never; /** Patch ConfigurationType */ patch: operations["patchCompanyConfigurationsTypesById"]; trace?: never; }; "/company/configurations/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationTypeInfos */ get: operations["getCompanyConfigurationsTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyConfigurationsTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyConfigurationsTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{parentId}/questions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationTypeQuestion */ get: operations["getCompanyConfigurationsTypesByParentIdQuestions"]; put?: never; /** Post ConfigurationTypeQuestion */ post: operations["postCompanyConfigurationsTypesByParentIdQuestions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/{parentId}/questions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationTypeQuestion */ get: operations["getCompanyConfigurationsTypesByParentIdQuestionsById"]; /** Put ConfigurationTypeQuestion */ put: operations["putCompanyConfigurationsTypesByParentIdQuestionsById"]; post?: never; /** Delete ConfigurationTypeQuestion */ delete: operations["deleteCompanyConfigurationsTypesByParentIdQuestionsById"]; options?: never; head?: never; /** Patch ConfigurationTypeQuestion */ patch: operations["patchCompanyConfigurationsTypesByParentIdQuestionsById"]; trace?: never; }; "/company/configurations/types/{parentId}/questions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationTypeQuestion */ get: operations["getCompanyConfigurationsTypesByParentIdQuestionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Board */ post: operations["postCompanyConfigurationsTypesCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/configurations/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationType */ get: operations["getCompanyConfigurationsTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contact/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyContactTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ApiContact */ get: operations["getCompanyContacts"]; put?: never; /** Post ApiContact */ post: operations["postCompanyContacts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ApiContact */ get: operations["getCompanyContactsById"]; /** Put ApiContact */ put: operations["putCompanyContactsById"]; post?: never; /** Delete ApiContact */ delete: operations["deleteCompanyContactsById"]; options?: never; head?: never; /** Patch ApiContact */ patch: operations["patchCompanyContactsById"]; trace?: never; }; "/company/contacts/{id}/image": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ValidatePortalResponse */ get: operations["getCompanyContactsByIdImage"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactInfos */ get: operations["getCompanyContactsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{id}/portalSecurity": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalSecurity */ get: operations["getCompanyContactsByIdPortalSecurity"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyContactsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyContactsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/communications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactCommunication */ get: operations["getCompanyContactsByParentIdCommunications"]; put?: never; /** Post ContactCommunication */ post: operations["postCompanyContactsByParentIdCommunications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/communications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactCommunication */ get: operations["getCompanyContactsByParentIdCommunicationsById"]; /** Put ContactCommunication */ put: operations["putCompanyContactsByParentIdCommunicationsById"]; post?: never; /** Delete ContactCommunication */ delete: operations["deleteCompanyContactsByParentIdCommunicationsById"]; options?: never; head?: never; /** Patch ContactCommunication */ patch: operations["patchCompanyContactsByParentIdCommunicationsById"]; trace?: never; }; "/company/contacts/{parentId}/communications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactCommunication */ get: operations["getCompanyContactsByParentIdCommunicationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/groups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactGroup */ get: operations["getCompanyContactsByParentIdGroups"]; put?: never; /** Post ContactGroup */ post: operations["postCompanyContactsByParentIdGroups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/groups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactGroup */ get: operations["getCompanyContactsByParentIdGroupsById"]; /** Put ContactGroup */ put: operations["putCompanyContactsByParentIdGroupsById"]; post?: never; /** Delete ContactGroup */ delete: operations["deleteCompanyContactsByParentIdGroupsById"]; options?: never; head?: never; /** Patch ContactGroup */ patch: operations["patchCompanyContactsByParentIdGroupsById"]; trace?: never; }; "/company/contacts/{parentId}/groups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactGroup */ get: operations["getCompanyContactsByParentIdGroupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactNote */ get: operations["getCompanyContactsByParentIdNotes"]; put?: never; /** Post ContactNote */ post: operations["postCompanyContactsByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactNote */ get: operations["getCompanyContactsByParentIdNotesById"]; /** Put ContactNote */ put: operations["putCompanyContactsByParentIdNotesById"]; post?: never; /** Delete ContactNote */ delete: operations["deleteCompanyContactsByParentIdNotesById"]; options?: never; head?: never; /** Patch ContactNote */ patch: operations["patchCompanyContactsByParentIdNotesById"]; trace?: never; }; "/company/contacts/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactNote */ get: operations["getCompanyContactsByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/tracks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactTrack */ get: operations["getCompanyContactsByParentIdTracks"]; put?: never; /** Post ContactTrack */ post: operations["postCompanyContactsByParentIdTracks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/tracks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactTrack */ get: operations["getCompanyContactsByParentIdTracksById"]; put?: never; post?: never; /** Delete ContactTrack */ delete: operations["deleteCompanyContactsByParentIdTracksById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/tracks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactTrack */ get: operations["getCompanyContactsByParentIdTracksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/typeAssociations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactTypeAssociation */ get: operations["getCompanyContactsByParentIdTypeAssociations"]; put?: never; /** Post ContactTypeAssociation */ post: operations["postCompanyContactsByParentIdTypeAssociations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/{parentId}/typeAssociations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactTypeAssociation */ get: operations["getCompanyContactsByParentIdTypeAssociationsById"]; /** Put ContactTypeAssociation */ put: operations["putCompanyContactsByParentIdTypeAssociationsById"]; post?: never; /** Delete ContactTypeAssociation */ delete: operations["deleteCompanyContactsByParentIdTypeAssociationsById"]; options?: never; head?: never; /** Patch ContactTypeAssociation */ patch: operations["patchCompanyContactsByParentIdTypeAssociationsById"]; trace?: never; }; "/company/contacts/{parentId}/typeAssociations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactTypeAssociation */ get: operations["getCompanyContactsByParentIdTypeAssociationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getCompanyContactsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/default": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ApiContact */ get: operations["getCompanyContactsDefault"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactDepartment */ get: operations["getCompanyContactsDepartments"]; put?: never; /** Post ContactDepartment */ post: operations["postCompanyContactsDepartments"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactDepartment */ get: operations["getCompanyContactsDepartmentsById"]; /** Put ContactDepartment */ put: operations["putCompanyContactsDepartmentsById"]; post?: never; /** Delete Usage */ delete: operations["deleteCompanyContactsDepartmentsById"]; options?: never; head?: never; /** Patch ContactDepartment */ patch: operations["patchCompanyContactsDepartmentsById"]; trace?: never; }; "/company/contacts/departments/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactDepartmentInfos */ get: operations["getCompanyContactsDepartmentsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyContactsDepartmentsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyContactsDepartmentsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactDepartment */ get: operations["getCompanyContactsDepartmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactDepartmentInfos */ get: operations["getCompanyContactsDepartmentsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/departments/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactDepartmentInfos */ get: operations["getCompanyContactsDepartmentsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactInfos */ get: operations["getCompanyContactsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactInfos */ get: operations["getCompanyContactsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/relationships": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactRelationship */ get: operations["getCompanyContactsRelationships"]; put?: never; /** Post ContactRelationship */ post: operations["postCompanyContactsRelationships"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/relationships/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactRelationship */ get: operations["getCompanyContactsRelationshipsById"]; /** Put ContactRelationship */ put: operations["putCompanyContactsRelationshipsById"]; post?: never; /** Delete ContactRelationship */ delete: operations["deleteCompanyContactsRelationshipsById"]; options?: never; head?: never; /** Patch ContactRelationship */ patch: operations["patchCompanyContactsRelationshipsById"]; trace?: never; }; "/company/contacts/relationships/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactRelationship */ get: operations["getCompanyContactsRelationshipsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/requestPassword": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post PortalSecurity */ post: operations["postCompanyContactsRequestPassword"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactType */ get: operations["getCompanyContactsTypes"]; put?: never; /** Post ContactType */ post: operations["postCompanyContactsTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactType */ get: operations["getCompanyContactsTypesById"]; /** Put ContactType */ put: operations["putCompanyContactsTypesById"]; post?: never; /** Delete ContactType */ delete: operations["deleteCompanyContactsTypesById"]; options?: never; head?: never; /** Patch ContactType */ patch: operations["patchCompanyContactsTypesById"]; trace?: never; }; "/company/contacts/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactTypeInfo */ get: operations["getCompanyContactsTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactType */ get: operations["getCompanyContactsTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/types/count/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactTypeInfo */ get: operations["getCompanyContactsTypesCountInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactTypeInfo */ get: operations["getCompanyContactsTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contacts/validatePortalCredentials": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ValidatePortalResponse */ post: operations["postCompanyContactsValidatePortalCredentials"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contactTypeAssociations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ContactTypeAssociation */ get: operations["getCompanyContactTypeAssociations"]; put?: never; /** Post ContactTypeAssociation */ post: operations["postCompanyContactTypeAssociations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/contactTypeAssociations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ContactTypeAssociation */ get: operations["getCompanyContactTypeAssociationsById"]; /** Put ContactTypeAssociation */ put: operations["putCompanyContactTypeAssociationsById"]; post?: never; /** Delete ContactTypeAssociation */ delete: operations["deleteCompanyContactTypeAssociationsById"]; options?: never; head?: never; /** Patch ContactTypeAssociation */ patch: operations["patchCompanyContactTypeAssociationsById"]; trace?: never; }; "/company/contactTypeAssociations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ContactTypeAssociation */ get: operations["getCompanyContactTypeAssociationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/countries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of */ get: operations["getCompanyCountries"]; put?: never; /** Post Count of */ post: operations["postCompanyCountries"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/countries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of */ get: operations["getCompanyCountriesById"]; /** Put Count of */ put: operations["putCompanyCountriesById"]; post?: never; /** Delete */ delete: operations["deleteCompanyCountriesById"]; options?: never; head?: never; /** Patch Count of */ patch: operations["patchCompanyCountriesById"]; trace?: never; }; "/company/countries/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CountryInfos */ get: operations["getCompanyCountriesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/countries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of */ get: operations["getCompanyCountriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/countries/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CountryInfos */ get: operations["getCompanyCountriesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/countries/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CountryInfos */ get: operations["getCompanyCountriesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/entityTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EntityType */ get: operations["getCompanyEntityTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/entityTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EntityType */ get: operations["getCompanyEntityTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/entitytypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EntityTypeInfos */ get: operations["getCompanyEntitytypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/entityTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EntityType */ get: operations["getCompanyEntityTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/entitytypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EntityTypeInfos */ get: operations["getCompanyEntitytypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/entityTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EntityTypeInfos */ get: operations["getCompanyEntityTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/expenseTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseTypeInfos */ get: operations["getCompanyExpenseTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contact": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of M365Contacts */ get: operations["getCompanyM365contact"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contact/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get M365Contacts */ get: operations["getCompanyM365contactById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contact/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of M365Contacts */ get: operations["getCompanyM365contactCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contactsync/{id}/property": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get M365ContactSyncProperties */ get: operations["getCompanyM365contactsyncByIdProperty"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contactsync/property": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Create M365ContactSyncProperty */ post: operations["postCompanyM365contactsyncProperty"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contactsync/property/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Delete M365ContactSyncProperty */ delete: operations["deleteCompanyM365contactsyncProperty"]; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contactsync/property/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of M365ContactSyncProperty */ get: operations["getCompanyM365contactsyncPropertyCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contactsync/property/excluded": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of M365ContactSyncPropertiesExcluded */ get: operations["getCompanyM365contactsyncPropertyExcluded"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/m365contactsync/property/included": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of M365ContactSyncPropertiesIncluded */ get: operations["getCompanyM365contactsyncPropertyIncluded"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagedDevicesIntegration */ get: operations["getCompanyManagedDevicesIntegrations"]; put?: never; /** Post ManagedDevicesIntegration */ post: operations["postCompanyManagedDevicesIntegrations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagedDevicesIntegration */ get: operations["getCompanyManagedDevicesIntegrationsById"]; /** Put ManagedDevicesIntegration */ put: operations["putCompanyManagedDevicesIntegrationsById"]; post?: never; /** Delete ManagedDevicesIntegration */ delete: operations["deleteCompanyManagedDevicesIntegrationsById"]; options?: never; head?: never; /** Patch ManagedDevicesIntegration */ patch: operations["patchCompanyManagedDevicesIntegrationsById"]; trace?: never; }; "/company/managedDevicesIntegrations/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagedDevicesIntegrationInfos */ get: operations["getCompanyManagedDevicesIntegrationsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyManagedDevicesIntegrationsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyManagedDevicesIntegrationsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/crossReferences": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagedDevicesIntegrationCrossReference */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdCrossReferences"]; put?: never; /** Post ManagedDevicesIntegrationCrossReference */ post: operations["postCompanyManagedDevicesIntegrationsByParentIdCrossReferences"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/crossReferences/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagedDevicesIntegrationCrossReference */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById"]; /** Put ManagedDevicesIntegrationCrossReference */ put: operations["putCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById"]; post?: never; /** Delete ManagedDevicesIntegrationCrossReference */ delete: operations["deleteCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById"]; options?: never; head?: never; /** Patch ManagedDevicesIntegrationCrossReference */ patch: operations["patchCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById"]; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/crossReferences/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagedDevicesIntegrationCrossReference */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/logins": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagedDevicesIntegrationLogin */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdLogins"]; put?: never; /** Post ManagedDevicesIntegrationLogin */ post: operations["postCompanyManagedDevicesIntegrationsByParentIdLogins"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/logins/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagedDevicesIntegrationLogin */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdLoginsById"]; /** Put ManagedDevicesIntegrationLogin */ put: operations["putCompanyManagedDevicesIntegrationsByParentIdLoginsById"]; post?: never; /** Delete ManagedDevicesIntegrationLogin */ delete: operations["deleteCompanyManagedDevicesIntegrationsByParentIdLoginsById"]; options?: never; head?: never; /** Patch ManagedDevicesIntegrationLogin */ patch: operations["patchCompanyManagedDevicesIntegrationsByParentIdLoginsById"]; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/logins/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagedDevicesIntegrationLogin */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdLoginsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/notifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagedDevicesIntegrationNotification */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdNotifications"]; put?: never; /** Post ManagedDevicesIntegrationNotification */ post: operations["postCompanyManagedDevicesIntegrationsByParentIdNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/notifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagedDevicesIntegrationNotification */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdNotificationsById"]; /** Put ManagedDevicesIntegrationNotification */ put: operations["putCompanyManagedDevicesIntegrationsByParentIdNotificationsById"]; post?: never; /** Delete ManagedDevicesIntegrationNotification */ delete: operations["deleteCompanyManagedDevicesIntegrationsByParentIdNotificationsById"]; options?: never; head?: never; /** Patch ManagedDevicesIntegrationNotification */ patch: operations["patchCompanyManagedDevicesIntegrationsByParentIdNotificationsById"]; trace?: never; }; "/company/managedDevicesIntegrations/{parentId}/notifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagedDevicesIntegrationNotification */ get: operations["getCompanyManagedDevicesIntegrationsByParentIdNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getCompanyManagedDevicesIntegrationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagedDevicesIntegrationInfos */ get: operations["getCompanyManagedDevicesIntegrationsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managedDevicesIntegrations/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagedDevicesIntegrationInfos */ get: operations["getCompanyManagedDevicesIntegrationsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Management */ get: operations["getCompanyManagement"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Management */ get: operations["getCompanyManagementById"]; /** Put Management */ put: operations["putCompanyManagementById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch Management */ patch: operations["patchCompanyManagementById"]; trace?: never; }; "/company/management/{id}/executeManagedItSync": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postCompanyManagementByIdExecuteManagedItSync"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management/{id}/log/download": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementLogDocumentInfo */ get: operations["getCompanyManagementByIdLogDownload"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management/{id}/logs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementLogDocumentInfo */ get: operations["getCompanyManagementByIdLogs"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management/{parentId}/managementReportNotifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementReportNotification */ get: operations["getCompanyManagementByParentIdManagementReportNotifications"]; put?: never; /** Post ManagementReportNotification */ post: operations["postCompanyManagementByParentIdManagementReportNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management/{parentId}/managementReportNotifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementReportNotification */ get: operations["getCompanyManagementByParentIdManagementReportNotificationsById"]; /** Put ManagementReportNotification */ put: operations["putCompanyManagementByParentIdManagementReportNotificationsById"]; post?: never; /** Delete ManagementReportNotification */ delete: operations["deleteCompanyManagementByParentIdManagementReportNotificationsById"]; options?: never; head?: never; /** Patch ManagementReportNotification */ patch: operations["patchCompanyManagementByParentIdManagementReportNotificationsById"]; trace?: never; }; "/company/management/{parentId}/managementReportNotifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagementReportNotification */ get: operations["getCompanyManagementByParentIdManagementReportNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/management/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Management */ get: operations["getCompanyManagementCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementBackups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementBackup */ get: operations["getCompanyManagementBackups"]; put?: never; /** Post ManagementBackup */ post: operations["postCompanyManagementBackups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementBackups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementBackup */ get: operations["getCompanyManagementBackupsById"]; /** Put ManagementBackup */ put: operations["putCompanyManagementBackupsById"]; post?: never; /** Delete ManagementBackup */ delete: operations["deleteCompanyManagementBackupsById"]; options?: never; head?: never; /** Patch ManagementBackup */ patch: operations["patchCompanyManagementBackupsById"]; trace?: never; }; "/company/managementBackups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagementBackup */ get: operations["getCompanyManagementBackupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementItSolutions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementItSolution */ get: operations["getCompanyManagementItSolutions"]; put?: never; /** Post ManagementItSolution */ post: operations["postCompanyManagementItSolutions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementItSolutions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementItSolution */ get: operations["getCompanyManagementItSolutionsById"]; /** Put ManagementItSolution */ put: operations["putCompanyManagementItSolutionsById"]; post?: never; /** Delete ManagementItSolution */ delete: operations["deleteCompanyManagementItSolutionsById"]; options?: never; head?: never; /** Patch ManagementItSolution */ patch: operations["patchCompanyManagementItSolutionsById"]; trace?: never; }; "/company/managementItSolutions/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyManagementItSolutionsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementItSolutions/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyManagementItSolutionsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementItSolutions/{parentId}/managementProducts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementItSolutionAgreementInterfaceParameter */ get: operations["getCompanyManagementItSolutionsByParentIdManagementProducts"]; put?: never; /** Post ManagementItSolutionAgreementInterfaceParameter */ post: operations["postCompanyManagementItSolutionsByParentIdManagementProducts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementItSolutions/{parentId}/managementProducts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementItSolutionAgreementInterfaceParameter */ get: operations["getCompanyManagementItSolutionsByParentIdManagementProductsById"]; /** Put ManagementItSolutionAgreementInterfaceParameter */ put: operations["putCompanyManagementItSolutionsByParentIdManagementProductsById"]; post?: never; /** Delete ManagementItSolutionAgreementInterfaceParameter */ delete: operations["deleteCompanyManagementItSolutionsByParentIdManagementProductsById"]; options?: never; head?: never; /** Patch ManagementItSolutionAgreementInterfaceParameter */ patch: operations["patchCompanyManagementItSolutionsByParentIdManagementProductsById"]; trace?: never; }; "/company/managementItSolutions/{parentId}/managementProducts/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagementItSolutionAgreementInterfaceParameter */ get: operations["getCompanyManagementItSolutionsByParentIdManagementProductsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/managementItSolutions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagementItSolution */ get: operations["getCompanyManagementItSolutionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MarketDescription */ get: operations["getCompanyMarketDescriptions"]; put?: never; /** Post MarketDescription */ post: operations["postCompanyMarketDescriptions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MarketDescription */ get: operations["getCompanyMarketDescriptionsById"]; /** Put MarketDescription */ put: operations["putCompanyMarketDescriptionsById"]; post?: never; /** Delete MarketDescription */ delete: operations["deleteCompanyMarketDescriptionsById"]; options?: never; head?: never; /** Patch MarketDescription */ patch: operations["patchCompanyMarketDescriptionsById"]; trace?: never; }; "/company/marketDescriptions/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MarketDescriptionInfos */ get: operations["getCompanyMarketDescriptionsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyMarketDescriptionsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyMarketDescriptionsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MarketDescription */ get: operations["getCompanyMarketDescriptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MarketDescriptionInfos */ get: operations["getCompanyMarketDescriptionsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/marketDescriptions/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MarketDescriptionInfos */ get: operations["getCompanyMarketDescriptionsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/noteTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyNoteType */ get: operations["getCompanyNoteTypes"]; put?: never; /** Post CompanyNoteType */ post: operations["postCompanyNoteTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/noteTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyNoteType */ get: operations["getCompanyNoteTypesById"]; /** Put CompanyNoteType */ put: operations["putCompanyNoteTypesById"]; post?: never; /** Delete CompanyNoteType */ delete: operations["deleteCompanyNoteTypesById"]; options?: never; head?: never; /** Patch CompanyNoteType */ patch: operations["patchCompanyNoteTypesById"]; trace?: never; }; "/company/noteTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyNoteTypeInfo */ get: operations["getCompanyNoteTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/noteTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyNoteType */ get: operations["getCompanyNoteTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/noteTypes/count/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyNoteTypeInfo */ get: operations["getCompanyNoteTypesCountInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/noteTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyNoteTypeInfo */ get: operations["getCompanyNoteTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/ownershipTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OwnershipType */ get: operations["getCompanyOwnershipTypes"]; put?: never; /** Post OwnershipType */ post: operations["postCompanyOwnershipTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/ownershipTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OwnershipType */ get: operations["getCompanyOwnershipTypesById"]; /** Put OwnershipType */ put: operations["putCompanyOwnershipTypesById"]; post?: never; /** Delete OwnershipType */ delete: operations["deleteCompanyOwnershipTypesById"]; options?: never; head?: never; /** Patch OwnershipType */ patch: operations["patchCompanyOwnershipTypesById"]; trace?: never; }; "/company/ownershipTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OwnershipTypeInfos */ get: operations["getCompanyOwnershipTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/ownershipTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OwnershipType */ get: operations["getCompanyOwnershipTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/ownershipTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OwnershipTypeInfos */ get: operations["getCompanyOwnershipTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/ownershipTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OwnershipTypeInfos */ get: operations["getCompanyOwnershipTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/paymentTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PaymentTypeInfos */ get: operations["getCompanyPaymentTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfiguration */ get: operations["getCompanyPortalConfigurations"]; put?: never; /** Post PortalConfiguration */ post: operations["postCompanyPortalConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfiguration */ get: operations["getCompanyPortalConfigurationsById"]; /** Put PortalConfiguration */ put: operations["putCompanyPortalConfigurationsById"]; post?: never; /** Delete PortalConfiguration */ delete: operations["deleteCompanyPortalConfigurationsById"]; options?: never; head?: never; /** Patch PortalConfiguration */ patch: operations["patchCompanyPortalConfigurationsById"]; trace?: never; }; "/company/portalConfigurations/{parentId}/invoiceSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfigurationInvoiceSetup */ get: operations["getCompanyPortalConfigurationsByParentIdInvoiceSetups"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/invoiceSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfigurationInvoiceSetup */ get: operations["getCompanyPortalConfigurationsByParentIdInvoiceSetupsById"]; /** Put PortalConfigurationInvoiceSetup */ put: operations["putCompanyPortalConfigurationsByParentIdInvoiceSetupsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalConfigurationInvoiceSetup */ patch: operations["patchCompanyPortalConfigurationsByParentIdInvoiceSetupsById"]; trace?: never; }; "/company/portalConfigurations/{parentId}/invoiceSetups/{id}/testTransaction": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postCompanyPortalConfigurationsByParentIdInvoiceSetupsByIdTestTransaction"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/invoiceSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalConfigurationInvoiceSetup */ get: operations["getCompanyPortalConfigurationsByParentIdInvoiceSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/opportunitySetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfigurationOpportunitySetup */ get: operations["getCompanyPortalConfigurationsByParentIdOpportunitySetups"]; /** Put PortalConfigurationOpportunitySetup */ put: operations["putCompanyPortalConfigurationsByParentIdOpportunitySetups"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalConfigurationOpportunitySetup */ patch: operations["patchCompanyPortalConfigurationsByParentIdOpportunitySetups"]; trace?: never; }; "/company/portalConfigurations/{parentId}/opportunitySetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfigurationOpportunitySetup */ get: operations["getCompanyPortalConfigurationsByParentIdOpportunitySetupsById"]; /** Put PortalConfigurationOpportunitySetup */ put: operations["putCompanyPortalConfigurationsByParentIdOpportunitySetupsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalConfigurationOpportunitySetup */ patch: operations["patchCompanyPortalConfigurationsByParentIdOpportunitySetupsById"]; trace?: never; }; "/company/portalConfigurations/{parentId}/passwordEmailSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfigurationPasswordEmailSetup */ get: operations["getCompanyPortalConfigurationsByParentIdPasswordEmailSetups"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/passwordEmailSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfigurationPasswordEmailSetup */ get: operations["getCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById"]; /** Put PortalConfigurationPasswordEmailSetup */ put: operations["putCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalConfigurationPasswordEmailSetup */ patch: operations["patchCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById"]; trace?: never; }; "/company/portalConfigurations/{parentId}/projectSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfigurationProjectSetup */ get: operations["getCompanyPortalConfigurationsByParentIdProjectSetups"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/projectSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfigurationProjectSetup */ get: operations["getCompanyPortalConfigurationsByParentIdProjectSetupsById"]; /** Put PortalConfigurationProjectSetup */ put: operations["putCompanyPortalConfigurationsByParentIdProjectSetupsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalConfigurationProjectSetup */ patch: operations["patchCompanyPortalConfigurationsByParentIdProjectSetupsById"]; trace?: never; }; "/company/portalConfigurations/{parentId}/projectSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalConfigurationProjectSetup */ get: operations["getCompanyPortalConfigurationsByParentIdProjectSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/serviceSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfigurationServiceSetup */ get: operations["getCompanyPortalConfigurationsByParentIdServiceSetups"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/{parentId}/serviceSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfigurationServiceSetup */ get: operations["getCompanyPortalConfigurationsByParentIdServiceSetupsById"]; /** Put PortalConfigurationServiceSetup */ put: operations["putCompanyPortalConfigurationsByParentIdServiceSetupsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalConfigurationServiceSetup */ patch: operations["patchCompanyPortalConfigurationsByParentIdServiceSetupsById"]; trace?: never; }; "/company/portalConfigurations/{parentId}/serviceSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalConfigurationServiceSetup */ get: operations["getCompanyPortalConfigurationsByParentIdServiceSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post PortalConfiguration */ post: operations["postCompanyPortalConfigurationsCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalConfiguration */ get: operations["getCompanyPortalConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/invoiceSetup/paymentProcessors": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalConfigurationPaymentProcessor */ get: operations["getCompanyPortalConfigurationsInvoiceSetupPaymentProcessors"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/invoiceSetup/paymentProcessors/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalConfigurationPaymentProcessor */ get: operations["getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalConfigurations/invoiceSetup/paymentProcessors/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalConfigurationPaymentProcessor */ get: operations["getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalSecurityLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalSecurityLevel */ get: operations["getCompanyPortalSecurityLevels"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalSecurityLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalSecurityLevel */ get: operations["getCompanyPortalSecurityLevelsById"]; /** Put PortalSecurityLevel */ put: operations["putCompanyPortalSecurityLevelsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalSecurityLevel */ patch: operations["patchCompanyPortalSecurityLevelsById"]; trace?: never; }; "/company/portalSecurityLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalSecurityLevel */ get: operations["getCompanyPortalSecurityLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalSecuritySettings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalSecuritySetting */ get: operations["getCompanyPortalSecuritySettings"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/portalSecuritySettings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalSecuritySetting */ get: operations["getCompanyPortalSecuritySettingsById"]; /** Put PortalSecuritySetting */ put: operations["putCompanyPortalSecuritySettingsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalSecuritySetting */ patch: operations["patchCompanyPortalSecuritySettingsById"]; trace?: never; }; "/company/portalSecuritySettings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalSecuritySetting */ get: operations["getCompanyPortalSecuritySettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of State */ get: operations["getCompanyStates"]; put?: never; /** Post State */ post: operations["postCompanyStates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get State */ get: operations["getCompanyStatesById"]; /** Put State */ put: operations["putCompanyStatesById"]; post?: never; /** Delete State */ delete: operations["deleteCompanyStatesById"]; options?: never; head?: never; /** Patch State */ patch: operations["patchCompanyStatesById"]; trace?: never; }; "/company/states/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get StateInfos */ get: operations["getCompanyStatesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyStatesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyStatesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getCompanyStatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of StateInfos */ get: operations["getCompanyStatesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/states/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of StateInfos */ get: operations["getCompanyStatesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TeamRole */ get: operations["getCompanyTeamRoles"]; put?: never; /** Post TeamRole */ post: operations["postCompanyTeamRoles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TeamRole */ get: operations["getCompanyTeamRolesById"]; /** Put TeamRole */ put: operations["putCompanyTeamRolesById"]; post?: never; /** Delete TeamRole */ delete: operations["deleteCompanyTeamRolesById"]; options?: never; head?: never; /** Patch TeamRole */ patch: operations["patchCompanyTeamRolesById"]; trace?: never; }; "/company/teamRoles/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TeamRoleInfos */ get: operations["getCompanyTeamRolesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getCompanyTeamRolesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getCompanyTeamRolesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getCompanyTeamRolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TeamRoleInfos */ get: operations["getCompanyTeamRolesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/teamRoles/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TeamRoleInfos */ get: operations["getCompanyTeamRolesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/tracks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Track */ get: operations["getCompanyTracks"]; put?: never; /** Post Track */ post: operations["postCompanyTracks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/tracks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Track */ get: operations["getCompanyTracksById"]; /** Put Track */ put: operations["putCompanyTracksById"]; post?: never; /** Delete Track */ delete: operations["deleteCompanyTracksById"]; options?: never; head?: never; /** Patch Track */ patch: operations["patchCompanyTracksById"]; trace?: never; }; "/company/tracks/{parentId}/actions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TrackAction */ get: operations["getCompanyTracksByParentIdActions"]; put?: never; /** Post TrackAction */ post: operations["postCompanyTracksByParentIdActions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/tracks/{parentId}/actions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TrackAction */ get: operations["getCompanyTracksByParentIdActionsById"]; /** Put TrackAction */ put: operations["putCompanyTracksByParentIdActionsById"]; post?: never; /** Delete TrackAction */ delete: operations["deleteCompanyTracksByParentIdActionsById"]; options?: never; head?: never; /** Patch TrackAction */ patch: operations["patchCompanyTracksByParentIdActionsById"]; trace?: never; }; "/company/tracks/{parentId}/actions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TrackAction */ get: operations["getCompanyTracksByParentIdActionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/company/tracks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Track */ get: operations["getCompanyTracksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/{grandparentId}/questions/{parentId}/values/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationTypeQuestionValueInfo */ get: operations["getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/{grandparentId}/questions/{parentId}/values/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationTypeQuestionValueInfo */ get: operations["getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/{grandparentId}/questions/{parentId}/values/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationTypeQuestionValueInfos */ get: operations["getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/{parentId}/questions/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationTypeQuestionInfo */ get: operations["getConfigurationsTypesByParentIdQuestionsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/{parentId}/questions/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationTypeQuestionInfos */ get: operations["getConfigurationsTypesByParentIdQuestionsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/{parentId}/questions/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationTypeQuestionInfos */ get: operations["getConfigurationsTypesByParentIdQuestionsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationTypeInfos */ get: operations["getConfigurationsTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/configurations/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AddressFormatInfos */ get: operations["getConfigurationsTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/classifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Classification */ get: operations["getExpenseClassifications"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/classifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Classification */ get: operations["getExpenseClassificationsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/classifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Classification */ get: operations["getExpenseClassificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/entries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseEntry */ get: operations["getExpenseEntries"]; put?: never; /** Post ExpenseEntry */ post: operations["postExpenseEntries"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/entries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseEntry */ get: operations["getExpenseEntriesById"]; /** Put ExpenseEntry */ put: operations["putExpenseEntriesById"]; post?: never; /** Delete ExpenseEntry */ delete: operations["deleteExpenseEntriesById"]; options?: never; head?: never; /** Patch ExpenseEntry */ patch: operations["patchExpenseEntriesById"]; trace?: never; }; "/expense/entries/{parentId}/audits": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseEntryAudit */ get: operations["getExpenseEntriesByParentIdAudits"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/entries/{parentId}/audits/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseEntryAudit */ get: operations["getExpenseEntriesByParentIdAuditsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/entries/{parentId}/audits/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseEntryAudit */ get: operations["getExpenseEntriesByParentIdAuditsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/entries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseEntry */ get: operations["getExpenseEntriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/info/taxTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseTaxTypeInfo */ get: operations["getExpenseInfoTaxTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/info/taxTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseTaxTypeInfo */ get: operations["getExpenseInfoTaxTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/info/taxTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseTaxTypeInfo */ get: operations["getExpenseInfoTaxTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/paymentTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PaymentType */ get: operations["getExpensePaymentTypes"]; put?: never; /** Post PaymentType */ post: operations["postExpensePaymentTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/paymentTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PaymentType */ get: operations["getExpensePaymentTypesById"]; /** Put PaymentType */ put: operations["putExpensePaymentTypesById"]; post?: never; /** Delete PaymentType */ delete: operations["deleteExpensePaymentTypesById"]; options?: never; head?: never; /** Patch PaymentType */ patch: operations["patchExpensePaymentTypesById"]; trace?: never; }; "/expense/paymentTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PaymentTypeInfos */ get: operations["getExpensePaymentTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/paymentTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PaymentType */ get: operations["getExpensePaymentTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/paymentTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PaymentTypeInfos */ get: operations["getExpensePaymentTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseReport */ get: operations["getExpenseReports"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseReport */ get: operations["getExpenseReportsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{id}/approve": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postExpenseReportsByIdApprove"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{id}/reject": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postExpenseReportsByIdReject"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{id}/reverse": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postExpenseReportsByIdReverse"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{id}/submit": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postExpenseReportsByIdSubmit"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{parentId}/audits": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseReportAudit */ get: operations["getExpenseReportsByParentIdAudits"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{parentId}/audits/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseReportAudit */ get: operations["getExpenseReportsByParentIdAuditsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/{parentId}/audits/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseReportAudit */ get: operations["getExpenseReportsByParentIdAuditsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/reports/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseReport */ get: operations["getExpenseReportsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseType */ get: operations["getExpenseTypes"]; put?: never; /** Post ExpenseType */ post: operations["postExpenseTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseType */ get: operations["getExpenseTypesById"]; /** Put ExpenseType */ put: operations["putExpenseTypesById"]; post?: never; /** Delete ExpenseType */ delete: operations["deleteExpenseTypesById"]; options?: never; head?: never; /** Patch ExpenseType */ patch: operations["patchExpenseTypesById"]; trace?: never; }; "/expense/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseTypeInfos */ get: operations["getExpenseTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseType */ get: operations["getExpenseTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/expense/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseTypeInfos */ get: operations["getExpenseTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AccountingBatch */ get: operations["getFinanceAccountingBatches"]; put?: never; /** Post GLExport */ post: operations["postFinanceAccountingBatches"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AccountingBatch */ get: operations["getFinanceAccountingBatchesById"]; put?: never; post?: never; /** Delete GLExport */ delete: operations["deleteFinanceAccountingBatchesById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches/{id}/export": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post GLExport */ post: operations["postFinanceAccountingBatchesByIdExport"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches/{parentId}/entries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BatchEntry */ get: operations["getFinanceAccountingBatchesByParentIdEntries"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches/{parentId}/entries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BatchEntry */ get: operations["getFinanceAccountingBatchesByParentIdEntriesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches/{parentId}/entries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BatchEntry */ get: operations["getFinanceAccountingBatchesByParentIdEntriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/batches/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AccountingBatch */ get: operations["getFinanceAccountingBatchesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/export": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post GLExport */ post: operations["postFinanceAccountingExport"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedexpenses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedExpense */ get: operations["getFinanceAccountingUnpostedexpenses"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedexpenses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedExpense */ get: operations["getFinanceAccountingUnpostedexpensesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedexpenses/{parentId}/taxableLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedExpenseTaxableLevel */ get: operations["getFinanceAccountingUnpostedexpensesByParentIdTaxableLevels"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedexpenses/{parentId}/taxableLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedExpenseTaxableLevel */ get: operations["getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedexpenses/{parentId}/taxableLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedExpenseTaxableLevel */ get: operations["getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedexpenses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedExpense */ get: operations["getFinanceAccountingUnpostedexpensesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedinvoices": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedInvoice */ get: operations["getFinanceAccountingUnpostedinvoices"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedinvoices/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedInvoice */ get: operations["getFinanceAccountingUnpostedinvoicesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedinvoices/{parentId}/taxableLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedInvoiceTaxableLevel */ get: operations["getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevels"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedinvoices/{parentId}/taxableLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedInvoiceTaxableLevel */ get: operations["getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedinvoices/{parentId}/taxableLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedInvoiceTaxableLevel */ get: operations["getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedinvoices/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedInvoice */ get: operations["getFinanceAccountingUnpostedinvoicesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedpayments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedPayments */ get: operations["getFinanceAccountingUnpostedpayments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedPayments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedPayments */ get: operations["getFinanceAccountingUnpostedPaymentsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedPayments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedPayments */ get: operations["getFinanceAccountingUnpostedPaymentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedprocurement": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedProcurement */ get: operations["getFinanceAccountingUnpostedprocurement"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedprocurement/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedProcurement */ get: operations["getFinanceAccountingUnpostedprocurementById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedprocurement/{parentId}/taxableLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnpostedProcurementTaxableLevel */ get: operations["getFinanceAccountingUnpostedprocurementByParentIdTaxableLevels"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedprocurement/{parentId}/taxableLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnpostedProcurementTaxableLevel */ get: operations["getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedprocurement/{parentId}/taxableLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedProcurementTaxableLevel */ get: operations["getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accounting/unpostedprocurement/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnpostedProcurement */ get: operations["getFinanceAccountingUnpostedprocurementCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accountingPackages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AccountingPackage */ get: operations["getFinanceAccountingPackages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accountingPackages/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AccountingPackage */ get: operations["getFinanceAccountingPackagesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accountingPackages/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AccountingPackage */ get: operations["getFinanceAccountingPackagesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accountingPackageSetup": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AccountingPackageSetup */ get: operations["getFinanceAccountingPackageSetup"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/accountingPackageSetup/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AccountingPackageSetup */ get: operations["getFinanceAccountingPackageSetupById"]; /** Put AccountingPackageSetup */ put: operations["putFinanceAccountingPackageSetupById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch AccountingPackageSetup */ patch: operations["patchFinanceAccountingPackageSetupById"]; trace?: never; }; "/finance/accountingPackageSetup/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AccountingPackageSetup */ get: operations["getFinanceAccountingPackageSetupCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementrecap/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementRecaps */ get: operations["getFinanceAgreementrecap"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementrecap/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementRecaps */ get: operations["getFinanceAgreementrecapById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Agreement */ get: operations["getFinanceAgreements"]; put?: never; /** Post Agreement */ post: operations["postFinanceAgreements"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Agreement */ get: operations["getFinanceAgreementsById"]; /** Put Agreement */ put: operations["putFinanceAgreementsById"]; post?: never; /** Delete Agreement */ delete: operations["deleteFinanceAgreementsById"]; options?: never; head?: never; /** Patch Agreement */ patch: operations["patchFinanceAgreementsById"]; trace?: never; }; "/finance/agreements/{id}/applicationParameters/{podId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementApplicationParameters */ get: operations["getFinanceAgreementsByIdApplicationParametersByPodId"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{id}/invoice": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post AgreementInvoice */ post: operations["postFinanceAgreementsByIdInvoice"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{id}/quickAccess/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Agreement Tab Count */ get: operations["getFinanceAgreementsByIdQuickAccessCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{id}/recurringParameters/{podId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementRecurringParameters */ get: operations["getFinanceAgreementsByIdRecurringParametersByPodId"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/additions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Addition */ get: operations["getFinanceAgreementsByParentIdAdditions"]; put?: never; /** Post Addition */ post: operations["postFinanceAgreementsByParentIdAdditions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/additions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Addition */ get: operations["getFinanceAgreementsByParentIdAdditionsById"]; /** Put Addition */ put: operations["putFinanceAgreementsByParentIdAdditionsById"]; post?: never; /** Delete Addition */ delete: operations["deleteFinanceAgreementsByParentIdAdditionsById"]; options?: never; head?: never; /** Patch Addition */ patch: operations["patchFinanceAgreementsByParentIdAdditionsById"]; trace?: never; }; "/finance/agreements/{parentId}/additions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Addition */ get: operations["getFinanceAgreementsByParentIdAdditionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/adjustments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Adjustment */ get: operations["getFinanceAgreementsByParentIdAdjustments"]; put?: never; /** Post Adjustment */ post: operations["postFinanceAgreementsByParentIdAdjustments"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/adjustments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Adjustment */ get: operations["getFinanceAgreementsByParentIdAdjustmentsById"]; /** Put Adjustment */ put: operations["putFinanceAgreementsByParentIdAdjustmentsById"]; post?: never; /** Delete Adjustment */ delete: operations["deleteFinanceAgreementsByParentIdAdjustmentsById"]; options?: never; head?: never; /** Patch Adjustment */ patch: operations["patchFinanceAgreementsByParentIdAdjustmentsById"]; trace?: never; }; "/finance/agreements/{parentId}/adjustments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Adjustment */ get: operations["getFinanceAgreementsByParentIdAdjustmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/boardDefaults": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardDefault */ get: operations["getFinanceAgreementsByParentIdBoardDefaults"]; put?: never; /** Post BoardDefault */ post: operations["postFinanceAgreementsByParentIdBoardDefaults"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/boardDefaults/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardDefault */ get: operations["getFinanceAgreementsByParentIdBoardDefaultsById"]; /** Put BoardDefault */ put: operations["putFinanceAgreementsByParentIdBoardDefaultsById"]; post?: never; /** Delete BoardDefault */ delete: operations["deleteFinanceAgreementsByParentIdBoardDefaultsById"]; options?: never; head?: never; /** Patch BoardDefault */ patch: operations["patchFinanceAgreementsByParentIdBoardDefaultsById"]; trace?: never; }; "/finance/agreements/{parentId}/boardDefaults/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardDefault */ get: operations["getFinanceAgreementsByParentIdBoardDefaultsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/configurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationReference */ get: operations["getFinanceAgreementsByParentIdConfigurations"]; put?: never; /** Post ConfigurationReference */ post: operations["postFinanceAgreementsByParentIdConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/configurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationReference */ get: operations["getFinanceAgreementsByParentIdConfigurationsById"]; put?: never; post?: never; /** Delete ConfigurationReference */ delete: operations["deleteFinanceAgreementsByParentIdConfigurationsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/configurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationReference */ get: operations["getFinanceAgreementsByParentIdConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post CopyAgreementAction */ post: operations["postFinanceAgreementsByParentIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/sites": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementSite */ get: operations["getFinanceAgreementsByParentIdSites"]; put?: never; /** Post AgreementSite */ post: operations["postFinanceAgreementsByParentIdSites"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/sites/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementSite */ get: operations["getFinanceAgreementsByParentIdSitesById"]; /** Put AgreementSite */ put: operations["putFinanceAgreementsByParentIdSitesById"]; post?: never; /** Delete AgreementSite */ delete: operations["deleteFinanceAgreementsByParentIdSitesById"]; options?: never; head?: never; /** Patch AgreementSite */ patch: operations["patchFinanceAgreementsByParentIdSitesById"]; trace?: never; }; "/finance/agreements/{parentId}/sites/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementSite */ get: operations["getFinanceAgreementsByParentIdSitesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workRoleExclusions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementWorkRoleExclusion */ get: operations["getFinanceAgreementsByParentIdWorkRoleExclusions"]; put?: never; /** Post AgreementWorkRoleExclusion */ post: operations["postFinanceAgreementsByParentIdWorkRoleExclusions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workRoleExclusions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Delete AgreementWorkRoleExclusion */ delete: operations["deleteFinanceAgreementsByParentIdWorkRoleExclusionsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workRoleExclusions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementWorkRoleExclusion */ get: operations["getFinanceAgreementsByParentIdWorkRoleExclusionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workroles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementWorkRole */ get: operations["getFinanceAgreementsByParentIdWorkroles"]; put?: never; /** Post AgreementWorkRole */ post: operations["postFinanceAgreementsByParentIdWorkroles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workroles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementWorkRole */ get: operations["getFinanceAgreementsByParentIdWorkrolesById"]; /** Put AgreementWorkRole */ put: operations["putFinanceAgreementsByParentIdWorkrolesById"]; post?: never; /** Delete AgreementWorkRole */ delete: operations["deleteFinanceAgreementsByParentIdWorkrolesById"]; options?: never; head?: never; /** Patch AgreementWorkRole */ patch: operations["patchFinanceAgreementsByParentIdWorkrolesById"]; trace?: never; }; "/finance/agreements/{parentId}/workroles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementWorkRole */ get: operations["getFinanceAgreementsByParentIdWorkrolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workTypeExclusions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementWorkTypeExclusion */ get: operations["getFinanceAgreementsByParentIdWorkTypeExclusions"]; put?: never; /** Post AgreementWorkTypeExclusion */ post: operations["postFinanceAgreementsByParentIdWorkTypeExclusions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workTypeExclusions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Delete AgreementWorkTypeExclusion */ delete: operations["deleteFinanceAgreementsByParentIdWorkTypeExclusionsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/workTypeExclusions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementWorkTypeExclusion */ get: operations["getFinanceAgreementsByParentIdWorkTypeExclusionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/worktypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementWorkType */ get: operations["getFinanceAgreementsByParentIdWorktypes"]; put?: never; /** Post AgreementWorkType */ post: operations["postFinanceAgreementsByParentIdWorktypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/{parentId}/worktypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementWorkType */ get: operations["getFinanceAgreementsByParentIdWorktypesById"]; /** Put AgreementWorkType */ put: operations["putFinanceAgreementsByParentIdWorktypesById"]; post?: never; /** Delete AgreementWorkType */ delete: operations["deleteFinanceAgreementsByParentIdWorktypesById"]; options?: never; head?: never; /** Patch AgreementWorkType */ patch: operations["patchFinanceAgreementsByParentIdWorktypesById"]; trace?: never; }; "/finance/agreements/{parentId}/worktypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementWorkType */ get: operations["getFinanceAgreementsByParentIdWorktypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Agreement */ get: operations["getFinanceAgreementsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementType */ get: operations["getFinanceAgreementsTypes"]; put?: never; /** Post AgreementType */ post: operations["postFinanceAgreementsTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementType */ get: operations["getFinanceAgreementsTypesById"]; /** Put AgreementType */ put: operations["putFinanceAgreementsTypesById"]; post?: never; /** Delete AgreementType */ delete: operations["deleteFinanceAgreementsTypesById"]; options?: never; head?: never; /** Patch AgreementType */ patch: operations["patchFinanceAgreementsTypesById"]; trace?: never; }; "/finance/agreements/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementType */ get: operations["getFinanceAgreementsTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceAgreementsTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceAgreementsTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementType */ get: operations["getFinanceAgreementsTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeInfo */ get: operations["getFinanceAgreementsTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeInfo */ get: operations["getFinanceAgreementsTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreements/types{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post AgreementType */ post: operations["postFinanceAgreementsByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/boardDefaults": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeBoardDefault */ get: operations["getFinanceAgreementTypesByParentIdBoardDefaults"]; put?: never; /** Post AgreementTypeBoardDefault */ post: operations["postFinanceAgreementTypesByParentIdBoardDefaults"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/boardDefaults/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementTypeBoardDefault */ get: operations["getFinanceAgreementTypesByParentIdBoardDefaultsById"]; /** Put AgreementTypeBoardDefault */ put: operations["putFinanceAgreementTypesByParentIdBoardDefaultsById"]; post?: never; /** Delete AgreementTypeBoardDefault */ delete: operations["deleteFinanceAgreementTypesByParentIdBoardDefaultsById"]; options?: never; head?: never; /** Patch AgreementTypeBoardDefault */ patch: operations["patchFinanceAgreementTypesByParentIdBoardDefaultsById"]; trace?: never; }; "/finance/agreementTypes/{parentId}/boardDefaults/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeBoardDefault */ get: operations["getFinanceAgreementTypesByParentIdBoardDefaultsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workRoleExclusions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeWorkRoleExclusion */ get: operations["getFinanceAgreementTypesByParentIdWorkRoleExclusions"]; put?: never; /** Post AgreementTypeWorkRoleExclusion */ post: operations["postFinanceAgreementTypesByParentIdWorkRoleExclusions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workRoleExclusions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementTypeWorkRoleExclusion */ get: operations["getFinanceAgreementTypesByParentIdWorkRoleExclusionsById"]; put?: never; post?: never; /** Delete AgreementTypeWorkRoleExclusion */ delete: operations["deleteFinanceAgreementTypesByParentIdWorkRoleExclusionsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workRoleExclusions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeWorkRoleExclusion */ get: operations["getFinanceAgreementTypesByParentIdWorkRoleExclusionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workroles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeWorkRole */ get: operations["getFinanceAgreementTypesByParentIdWorkroles"]; put?: never; /** Post AgreementTypeWorkRole */ post: operations["postFinanceAgreementTypesByParentIdWorkroles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workroles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementTypeWorkRole */ get: operations["getFinanceAgreementTypesByParentIdWorkrolesById"]; /** Put AgreementTypeWorkRole */ put: operations["putFinanceAgreementTypesByParentIdWorkrolesById"]; post?: never; /** Delete AgreementTypeWorkRole */ delete: operations["deleteFinanceAgreementTypesByParentIdWorkrolesById"]; options?: never; head?: never; /** Patch AgreementTypeWorkRole */ patch: operations["patchFinanceAgreementTypesByParentIdWorkrolesById"]; trace?: never; }; "/finance/agreementTypes/{parentId}/workroles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeWorkRole */ get: operations["getFinanceAgreementTypesByParentIdWorkrolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workroles/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeWorkRole */ get: operations["getFinanceAgreementTypesByParentIdWorkrolesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workroles/info/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementTypeWorkRoleInfo */ get: operations["getFinanceAgreementTypesByParentIdWorkrolesInfoById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workroles/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeWorkRoleInfo */ get: operations["getFinanceAgreementTypesByParentIdWorkrolesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workTypeExclusions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeWorkTypeExclusion */ get: operations["getFinanceAgreementTypesByParentIdWorkTypeExclusions"]; put?: never; /** Post AgreementTypeWorkTypeExclusion */ post: operations["postFinanceAgreementTypesByParentIdWorkTypeExclusions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workTypeExclusions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementTypeWorkTypeExclusion */ get: operations["getFinanceAgreementTypesByParentIdWorkTypeExclusionsById"]; put?: never; post?: never; /** Delete AgreementTypeWorkTypeExclusion */ delete: operations["deleteFinanceAgreementTypesByParentIdWorkTypeExclusionsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/workTypeExclusions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeWorkTypeExclusion */ get: operations["getFinanceAgreementTypesByParentIdWorkTypeExclusionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/worktypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementTypeWorkType */ get: operations["getFinanceAgreementTypesByParentIdWorktypes"]; put?: never; /** Post AgreementTypeWorkType */ post: operations["postFinanceAgreementTypesByParentIdWorktypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/agreementTypes/{parentId}/worktypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementTypeWorkType */ get: operations["getFinanceAgreementTypesByParentIdWorktypesById"]; /** Put AgreementTypeWorkType */ put: operations["putFinanceAgreementTypesByParentIdWorktypesById"]; post?: never; /** Delete AgreementTypeWorkType */ delete: operations["deleteFinanceAgreementTypesByParentIdWorktypesById"]; options?: never; head?: never; /** Patch AgreementTypeWorkType */ patch: operations["patchFinanceAgreementTypesByParentIdWorktypesById"]; trace?: never; }; "/finance/agreementTypes/{parentId}/worktypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementTypeWorkType */ get: operations["getFinanceAgreementTypesByParentIdWorktypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/batchSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AgreementBatchSetup */ get: operations["getFinanceBatchSetups"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/batchSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AgreementBatchSetup */ get: operations["getFinanceBatchSetupsById"]; /** Put AgreementBatchSetup */ put: operations["putFinanceBatchSetupsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch AgreementBatchSetup */ patch: operations["patchFinanceBatchSetupsById"]; trace?: never; }; "/finance/batchSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AgreementBatchSetup */ get: operations["getFinanceBatchSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingCycle */ get: operations["getFinanceBillingCycles"]; put?: never; /** Post BillingCycle */ post: operations["postFinanceBillingCycles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingCycle */ get: operations["getFinanceBillingCyclesById"]; /** Put BillingCycle */ put: operations["putFinanceBillingCyclesById"]; post?: never; /** Delete BillingCycle */ delete: operations["deleteFinanceBillingCyclesById"]; options?: never; head?: never; /** Patch BillingCycle */ patch: operations["patchFinanceBillingCyclesById"]; trace?: never; }; "/finance/billingCycles/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingCycleInfos */ get: operations["getFinanceBillingCyclesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceBillingCyclesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceBillingCyclesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingCycle */ get: operations["getFinanceBillingCyclesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingCycleInfos */ get: operations["getFinanceBillingCyclesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingCycles/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingCycleInfos */ get: operations["getFinanceBillingCyclesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingSetup */ get: operations["getFinanceBillingSetups"]; put?: never; /** Post BillingSetup */ post: operations["postFinanceBillingSetups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingSetup */ get: operations["getFinanceBillingSetupsById"]; /** Put BillingSetup */ put: operations["putFinanceBillingSetupsById"]; post?: never; /** Delete BillingSetup */ delete: operations["deleteFinanceBillingSetupsById"]; options?: never; head?: never; /** Patch BillingSetup */ patch: operations["patchFinanceBillingSetupsById"]; trace?: never; }; "/finance/billingSetups/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingSetupInfos */ get: operations["getFinanceBillingSetupsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups/{parentId}/routings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingSetupRouting */ get: operations["getFinanceBillingSetupsByParentIdRoutings"]; put?: never; /** Post BillingSetupRouting */ post: operations["postFinanceBillingSetupsByParentIdRoutings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups/{parentId}/routings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingSetupRouting */ get: operations["getFinanceBillingSetupsByParentIdRoutingsById"]; /** Put BillingSetupRouting */ put: operations["putFinanceBillingSetupsByParentIdRoutingsById"]; post?: never; /** Delete BillingSetupRouting */ delete: operations["deleteFinanceBillingSetupsByParentIdRoutingsById"]; options?: never; head?: never; /** Patch BillingSetupRouting */ patch: operations["patchFinanceBillingSetupsByParentIdRoutingsById"]; trace?: never; }; "/finance/billingSetups/{parentId}/routings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingSetupRouting */ get: operations["getFinanceBillingSetupsByParentIdRoutingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingSetup */ get: operations["getFinanceBillingSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingSetupInfos */ get: operations["getFinanceBillingSetupsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingSetups/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingSetupInfos */ get: operations["getFinanceBillingSetupsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingStatus */ get: operations["getFinanceBillingStatuses"]; put?: never; /** Post BillingStatus */ post: operations["postFinanceBillingStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingStatus */ get: operations["getFinanceBillingStatusesById"]; /** Put BillingStatus */ put: operations["putFinanceBillingStatusesById"]; post?: never; /** Delete BillingStatus */ delete: operations["deleteFinanceBillingStatusesById"]; options?: never; head?: never; /** Patch BillingStatus */ patch: operations["patchFinanceBillingStatusesById"]; trace?: never; }; "/finance/billingStatuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingStatusInfo */ get: operations["getFinanceBillingStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceBillingStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceBillingStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingStatus */ get: operations["getFinanceBillingStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingStatusInfo */ get: operations["getFinanceBillingStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingStatuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingStatusInfo */ get: operations["getFinanceBillingStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingTerm */ get: operations["getFinanceBillingTerms"]; put?: never; /** Post BillingTerm */ post: operations["postFinanceBillingTerms"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingTerm */ get: operations["getFinanceBillingTermsById"]; /** Put BillingTerm */ put: operations["putFinanceBillingTermsById"]; post?: never; /** Delete BillingTerm */ delete: operations["deleteFinanceBillingTermsById"]; options?: never; head?: never; /** Patch BillingTerm */ patch: operations["patchFinanceBillingTermsById"]; trace?: never; }; "/finance/billingTerms/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BillingTermInfo */ get: operations["getFinanceBillingTermsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceBillingTermsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceBillingTermsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingTerm */ get: operations["getFinanceBillingTermsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillingTermInfo */ get: operations["getFinanceBillingTermsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/billingTerms/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BillingTermInfo */ get: operations["getFinanceBillingTermsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/closedInvoices/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put ClosedInvoice */ put: operations["putFinanceClosedInvoicesById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ClosedInvoice */ patch: operations["patchFinanceClosedInvoicesById"]; trace?: never; }; "/finance/companyFinance/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CompanyFinances */ get: operations["getFinanceCompanyFinance"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/companyFinance/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CompanyFinances */ get: operations["getFinanceCompanyFinanceById"]; /** Put CompanyFinance */ put: operations["putFinanceCompanyFinanceById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch CompanyFinances */ patch: operations["patchFinanceCompanyFinanceById"]; trace?: never; }; "/finance/companyFinance/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CompanyFinances */ get: operations["getFinanceCompanyFinanceCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Currency */ get: operations["getFinanceCurrencies"]; put?: never; /** Post Currency */ post: operations["postFinanceCurrencies"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Currency */ get: operations["getFinanceCurrenciesById"]; /** Put Currency */ put: operations["putFinanceCurrenciesById"]; post?: never; /** Delete Currency */ delete: operations["deleteFinanceCurrenciesById"]; options?: never; head?: never; /** Patch Currency */ patch: operations["patchFinanceCurrenciesById"]; trace?: never; }; "/finance/currencies/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CurrencyInfos */ get: operations["getFinanceCurrenciesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceCurrenciesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceCurrenciesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Currency */ get: operations["getFinanceCurrenciesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CurrencyInfos */ get: operations["getFinanceCurrenciesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/currencies/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Currency */ get: operations["getFinanceCurrenciesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/deliveryMethods": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DeliveryMethod */ get: operations["getFinanceDeliveryMethods"]; put?: never; /** Post DeliveryMethod */ post: operations["postFinanceDeliveryMethods"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/deliveryMethods/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DeliveryMethod */ get: operations["getFinanceDeliveryMethodsById"]; /** Put DeliveryMethod */ put: operations["putFinanceDeliveryMethodsById"]; post?: never; /** Delete DeliveryMethod */ delete: operations["deleteFinanceDeliveryMethodsById"]; options?: never; head?: never; /** Patch DeliveryMethod */ patch: operations["patchFinanceDeliveryMethodsById"]; trace?: never; }; "/finance/deliveryMethods/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DeliveryMethod */ get: operations["getFinanceDeliveryMethodsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glAccounts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of GLAccount */ get: operations["getFinanceGlAccounts"]; put?: never; /** Post GLAccount */ post: operations["postFinanceGlAccounts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glAccounts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get GLAccount */ get: operations["getFinanceGlAccountsById"]; /** Put GLAccount */ put: operations["putFinanceGlAccountsById"]; post?: never; /** Delete GLAccount */ delete: operations["deleteFinanceGlAccountsById"]; options?: never; head?: never; /** Patch GLAccount */ patch: operations["patchFinanceGlAccountsById"]; trace?: never; }; "/finance/glAccounts/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of GLAccount */ get: operations["getFinanceGlAccountsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glAccounts/mappedTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MappedType */ get: operations["getFinanceGlAccountsMappedTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glAccounts/mappedTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MappedType */ get: operations["getFinanceGlAccountsMappedTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glCaptions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of GLCaption */ get: operations["getFinanceGlCaptions"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glCaptions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get GLCaption */ get: operations["getFinanceGlCaptionsById"]; /** Put GLCaption */ put: operations["putFinanceGlCaptionsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch GLCaption */ patch: operations["patchFinanceGlCaptionsById"]; trace?: never; }; "/finance/glCaptions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of GLCaption */ get: operations["getFinanceGlCaptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glpaths": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of GLPath */ get: operations["getFinanceGlpaths"]; put?: never; /** Post GLPath */ post: operations["postFinanceGlpaths"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/glpaths/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get GLPath */ get: operations["getFinanceGlpathsById"]; /** Put GLPath */ put: operations["putFinanceGlpathsById"]; post?: never; /** Delete GLPath */ delete: operations["deleteFinanceGlpathsById"]; options?: never; head?: never; /** Patch GLPath */ patch: operations["patchFinanceGlpathsById"]; trace?: never; }; "/finance/glpaths/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of GLPath */ get: operations["getFinanceGlpathsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/currencyCodes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CurrencyCode */ get: operations["getFinanceInfoCurrencyCodes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/currencyCodes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CurrencyCode */ get: operations["getFinanceInfoCurrencyCodesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/currencyCodes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CurrencyCode */ get: operations["getFinanceInfoCurrencyCodesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/invoice/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceInfo */ get: operations["getFinanceInfoInvoiceById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/taxIntegrations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxIntegrationInfo */ get: operations["getFinanceInfoTaxIntegrations"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/taxIntegrations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxIntegrationInfo */ get: operations["getFinanceInfoTaxIntegrationsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/info/taxIntegrations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxIntegrationInfo */ get: operations["getFinanceInfoTaxIntegrationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InvoiceEmailTemplate */ get: operations["getFinanceInvoiceEmailTemplates"]; put?: never; /** Post InvoiceEmailTemplate */ post: operations["postFinanceInvoiceEmailTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceEmailTemplate */ get: operations["getFinanceInvoiceEmailTemplatesById"]; /** Put InvoiceEmailTemplate */ put: operations["putFinanceInvoiceEmailTemplatesById"]; post?: never; /** Delete InvoiceEmailTemplate */ delete: operations["deleteFinanceInvoiceEmailTemplatesById"]; options?: never; head?: never; /** Patch InvoiceEmailTemplate */ patch: operations["patchFinanceInvoiceEmailTemplatesById"]; trace?: never; }; "/finance/invoiceEmailTemplates/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceEmailTemplateInfos */ get: operations["getFinanceInvoiceEmailTemplatesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceInvoiceEmailTemplatesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceInvoiceEmailTemplatesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InvoiceEmailTemplate */ get: operations["getFinanceInvoiceEmailTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InvoiceEmailTemplateInfos */ get: operations["getFinanceInvoiceEmailTemplatesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceEmailTemplates/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InvoiceEmailTemplateInfos */ get: operations["getFinanceInvoiceEmailTemplatesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Invoice */ get: operations["getFinanceInvoices"]; put?: never; /** Post Invoice */ post: operations["postFinanceInvoices"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Invoice */ get: operations["getFinanceInvoicesById"]; /** Put Invoice */ put: operations["putFinanceInvoicesById"]; post?: never; /** Delete Invoice */ delete: operations["deleteFinanceInvoicesById"]; options?: never; head?: never; /** Patch Invoice */ patch: operations["patchFinanceInvoicesById"]; trace?: never; }; "/finance/invoices/{id}/pdf": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Invoice */ get: operations["getFinanceInvoicesByIdPdf"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{parentId}/commissions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InvoiceCommissions */ get: operations["getFinanceInvoicesByParentIdCommissions"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{parentId}/commissions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceCommissions */ get: operations["getFinanceInvoicesByParentIdCommissionsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; /** Patch InvoiceCommissions */ patch: operations["patchFinanceInvoicesByParentIdCommissionsById"]; trace?: never; }; "/finance/invoices/{parentId}/commissions/recalculate": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Recalculate InvoiceCommissions */ post: operations["postFinanceInvoicesByParentIdCommissionsRecalculate"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{parentId}/glEntries/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of GLEntries */ get: operations["getFinanceInvoicesByParentIdGlEntries"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{parentId}/glEntries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get GLEntries */ get: operations["getFinanceInvoicesByParentIdGlEntriesById"]; /** Put GLEntries */ put: operations["putFinanceInvoicesByParentIdGlEntriesById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch GLEntries */ patch: operations["patchFinanceInvoicesByParentIdGlEntriesById"]; trace?: never; }; "/finance/invoices/{parentId}/payments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Payment */ get: operations["getFinanceInvoicesByParentIdPayments"]; put?: never; /** Post Payment */ post: operations["postFinanceInvoicesByParentIdPayments"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{parentId}/payments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Payment */ get: operations["getFinanceInvoicesByParentIdPaymentsById"]; /** Put Payment */ put: operations["putFinanceInvoicesByParentIdPaymentsById"]; post?: never; /** Delete Payment */ delete: operations["deleteFinanceInvoicesByParentIdPaymentsById"]; options?: never; head?: never; /** Patch Payment */ patch: operations["patchFinanceInvoicesByParentIdPaymentsById"]; trace?: never; }; "/finance/invoices/{parentId}/routings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Invoice Routings */ get: operations["getFinanceInvoicesByParentIdRoutings"]; put?: never; /** Post Invoice Routings */ post: operations["postFinanceInvoicesByParentIdRoutings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/{parentId}/routings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Invoice Routings */ get: operations["getFinanceInvoicesByParentIdRoutingsById"]; /** Put Invoice Routings */ put: operations["putFinanceInvoicesByParentIdRoutingsById"]; post?: never; /** Delete Invoice Routings */ delete: operations["deleteFinanceInvoicesByParentIdRoutingsById"]; options?: never; head?: never; /** Patch Invoice Routings */ patch: operations["patchFinanceInvoicesByParentIdRoutingsById"]; trace?: never; }; "/finance/invoices/{parentId}/routings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Invoice Routings */ get: operations["getFinanceInvoicesByParentIdRoutingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoices/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Invoice */ get: operations["getFinanceInvoicesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InvoiceTemplate */ get: operations["getFinanceInvoiceTemplates"]; put?: never; /** Post InvoiceTemplate */ post: operations["postFinanceInvoiceTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceTemplate */ get: operations["getFinanceInvoiceTemplatesById"]; /** Put InvoiceTemplate */ put: operations["putFinanceInvoiceTemplatesById"]; post?: never; /** Delete Usage */ delete: operations["deleteFinanceInvoiceTemplatesById"]; options?: never; head?: never; /** Patch InvoiceTemplate */ patch: operations["patchFinanceInvoiceTemplatesById"]; trace?: never; }; "/finance/invoiceTemplates/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceInvoiceTemplatesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplates/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceInvoiceTemplatesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InvoiceTemplate */ get: operations["getFinanceInvoiceTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplateSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of InvoiceTemplateSetup * Retrieves a list of standard and custom invoice templates */ get: operations["getFinanceInvoiceTemplateSetups"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplateSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceTemplateSetup */ get: operations["getFinanceInvoiceTemplateSetupsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/invoiceTemplateSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InvoiceTemplateSetup */ get: operations["getFinanceInvoiceTemplateSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxCode */ get: operations["getFinanceTaxCodes"]; put?: never; /** Post TaxCode */ post: operations["postFinanceTaxCodes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/expenseTypeExemptions/{parentId}/taxableExpenseTypeLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxableExpenseTypeLevel */ get: operations["getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels"]; put?: never; /** Post TaxableExpenseTypeLevel */ post: operations["postFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/expenseTypeExemptions/{parentId}/taxableExpenseTypeLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxableExpenseTypeLevel */ get: operations["getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById"]; /** Put TaxableExpenseTypeLevel */ put: operations["putFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById"]; post?: never; /** Delete TaxableExpenseTypeLevel */ delete: operations["deleteFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById"]; options?: never; head?: never; /** Patch TaxableExpenseTypeLevel */ patch: operations["patchFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById"]; trace?: never; }; "/finance/taxCodes/{grandparentId}/expenseTypeExemptions/{parentId}/taxableExpenseTypeLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxableExpenseTypeLevel */ get: operations["getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/productTypeExemptions/{parentId}/taxableProductTypeLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxableProductTypeLevel */ get: operations["getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels"]; put?: never; /** Post TaxableProductTypeLevel */ post: operations["postFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/productTypeExemptions/{parentId}/taxableProductTypeLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxableProductTypeLevel */ get: operations["getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById"]; /** Put TaxableProductTypeLevel */ put: operations["putFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById"]; post?: never; /** Delete TaxableProductTypeLevel */ delete: operations["deleteFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById"]; options?: never; head?: never; /** Patch TaxableProductTypeLevel */ patch: operations["patchFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById"]; trace?: never; }; "/finance/taxCodes/{grandparentId}/productTypeExemptions/{parentId}/taxableProductTypeLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxableProductTypeLevel */ get: operations["getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/taxCodeXRefs/{parentId}/taxableXRefLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxableXRefLevel */ get: operations["getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels"]; put?: never; /** Post TaxableXRefLevel */ post: operations["postFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/taxCodeXRefs/{parentId}/taxableXRefLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxableXRefLevel */ get: operations["getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById"]; /** Put TaxableXRefLevel */ put: operations["putFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById"]; post?: never; /** Delete TaxableXRefLevel */ delete: operations["deleteFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById"]; options?: never; head?: never; /** Patch TaxableXRefLevel */ patch: operations["patchFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById"]; trace?: never; }; "/finance/taxCodes/{grandparentId}/taxCodeXRefs/{parentId}/taxableXRefLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxableXRefLevel */ get: operations["getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/workRoleExemptions/{parentId}/taxableWorkRoleLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxableWorkRoleLevel */ get: operations["getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels"]; put?: never; /** Post TaxableWorkRoleLevel */ post: operations["postFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{grandparentId}/workRoleExemptions/{parentId}/taxableWorkRoleLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxableWorkRoleLevel */ get: operations["getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById"]; /** Put TaxableWorkRoleLevel */ put: operations["putFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById"]; post?: never; /** Delete TaxableWorkRoleLevel */ delete: operations["deleteFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById"]; options?: never; head?: never; /** Patch TaxableWorkRoleLevel */ patch: operations["patchFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById"]; trace?: never; }; "/finance/taxCodes/{grandparentId}/workRoleExemptions/{parentId}/taxableWorkRoleLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxableWorkRoleLevel */ get: operations["getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxCode */ get: operations["getFinanceTaxCodesById"]; /** Put TaxCode */ put: operations["putFinanceTaxCodesById"]; post?: never; /** Delete Usage */ delete: operations["deleteFinanceTaxCodesById"]; options?: never; head?: never; /** Patch TaxCode */ patch: operations["patchFinanceTaxCodesById"]; trace?: never; }; "/finance/taxCodes/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post TaxCode */ post: operations["postFinanceTaxCodesByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxCodeInfos */ get: operations["getFinanceTaxCodesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getFinanceTaxCodesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getFinanceTaxCodesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/expenseTypeExemptions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ExpenseTypeExemption */ get: operations["getFinanceTaxCodesByParentIdExpenseTypeExemptions"]; put?: never; /** Post ExpenseTypeExemption */ post: operations["postFinanceTaxCodesByParentIdExpenseTypeExemptions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/expenseTypeExemptions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ExpenseTypeExemption */ get: operations["getFinanceTaxCodesByParentIdExpenseTypeExemptionsById"]; /** Put ExpenseTypeExemption */ put: operations["putFinanceTaxCodesByParentIdExpenseTypeExemptionsById"]; post?: never; /** Delete ExpenseTypeExemption */ delete: operations["deleteFinanceTaxCodesByParentIdExpenseTypeExemptionsById"]; options?: never; head?: never; /** Patch ExpenseTypeExemption */ patch: operations["patchFinanceTaxCodesByParentIdExpenseTypeExemptionsById"]; trace?: never; }; "/finance/taxCodes/{parentId}/expenseTypeExemptions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ExpenseTypeExemption */ get: operations["getFinanceTaxCodesByParentIdExpenseTypeExemptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/productTypeExemptions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductTypeExemption */ get: operations["getFinanceTaxCodesByParentIdProductTypeExemptions"]; put?: never; /** Post ProductTypeExemption */ post: operations["postFinanceTaxCodesByParentIdProductTypeExemptions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/productTypeExemptions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProductTypeExemption */ get: operations["getFinanceTaxCodesByParentIdProductTypeExemptionsById"]; /** Put ProductTypeExemption */ put: operations["putFinanceTaxCodesByParentIdProductTypeExemptionsById"]; post?: never; /** Delete ProductTypeExemption */ delete: operations["deleteFinanceTaxCodesByParentIdProductTypeExemptionsById"]; options?: never; head?: never; /** Patch ProductTypeExemption */ patch: operations["patchFinanceTaxCodesByParentIdProductTypeExemptionsById"]; trace?: never; }; "/finance/taxCodes/{parentId}/productTypeExemptions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProductTypeExemption */ get: operations["getFinanceTaxCodesByParentIdProductTypeExemptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/taxCodeLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxCodeLevel */ get: operations["getFinanceTaxCodesByParentIdTaxCodeLevels"]; put?: never; /** Post TaxCodeLevel */ post: operations["postFinanceTaxCodesByParentIdTaxCodeLevels"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/taxCodeLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxCodeLevel */ get: operations["getFinanceTaxCodesByParentIdTaxCodeLevelsById"]; /** Put TaxCodeLevel */ put: operations["putFinanceTaxCodesByParentIdTaxCodeLevelsById"]; post?: never; /** Delete TaxCodeLevel */ delete: operations["deleteFinanceTaxCodesByParentIdTaxCodeLevelsById"]; options?: never; head?: never; /** Patch TaxCodeLevel */ patch: operations["patchFinanceTaxCodesByParentIdTaxCodeLevelsById"]; trace?: never; }; "/finance/taxCodes/{parentId}/taxCodeLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxCodeLevel */ get: operations["getFinanceTaxCodesByParentIdTaxCodeLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/taxCodeXRefs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxCodeXRef */ get: operations["getFinanceTaxCodesByParentIdTaxCodeXRefs"]; put?: never; /** Post TaxCodeXRef */ post: operations["postFinanceTaxCodesByParentIdTaxCodeXRefs"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/taxCodeXRefs/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxCodeXRef */ get: operations["getFinanceTaxCodesByParentIdTaxCodeXRefsById"]; /** Put TaxCodeXRef */ put: operations["putFinanceTaxCodesByParentIdTaxCodeXRefsById"]; post?: never; /** Delete TaxCodeXRef */ delete: operations["deleteFinanceTaxCodesByParentIdTaxCodeXRefsById"]; options?: never; head?: never; /** Patch TaxCodeXRef */ patch: operations["patchFinanceTaxCodesByParentIdTaxCodeXRefsById"]; trace?: never; }; "/finance/taxCodes/{parentId}/taxCodeXRefs/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxCodeXRef */ get: operations["getFinanceTaxCodesByParentIdTaxCodeXRefsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/workRoleExemptions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkRoleExemption */ get: operations["getFinanceTaxCodesByParentIdWorkRoleExemptions"]; put?: never; /** Post WorkRoleExemption */ post: operations["postFinanceTaxCodesByParentIdWorkRoleExemptions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/{parentId}/workRoleExemptions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkRoleExemption */ get: operations["getFinanceTaxCodesByParentIdWorkRoleExemptionsById"]; /** Put WorkRoleExemption */ put: operations["putFinanceTaxCodesByParentIdWorkRoleExemptionsById"]; post?: never; /** Delete WorkRoleExemption */ delete: operations["deleteFinanceTaxCodesByParentIdWorkRoleExemptionsById"]; options?: never; head?: never; /** Patch WorkRoleExemption */ patch: operations["patchFinanceTaxCodesByParentIdWorkRoleExemptionsById"]; trace?: never; }; "/finance/taxCodes/{parentId}/workRoleExemptions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkRoleExemption */ get: operations["getFinanceTaxCodesByParentIdWorkRoleExemptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxCode */ get: operations["getFinanceTaxCodesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxCodeInfos */ get: operations["getFinanceTaxCodesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxCodes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxCodeInfos */ get: operations["getFinanceTaxCodesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxIntegrations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TaxIntegration */ get: operations["getFinanceTaxIntegrations"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/finance/taxIntegrations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TaxIntegration */ get: operations["getFinanceTaxIntegrationsById"]; /** Put TaxIntegration */ put: operations["putFinanceTaxIntegrationsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch TaxIntegration */ patch: operations["patchFinanceTaxIntegrationsById"]; trace?: never; }; "/finance/taxIntegrations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TaxIntegration */ get: operations["getFinanceTaxIntegrationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Campaign */ get: operations["getMarketingCampaigns"]; put?: never; /** Post Campaign */ post: operations["postMarketingCampaigns"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Campaign */ get: operations["getMarketingCampaignsById"]; /** Put Campaign */ put: operations["putMarketingCampaignsById"]; post?: never; /** Delete Campaign */ delete: operations["deleteMarketingCampaignsById"]; options?: never; head?: never; /** Patch Campaign */ patch: operations["patchMarketingCampaignsById"]; trace?: never; }; "/marketing/campaigns/{id}/activities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ActivityReference */ get: operations["getMarketingCampaignsByIdActivities"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{id}/activities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ActivityReference */ get: operations["getMarketingCampaignsByIdActivitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{id}/opportunities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityReference */ get: operations["getMarketingCampaignsByIdOpportunities"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{id}/opportunities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityReference */ get: operations["getMarketingCampaignsByIdOpportunitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/audits": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CampaignAudit */ get: operations["getMarketingCampaignsByParentIdAudits"]; put?: never; /** Post CampaignAudit */ post: operations["postMarketingCampaignsByParentIdAudits"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/audits/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CampaignAudit */ get: operations["getMarketingCampaignsByParentIdAuditsById"]; /** Put CampaignAudit */ put: operations["putMarketingCampaignsByParentIdAuditsById"]; post?: never; /** Delete CampaignAudit */ delete: operations["deleteMarketingCampaignsByParentIdAuditsById"]; options?: never; head?: never; /** Patch CampaignAudit */ patch: operations["patchMarketingCampaignsByParentIdAuditsById"]; trace?: never; }; "/marketing/campaigns/{parentId}/audits/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CampaignAudit */ get: operations["getMarketingCampaignsByParentIdAuditsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/emailsOpened": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailOpened */ get: operations["getMarketingCampaignsByParentIdEmailsOpened"]; put?: never; /** Post EmailOpened */ post: operations["postMarketingCampaignsByParentIdEmailsOpened"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/emailsOpened/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailOpened */ get: operations["getMarketingCampaignsByParentIdEmailsOpenedById"]; /** Put EmailOpened */ put: operations["putMarketingCampaignsByParentIdEmailsOpenedById"]; post?: never; /** Delete EmailOpened */ delete: operations["deleteMarketingCampaignsByParentIdEmailsOpenedById"]; options?: never; head?: never; /** Patch EmailOpened */ patch: operations["patchMarketingCampaignsByParentIdEmailsOpenedById"]; trace?: never; }; "/marketing/campaigns/{parentId}/emailsOpened/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailOpened */ get: operations["getMarketingCampaignsByParentIdEmailsOpenedCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/formsSubmitted": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of FormSubmitted */ get: operations["getMarketingCampaignsByParentIdFormsSubmitted"]; put?: never; /** Post FormSubmitted */ post: operations["postMarketingCampaignsByParentIdFormsSubmitted"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/formsSubmitted/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get FormSubmitted */ get: operations["getMarketingCampaignsByParentIdFormsSubmittedById"]; /** Put FormSubmitted */ put: operations["putMarketingCampaignsByParentIdFormsSubmittedById"]; post?: never; /** Delete FormSubmitted */ delete: operations["deleteMarketingCampaignsByParentIdFormsSubmittedById"]; options?: never; head?: never; /** Patch FormSubmitted */ patch: operations["patchMarketingCampaignsByParentIdFormsSubmittedById"]; trace?: never; }; "/marketing/campaigns/{parentId}/formsSubmitted/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of FormSubmitted */ get: operations["getMarketingCampaignsByParentIdFormsSubmittedCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/linksClicked": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LinkClicked */ get: operations["getMarketingCampaignsByParentIdLinksClicked"]; put?: never; /** Post LinkClicked */ post: operations["postMarketingCampaignsByParentIdLinksClicked"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/{parentId}/linksClicked/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LinkClicked */ get: operations["getMarketingCampaignsByParentIdLinksClickedById"]; /** Put LinkClicked */ put: operations["putMarketingCampaignsByParentIdLinksClickedById"]; post?: never; /** Delete LinkClicked */ delete: operations["deleteMarketingCampaignsByParentIdLinksClickedById"]; options?: never; head?: never; /** Patch LinkClicked */ patch: operations["patchMarketingCampaignsByParentIdLinksClickedById"]; trace?: never; }; "/marketing/campaigns/{parentId}/linksClicked/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LinkClicked */ get: operations["getMarketingCampaignsByParentIdLinksClickedCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Campaign */ get: operations["getMarketingCampaignsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CampaignStatus */ get: operations["getMarketingCampaignsStatuses"]; put?: never; /** Post CampaignStatus */ post: operations["postMarketingCampaignsStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CampaignStatus */ get: operations["getMarketingCampaignsStatusesById"]; /** Put CampaignStatus */ put: operations["putMarketingCampaignsStatusesById"]; post?: never; /** Delete CampaignStatus */ delete: operations["deleteMarketingCampaignsStatusesById"]; options?: never; head?: never; /** Patch CampaignStatus */ patch: operations["patchMarketingCampaignsStatusesById"]; trace?: never; }; "/marketing/campaigns/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CampaignStatus */ get: operations["getMarketingCampaignsStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/subTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CampaignSubType */ get: operations["getMarketingCampaignsSubTypes"]; put?: never; /** Post CampaignSubType */ post: operations["postMarketingCampaignsSubTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/subTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CampaignSubType */ get: operations["getMarketingCampaignsSubTypesById"]; /** Put CampaignSubType */ put: operations["putMarketingCampaignsSubTypesById"]; post?: never; /** Delete CampaignSubType */ delete: operations["deleteMarketingCampaignsSubTypesById"]; options?: never; head?: never; /** Patch CampaignSubType */ patch: operations["patchMarketingCampaignsSubTypesById"]; trace?: never; }; "/marketing/campaigns/subTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CampaignSubType */ get: operations["getMarketingCampaignsSubTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CampaignType */ get: operations["getMarketingCampaignsTypes"]; put?: never; /** Post CampaignType */ post: operations["postMarketingCampaignsTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CampaignType */ get: operations["getMarketingCampaignsTypesById"]; /** Put CampaignType */ put: operations["putMarketingCampaignsTypesById"]; post?: never; /** Delete CampaignType */ delete: operations["deleteMarketingCampaignsTypesById"]; options?: never; head?: never; /** Patch CampaignType */ patch: operations["patchMarketingCampaignsTypesById"]; trace?: never; }; "/marketing/campaigns/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CampaignTypeInfo */ get: operations["getMarketingCampaignsTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/{parentId}/subTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CampaignSubType */ get: operations["getMarketingCampaignsTypesByParentIdSubTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/{parentId}/subTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CampaignSubType */ get: operations["getMarketingCampaignsTypesByParentIdSubTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/{parentId}/subTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CampaignSubType */ get: operations["getMarketingCampaignsTypesByParentIdSubTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CampaignType */ get: operations["getMarketingCampaignsTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CampaignTypeInfos */ get: operations["getMarketingCampaignsTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/campaigns/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CampaignTypeInfos */ get: operations["getMarketingCampaignsTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Group */ get: operations["getMarketingGroups"]; put?: never; /** Post Group */ post: operations["postMarketingGroups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Group */ get: operations["getMarketingGroupsById"]; /** Put Group */ put: operations["putMarketingGroupsById"]; post?: never; /** Delete Group */ delete: operations["deleteMarketingGroupsById"]; options?: never; head?: never; /** Patch Group */ patch: operations["patchMarketingGroupsById"]; trace?: never; }; "/marketing/groups/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Group Info */ get: operations["getMarketingGroupsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getMarketingGroupsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getMarketingGroupsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{parentId}/companies": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MarketingCompany */ get: operations["getMarketingGroupsByParentIdCompanies"]; put?: never; /** Post MarketingCompany */ post: operations["postMarketingGroupsByParentIdCompanies"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{parentId}/companies/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MarketingCompany */ get: operations["getMarketingGroupsByParentIdCompaniesById"]; /** Put MarketingCompany */ put: operations["putMarketingGroupsByParentIdCompaniesById"]; post?: never; /** Delete MarketingCompany */ delete: operations["deleteMarketingGroupsByParentIdCompaniesById"]; options?: never; head?: never; /** Patch MarketingCompany */ patch: operations["patchMarketingGroupsByParentIdCompaniesById"]; trace?: never; }; "/marketing/groups/{parentId}/companies/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MarketingCompany */ get: operations["getMarketingGroupsByParentIdCompaniesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{parentId}/contacts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MarketingContact */ get: operations["getMarketingGroupsByParentIdContacts"]; put?: never; /** Post MarketingContact */ post: operations["postMarketingGroupsByParentIdContacts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/{parentId}/contacts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MarketingContact */ get: operations["getMarketingGroupsByParentIdContactsById"]; /** Put MarketingContact */ put: operations["putMarketingGroupsByParentIdContactsById"]; post?: never; /** Delete MarketingContact */ delete: operations["deleteMarketingGroupsByParentIdContactsById"]; options?: never; head?: never; /** Patch MarketingContact */ patch: operations["patchMarketingGroupsByParentIdContactsById"]; trace?: never; }; "/marketing/groups/{parentId}/contacts/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MarketingContact */ get: operations["getMarketingGroupsByParentIdContactsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Group */ get: operations["getMarketingGroupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of GroupInfo */ get: operations["getMarketingGroupsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/marketing/groups/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Group Info */ get: operations["getMarketingGroupsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProcurementAdjustment */ get: operations["getProcurementAdjustments"]; put?: never; /** Post ProcurementAdjustment */ post: operations["postProcurementAdjustments"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProcurementAdjustment */ get: operations["getProcurementAdjustmentsById"]; /** Put ProcurementAdjustment */ put: operations["putProcurementAdjustmentsById"]; post?: never; /** Delete ProcurementAdjustment */ delete: operations["deleteProcurementAdjustmentsById"]; options?: never; head?: never; /** Patch ProcurementAdjustment */ patch: operations["patchProcurementAdjustmentsById"]; trace?: never; }; "/procurement/adjustments/{parentId}/details": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AdjustmentDetail */ get: operations["getProcurementAdjustmentsByParentIdDetails"]; put?: never; /** Post AdjustmentDetail */ post: operations["postProcurementAdjustmentsByParentIdDetails"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/{parentId}/details/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AdjustmentDetail */ get: operations["getProcurementAdjustmentsByParentIdDetailsById"]; put?: never; post?: never; /** Delete AdjustmentDetail */ delete: operations["deleteProcurementAdjustmentsByParentIdDetailsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/{parentId}/details/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AdjustmentDetail */ get: operations["getProcurementAdjustmentsByParentIdDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProcurementAdjustment */ get: operations["getProcurementAdjustmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AdjustmentType */ get: operations["getProcurementAdjustmentsTypes"]; put?: never; /** Post AdjustmentType */ post: operations["postProcurementAdjustmentsTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AdjustmentType */ get: operations["getProcurementAdjustmentsTypesById"]; /** Put AdjustmentType */ put: operations["putProcurementAdjustmentsTypesById"]; post?: never; /** Delete AdjustmentType */ delete: operations["deleteProcurementAdjustmentsTypesById"]; options?: never; head?: never; /** Patch AdjustmentType */ patch: operations["patchProcurementAdjustmentsTypesById"]; trace?: never; }; "/procurement/adjustments/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AdjustmentTypeInfos */ get: operations["getProcurementAdjustmentsTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementAdjustmentsTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementAdjustmentsTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getProcurementAdjustmentsTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AdjustmentTypeInfos */ get: operations["getProcurementAdjustmentsTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/adjustments/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AdjustmentTypeInfos */ get: operations["getProcurementAdjustmentsTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CatalogItem */ get: operations["getProcurementCatalog"]; put?: never; /** Post CatalogItem */ post: operations["postProcurementCatalog"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{catalogItemIdentifier}/quantityOnHand": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CatalogItem */ get: operations["getProcurementCatalogByCatalogItemIdentifierQuantityOnHand"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CatalogItem */ get: operations["getProcurementCatalogById"]; /** Put CatalogItem */ put: operations["putProcurementCatalogById"]; post?: never; /** Delete CatalogItem */ delete: operations["deleteProcurementCatalogById"]; options?: never; head?: never; /** Patch CatalogItem */ patch: operations["patchProcurementCatalogById"]; trace?: never; }; "/procurement/catalog/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Copy CatalogItem */ post: operations["postProcurementCatalogByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CatalogItemInfo */ get: operations["getProcurementCatalogByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{id}/pricing": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post CatalogPricing */ post: operations["postProcurementCatalogByIdPricing"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/components": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CatalogComponent */ get: operations["getProcurementCatalogByParentIdComponents"]; put?: never; /** Post CatalogComponent */ post: operations["postProcurementCatalogByParentIdComponents"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/components/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CatalogComponent */ get: operations["getProcurementCatalogByParentIdComponentsById"]; /** Put CatalogComponent */ put: operations["putProcurementCatalogByParentIdComponentsById"]; post?: never; /** Delete CatalogComponent */ delete: operations["deleteProcurementCatalogByParentIdComponentsById"]; options?: never; head?: never; /** Patch CatalogComponent */ patch: operations["patchProcurementCatalogByParentIdComponentsById"]; trace?: never; }; "/procurement/catalog/{parentId}/components/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CatalogComponent */ get: operations["getProcurementCatalogByParentIdComponentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/inventory": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CatalogInventory */ get: operations["getProcurementCatalogByParentIdInventory"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/inventory/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CatalogInventory */ get: operations["getProcurementCatalogByParentIdInventoryById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/inventory/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CatalogInventory */ get: operations["getProcurementCatalogByParentIdInventoryCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/minimumStockByWarehouse": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MinimumStockByWarehouse */ get: operations["getProcurementCatalogByParentIdMinimumStockByWarehouse"]; put?: never; /** Post MinimumStockByWarehouse */ post: operations["postProcurementCatalogByParentIdMinimumStockByWarehouse"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/minimumStockByWarehouse/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MinimumStockByWarehouse */ get: operations["getProcurementCatalogByParentIdMinimumStockByWarehouseById"]; /** Put MinimumStockByWarehouse */ put: operations["putProcurementCatalogByParentIdMinimumStockByWarehouseById"]; post?: never; /** Delete MinimumStockByWarehouse */ delete: operations["deleteProcurementCatalogByParentIdMinimumStockByWarehouseById"]; options?: never; head?: never; /** Patch MinimumStockByWarehouse */ patch: operations["patchProcurementCatalogByParentIdMinimumStockByWarehouseById"]; trace?: never; }; "/procurement/catalog/{parentId}/minimumStockByWarehouse/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MinimumStockByWarehouse */ get: operations["getProcurementCatalogByParentIdMinimumStockByWarehouseCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/vendors/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put CatalogItem */ put: operations["putProcurementCatalogByParentIdVendorsById"]; post?: never; /** Delete CatalogItem */ delete: operations["deleteProcurementCatalogByParentIdVendorsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/{parentId}/vendors/{id}{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; delete?: never; options?: never; head?: never; /** Patch BillingCycle */ patch: operations["patchProcurementCatalogByParentIdVendorsByIdById"]; trace?: never; }; "/procurement/catalog/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CatalogItem */ get: operations["getProcurementCatalogCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CatalogItemInfo */ get: operations["getProcurementCatalogInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CatalogItemInfo */ get: operations["getProcurementCatalogInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/vendors": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post CatalogItem */ post: operations["postProcurementCatalogVendors"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/catalog/vendors/{parentId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CatalogItem */ get: operations["getProcurementCatalogVendorsByParentId"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Category */ get: operations["getProcurementCategories"]; put?: never; /** Post Category */ post: operations["postProcurementCategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Category */ get: operations["getProcurementCategoriesById"]; /** Put Category */ put: operations["putProcurementCategoriesById"]; post?: never; /** Delete Category */ delete: operations["deleteProcurementCategoriesById"]; options?: never; head?: never; /** Patch Category */ patch: operations["patchProcurementCategoriesById"]; trace?: never; }; "/procurement/categories/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CategoryInfo */ get: operations["getProcurementCategoriesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/{parentId}/subcategories/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LegacySubCategory */ get: operations["getProcurementCategoriesByParentIdSubcategories"]; put?: never; /** Post LegacySubCategory */ post: operations["postProcurementCategoriesByParentIdSubcategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/{parentId}/subcategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LegacySubCategory */ get: operations["getProcurementCategoriesByParentIdSubcategoriesById"]; /** Put LegacySubCategory */ put: operations["putProcurementCategoriesByParentIdSubcategoriesById"]; post?: never; /** Delete LegacySubCategory */ delete: operations["deleteProcurementCategoriesByParentIdSubcategoriesById"]; options?: never; head?: never; /** Patch LegacySubCategory */ patch: operations["patchProcurementCategoriesByParentIdSubcategoriesById"]; trace?: never; }; "/procurement/categories/{parentId}/subcategories/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LegacySubCategoryInfos */ get: operations["getProcurementCategoriesByParentIdSubcategoriesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/{parentId}/subcategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LegacySubCategory */ get: operations["getProcurementCategoriesByParentIdSubcategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/{parentId}/subcategories/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LegacySubCategoryInfos */ get: operations["getProcurementCategoriesByParentIdSubcategoriesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/{parentId}/subcategories/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LegacySubCategoryInfos */ get: operations["getProcurementCategoriesByParentIdSubcategoriesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Category */ get: operations["getProcurementCategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CategoryInfo */ get: operations["getProcurementCategoriesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/categories/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CategoryInfo */ get: operations["getProcurementCategoriesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/changeorder": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ChangeOrders */ get: operations["getProcurementChangeorder"]; put?: never; /** Post ChangeOrder */ post: operations["postProcurementChangeorder"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/changeorder/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Deletes ChangeOrder By Id */ delete: operations["deleteProcurementChangeorderById"]; options?: never; head?: never; /** Patch ChangeOrder */ patch: operations["patchProcurementChangeorderById"]; trace?: never; }; "/procurement/changeorders/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of changeOrders */ get: operations["getProcurementChangeordersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/directionalSyncs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DirectionalSync */ get: operations["getProcurementDirectionalSyncs"]; put?: never; /** Post DirectionalSync */ post: operations["postProcurementDirectionalSyncs"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/directionalSyncs/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DirectionalSync */ get: operations["getProcurementDirectionalSyncsById"]; /** Put DirectionalSync */ put: operations["putProcurementDirectionalSyncsById"]; post?: never; /** Delete DirectionalSync */ delete: operations["deleteProcurementDirectionalSyncsById"]; options?: never; head?: never; /** Patch DirectionalSync */ patch: operations["patchProcurementDirectionalSyncsById"]; trace?: never; }; "/procurement/directionalSyncs/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DirectionalSync */ get: operations["getProcurementDirectionalSyncsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/invoicegrouping": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InvoiceGrouping */ get: operations["getProcurementInvoicegrouping"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/invoicegrouping/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InvoiceGrouping */ get: operations["getProcurementInvoicegroupingById"]; /** Put InvoiceGrouping */ put: operations["putProcurementInvoicegroupingById"]; post?: never; /** Delete InvoiceGrouping */ delete: operations["deleteProcurementInvoicegroupingById"]; options?: never; head?: never; /** Patch InvoiceGrouping */ patch: operations["patchProcurementInvoicegroupingById"]; trace?: never; }; "/procurement/invoicegrouping/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProcurementInvoicegroupingByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/invoicegrouping/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementInvoicegroupingByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/invoicegrouping/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InvoiceGrouping */ get: operations["getProcurementInvoicegroupingCount"]; put?: never; /** Post InvoiceGrouping */ post: operations["postProcurementInvoicegroupingCount"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/manufacturers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Manufacturer */ get: operations["getProcurementManufacturers"]; put?: never; /** Post Manufacturer */ post: operations["postProcurementManufacturers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/manufacturers/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Manufacturer */ get: operations["getProcurementManufacturersById"]; /** Put Manufacturer */ put: operations["putProcurementManufacturersById"]; post?: never; /** Delete Manufacturer */ delete: operations["deleteProcurementManufacturersById"]; options?: never; head?: never; /** Patch Manufacturer */ patch: operations["patchProcurementManufacturersById"]; trace?: never; }; "/procurement/manufacturers/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManufacturerInfo */ get: operations["getProcurementManufacturersByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/manufacturers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Manufacturer */ get: operations["getProcurementManufacturersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/manufacturers/count/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManufacturerInfos */ get: operations["getProcurementManufacturersCountInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/manufacturers/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManufacturerInfo */ get: operations["getProcurementManufacturersInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/onhandserialnumbers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OnHandSerialNumber */ get: operations["getProcurementOnhandserialnumbers"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/onhandserialnumbers/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OnHandSerialNumber */ get: operations["getProcurementOnhandserialnumbersById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/onhandserialnumbers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OnHandSerialNumber */ get: operations["getProcurementOnhandserialnumbersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/pricingschedules": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PricingSchedule */ get: operations["getProcurementPricingschedules"]; put?: never; /** Post PricingSchedule */ post: operations["postProcurementPricingschedules"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/pricingschedules/{grandparentId}/details/{parentId}/breaks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PricingBreak */ get: operations["getProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaks"]; put?: never; /** Post PricingBreak */ post: operations["postProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/pricingschedules/{grandparentId}/details/{parentId}/breaks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PricingBreak */ get: operations["getProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById"]; /** Put PricingBreak */ put: operations["putProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById"]; post?: never; /** Delete PricingBreak */ delete: operations["deleteProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById"]; options?: never; head?: never; /** Patch PricingBreak */ patch: operations["patchProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById"]; trace?: never; }; "/procurement/pricingschedules/{grandparentId}/details/{parentId}/breaks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PricingBreak */ get: operations["getProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/pricingschedules/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PricingSchedule */ get: operations["getProcurementPricingschedulesById"]; /** Put PricingSchedule */ put: operations["putProcurementPricingschedulesById"]; post?: never; /** Delete PricingSchedule */ delete: operations["deleteProcurementPricingschedulesById"]; options?: never; head?: never; /** Patch PricingSchedule */ patch: operations["patchProcurementPricingschedulesById"]; trace?: never; }; "/procurement/pricingschedules/{parentId}/details": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PricingDetail */ get: operations["getProcurementPricingschedulesByParentIdDetails"]; put?: never; /** Post PricingDetail */ post: operations["postProcurementPricingschedulesByParentIdDetails"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/pricingschedules/{parentId}/details/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PricingDetail */ get: operations["getProcurementPricingschedulesByParentIdDetailsById"]; /** Put PricingDetail */ put: operations["putProcurementPricingschedulesByParentIdDetailsById"]; post?: never; /** Delete PricingDetail */ delete: operations["deleteProcurementPricingschedulesByParentIdDetailsById"]; options?: never; head?: never; /** Patch PricingDetail */ patch: operations["patchProcurementPricingschedulesByParentIdDetailsById"]; trace?: never; }; "/procurement/pricingschedules/{parentId}/details/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PricingDetail */ get: operations["getProcurementPricingschedulesByParentIdDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/pricingschedules/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PricingSchedule */ get: operations["getProcurementPricingschedulesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductItem */ get: operations["getProcurementProducts"]; put?: never; /** Post ProductItem */ post: operations["postProcurementProducts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProductItem */ get: operations["getProcurementProductsById"]; /** Put ProductItem */ put: operations["putProcurementProductsById"]; post?: never; /** Delete ProductItem */ delete: operations["deleteProcurementProductsById"]; options?: never; head?: never; /** Patch ProductItem */ patch: operations["patchProcurementProductsById"]; trace?: never; }; "/procurement/products/{id}/detach": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ProductDetach */ post: operations["postProcurementProductsByIdDetach"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products/{parentId}/components": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductComponent */ get: operations["getProcurementProductsByParentIdComponents"]; put?: never; /** Post List of ProductComponent */ post: operations["postProcurementProductsByParentIdComponents"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products/{parentId}/components/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductComponent */ get: operations["getProcurementProductsByParentIdComponentsById"]; /** Put List of ProductComponent */ put: operations["putProcurementProductsByParentIdComponentsById"]; post?: never; /** Delete ProductComponent */ delete: operations["deleteProcurementProductsByParentIdComponentsById"]; options?: never; head?: never; /** Patch List of ProductComponent */ patch: operations["patchProcurementProductsByParentIdComponentsById"]; trace?: never; }; "/procurement/products/{parentId}/components/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProductComponent */ get: operations["getProcurementProductsByParentIdComponentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products/{parentId}/pickingShippingDetails": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductPickingShippingDetail */ get: operations["getProcurementProductsByParentIdPickingShippingDetails"]; put?: never; /** Post List of ProductPickingShippingDetail */ post: operations["postProcurementProductsByParentIdPickingShippingDetails"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products/{parentId}/pickingShippingDetails/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductPickingShippingDetail */ get: operations["getProcurementProductsByParentIdPickingShippingDetailsById"]; /** Put List of ProductPickingShippingDetail */ put: operations["putProcurementProductsByParentIdPickingShippingDetailsById"]; post?: never; /** Delete ProductPickingShippingDetail */ delete: operations["deleteProcurementProductsByParentIdPickingShippingDetailsById"]; options?: never; head?: never; /** Patch List of ProductPickingShippingDetail */ patch: operations["patchProcurementProductsByParentIdPickingShippingDetailsById"]; trace?: never; }; "/procurement/products/{parentId}/pickingShippingDetails/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProductPickingShippingDetail */ get: operations["getProcurementProductsByParentIdPickingShippingDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/products/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProductItem */ get: operations["getProcurementProductsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrder */ get: operations["getProcurementPurchaseorders"]; put?: never; /** Post PurchaseOrder */ post: operations["postProcurementPurchaseorders"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrder */ get: operations["getProcurementPurchaseordersById"]; /** Put PurchaseOrder */ put: operations["putProcurementPurchaseordersById"]; post?: never; /** Delete PurchaseOrder */ delete: operations["deleteProcurementPurchaseordersById"]; options?: never; head?: never; /** Patch PurchaseOrder */ patch: operations["patchProcurementPurchaseordersById"]; trace?: never; }; "/procurement/purchaseorders/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post PurchaseOrderCopy */ post: operations["postProcurementPurchaseordersByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderInfo */ get: operations["getProcurementPurchaseordersByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{id}/quickAccess/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrder Quick Access Links */ get: operations["getProcurementPurchaseordersByIdQuickAccessCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{id}/rebatch": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post RebatchPurchaseOrder */ post: operations["postProcurementPurchaseordersByIdRebatch"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{id}/unbatch": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post UnbatchPurchaseOrder */ post: operations["postProcurementPurchaseordersByIdUnbatch"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{parentId}/lineitems": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrderLineItem */ get: operations["getProcurementPurchaseordersByParentIdLineitems"]; put?: never; /** Post PurchaseOrderLineItem */ post: operations["postProcurementPurchaseordersByParentIdLineitems"]; /** Delete PurchaseOrderLineItem */ delete: operations["deleteProcurementPurchaseordersByParentIdLineitems"]; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{parentId}/lineitems/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderLineItem */ get: operations["getProcurementPurchaseordersByParentIdLineitemsById"]; /** Put PurchaseOrderLineItem */ put: operations["putProcurementPurchaseordersByParentIdLineitemsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PurchaseOrderLineItem */ patch: operations["patchProcurementPurchaseordersByParentIdLineitemsById"]; trace?: never; }; "/procurement/purchaseorders/{parentId}/lineitems/bulk": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put BulkResult */ put: operations["putProcurementPurchaseordersByParentIdLineitemsBulk"]; /** Post BulkResult */ post: operations["postProcurementPurchaseordersByParentIdLineitemsBulk"]; /** Delete BulkResult */ delete: operations["deleteProcurementPurchaseordersByParentIdLineitemsBulk"]; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{parentId}/lineitems/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrderLineItem */ get: operations["getProcurementPurchaseordersByParentIdLineitemsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrder */ get: operations["getProcurementPurchaseordersByParentIdNotes"]; put?: never; /** Post PurchaseOrderNote */ post: operations["postProcurementPurchaseordersByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderNote */ get: operations["getProcurementPurchaseordersByParentIdNotesById"]; /** Put PurchaseOrderNote */ put: operations["putProcurementPurchaseordersByParentIdNotesById"]; post?: never; /** Delete PurchaseOrderNote */ delete: operations["deleteProcurementPurchaseordersByParentIdNotesById"]; options?: never; head?: never; /** Patch PurchaseOrderNote */ patch: operations["patchProcurementPurchaseordersByParentIdNotesById"]; trace?: never; }; "/procurement/purchaseorders/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrdersNote */ get: operations["getProcurementPurchaseordersByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrder */ get: operations["getProcurementPurchaseordersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrderInfo */ get: operations["getProcurementPurchaseordersInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorders/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrderInfo */ get: operations["getProcurementPurchaseordersInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrderStatus */ get: operations["getProcurementPurchaseorderstatuses"]; put?: never; /** Post PurchaseOrderStatus */ post: operations["postProcurementPurchaseorderstatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderStatus */ get: operations["getProcurementPurchaseorderstatusesById"]; /** Put PurchaseOrderStatus */ put: operations["putProcurementPurchaseorderstatusesById"]; post?: never; /** Delete PurchaseOrderStatus */ delete: operations["deleteProcurementPurchaseorderstatusesById"]; options?: never; head?: never; /** Patch PurchaseOrderStatus */ patch: operations["patchProcurementPurchaseorderstatusesById"]; trace?: never; }; "/procurement/purchaseorderstatuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderStatusInfo */ get: operations["getProcurementPurchaseorderstatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProcurementPurchaseorderstatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementPurchaseorderstatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{parentId}/emailtemplates/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrderStatusEmailTemplate */ get: operations["getProcurementPurchaseorderstatusesByParentIdEmailtemplates"]; put?: never; /** Post PurchaseOrderStatusEmailTemplate */ post: operations["postProcurementPurchaseorderstatusesByParentIdEmailtemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{parentId}/emailtemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderStatusEmailTemplate */ get: operations["getProcurementPurchaseorderstatusesByParentIdEmailtemplatesById"]; /** Put PurchaseOrderStatusEmailTemplate */ put: operations["putProcurementPurchaseorderstatusesByParentIdEmailtemplatesById"]; post?: never; /** Delete PurchaseOrderStatusEmailTemplate */ delete: operations["deleteProcurementPurchaseorderstatusesByParentIdEmailtemplatesById"]; options?: never; head?: never; /** Patch PurchaseOrderStatusEmailTemplate */ patch: operations["patchProcurementPurchaseorderstatusesByParentIdEmailtemplatesById"]; trace?: never; }; "/procurement/purchaseorderstatuses/{parentId}/emailtemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrderStatusEmailTemplate */ get: operations["getProcurementPurchaseorderstatusesByParentIdEmailtemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{parentId}/notifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrderStatusNotification */ get: operations["getProcurementPurchaseorderstatusesByParentIdNotifications"]; put?: never; /** Post PurchaseOrderStatusNotification */ post: operations["postProcurementPurchaseorderstatusesByParentIdNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/{parentId}/notifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PurchaseOrderStatusNotification */ get: operations["getProcurementPurchaseorderstatusesByParentIdNotificationsById"]; /** Put PurchaseOrderStatusNotification */ put: operations["putProcurementPurchaseorderstatusesByParentIdNotificationsById"]; post?: never; /** Delete PurchaseOrderStatusNotification */ delete: operations["deleteProcurementPurchaseorderstatusesByParentIdNotificationsById"]; options?: never; head?: never; /** Patch PurchaseOrderStatusNotification */ patch: operations["patchProcurementPurchaseorderstatusesByParentIdNotificationsById"]; trace?: never; }; "/procurement/purchaseorderstatuses/{parentId}/notifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrderStatusNotification */ get: operations["getProcurementPurchaseorderstatusesByParentIdNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrderStatus */ get: operations["getProcurementPurchaseorderstatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PurchaseOrderStatusInfo */ get: operations["getProcurementPurchaseorderstatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchaseorderstatuses/Info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PurchaseOrderStatusInfo */ get: operations["getProcurementPurchaseorderstatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/purchasingDemands": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post PurchasingDemand */ post: operations["postProcurementPurchasingDemands"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaActions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaAction */ get: operations["getProcurementRmaActions"]; put?: never; /** Post RmaAction */ post: operations["postProcurementRmaActions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaActions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaAction */ get: operations["getProcurementRmaActionsById"]; /** Put RmaAction */ put: operations["putProcurementRmaActionsById"]; post?: never; /** Delete RmaAction */ delete: operations["deleteProcurementRmaActionsById"]; options?: never; head?: never; /** Patch RmaAction */ patch: operations["patchProcurementRmaActionsById"]; trace?: never; }; "/procurement/rmaActions/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaActionInfos */ get: operations["getProcurementRmaActionsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaActions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaAction */ get: operations["getProcurementRmaActionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaActions/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaActionInfos */ get: operations["getProcurementRmaActionsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaActions/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaActionInfos */ get: operations["getProcurementRmaActionsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/RMADispositions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaDisposition */ get: operations["getProcurementRMADispositions"]; put?: never; /** Post RmaDisposition */ post: operations["postProcurementRMADispositions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/RMADispositions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaDisposition */ get: operations["getProcurementRMADispositionsById"]; /** Put RmaDisposition */ put: operations["putProcurementRMADispositionsById"]; post?: never; /** Delete RmaDisposition */ delete: operations["deleteProcurementRMADispositionsById"]; options?: never; head?: never; /** Patch RmaDisposition */ patch: operations["patchProcurementRMADispositionsById"]; trace?: never; }; "/procurement/RMADispositions/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaDispositionInfos */ get: operations["getProcurementRMADispositionsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/RMADispositions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaDisposition */ get: operations["getProcurementRMADispositionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/RMADispositions/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaDispositionInfos */ get: operations["getProcurementRMADispositionsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/RMADispositions/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaDispositionInfos */ get: operations["getProcurementRMADispositionsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaStatus */ get: operations["getProcurementRmaStatuses"]; put?: never; /** Post RmaStatus */ post: operations["postProcurementRmaStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaStatus */ get: operations["getProcurementRmaStatusesById"]; /** Put RmaStatus */ put: operations["putProcurementRmaStatusesById"]; post?: never; /** Delete RmaStatus */ delete: operations["deleteProcurementRmaStatusesById"]; options?: never; head?: never; /** Patch RmaStatus */ patch: operations["patchProcurementRmaStatusesById"]; trace?: never; }; "/procurement/rmaStatuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaStatusInfos */ get: operations["getProcurementRmaStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProcurementRmaStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementRmaStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{parentId}/emailtemplates/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post RmaStatusEmailTemplate */ post: operations["postProcurementRmaStatusesByParentIdEmailtemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{parentId}/emailTemplates/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaStatusEmailTemplate */ get: operations["getProcurementRmaStatusesByParentIdEmailTemplates"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{parentId}/emailtemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaStatusEmailTemplate */ get: operations["getProcurementRmaStatusesByParentIdEmailtemplatesById"]; /** Put RmaStatusEmailTemplate */ put: operations["putProcurementRmaStatusesByParentIdEmailtemplatesById"]; post?: never; /** Delete RmaStatusEmailTemplate */ delete: operations["deleteProcurementRmaStatusesByParentIdEmailtemplatesById"]; options?: never; head?: never; /** Patch RmaStatusEmailTemplate */ patch: operations["patchProcurementRmaStatusesByParentIdEmailtemplatesById"]; trace?: never; }; "/procurement/rmaStatuses/{parentId}/emailtemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaStatusEmailTemplate */ get: operations["getProcurementRmaStatusesByParentIdEmailtemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{parentId}/notifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaStatusNotification */ get: operations["getProcurementRmaStatusesByParentIdNotifications"]; put?: never; /** Post RmaStatusNotification */ post: operations["postProcurementRmaStatusesByParentIdNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/{parentId}/notifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaStatusNotification */ get: operations["getProcurementRmaStatusesByParentIdNotificationsById"]; /** Put RmaStatusNotification */ put: operations["putProcurementRmaStatusesByParentIdNotificationsById"]; post?: never; /** Delete RmaStatusNotification */ delete: operations["deleteProcurementRmaStatusesByParentIdNotificationsById"]; options?: never; head?: never; /** Patch RmaStatusNotification */ patch: operations["patchProcurementRmaStatusesByParentIdNotificationsById"]; trace?: never; }; "/procurement/rmaStatuses/{parentId}/notifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaStatusNotification */ get: operations["getProcurementRmaStatusesByParentIdNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaStatus */ get: operations["getProcurementRmaStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaStatusInfos */ get: operations["getProcurementRmaStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaStatuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaStatusInfos */ get: operations["getProcurementRmaStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaTags": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of RmaTag */ get: operations["getProcurementRmaTags"]; put?: never; /** Post RmaTag */ post: operations["postProcurementRmaTags"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaTags/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaTag */ get: operations["getProcurementRmaTagsById"]; /** Put RmaTag */ put: operations["putProcurementRmaTagsById"]; post?: never; /** Delete RmaTag */ delete: operations["deleteProcurementRmaTagsById"]; options?: never; head?: never; /** Patch RmaTag */ patch: operations["patchProcurementRmaTagsById"]; trace?: never; }; "/procurement/rmaTags/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaTag */ get: operations["getProcurementRmaTagsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/rmaTags/default": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get RmaTag */ get: operations["getProcurementRmaTagsDefault"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/settings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProcurementSetting */ get: operations["getProcurementSettings"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/settings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProcurementSetting */ get: operations["getProcurementSettingsById"]; /** Put ProcurementSetting */ put: operations["putProcurementSettingsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ProcurementSetting */ patch: operations["patchProcurementSettingsById"]; trace?: never; }; "/procurement/settings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProcurementSetting */ get: operations["getProcurementSettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ShipmentMethod */ get: operations["getProcurementShipmentmethods"]; put?: never; /** Post ShipmentMethod */ post: operations["postProcurementShipmentmethods"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ShipmentMethod */ get: operations["getProcurementShipmentmethodsById"]; /** Put ShipmentMethod */ put: operations["putProcurementShipmentmethodsById"]; post?: never; /** Delete ShipmentMethod */ delete: operations["deleteProcurementShipmentmethodsById"]; options?: never; head?: never; /** Patch ShipmentMethod */ patch: operations["patchProcurementShipmentmethodsById"]; trace?: never; }; "/procurement/shipmentmethods/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ShipmentMethodInfos */ get: operations["getProcurementShipmentmethodsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementShipmentmethodsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementShipmentmethodsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ShipmentMethod */ get: operations["getProcurementShipmentmethodsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ShipmentMethodInfos */ get: operations["getProcurementShipmentmethodsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/shipmentmethods/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ShipmentMethodInfos */ get: operations["getProcurementShipmentmethodsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SubCategory */ get: operations["getProcurementSubcategories"]; put?: never; /** Post SubCategory */ post: operations["postProcurementSubcategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SubCategory */ get: operations["getProcurementSubcategoriesById"]; /** Put SubCategory */ put: operations["putProcurementSubcategoriesById"]; post?: never; /** Delete SubCategory */ delete: operations["deleteProcurementSubcategoriesById"]; options?: never; head?: never; /** Patch SubCategory */ patch: operations["patchProcurementSubcategoriesById"]; trace?: never; }; "/procurement/subcategories/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SubCategoryInfo */ get: operations["getProcurementSubcategoriesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementSubcategoriesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementSubcategoriesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SubCategory */ get: operations["getProcurementSubcategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/info/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SubCategoryInfo */ get: operations["getProcurementSubcategoriesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/subcategories/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SubCategoryInfo */ get: operations["getProcurementSubcategoriesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductType */ get: operations["getProcurementTypes"]; put?: never; /** Post ProductType */ post: operations["postProcurementTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProductType */ get: operations["getProcurementTypesById"]; /** Put ProductType */ put: operations["putProcurementTypesById"]; post?: never; /** Delete ProductType */ delete: operations["deleteProcurementTypesById"]; options?: never; head?: never; /** Patch ProductType */ patch: operations["patchProcurementTypesById"]; trace?: never; }; "/procurement/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProductTypeInfo */ get: operations["getProcurementTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProcurementTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProcurementTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProductType */ get: operations["getProcurementTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProductTypeInfo */ get: operations["getProcurementTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProductTypeInfo */ get: operations["getProcurementTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/unitOfMeasures": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UnitOfMeasure */ get: operations["getProcurementUnitOfMeasures"]; put?: never; /** Post UnitOfMeasure */ post: operations["postProcurementUnitOfMeasures"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/unitOfMeasures/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UnitOfMeasure */ get: operations["getProcurementUnitOfMeasuresById"]; /** Put UnitOfMeasure */ put: operations["putProcurementUnitOfMeasuresById"]; post?: never; /** Delete UnitOfMeasure */ delete: operations["deleteProcurementUnitOfMeasuresById"]; options?: never; head?: never; /** Patch UnitOfMeasure */ patch: operations["patchProcurementUnitOfMeasuresById"]; trace?: never; }; "/procurement/unitOfMeasures/{parentId}/conversions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Conversion */ get: operations["getProcurementUnitOfMeasuresByParentIdConversions"]; put?: never; /** Post Conversion */ post: operations["postProcurementUnitOfMeasuresByParentIdConversions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/unitOfMeasures/{parentId}/conversions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Conversion */ get: operations["getProcurementUnitOfMeasuresByParentIdConversionsById"]; /** Put Conversion */ put: operations["putProcurementUnitOfMeasuresByParentIdConversionsById"]; post?: never; /** Delete Conversion */ delete: operations["deleteProcurementUnitOfMeasuresByParentIdConversionsById"]; options?: never; head?: never; /** Patch Conversion */ patch: operations["patchProcurementUnitOfMeasuresByParentIdConversionsById"]; trace?: never; }; "/procurement/unitOfMeasures/{parentId}/conversions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Conversion */ get: operations["getProcurementUnitOfMeasuresByParentIdConversionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/unitOfMeasures/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UnitOfMeasure */ get: operations["getProcurementUnitOfMeasuresCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WarehouseBin */ get: operations["getProcurementWarehouseBins"]; put?: never; /** Post WarehouseBin */ post: operations["postProcurementWarehouseBins"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WarehouseBin */ get: operations["getProcurementWarehouseBinsById"]; /** Put WarehouseBin */ put: operations["putProcurementWarehouseBinsById"]; post?: never; /** Delete WarehouseBin */ delete: operations["deleteProcurementWarehouseBinsById"]; options?: never; head?: never; /** Patch WarehouseBin */ patch: operations["patchProcurementWarehouseBinsById"]; trace?: never; }; "/procurement/warehouseBins/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WarehouseBinInfos */ get: operations["getProcurementWarehouseBinsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/{parentId}/inventoryOnHand": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InventoryOnHand */ get: operations["getProcurementWarehouseBinsByParentIdInventoryOnHand"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/{parentId}/inventoryOnHand/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InventoryOnHand */ get: operations["getProcurementWarehouseBinsByParentIdInventoryOnHandById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/{parentId}/inventoryOnHand/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InventoryOnHand */ get: operations["getProcurementWarehouseBinsByParentIdInventoryOnHandCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WarehouseBin */ get: operations["getProcurementWarehouseBinsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WarehouseBinInfos */ get: operations["getProcurementWarehouseBinsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouseBins/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WarehouseBins */ get: operations["getProcurementWarehouseBinsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Warehouse */ get: operations["getProcurementWarehouses"]; put?: never; /** Post Warehouse */ post: operations["postProcurementWarehouses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Warehouse */ get: operations["getProcurementWarehousesById"]; /** Put Warehouse */ put: operations["putProcurementWarehousesById"]; post?: never; /** Delete Warehouse */ delete: operations["deleteProcurementWarehousesById"]; options?: never; head?: never; /** Patch Warehouse */ patch: operations["patchProcurementWarehousesById"]; trace?: never; }; "/procurement/warehouses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WarehouseInfos */ get: operations["getProcurementWarehousesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Warehouse */ get: operations["getProcurementWarehousesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WarehouseInfos */ get: operations["getProcurementWarehousesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/procurement/warehouses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Warehouses */ get: operations["getProcurementWarehousesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/{parentId}/billingRates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectBillingRate */ get: operations["getProjectByParentIdBillingRates"]; put?: never; /** Post ProjectBillingRate */ post: operations["postProjectByParentIdBillingRates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/{parentId}/billingRates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectBillingRate */ get: operations["getProjectByParentIdBillingRatesById"]; /** Put ProjectBillingRate */ put: operations["putProjectByParentIdBillingRatesById"]; post?: never; /** Delete ProjectBillingRate */ delete: operations["deleteProjectByParentIdBillingRatesById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/project/{parentId}/billingRates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectBillingRate */ get: operations["getProjectByParentIdBillingRatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/billingRates/{parentId}/billingRates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; delete?: never; options?: never; head?: never; /** Patch ProjectBillingRate */ patch: operations["patchProjectBillingRatesByParentIdBillingRatesById"]; trace?: never; }; "/project/boards/{grandparentId}/teams/{parentId}/members": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectBoardTeamMember */ get: operations["getProjectBoardsByGrandparentIdTeamsByParentIdMembers"]; put?: never; /** Post ProjectBoardTeamMember */ post: operations["postProjectBoardsByGrandparentIdTeamsByParentIdMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/boards/{grandparentId}/teams/{parentId}/members/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectBoardTeamMember */ get: operations["getProjectBoardsByGrandparentIdTeamsByParentIdMembersById"]; /** Put ProjectBoardTeamMember */ put: operations["putProjectBoardsByGrandparentIdTeamsByParentIdMembersById"]; post?: never; /** Delete ProjectBoardTeamMember */ delete: operations["deleteProjectBoardsByGrandparentIdTeamsByParentIdMembersById"]; options?: never; head?: never; /** Patch ProjectBoardTeamMember */ patch: operations["patchProjectBoardsByGrandparentIdTeamsByParentIdMembersById"]; trace?: never; }; "/project/boards/{parentId}/kanbanSettings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectBoardKanbanSettings */ get: operations["getProjectBoardsByParentIdKanbanSettings"]; put?: never; /** Post ProjectBoardKanbanSetting */ post: operations["postProjectBoardsByParentIdKanbanSettings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/boards/{parentId}/kanbanSettings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectBoardKanbanSetting */ get: operations["getProjectBoardsByParentIdKanbanSettingsById"]; /** Put ProjectBoardKanbanSetting */ put: operations["putProjectBoardsByParentIdKanbanSettingsById"]; post?: never; /** Delete ProjectBoardKanbanSetting */ delete: operations["deleteProjectBoardsByParentIdKanbanSettingsById"]; options?: never; head?: never; /** Patch ProjectBoardKanbanSetting */ patch: operations["patchProjectBoardsByParentIdKanbanSettingsById"]; trace?: never; }; "/project/boards/{parentId}/teams": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectBoardTeam */ get: operations["getProjectBoardsByParentIdTeams"]; put?: never; /** Post ProjectBoardTeam */ post: operations["postProjectBoardsByParentIdTeams"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/boards/{parentId}/teams/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectBoardTeam */ get: operations["getProjectBoardsByParentIdTeamsById"]; /** Put ProjectBoardTeam */ put: operations["putProjectBoardsByParentIdTeamsById"]; post?: never; /** Delete ProjectBoardTeam */ delete: operations["deleteProjectBoardsByParentIdTeamsById"]; options?: never; head?: never; /** Patch ProjectBoardTeam */ patch: operations["patchProjectBoardsByParentIdTeamsById"]; trace?: never; }; "/project/boards/{parentId}/teams/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectBoardTeamInfos */ get: operations["getProjectBoardsByParentIdTeamsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/boards/{parentId}/teams/{id}/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectBoardTeamInfos */ get: operations["getProjectBoardsByParentIdTeamsByIdInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/boards/{parentId}/teams/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectBoardTeam */ get: operations["getProjectBoardsByParentIdTeamsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/boards/{parentId}/teams/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectBoardTeamInfos */ get: operations["getProjectBoardsByParentIdTeamsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/phaseStatuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PhaseStatus */ get: operations["getProjectPhaseStatuses"]; put?: never; /** Post PhaseStatus */ post: operations["postProjectPhaseStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/phaseStatuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PhaseStatus */ get: operations["getProjectPhaseStatusesById"]; /** Put PhaseStatus */ put: operations["putProjectPhaseStatusesById"]; post?: never; /** Delete PhaseStatus */ delete: operations["deleteProjectPhaseStatusesById"]; options?: never; head?: never; /** Patch PhaseStatus */ patch: operations["patchProjectPhaseStatusesById"]; trace?: never; }; "/project/phaseStatuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PhaseStatusInfos */ get: operations["getProjectPhaseStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/phaseStatuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProjectPhaseStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/phaseStatuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProjectPhaseStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/phaseStatuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PhaseStatus */ get: operations["getProjectPhaseStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/phaseStatuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PhaseStatusInfos */ get: operations["getProjectPhaseStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ApiProject */ get: operations["getProjectProjects"]; put?: never; /** Post ApiProject */ post: operations["postProjectProjects"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ApiProject */ get: operations["getProjectProjectsById"]; /** Put ApiProject */ put: operations["putProjectProjectsById"]; post?: never; /** Delete ApiProject */ delete: operations["deleteProjectProjectsById"]; options?: never; head?: never; /** Patch ApiProject */ patch: operations["patchProjectProjectsById"]; trace?: never; }; "/project/projects/{id}/projectRecap": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectRecap */ get: operations["getProjectProjectsByIdProjectRecap"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{id}/projectWorkplan": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectWorkplan */ get: operations["getProjectProjectsByIdProjectWorkplan"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/applyTemplate/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApplyTemplate */ post: operations["postProjectProjectsByParentIdApplyTemplateById"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/applyTemplates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApplyTemplates */ post: operations["postProjectProjectsByParentIdApplyTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/contacts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectContact */ get: operations["getProjectProjectsByParentIdContacts"]; put?: never; /** Post ProjectContact */ post: operations["postProjectProjectsByParentIdContacts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/contacts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectContact */ get: operations["getProjectProjectsByParentIdContactsById"]; put?: never; post?: never; /** Delete ProjectContact */ delete: operations["deleteProjectProjectsByParentIdContactsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectNote */ get: operations["getProjectProjectsByParentIdNotes"]; put?: never; /** Post ProjectNote */ post: operations["postProjectProjectsByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectNote */ get: operations["getProjectProjectsByParentIdNotesById"]; /** Put ProjectNote */ put: operations["putProjectProjectsByParentIdNotesById"]; post?: never; /** Delete ProjectNote */ delete: operations["deleteProjectProjectsByParentIdNotesById"]; options?: never; head?: never; /** Patch ProjectNote */ patch: operations["patchProjectProjectsByParentIdNotesById"]; trace?: never; }; "/project/projects/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectNote */ get: operations["getProjectProjectsByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/phases": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectPhase */ get: operations["getProjectProjectsByParentIdPhases"]; put?: never; /** Post ProjectPhase */ post: operations["postProjectProjectsByParentIdPhases"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/phases/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectPhase */ get: operations["getProjectProjectsByParentIdPhasesById"]; /** Put ProjectPhase */ put: operations["putProjectProjectsByParentIdPhasesById"]; post?: never; /** Delete ProjectPhase */ delete: operations["deleteProjectProjectsByParentIdPhasesById"]; options?: never; head?: never; /** Patch ProjectPhase */ patch: operations["patchProjectProjectsByParentIdPhasesById"]; trace?: never; }; "/project/projects/{parentId}/phases/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectPhase */ get: operations["getProjectProjectsByParentIdPhasesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/teamMembers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTeamMember */ get: operations["getProjectProjectsByParentIdTeamMembers"]; put?: never; /** Post ProjectTeamMember */ post: operations["postProjectProjectsByParentIdTeamMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/{parentId}/teamMembers/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTeamMember */ get: operations["getProjectProjectsByParentIdTeamMembersById"]; /** Put ProjectTeamMember */ put: operations["putProjectProjectsByParentIdTeamMembersById"]; post?: never; /** Delete ProjectTeamMember */ delete: operations["deleteProjectProjectsByParentIdTeamMembersById"]; options?: never; head?: never; /** Patch ProjectTeamMember */ patch: operations["patchProjectProjectsByParentIdTeamMembersById"]; trace?: never; }; "/project/projects/{parentId}/teamMembers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectTeamMember */ get: operations["getProjectProjectsByParentIdTeamMembersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projects/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ApiProject */ get: operations["getProjectProjectsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplates */ get: operations["getProjectProjectTemplates"]; put?: never; /** Post ProjectTemplates */ post: operations["postProjectProjectTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/{grandParentId}/projectTemplateTickets/{parentId}/tasks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplateTasks */ get: operations["getProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasks"]; put?: never; /** Post ProjectTemplateTasks */ post: operations["postProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/{grandParentId}/projectTemplateTickets/{parentId}/tasks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTemplateTasks */ get: operations["getProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById"]; /** Put ProjectTemplateTasks */ put: operations["putProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById"]; post?: never; /** Delete ProjectTemplateTasks */ delete: operations["deleteProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById"]; options?: never; head?: never; /** Patch ProjectTemplateTasks */ patch: operations["patchProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById"]; trace?: never; }; "/project/projectTemplates/{grandParentId}/projectTemplateTickets/{parentId}/tasks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectTemplateTasks */ get: operations["getProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTemplates */ get: operations["getProjectProjectTemplatesById"]; /** Put ProjectTemplates */ put: operations["putProjectProjectTemplatesById"]; post?: never; /** Delete ProjectTemplates */ delete: operations["deleteProjectProjectTemplatesById"]; options?: never; head?: never; /** Patch ProjectTemplates */ patch: operations["patchProjectProjectTemplatesById"]; trace?: never; }; "/project/projectTemplates/{id}/workplan": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTemplatesWorkplan */ get: operations["getProjectProjectTemplatesByIdWorkplan"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/{parentId}/projectTemplatePhases": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplatePhases */ get: operations["getProjectProjectTemplatesByParentIdProjectTemplatePhases"]; put?: never; /** Post ProjectTemplatePhases */ post: operations["postProjectProjectTemplatesByParentIdProjectTemplatePhases"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/{parentId}/projectTemplatePhases/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTemplatePhases */ get: operations["getProjectProjectTemplatesByParentIdProjectTemplatePhasesById"]; /** Put ProjectTemplatePhases */ put: operations["putProjectProjectTemplatesByParentIdProjectTemplatePhasesById"]; post?: never; /** Delete ProjectTemplatePhases */ delete: operations["deleteProjectProjectTemplatesByParentIdProjectTemplatePhasesById"]; options?: never; head?: never; /** Patch ProjectTemplatePhases */ patch: operations["patchProjectProjectTemplatesByParentIdProjectTemplatePhasesById"]; trace?: never; }; "/project/projectTemplates/{parentId}/projectTemplateTickets": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplateTickets */ get: operations["getProjectProjectTemplatesByParentIdProjectTemplateTickets"]; put?: never; /** Post ProjectTemplateTickets */ post: operations["postProjectProjectTemplatesByParentIdProjectTemplateTickets"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/{parentId}/projectTemplateTickets/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTemplateTickets */ get: operations["getProjectProjectTemplatesByParentIdProjectTemplateTicketsById"]; /** Put ProjectTemplateTickets */ put: operations["putProjectProjectTemplatesByParentIdProjectTemplateTicketsById"]; post?: never; /** Delete ProjectTemplateTickets */ delete: operations["deleteProjectProjectTemplatesByParentIdProjectTemplateTicketsById"]; options?: never; head?: never; /** Patch ProjectTemplateTickets */ patch: operations["patchProjectProjectTemplatesByParentIdProjectTemplateTicketsById"]; trace?: never; }; "/project/projectTemplates/{parentId}/projectTemplateTickets/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectTemplateTickets */ get: operations["getProjectProjectTemplatesByParentIdProjectTemplateTicketsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectTemplates */ get: operations["getProjectProjectTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/createFromProject/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post CreateFromProject */ post: operations["postProjectProjectTemplatesCreateFromProjectById"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/projectTemplatePhases": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplatePhases */ get: operations["getProjectProjectTemplatesProjectTemplatePhases"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/projectTemplateTickets": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplateTickets */ get: operations["getProjectProjectTemplatesProjectTemplateTickets"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTemplates/projectTemplateTickets/tasks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTemplateTasks */ get: operations["getProjectProjectTemplatesProjectTemplateTicketsTasks"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectType */ get: operations["getProjectProjectTypes"]; put?: never; /** Post ProjectType */ post: operations["postProjectProjectTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectType */ get: operations["getProjectProjectTypesById"]; /** Put ProjectType */ put: operations["putProjectProjectTypesById"]; post?: never; /** Delete ProjectType */ delete: operations["deleteProjectProjectTypesById"]; options?: never; head?: never; /** Patch ProjectType */ patch: operations["patchProjectProjectTypesById"]; trace?: never; }; "/project/projectTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTypeInfos */ get: operations["getProjectProjectTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProjectProjectTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProjectProjectTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectType */ get: operations["getProjectProjectTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTypeInfos */ get: operations["getProjectProjectTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/projectTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectTypeInfos */ get: operations["getProjectProjectTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/securityRoles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectSecurityRole */ get: operations["getProjectSecurityRoles"]; put?: never; /** Post ProjectSecurityRole */ post: operations["postProjectSecurityRoles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/securityRoles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectSecurityRole */ get: operations["getProjectSecurityRolesById"]; /** Put ProjectSecurityRole */ put: operations["putProjectSecurityRolesById"]; post?: never; /** Delete ProjectSecurityRole */ delete: operations["deleteProjectSecurityRolesById"]; options?: never; head?: never; /** Patch ProjectSecurityRole */ patch: operations["patchProjectSecurityRolesById"]; trace?: never; }; "/project/securityRoles/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectSecurityRoleInfos */ get: operations["getProjectSecurityRolesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/securityRoles/{parentId}/settings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectSecurityRoleSetting */ get: operations["getProjectSecurityRolesByParentIdSettings"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/securityRoles/{parentId}/settings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectSecurityRoleSetting */ get: operations["getProjectSecurityRolesByParentIdSettingsById"]; /** Put ProjectSecurityRoleSetting */ put: operations["putProjectSecurityRolesByParentIdSettingsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ProjectSecurityRoleSetting */ patch: operations["patchProjectSecurityRolesByParentIdSettingsById"]; trace?: never; }; "/project/securityRoles/{parentId}/settings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectSecurityRoleSetting */ get: operations["getProjectSecurityRolesByParentIdSettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/securityRoles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectSecurityRole */ get: operations["getProjectSecurityRolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/securityRoles/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectSecurityRoleInfos */ get: operations["getProjectSecurityRolesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectStatus */ get: operations["getProjectStatuses"]; put?: never; /** Post ProjectStatus */ post: operations["postProjectStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectStatus */ get: operations["getProjectStatusesById"]; /** Put ProjectStatus */ put: operations["putProjectStatusesById"]; post?: never; /** Delete ProjectStatus */ delete: operations["deleteProjectStatusesById"]; options?: never; head?: never; /** Patch ProjectStatus */ patch: operations["patchProjectStatusesById"]; trace?: never; }; "/project/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectStatusesInfo */ get: operations["getProjectStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getProjectStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getProjectStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectStatus */ get: operations["getProjectStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectStatusesInfo */ get: operations["getProjectStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectStatusInfo */ get: operations["getProjectStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statusIndicators": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of StatusIndicator */ get: operations["getProjectStatusIndicators"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statusIndicators/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get StatusIndicator */ get: operations["getProjectStatusIndicatorsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/statusIndicators/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of StatusIndicator */ get: operations["getProjectStatusIndicatorsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/ticketNote/{id}/markAs/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ProjectTicketNote */ post: operations["postProjectTicketNoteByIdMarkAs"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTicket */ get: operations["getProjectTickets"]; put?: never; /** Post ProjectTicket */ post: operations["postProjectTickets"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ProjectTicket */ get: operations["getProjectTicketsById"]; /** Put ProjectTicket */ put: operations["putProjectTicketsById"]; post?: never; /** Delete ProjectTicket */ delete: operations["deleteProjectTicketsById"]; options?: never; head?: never; /** Patch ProjectTicket */ patch: operations["patchProjectTicketsById"]; trace?: never; }; "/project/tickets/{parentId}/activities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ActivityReference * Gets activities associated to the ticket * Please use the /sales/activities?conditions=ticket/id={id} endpoint */ get: operations["getProjectTicketsByParentIdActivities"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/activities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of ActivityReference * Gets count of activities associated to the ticket * Please use the /sales/activities/count?conditions=ticket/id={id} endpoint */ get: operations["getProjectTicketsByParentIdActivitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/allNotes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ProjectTicketNote */ get: operations["getProjectTicketsByParentIdAllNotes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/configurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationReference */ get: operations["getProjectTicketsByParentIdConfigurations"]; put?: never; /** Post ConfigurationReference */ post: operations["postProjectTicketsByParentIdConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/configurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationReference */ get: operations["getProjectTicketsByParentIdConfigurationsById"]; put?: never; post?: never; /** Delete ConfigurationReference */ delete: operations["deleteProjectTicketsByParentIdConfigurationsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/configurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationReference */ get: operations["getProjectTicketsByParentIdConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/convert": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postProjectTicketsByParentIdConvert"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/documents": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of DocumentReference * Gets the documents associated to the ticket * Please use the /system/documents?recordType=Ticket&recordId={id} endpoint */ get: operations["getProjectTicketsByParentIdDocuments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/documents/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DocumentReference */ get: operations["getProjectTicketsByParentIdDocumentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TicketNote */ get: operations["getProjectTicketsByParentIdNotes"]; put?: never; /** Post TicketNote */ post: operations["postProjectTicketsByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TicketNote */ get: operations["getProjectTicketsByParentIdNotesById"]; /** Put TicketNote */ put: operations["putProjectTicketsByParentIdNotesById"]; post?: never; /** Delete TicketNote */ delete: operations["deleteProjectTicketsByParentIdNotesById"]; options?: never; head?: never; /** Patch TicketNote */ patch: operations["patchProjectTicketsByParentIdNotesById"]; trace?: never; }; "/project/tickets/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TicketNote */ get: operations["getProjectTicketsByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/products": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ProductReference * Gets the products associated to the ticket * Please use the /procurement/products?conditions=chargeToType='Ticket' AND chargeToId={id} endpoint */ get: operations["getProjectTicketsByParentIdProducts"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/products/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of ProductReference * Gets the products associated to the ticket * Please use the /procurement/products/count?conditions=chargeToType='Ticket' AND chargeToId={id} endpoint */ get: operations["getProjectTicketsByParentIdProductsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/scheduleentries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ScheduleEntryReference * Gets the schedule entries associated to the ticket * Please use the /schedule/entries?conditions=type/id=4 AND objectId={id} endpoint */ get: operations["getProjectTicketsByParentIdScheduleentries"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/scheduleentries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of ScheduleEntryReference * Gets the schedule entries count associated to the ticket * Please use the /schedule/entries/count?conditions=type/id=4 AND objectId={id} endpoint */ get: operations["getProjectTicketsByParentIdScheduleentriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/tasks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TicketTask */ get: operations["getProjectTicketsByParentIdTasks"]; put?: never; /** Post TicketTask */ post: operations["postProjectTicketsByParentIdTasks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/tasks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TicketTask */ get: operations["getProjectTicketsByParentIdTasksById"]; /** Put TicketTask */ put: operations["putProjectTicketsByParentIdTasksById"]; post?: never; /** Delete TicketTask */ delete: operations["deleteProjectTicketsByParentIdTasksById"]; options?: never; head?: never; /** Patch TicketTask */ patch: operations["patchProjectTicketsByParentIdTasksById"]; trace?: never; }; "/project/tickets/{parentId}/tasks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TicketTask */ get: operations["getProjectTicketsByParentIdTasksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/timeentries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of TimeEntryReference * Gets time entries associated to the ticket * Please use the /time/entries?conditions=(chargeToType="ServiceTicket" OR chargeToType="ProjectTicket") AND chargeToId={id} endpoint */ get: operations["getProjectTicketsByParentIdTimeentries"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/{parentId}/timeentries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of TimeEntryReference * Gets time entries count associated to the ticket * Please use the /time/entries/count?conditions=(chargeToType="ServiceTicket" OR chargeToType="ProjectTicket") AND chargeToId={id} endpoint */ get: operations["getProjectTicketsByParentIdTimeentriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ProjectTicket */ get: operations["getProjectTicketsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/project/tickets/search": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post List of ProjectTicket */ post: operations["postProjectTicketsSearch"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Activity */ get: operations["getSalesActivities"]; put?: never; /** Post Activity */ post: operations["postSalesActivities"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Activity */ get: operations["getSalesActivitiesById"]; /** Put Activity */ put: operations["putSalesActivitiesById"]; post?: never; /** Delete Activity */ delete: operations["deleteSalesActivitiesById"]; options?: never; head?: never; /** Patch Activity */ patch: operations["patchSalesActivitiesById"]; trace?: never; }; "/sales/activities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Activity */ get: operations["getSalesActivitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ActivityStatus */ get: operations["getSalesActivitiesStatuses"]; put?: never; /** Post ActivityStatus */ post: operations["postSalesActivitiesStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ActivityStatus */ get: operations["getSalesActivitiesStatusesById"]; /** Put ActivityStatus */ put: operations["putSalesActivitiesStatusesById"]; post?: never; /** Delete ActivityStatus */ delete: operations["deleteSalesActivitiesStatusesById"]; options?: never; head?: never; /** Patch ActivityStatus */ patch: operations["patchSalesActivitiesStatusesById"]; trace?: never; }; "/sales/activities/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ActivityStatusInfos */ get: operations["getSalesActivitiesStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ActivityStatus */ get: operations["getSalesActivitiesStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ActivityStatusInfos */ get: operations["getSalesActivitiesStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ActivityStatus */ get: operations["getSalesActivitiesStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ActivityType */ get: operations["getSalesActivitiesTypes"]; put?: never; /** Post ActivityType */ post: operations["postSalesActivitiesTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ActivityType */ get: operations["getSalesActivitiesTypesById"]; /** Put ActivityType */ put: operations["putSalesActivitiesTypesById"]; post?: never; /** Delete ActivityType */ delete: operations["deleteSalesActivitiesTypesById"]; options?: never; head?: never; /** Patch ActivityType */ patch: operations["patchSalesActivitiesTypesById"]; trace?: never; }; "/sales/activities/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSalesActivitiesTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSalesActivitiesTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/activities/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ActivityType */ get: operations["getSalesActivitiesTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/commissions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Commission */ get: operations["getSalesCommissions"]; put?: never; /** Post Commission */ post: operations["postSalesCommissions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/commissions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Commission */ get: operations["getSalesCommissionsById"]; /** Put Commission */ put: operations["putSalesCommissionsById"]; post?: never; /** Delete Commission */ delete: operations["deleteSalesCommissionsById"]; options?: never; head?: never; /** Patch Commission */ patch: operations["patchSalesCommissionsById"]; trace?: never; }; "/sales/commissions/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSalesCommissionsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/commissions/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSalesCommissionsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/commissions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Commission */ get: operations["getSalesCommissionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ get: operations["getSalesOpportunities"]; put?: never; /** Post ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ post: operations["postSalesOpportunities"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ get: operations["getSalesOpportunitiesById"]; /** Put ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ put: operations["putSalesOpportunitiesById"]; post?: never; /** Delete ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ delete: operations["deleteSalesOpportunitiesById"]; options?: never; head?: never; /** Patch ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ patch: operations["patchSalesOpportunitiesById"]; trace?: never; }; "/sales/opportunities/{id}/convertToAgreement": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApiAgreement */ post: operations["postSalesOpportunitiesByIdConvertToAgreement"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{id}/convertToProject": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApiProject */ post: operations["postSalesOpportunitiesByIdConvertToProject"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{id}/convertToSalesOrder": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApiSalesOrder */ post: operations["postSalesOpportunitiesByIdConvertToSalesOrder"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{id}/convertToServiceTicket": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApiTicket */ post: operations["postSalesOpportunitiesByIdConvertToServiceTicket"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/contacts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityContact */ get: operations["getSalesOpportunitiesByParentIdContacts"]; put?: never; /** Post OpportunityContact */ post: operations["postSalesOpportunitiesByParentIdContacts"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/contacts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityContact */ get: operations["getSalesOpportunitiesByParentIdContactsById"]; /** Put OpportunityContact */ put: operations["putSalesOpportunitiesByParentIdContactsById"]; post?: never; /** Delete OpportunityContact */ delete: operations["deleteSalesOpportunitiesByParentIdContactsById"]; options?: never; head?: never; /** Patch OpportunityContact */ patch: operations["patchSalesOpportunitiesByParentIdContactsById"]; trace?: never; }; "/sales/opportunities/{parentId}/contacts/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityContact */ get: operations["getSalesOpportunitiesByParentIdContactsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/forecast": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Forecast */ get: operations["getSalesOpportunitiesByParentIdForecast"]; put?: never; /** Post Forecast */ post: operations["postSalesOpportunitiesByParentIdForecast"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/forecast/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put Forecast */ put: operations["putSalesOpportunitiesByParentIdForecast"]; post?: never; /** Delete Forecast */ delete: operations["deleteSalesOpportunitiesByParentIdForecast"]; options?: never; head?: never; /** Patch Forecast */ patch: operations["patchSalesOpportunitiesByParentIdForecast"]; trace?: never; }; "/sales/opportunities/{parentId}/forecast/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ForecastItem */ get: operations["getSalesOpportunitiesByParentIdForecastById"]; /** Put ForecastItem */ put: operations["putSalesOpportunitiesByParentIdForecastById"]; /** Post ForecastItem */ post: operations["postSalesOpportunitiesByParentIdForecastById"]; /** Delete ForecastItem */ delete: operations["deleteSalesOpportunitiesByParentIdForecastById"]; options?: never; head?: never; /** Patch ForecastItem */ patch: operations["patchSalesOpportunitiesByParentIdForecastById"]; trace?: never; }; "/sales/opportunities/{parentId}/forecast/copy/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSalesOpportunitiesByParentIdForecastCopyById"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/forecast/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Forecast */ get: operations["getSalesOpportunitiesByParentIdForecastCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityNote */ get: operations["getSalesOpportunitiesByParentIdNotes"]; put?: never; /** Post OpportunityNote */ post: operations["postSalesOpportunitiesByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityNote */ get: operations["getSalesOpportunitiesByParentIdNotesById"]; /** Put OpportunityNote */ put: operations["putSalesOpportunitiesByParentIdNotesById"]; post?: never; /** Delete OpportunityNote */ delete: operations["deleteSalesOpportunitiesByParentIdNotesById"]; options?: never; head?: never; /** Patch OpportunityNote */ patch: operations["patchSalesOpportunitiesByParentIdNotesById"]; trace?: never; }; "/sales/opportunities/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityNote */ get: operations["getSalesOpportunitiesByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/team": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Team */ get: operations["getSalesOpportunitiesByParentIdTeam"]; put?: never; /** Post Team */ post: operations["postSalesOpportunitiesByParentIdTeam"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/{parentId}/team/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Team */ get: operations["getSalesOpportunitiesByParentIdTeamById"]; /** Put Team */ put: operations["putSalesOpportunitiesByParentIdTeamById"]; post?: never; /** Delete Team */ delete: operations["deleteSalesOpportunitiesByParentIdTeamById"]; options?: never; head?: never; /** Patch Team */ patch: operations["patchSalesOpportunitiesByParentIdTeamById"]; trace?: never; }; "/sales/opportunities/{parentId}/team/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Team */ get: operations["getSalesOpportunitiesByParentIdTeamCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/conversions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Conversion */ get: operations["getSalesOpportunitiesConversionsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ get: operations["getSalesOpportunitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/default": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ get: operations["getSalesOpportunitiesDefault"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/ratings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityRating */ get: operations["getSalesOpportunitiesRatings"]; put?: never; /** Post OpportunityRating */ post: operations["postSalesOpportunitiesRatings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/ratings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityRating */ get: operations["getSalesOpportunitiesRatingsById"]; /** Put OpportunityRating */ put: operations["putSalesOpportunitiesRatingsById"]; post?: never; /** Delete OpportunityRating */ delete: operations["deleteSalesOpportunitiesRatingsById"]; options?: never; head?: never; /** Patch OpportunityRating */ patch: operations["patchSalesOpportunitiesRatingsById"]; trace?: never; }; "/sales/opportunities/ratings/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityRatingInfo */ get: operations["getSalesOpportunitiesRatingsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/ratings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityRating */ get: operations["getSalesOpportunitiesRatingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/ratings/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityRatingInfo */ get: operations["getSalesOpportunitiesRatingsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/ratings/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityRatingInfo */ get: operations["getSalesOpportunitiesRatingsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityStatus */ get: operations["getSalesOpportunitiesStatuses"]; put?: never; /** Post OpportunityStatus */ post: operations["postSalesOpportunitiesStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityStatus */ get: operations["getSalesOpportunitiesStatusesById"]; /** Put OpportunityStatus */ put: operations["putSalesOpportunitiesStatusesById"]; post?: never; /** Delete OpportunityStatus */ delete: operations["deleteSalesOpportunitiesStatusesById"]; options?: never; head?: never; /** Patch OpportunityStatus */ patch: operations["patchSalesOpportunitiesStatusesById"]; trace?: never; }; "/sales/opportunities/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityStatusInfos */ get: operations["getSalesOpportunitiesStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSalesOpportunitiesStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSalesOpportunitiesStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityStatus */ get: operations["getSalesOpportunitiesStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityStatusInfos */ get: operations["getSalesOpportunitiesStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityStatusInfos */ get: operations["getSalesOpportunitiesStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityType */ get: operations["getSalesOpportunitiesTypes"]; put?: never; /** Post OpportunityType */ post: operations["postSalesOpportunitiesTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityType */ get: operations["getSalesOpportunitiesTypesById"]; /** Put OpportunityType */ put: operations["putSalesOpportunitiesTypesById"]; post?: never; /** Delete OpportunityType */ delete: operations["deleteSalesOpportunitiesTypesById"]; options?: never; head?: never; /** Patch OpportunityType */ patch: operations["patchSalesOpportunitiesTypesById"]; trace?: never; }; "/sales/opportunities/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OpportunityTypeInfos */ get: operations["getSalesOpportunitiesTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSalesOpportunitiesTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSalesOpportunitiesTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityType */ get: operations["getSalesOpportunitiesTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OpportunityTypeInfos */ get: operations["getSalesOpportunitiesTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/opportunities/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OpportunityType */ get: operations["getSalesOpportunitiesTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Order */ get: operations["getSalesOrders"]; put?: never; /** Post List of Order */ post: operations["postSalesOrders"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Order */ get: operations["getSalesOrdersById"]; /** Put Order */ put: operations["putSalesOrdersById"]; post?: never; /** Delete Order */ delete: operations["deleteSalesOrdersById"]; options?: never; head?: never; /** Patch Order */ patch: operations["patchSalesOrdersById"]; trace?: never; }; "/sales/orders/{id}/convertToAgreement": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApiAgreement */ post: operations["postSalesOrdersByIdConvertToAgreement"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/{id}/convertToProject": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ApiProject */ post: operations["postSalesOrdersByIdConvertToProject"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/{id}/convertToServiceTicket": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Ticket */ post: operations["postSalesOrdersByIdConvertToServiceTicket"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/{id}/financialrecap": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesOrderRecaps */ get: operations["getSalesOrdersByIdFinancialrecap"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/{parentId}/lineitems/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesOrdersLineItems */ get: operations["getSalesOrdersByParentIdLineitems"]; put?: never; /** Post SalesOrdersLineItems */ post: operations["postSalesOrdersByParentIdLineitems"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/{parentId}/lineitems/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SalesOrdersLineItems */ get: operations["getSalesOrdersByParentIdLineitemsById"]; /** Put SalesOrdersLineItems */ put: operations["putSalesOrdersByParentIdLineitemsById"]; post?: never; /** Delete SalesOrdersLineItems */ delete: operations["deleteSalesOrdersByParentIdLineitemsById"]; options?: never; head?: never; /** Patch SalesOrdersLineItems */ patch: operations["patchSalesOrdersByParentIdLineitemsById"]; trace?: never; }; "/sales/orders/{parentId}/lineitems/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SalesOrdersLineItems */ get: operations["getSalesOrdersByParentIdLineitemsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/conversions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Conversion */ get: operations["getSalesOrdersConversionsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Order */ get: operations["getSalesOrdersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OrderStatus */ get: operations["getSalesOrdersStatuses"]; put?: never; /** Post List of OrderStatus */ post: operations["postSalesOrdersStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OrderStatus */ get: operations["getSalesOrdersStatusesById"]; /** Put OrderStatus */ put: operations["putSalesOrdersStatusesById"]; post?: never; /** Delete OrderStatus */ delete: operations["deleteSalesOrdersStatusesById"]; options?: never; head?: never; /** Patch OrderStatus */ patch: operations["patchSalesOrdersStatusesById"]; trace?: never; }; "/sales/orders/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OrderStatusInfos */ get: operations["getSalesOrdersStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSalesOrdersStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSalesOrdersStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{parentId}/emailtemplates/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OrderStatusEmailTemplate */ get: operations["getSalesOrdersStatusesByParentIdEmailtemplates"]; put?: never; /** Post OrderStatusEmailTemplate */ post: operations["postSalesOrdersStatusesByParentIdEmailtemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{parentId}/emailtemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OrderStatusEmailTemplate */ get: operations["getSalesOrdersStatusesByParentIdEmailtemplatesById"]; /** Put OrderStatusEmailTemplate */ put: operations["putSalesOrdersStatusesByParentIdEmailtemplatesById"]; post?: never; /** Delete OrderStatusEmailTemplate */ delete: operations["deleteSalesOrdersStatusesByParentIdEmailtemplatesById"]; options?: never; head?: never; /** Patch OrderStatusEmailTemplate */ patch: operations["patchSalesOrdersStatusesByParentIdEmailtemplatesById"]; trace?: never; }; "/sales/orders/statuses/{parentId}/emailtemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OrderStatusEmailTemplate */ get: operations["getSalesOrdersStatusesByParentIdEmailtemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{parentId}/notifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OrderStatusNotification */ get: operations["getSalesOrdersStatusesByParentIdNotifications"]; put?: never; /** Post OrderStatusNotification */ post: operations["postSalesOrdersStatusesByParentIdNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/{parentId}/notifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OrderStatusNotification */ get: operations["getSalesOrdersStatusesByParentIdNotificationsById"]; /** Put OrderStatusNotification */ put: operations["putSalesOrdersStatusesByParentIdNotificationsById"]; post?: never; /** Delete OrderStatusNotification */ delete: operations["deleteSalesOrdersStatusesByParentIdNotificationsById"]; options?: never; head?: never; /** Patch OrderStatusNotification */ patch: operations["patchSalesOrdersStatusesByParentIdNotificationsById"]; trace?: never; }; "/sales/orders/statuses/{parentId}/notifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OrderStatusNotification */ get: operations["getSalesOrdersStatusesByParentIdNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OrderStatus */ get: operations["getSalesOrdersStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OrderStatusInfos */ get: operations["getSalesOrdersStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/orders/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OrderStatusInfos */ get: operations["getSalesOrdersStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/probabilities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesProbability */ get: operations["getSalesProbabilities"]; put?: never; /** Post SalesProbability */ post: operations["postSalesProbabilities"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/probabilities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SalesProbability */ get: operations["getSalesProbabilitiesById"]; /** Put SalesProbability */ put: operations["putSalesProbabilitiesById"]; post?: never; /** Delete SalesProbability */ delete: operations["deleteSalesProbabilitiesById"]; options?: never; head?: never; /** Patch SalesProbability */ patch: operations["patchSalesProbabilitiesById"]; trace?: never; }; "/sales/probabilities/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SalesProbabilityInfos */ get: operations["getSalesProbabilitiesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/probabilities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SalesProbability */ get: operations["getSalesProbabilitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/probabilities/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesProbabilityInfos */ get: operations["getSalesProbabilitiesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/probabilities/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SalesProbabilityInfos */ get: operations["getSalesProbabilitiesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/quotas": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesQuota */ get: operations["getSalesQuotas"]; put?: never; /** Post SalesQuota */ post: operations["postSalesQuotas"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/quotas/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SalesQuota */ get: operations["getSalesQuotasById"]; /** Put SalesQuota */ put: operations["putSalesQuotasById"]; post?: never; /** Delete SalesQuota */ delete: operations["deleteSalesQuotasById"]; options?: never; head?: never; /** Patch SalesQuota */ patch: operations["patchSalesQuotasById"]; trace?: never; }; "/sales/quotas/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SalesQuota */ get: operations["getSalesQuotasCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/roles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Role */ get: operations["getSalesRoles"]; put?: never; /** Post Role */ post: operations["postSalesRoles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/roles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Role */ get: operations["getSalesRolesById"]; /** Put Role */ put: operations["putSalesRolesById"]; post?: never; /** Delete Role */ delete: operations["deleteSalesRolesById"]; options?: never; head?: never; /** Patch Role */ patch: operations["patchSalesRolesById"]; trace?: never; }; "/sales/roles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Role */ get: operations["getSalesRolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/salesTeams": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesTeam */ get: operations["getSalesSalesTeams"]; put?: never; /** Post SalesTeam */ post: operations["postSalesSalesTeams"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/salesTeams/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SalesTeam */ get: operations["getSalesSalesTeamsById"]; /** Put SalesTeam */ put: operations["putSalesSalesTeamsById"]; post?: never; /** Delete SalesTeam */ delete: operations["deleteSalesSalesTeamsById"]; options?: never; head?: never; /** Patch SalesTeam */ patch: operations["patchSalesSalesTeamsById"]; trace?: never; }; "/sales/salesTeams/{parentId}/members": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SalesTeamMember */ get: operations["getSalesSalesTeamsByParentIdMembers"]; put?: never; /** Post SalesTeamMember */ post: operations["postSalesSalesTeamsByParentIdMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/salesTeams/{parentId}/members/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SalesTeamMember */ get: operations["getSalesSalesTeamsByParentIdMembersById"]; /** Put SalesTeamMember */ put: operations["putSalesSalesTeamsByParentIdMembersById"]; post?: never; /** Delete SalesTeamMember */ delete: operations["deleteSalesSalesTeamsByParentIdMembersById"]; options?: never; head?: never; /** Patch SalesTeamMember */ patch: operations["patchSalesSalesTeamsByParentIdMembersById"]; trace?: never; }; "/sales/salesTeams/{parentId}/members/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SalesTeamMember */ get: operations["getSalesSalesTeamsByParentIdMembersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/salesTeams/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SalesTeam */ get: operations["getSalesSalesTeamsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/schedule/holidaylists/{parentId}/holidays/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of HolidayInfos */ get: operations["getSalesScheduleHolidaylistsByParentIdHolidaysInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/schedule/holidaylists/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of HolidayListInfos */ get: operations["getSalesScheduleHolidaylistsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/service/priority/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OrderStatusInfos */ get: operations["getSalesServicePriorityInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Stage */ get: operations["getSalesStages"]; put?: never; /** Post Stage */ post: operations["postSalesStages"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Stage */ get: operations["getSalesStagesById"]; /** Put Stage */ put: operations["putSalesStagesById"]; post?: never; /** Delete Stage */ delete: operations["deleteSalesStagesById"]; options?: never; head?: never; /** Patch Stage */ patch: operations["patchSalesStagesById"]; trace?: never; }; "/sales/stages/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get StageInfo */ get: operations["getSalesStagesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSalesStagesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSalesStagesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Stage */ get: operations["getSalesStagesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of StageInfos */ get: operations["getSalesStagesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/sales/stages/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of StageInfo */ get: operations["getSalesStagesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Calendar */ get: operations["getScheduleCalendars"]; put?: never; /** Post Calendar */ post: operations["postScheduleCalendars"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Calendar */ get: operations["getScheduleCalendarsById"]; /** Put Calendar */ put: operations["putScheduleCalendarsById"]; post?: never; /** Delete Calendar */ delete: operations["deleteScheduleCalendarsById"]; options?: never; head?: never; /** Patch Calendar */ patch: operations["patchScheduleCalendarsById"]; trace?: never; }; "/schedule/calendars/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Calendar */ post: operations["postScheduleCalendarsByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CalendarInfos */ get: operations["getScheduleCalendarsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getScheduleCalendarsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getScheduleCalendarsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Calendar */ get: operations["getScheduleCalendarsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CalendarInfos */ get: operations["getScheduleCalendarsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/calendars/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CalendarInfos */ get: operations["getScheduleCalendarsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/colors": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleColor */ get: operations["getScheduleColors"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/colors/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleColor */ get: operations["getScheduleColorsById"]; /** Put ScheduleColor */ put: operations["putScheduleColorsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ScheduleColor */ patch: operations["patchScheduleColorsById"]; trace?: never; }; "/schedule/colors/{id}/clear": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ScheduleColor */ post: operations["postScheduleColorsByIdClear"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/colors/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleColor */ get: operations["getScheduleColorsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/colors/reset": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post List of ScheduleColor */ post: operations["postScheduleColorsReset"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/details": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleEntryDetail */ get: operations["getScheduleDetails"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/details/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleEntryDetail */ get: operations["getScheduleDetailsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/details/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleEntryDetail */ get: operations["getScheduleDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/entries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleEntry */ get: operations["getScheduleEntries"]; put?: never; /** Post ScheduleEntry */ post: operations["postScheduleEntries"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/entries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleEntry */ get: operations["getScheduleEntriesById"]; /** Put ScheduleEntry */ put: operations["putScheduleEntriesById"]; post?: never; /** Delete ScheduleEntry */ delete: operations["deleteScheduleEntriesById"]; options?: never; head?: never; /** Patch ScheduleEntry */ patch: operations["patchScheduleEntriesById"]; trace?: never; }; "/schedule/entries/{id}/{notifyResource}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Delete ScheduleEntry */ delete: operations["deleteScheduleEntriesByIdByNotifyResource"]; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/entries/{parentId}/details": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleDetail */ get: operations["getScheduleEntriesByParentIdDetails"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/entries/{parentId}/details/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleDetail */ get: operations["getScheduleEntriesByParentIdDetailsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/entries/{parentId}/details/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleDetail */ get: operations["getScheduleEntriesByParentIdDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/entries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleEntry */ get: operations["getScheduleEntriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of HolidayList */ get: operations["getScheduleHolidayLists"]; put?: never; /** Post HolidayList */ post: operations["postScheduleHolidayLists"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get HolidayList */ get: operations["getScheduleHolidayListsById"]; /** Put HolidayList */ put: operations["putScheduleHolidayListsById"]; post?: never; /** Delete HolidayList */ delete: operations["deleteScheduleHolidayListsById"]; options?: never; head?: never; /** Patch HolidayList */ patch: operations["patchScheduleHolidayListsById"]; trace?: never; }; "/schedule/holidaylists/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get HolidayListInfos */ get: operations["getScheduleHolidaylistsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getScheduleHolidayListsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getScheduleHolidayListsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/{parentId}/holidays": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Holiday */ get: operations["getScheduleHolidayListsByParentIdHolidays"]; put?: never; /** Post Holiday */ post: operations["postScheduleHolidayListsByParentIdHolidays"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/{parentId}/holidays/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Holiday */ get: operations["getScheduleHolidayListsByParentIdHolidaysById"]; /** Put Holiday */ put: operations["putScheduleHolidayListsByParentIdHolidaysById"]; post?: never; /** Delete Holiday */ delete: operations["deleteScheduleHolidayListsByParentIdHolidaysById"]; options?: never; head?: never; /** Patch Holiday */ patch: operations["patchScheduleHolidayListsByParentIdHolidaysById"]; trace?: never; }; "/schedule/holidaylists/{parentId}/holidays/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get HolidayInfos */ get: operations["getScheduleHolidaylistsByParentIdHolidaysByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/{parentId}/holidays/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Holiday */ get: operations["getScheduleHolidayListsByParentIdHolidaysCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidaylists/{parentId}/holidays/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of HolidayInfo */ get: operations["getScheduleHolidaylistsByParentIdHolidaysInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post HolidayList */ post: operations["postScheduleHolidayListsCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidayLists/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getScheduleHolidayListsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/holidaylists/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of HolidayListInfos */ get: operations["getScheduleHolidaylistsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/portalcalendars": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalCalendar */ get: operations["getSchedulePortalcalendars"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/portalcalendars/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalCalendar */ get: operations["getSchedulePortalcalendarsById"]; /** Put PortalCalendar */ put: operations["putSchedulePortalcalendarsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch PortalCalendar */ patch: operations["patchSchedulePortalcalendarsById"]; trace?: never; }; "/schedule/portalcalendars/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalCalendar */ get: operations["getSchedulePortalcalendarsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/reminderTimes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleReminderTime */ get: operations["getScheduleReminderTimes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/reminderTimes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleReminderTime */ get: operations["getScheduleReminderTimesById"]; /** Put ScheduleReminderTime */ put: operations["putScheduleReminderTimesById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ScheduleReminderTime */ patch: operations["patchScheduleReminderTimesById"]; trace?: never; }; "/schedule/reminderTimes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleReminderTime */ get: operations["getScheduleReminderTimesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleStatus */ get: operations["getScheduleStatuses"]; put?: never; /** Post ScheduleStatus */ post: operations["postScheduleStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleStatus */ get: operations["getScheduleStatusesById"]; /** Put ScheduleStatus */ put: operations["putScheduleStatusesById"]; post?: never; /** Delete ScheduleStatus */ delete: operations["deleteScheduleStatusesById"]; options?: never; head?: never; /** Patch ScheduleStatus */ patch: operations["patchScheduleStatusesById"]; trace?: never; }; "/schedule/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleStatusInfos */ get: operations["getScheduleStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleStatus */ get: operations["getScheduleStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleStatusInfos */ get: operations["getScheduleStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleStatusInfos */ get: operations["getScheduleStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleType */ get: operations["getScheduleTypes"]; put?: never; /** Post ScheduleType */ post: operations["postScheduleTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleType */ get: operations["getScheduleTypesById"]; /** Put ScheduleType */ put: operations["putScheduleTypesById"]; post?: never; /** Delete ScheduleType */ delete: operations["deleteScheduleTypesById"]; options?: never; head?: never; /** Patch ScheduleType */ patch: operations["patchScheduleTypesById"]; trace?: never; }; "/schedule/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleTypeInfo */ get: operations["getScheduleTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getScheduleTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getScheduleTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleType */ get: operations["getScheduleTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleTypeInfo */ get: operations["getScheduleTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/schedule/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleTypeInfo */ get: operations["getScheduleTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Board */ get: operations["getServiceBoards"]; put?: never; /** Post Board */ post: operations["postServiceBoards"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{grandparentId}/items/{parentId}/associations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardItemAssociation */ get: operations["getServiceBoardsByGrandparentIdItemsByParentIdAssociations"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{grandparentId}/items/{parentId}/associations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardItemAssociation */ get: operations["getServiceBoardsByGrandparentIdItemsByParentIdAssociationsById"]; /** Put BoardItemAssociation */ put: operations["putServiceBoardsByGrandparentIdItemsByParentIdAssociationsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch BoardItemAssociation */ patch: operations["patchServiceBoardsByGrandparentIdItemsByParentIdAssociationsById"]; trace?: never; }; "/service/boards/{grandparentId}/items/{parentId}/associations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardItemAssociation */ get: operations["getServiceBoardsByGrandparentIdItemsByParentIdAssociationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{grandparentId}/statuses/{parentId}/notifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardStatusNotification */ get: operations["getServiceBoardsByGrandparentIdStatusesByParentIdNotifications"]; put?: never; /** Post BoardStatusNotification */ post: operations["postServiceBoardsByGrandparentIdStatusesByParentIdNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{grandparentId}/statuses/{parentId}/notifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardStatusNotification */ get: operations["getServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById"]; /** Put BoardStatusNotification */ put: operations["putServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById"]; post?: never; /** Delete BoardStatusNotification */ delete: operations["deleteServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById"]; options?: never; head?: never; /** Patch BoardStatusNotification */ patch: operations["patchServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById"]; trace?: never; }; "/service/boards/{grandparentId}/statuses/{parentId}/notifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardStatusNotification */ get: operations["getServiceBoardsByGrandparentIdStatusesByParentIdNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Board */ get: operations["getServiceBoardsById"]; /** Put Board */ put: operations["putServiceBoardsById"]; post?: never; /** Delete Board */ delete: operations["deleteServiceBoardsById"]; options?: never; head?: never; /** Patch Board */ patch: operations["patchServiceBoardsById"]; trace?: never; }; "/service/boards/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceBoardsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceBoardsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/autoAssignResources": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardAutoAssignResource */ get: operations["getServiceBoardsByParentIdAutoAssignResources"]; put?: never; /** Post BoardAutoAssignResource */ post: operations["postServiceBoardsByParentIdAutoAssignResources"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/autoAssignResources/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardAutoAssignResource */ get: operations["getServiceBoardsByParentIdAutoAssignResourcesById"]; /** Put BoardAutoAssignResource */ put: operations["putServiceBoardsByParentIdAutoAssignResourcesById"]; post?: never; /** Delete BoardAutoAssignResource */ delete: operations["deleteServiceBoardsByParentIdAutoAssignResourcesById"]; options?: never; head?: never; /** Patch BoardAutoAssignResource */ patch: operations["patchServiceBoardsByParentIdAutoAssignResourcesById"]; trace?: never; }; "/service/boards/{parentId}/autoAssignResources/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardAutoAssignResource */ get: operations["getServiceBoardsByParentIdAutoAssignResourcesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/autoTemplates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardAutoTemplate */ get: operations["getServiceBoardsByParentIdAutoTemplates"]; put?: never; /** Post BoardAutoTemplate */ post: operations["postServiceBoardsByParentIdAutoTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/autoTemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardAutoTemplate */ get: operations["getServiceBoardsByParentIdAutoTemplatesById"]; /** Put BoardAutoTemplate */ put: operations["putServiceBoardsByParentIdAutoTemplatesById"]; post?: never; /** Delete BoardAutoTemplate */ delete: operations["deleteServiceBoardsByParentIdAutoTemplatesById"]; options?: never; head?: never; /** Patch BoardAutoTemplate */ patch: operations["patchServiceBoardsByParentIdAutoTemplatesById"]; trace?: never; }; "/service/boards/{parentId}/autoTemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardAutoTemplate */ get: operations["getServiceBoardsByParentIdAutoTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/excludedMembers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardExcludedMember */ get: operations["getServiceBoardsByParentIdExcludedMembers"]; put?: never; /** Post BoardExcludedMember */ post: operations["postServiceBoardsByParentIdExcludedMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/excludedMembers/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardExcludedMember */ get: operations["getServiceBoardsByParentIdExcludedMembersById"]; put?: never; post?: never; /** Delete BoardExcludedMember */ delete: operations["deleteServiceBoardsByParentIdExcludedMembersById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/excludedMembers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardExcludedMember */ get: operations["getServiceBoardsByParentIdExcludedMembersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/items": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardItem */ get: operations["getServiceBoardsByParentIdItems"]; put?: never; /** Post BoardItem */ post: operations["postServiceBoardsByParentIdItems"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/items/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardItem */ get: operations["getServiceBoardsByParentIdItemsById"]; /** Put BoardItem */ put: operations["putServiceBoardsByParentIdItemsById"]; post?: never; /** Delete BoardItem */ delete: operations["deleteServiceBoardsByParentIdItemsById"]; options?: never; head?: never; /** Patch BoardItem */ patch: operations["patchServiceBoardsByParentIdItemsById"]; trace?: never; }; "/service/boards/{parentId}/items/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceBoardsByParentIdItemsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/items/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceBoardsByParentIdItemsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/items/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getServiceBoardsByParentIdItemsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/notifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardNotification */ get: operations["getServiceBoardsByParentIdNotifications"]; put?: never; /** Post BoardNotification */ post: operations["postServiceBoardsByParentIdNotifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/notifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardNotification */ get: operations["getServiceBoardsByParentIdNotificationsById"]; /** Put BoardNotification */ put: operations["putServiceBoardsByParentIdNotificationsById"]; post?: never; /** Delete BoardNotification */ delete: operations["deleteServiceBoardsByParentIdNotificationsById"]; options?: never; head?: never; /** Patch BoardNotification */ patch: operations["patchServiceBoardsByParentIdNotificationsById"]; trace?: never; }; "/service/boards/{parentId}/notifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardNotification */ get: operations["getServiceBoardsByParentIdNotificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/skillMappings/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardSkillMappings */ get: operations["getServiceBoardsByParentIdSkillMappings"]; put?: never; /** Post BoardSkillMappings */ post: operations["postServiceBoardsByParentIdSkillMappings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/skillMappings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardSkillMappings */ get: operations["getServiceBoardsByParentIdSkillMappingsById"]; /** Put BoardSkillMappings */ put: operations["putServiceBoardsByParentIdSkillMappingsById"]; post?: never; /** Delete BoardSkillMappings */ delete: operations["deleteServiceBoardsByParentIdSkillMappingsById"]; options?: never; head?: never; /** Patch BoardSkillMappings */ patch: operations["patchServiceBoardsByParentIdSkillMappingsById"]; trace?: never; }; "/service/boards/{parentId}/skillMappings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardSkillMappings */ get: operations["getServiceBoardsByParentIdSkillMappingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardStatus */ get: operations["getServiceBoardsByParentIdStatuses"]; put?: never; /** Post BoardStatus */ post: operations["postServiceBoardsByParentIdStatuses"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardStatus */ get: operations["getServiceBoardsByParentIdStatusesById"]; /** Put BoardStatus */ put: operations["putServiceBoardsByParentIdStatusesById"]; post?: never; /** Delete BoardStatus */ delete: operations["deleteServiceBoardsByParentIdStatusesById"]; options?: never; head?: never; /** Patch BoardStatus */ patch: operations["patchServiceBoardsByParentIdStatusesById"]; trace?: never; }; "/service/boards/{parentId}/statuses/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardStatusInfos */ get: operations["getServiceBoardsByParentIdStatusesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceBoardsByParentIdStatusesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceBoardsByParentIdStatusesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardStatus */ get: operations["getServiceBoardsByParentIdStatusesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardStatusInfos */ get: operations["getServiceBoardsByParentIdStatusesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/statuses/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardStatusInfos */ get: operations["getServiceBoardsByParentIdStatusesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardSubType */ get: operations["getServiceBoardsByParentIdSubtypes"]; put?: never; /** Post BoardSubType */ post: operations["postServiceBoardsByParentIdSubtypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardSubType */ get: operations["getServiceBoardsByParentIdSubtypesById"]; /** Put BoardSubType */ put: operations["putServiceBoardsByParentIdSubtypesById"]; post?: never; /** Delete Usage */ delete: operations["deleteServiceBoardsByParentIdSubtypesById"]; options?: never; head?: never; /** Patch BoardSubType */ patch: operations["patchServiceBoardsByParentIdSubtypesById"]; trace?: never; }; "/service/boards/{parentId}/subtypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardSubTypeInfos */ get: operations["getServiceBoardsByParentIdSubtypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceBoardsByParentIdSubtypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceBoardsByParentIdSubtypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardSubType */ get: operations["getServiceBoardsByParentIdSubtypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardSubTypeInfos */ get: operations["getServiceBoardsByParentIdSubtypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/subtypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardSubType */ get: operations["getServiceBoardsByParentIdSubtypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/teams": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardTeam */ get: operations["getServiceBoardsByParentIdTeams"]; put?: never; /** Post BoardTeam */ post: operations["postServiceBoardsByParentIdTeams"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/teams/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardTeam */ get: operations["getServiceBoardsByParentIdTeamsById"]; /** Put BoardTeam */ put: operations["putServiceBoardsByParentIdTeamsById"]; post?: never; /** Delete BoardTeam */ delete: operations["deleteServiceBoardsByParentIdTeamsById"]; options?: never; head?: never; /** Patch BoardTeam */ patch: operations["patchServiceBoardsByParentIdTeamsById"]; trace?: never; }; "/service/boards/{parentId}/teams/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardTeamInfos */ get: operations["getServiceBoardsByParentIdTeamsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/teams/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceBoardsByParentIdTeamsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/teams/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardTeam */ get: operations["getServiceBoardsByParentIdTeamsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/teams/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardTeamInfos */ get: operations["getServiceBoardsByParentIdTeamsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/teams/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardTeamInfo */ get: operations["getServiceBoardsByParentIdTeamsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardType */ get: operations["getServiceBoardsByParentIdTypes"]; put?: never; /** Post BoardType */ post: operations["postServiceBoardsByParentIdTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardType */ get: operations["getServiceBoardsByParentIdTypesById"]; /** Put BoardType */ put: operations["putServiceBoardsByParentIdTypesById"]; post?: never; /** Delete BoardType */ delete: operations["deleteServiceBoardsByParentIdTypesById"]; options?: never; head?: never; /** Patch BoardType */ patch: operations["patchServiceBoardsByParentIdTypesById"]; trace?: never; }; "/service/boards/{parentId}/types/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceBoardsByParentIdTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/types/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceBoardsByParentIdTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardType */ get: operations["getServiceBoardsByParentIdTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/typeSubTypeItemAssociations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardTypeSubTypeItemAssociation */ get: operations["getServiceBoardsByParentIdTypeSubTypeItemAssociations"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/typeSubTypeItemAssociations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardTypeSubTypeItemAssociation */ get: operations["getServiceBoardsByParentIdTypeSubTypeItemAssociationsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/{parentId}/typeSubTypeItemAssociations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardTypeSubTypeItemAssociation */ get: operations["getServiceBoardsByParentIdTypeSubTypeItemAssociationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Board */ post: operations["postServiceBoardsCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/boards/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Board */ get: operations["getServiceBoardsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/codes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Code */ get: operations["getServiceCodes"]; put?: never; /** Post Code */ post: operations["postServiceCodes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/codes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Code */ get: operations["getServiceCodesById"]; /** Put Code */ put: operations["putServiceCodesById"]; post?: never; /** Delete Code */ delete: operations["deleteServiceCodesById"]; options?: never; head?: never; /** Patch Code */ patch: operations["patchServiceCodesById"]; trace?: never; }; "/service/codes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Code */ get: operations["getServiceCodesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/emailTemplates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceEmailTemplate */ get: operations["getServiceEmailTemplates"]; put?: never; /** Post ServiceEmailTemplate */ post: operations["postServiceEmailTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/emailTemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceEmailTemplate */ get: operations["getServiceEmailTemplatesById"]; /** Put ServiceEmailTemplate */ put: operations["putServiceEmailTemplatesById"]; post?: never; /** Delete ServiceEmailTemplate */ delete: operations["deleteServiceEmailTemplatesById"]; options?: never; head?: never; /** Patch ServiceEmailTemplate */ patch: operations["patchServiceEmailTemplatesById"]; trace?: never; }; "/service/emailTemplates/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceEmailTemplatesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/emailTemplates/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceEmailTemplatesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/emailTemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceEmailTemplate */ get: operations["getServiceEmailTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/impacts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Impact */ get: operations["getServiceImpacts"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/impacts/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Impact */ get: operations["getServiceImpactsById"]; /** Put Impact */ put: operations["putServiceImpactsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch Impact */ patch: operations["patchServiceImpactsById"]; trace?: never; }; "/service/impacts/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Impact */ get: operations["getServiceImpactsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boards": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardInfo */ get: operations["getServiceInfoBoards"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boards/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardInfo */ get: operations["getServiceInfoBoardsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boards/active": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of active BoardInfo */ get: operations["getServiceInfoBoardsActive"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boards/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardInfo */ get: operations["getServiceInfoBoardsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boardtypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BoardTypeInfo */ get: operations["getServiceInfoBoardtypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boardtypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get BoardTypeInfo */ get: operations["getServiceInfoBoardtypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/info/boardtypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of BoardTypeInfo */ get: operations["getServiceInfoBoardtypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseArticles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of KnowledgeBaseArticle */ get: operations["getServiceKnowledgeBaseArticles"]; put?: never; /** Post KnowledgeBaseArticle */ post: operations["postServiceKnowledgeBaseArticles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseArticles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KnowledgeBaseArticle */ get: operations["getServiceKnowledgeBaseArticlesById"]; /** Put KnowledgeBaseArticle */ put: operations["putServiceKnowledgeBaseArticlesById"]; post?: never; /** Delete KnowledgeBaseArticle */ delete: operations["deleteServiceKnowledgeBaseArticlesById"]; options?: never; head?: never; /** Patch KnowledgeBaseArticle */ patch: operations["patchServiceKnowledgeBaseArticlesById"]; trace?: never; }; "/service/knowledgeBaseArticles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of KnowledgeBaseArticle */ get: operations["getServiceKnowledgeBaseArticlesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseCategories": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of KnowledgeBaseCategory */ get: operations["getServiceKnowledgeBaseCategories"]; put?: never; /** Post KnowledgeBaseCategory */ post: operations["postServiceKnowledgeBaseCategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseCategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KnowledgeBaseCategory */ get: operations["getServiceKnowledgeBaseCategoriesById"]; /** Put KnowledgeBaseCategory */ put: operations["putServiceKnowledgeBaseCategoriesById"]; post?: never; /** Delete KnowledgeBaseCategory */ delete: operations["deleteServiceKnowledgeBaseCategoriesById"]; options?: never; head?: never; /** Patch KnowledgeBaseCategory */ patch: operations["patchServiceKnowledgeBaseCategoriesById"]; trace?: never; }; "/service/knowledgeBaseCategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of KnowledgeBaseCategory */ get: operations["getServiceKnowledgeBaseCategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgebasesettings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KnowledgeBaseSettings */ get: operations["getServiceKnowledgebasesettings"]; put?: never; /** Post KnowledgeBaseSettings */ post: operations["postServiceKnowledgebasesettings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgebasesettings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KnowledgeBaseSettings */ get: operations["getServiceKnowledgebasesettingsById"]; /** Put KnowledgeBaseSettings */ put: operations["putServiceKnowledgebasesettingsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch KnowledgeBaseSettings */ patch: operations["patchServiceKnowledgebasesettingsById"]; trace?: never; }; "/service/knowledgeBaseSubCategories": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of KnowledgeBaseSubCategory */ get: operations["getServiceKnowledgeBaseSubCategories"]; put?: never; /** Post KnowledgeBaseSubCategory */ post: operations["postServiceKnowledgeBaseSubCategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseSubCategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KnowledgeBaseSubCategory */ get: operations["getServiceKnowledgeBaseSubCategoriesById"]; /** Put KnowledgeBaseSubCategory */ put: operations["putServiceKnowledgeBaseSubCategoriesById"]; post?: never; /** Delete KnowledgeBaseSubCategory */ delete: operations["deleteServiceKnowledgeBaseSubCategoriesById"]; options?: never; head?: never; /** Patch KnowledgeBaseSubCategory */ patch: operations["patchServiceKnowledgeBaseSubCategoriesById"]; trace?: never; }; "/service/knowledgeBaseSubCategories/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceKnowledgeBaseSubCategoriesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseSubCategories/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceKnowledgeBaseSubCategoriesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/knowledgeBaseSubCategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of KnowledgeBaseSubCategory */ get: operations["getServiceKnowledgeBaseSubCategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceLocation */ get: operations["getServiceLocations"]; put?: never; /** Post ServiceLocation */ post: operations["postServiceLocations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceLocation */ get: operations["getServiceLocationsById"]; /** Put ServiceLocation */ put: operations["putServiceLocationsById"]; post?: never; /** Delete ServiceLocation */ delete: operations["deleteServiceLocationsById"]; options?: never; head?: never; /** Patch ServiceLocation */ patch: operations["patchServiceLocationsById"]; trace?: never; }; "/service/locations/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceLocationInfos */ get: operations["getServiceLocationsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceLocationsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceLocationsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceLocation */ get: operations["getServiceLocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceLocationInfos */ get: operations["getServiceLocationsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/locations/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceLocationInfo */ get: operations["getServiceLocationsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priorities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Priority */ get: operations["getServicePriorities"]; put?: never; /** Post Priority */ post: operations["postServicePriorities"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priorities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Priority */ get: operations["getServicePrioritiesById"]; /** Put Priority */ put: operations["putServicePrioritiesById"]; post?: never; /** Delete Priority */ delete: operations["deleteServicePrioritiesById"]; options?: never; head?: never; /** Patch Priority */ patch: operations["patchServicePrioritiesById"]; trace?: never; }; "/service/priorities/{id}/image": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Priority */ get: operations["getServicePrioritiesByIdImage"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priorities/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServicePrioritiesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priorities/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServicePrioritiesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priorities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Priority */ get: operations["getServicePrioritiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priority/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PriorityInfos */ get: operations["getServicePriorityByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/priority/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PriorityInfos */ get: operations["getServicePriorityInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/scheduling/members/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SchedulingMemberInfos */ get: operations["getServiceSchedulingMembersByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/scheduling/members/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SchedulingMemberInfos */ get: operations["getServiceSchedulingMembersInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/scheduling/members/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of RmaActionInfos */ get: operations["getServiceSchedulingMembersInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceSignoff */ get: operations["getServiceServiceSignoff"]; put?: never; /** Post ServiceSignoff */ post: operations["postServiceServiceSignoff"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceSignoff */ get: operations["getServiceServiceSignoffById"]; /** Put ServiceSignoff */ put: operations["putServiceServiceSignoffById"]; post?: never; /** Delete ServiceSignoff */ delete: operations["deleteServiceServiceSignoffById"]; options?: never; head?: never; /** Patch ServiceSignoff */ patch: operations["patchServiceServiceSignoffById"]; trace?: never; }; "/service/serviceSignoff/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceSignoffInfos */ get: operations["getServiceServiceSignoffByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceServiceSignoffByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceServiceSignoffByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/{parentId}/signoffcustomfields": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceSignoffCustomField */ get: operations["getServiceServiceSignoffByParentIdSignoffcustomfields"]; put?: never; /** Post ServiceSignoffCustomField */ post: operations["postServiceServiceSignoffByParentIdSignoffcustomfields"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/{parentId}/signoffcustomfields/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceSignoffCustomField */ get: operations["getServiceServiceSignoffByParentIdSignoffcustomfieldsById"]; /** Put ServiceSignoffCustomField */ put: operations["putServiceServiceSignoffByParentIdSignoffcustomfieldsById"]; post?: never; /** Delete ServiceSignoffCustomField */ delete: operations["deleteServiceServiceSignoffByParentIdSignoffcustomfieldsById"]; options?: never; head?: never; /** Patch ServiceSignoffCustomField */ patch: operations["patchServiceServiceSignoffByParentIdSignoffcustomfieldsById"]; trace?: never; }; "/service/serviceSignoff/{parentId}/signoffcustomfields/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceSignoffCustomField */ get: operations["getServiceServiceSignoffByParentIdSignoffcustomfieldsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceSignoff */ get: operations["getServiceServiceSignoffCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceSignoffInfos */ get: operations["getServiceServiceSignoffInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/serviceSignoff/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceSignoffInfos */ get: operations["getServiceServiceSignoffInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/severities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Severity */ get: operations["getServiceSeverities"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/severities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Severity */ get: operations["getServiceSeveritiesById"]; /** Put Severity */ put: operations["putServiceSeveritiesById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch Severity */ patch: operations["patchServiceSeveritiesById"]; trace?: never; }; "/service/severities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Severity */ get: operations["getServiceSeveritiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SLA */ get: operations["getServiceSLAs"]; put?: never; /** Post SLA */ post: operations["postServiceSLAs"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SLA */ get: operations["getServiceSLAsById"]; /** Put SLA */ put: operations["putServiceSLAsById"]; post?: never; /** Delete SLA */ delete: operations["deleteServiceSLAsById"]; options?: never; head?: never; /** Patch SLA */ patch: operations["patchServiceSLAsById"]; trace?: never; }; "/service/slas/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SLAInfos */ get: operations["getServiceSlasByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceSLAsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceSLAsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/{parentId}/priorities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SLAPriority */ get: operations["getServiceSLAsByParentIdPriorities"]; put?: never; /** Post SLAPriority */ post: operations["postServiceSLAsByParentIdPriorities"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/{parentId}/priorities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SLAPriority */ get: operations["getServiceSLAsByParentIdPrioritiesById"]; /** Put SLAPriority */ put: operations["putServiceSLAsByParentIdPrioritiesById"]; post?: never; /** Delete SLAPriority */ delete: operations["deleteServiceSLAsByParentIdPrioritiesById"]; options?: never; head?: never; /** Patch SLAPriority */ patch: operations["patchServiceSLAsByParentIdPrioritiesById"]; trace?: never; }; "/service/SLAs/{parentId}/priorities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SLAPriority */ get: operations["getServiceSLAsByParentIdPrioritiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SLA */ get: operations["getServiceSLAsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/slas/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SLAInfos */ get: operations["getServiceSlasInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/SLAs/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SLAInfos */ get: operations["getServiceSLAsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Source */ get: operations["getServiceSources"]; put?: never; /** Post Source */ post: operations["postServiceSources"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Source */ get: operations["getServiceSourcesById"]; /** Put Source */ put: operations["putServiceSourcesById"]; post?: never; /** Delete Source */ delete: operations["deleteServiceSourcesById"]; options?: never; head?: never; /** Patch Source */ patch: operations["patchServiceSourcesById"]; trace?: never; }; "/service/sources/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SourceInfos */ get: operations["getServiceSourcesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getServiceSourcesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceSourcesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Source */ get: operations["getServiceSourcesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SourceInfos */ get: operations["getServiceSourcesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/sources/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SourceInfo */ get: operations["getServiceSourcesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceSurvey */ get: operations["getServiceSurveys"]; put?: never; /** Post ServiceSurvey */ post: operations["postServiceSurveys"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{grandparentId}/questions/{parentId}/options": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SurveyOption */ get: operations["getServiceSurveysByGrandparentIdQuestionsByParentIdOptions"]; put?: never; /** Post SurveyOption */ post: operations["postServiceSurveysByGrandparentIdQuestionsByParentIdOptions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{grandparentId}/questions/{parentId}/options/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SurveyOption */ get: operations["getServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById"]; /** Put SurveyOption */ put: operations["putServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById"]; post?: never; /** Delete SurveyOption */ delete: operations["deleteServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById"]; options?: never; head?: never; /** Patch SurveyOption */ patch: operations["patchServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById"]; trace?: never; }; "/service/surveys/{grandparentId}/questions/{parentId}/options/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SurveyOption */ get: operations["getServiceSurveysByGrandparentIdQuestionsByParentIdOptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceSurvey */ get: operations["getServiceSurveysById"]; /** Put ServiceSurvey */ put: operations["putServiceSurveysById"]; post?: never; /** Delete ServiceSurvey */ delete: operations["deleteServiceSurveysById"]; options?: never; head?: never; /** Patch ServiceSurvey */ patch: operations["patchServiceSurveysById"]; trace?: never; }; "/service/surveys/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ServiceSurvey */ post: operations["postServiceSurveysByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceSurveysByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getServiceSurveysByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{parentId}/questions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceSurveyQuestion */ get: operations["getServiceSurveysByParentIdQuestions"]; put?: never; /** Post ServiceSurveyQuestion */ post: operations["postServiceSurveysByParentIdQuestions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{parentId}/questions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceSurveyQuestion */ get: operations["getServiceSurveysByParentIdQuestionsById"]; /** Put ServiceSurveyQuestion */ put: operations["putServiceSurveysByParentIdQuestionsById"]; post?: never; /** Delete ServiceSurveyQuestion */ delete: operations["deleteServiceSurveysByParentIdQuestionsById"]; options?: never; head?: never; /** Patch ServiceSurveyQuestion */ patch: operations["patchServiceSurveysByParentIdQuestionsById"]; trace?: never; }; "/service/surveys/{parentId}/questions/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ServiceSurveyQuestion */ post: operations["postServiceSurveysByParentIdQuestionsByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{parentId}/questions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceSurveyQuestion */ get: operations["getServiceSurveysByParentIdQuestionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{parentId}/results": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SurveyResult */ get: operations["getServiceSurveysByParentIdResults"]; put?: never; /** Post SurveyResult */ post: operations["postServiceSurveysByParentIdResults"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/{parentId}/results/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SurveyResult */ get: operations["getServiceSurveysByParentIdResultsById"]; /** Put SurveyResult */ put: operations["putServiceSurveysByParentIdResultsById"]; post?: never; /** Delete SurveyResult */ delete: operations["deleteServiceSurveysByParentIdResultsById"]; options?: never; head?: never; /** Patch SurveyResult */ patch: operations["patchServiceSurveysByParentIdResultsById"]; trace?: never; }; "/service/surveys/{parentId}/results/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SurveyResult */ get: operations["getServiceSurveysByParentIdResultsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/surveys/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceSurvey */ get: operations["getServiceSurveysCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/teamMembers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post TeamMember */ post: operations["postServiceTeamMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/teams": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceTeam */ get: operations["getServiceTeams"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/teams/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceTeam */ get: operations["getServiceTeamsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/teams/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceTeam */ get: operations["getServiceTeamsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceTemplate */ get: operations["getServiceTemplates"]; put?: never; /** Post ServiceTemplate */ post: operations["postServiceTemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceTemplate */ get: operations["getServiceTemplatesById"]; /** Put ServiceTemplate */ put: operations["putServiceTemplatesById"]; post?: never; /** Delete ServiceTemplate */ delete: operations["deleteServiceTemplatesById"]; options?: never; head?: never; /** Patch ServiceTemplate */ patch: operations["patchServiceTemplatesById"]; trace?: never; }; "/service/templates/{id}/generate": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Count of ServiceTemplate */ post: operations["postServiceTemplatesByIdGenerate"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceTemplateInfos */ get: operations["getServiceTemplatesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/{parentId}/tasks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Tasks */ get: operations["getServiceTemplatesByParentIdTasks"]; put?: never; /** Post Task */ post: operations["postServiceTemplatesByParentIdTasks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/{parentId}/tasks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Task */ get: operations["getServiceTemplatesByParentIdTasksById"]; /** Put Task */ put: operations["putServiceTemplatesByParentIdTasksById"]; post?: never; /** Delete Task */ delete: operations["deleteServiceTemplatesByParentIdTasksById"]; options?: never; head?: never; /** Patch Task */ patch: operations["patchServiceTemplatesByParentIdTasksById"]; trace?: never; }; "/service/templates/{parentId}/tasks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Tasks */ get: operations["getServiceTemplatesByParentIdTasksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceTemplate */ get: operations["getServiceTemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceTemplateInfos */ get: operations["getServiceTemplatesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/templates/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceTemplateInfo */ get: operations["getServiceTemplatesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketLinks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceTicketLink */ get: operations["getServiceTicketLinks"]; put?: never; /** Post ServiceTicketLink */ post: operations["postServiceTicketLinks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketLinks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceTicketLink */ get: operations["getServiceTicketLinksById"]; /** Put ServiceTicketLink */ put: operations["putServiceTicketLinksById"]; post?: never; /** Delete ServiceTicketLink */ delete: operations["deleteServiceTicketLinksById"]; options?: never; head?: never; /** Patch ServiceTicketLink */ patch: operations["patchServiceTicketLinksById"]; trace?: never; }; "/service/ticketLinks/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceTicketLinkInfos */ get: operations["getServiceTicketLinksByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketLinks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceTicketLink */ get: operations["getServiceTicketLinksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketLinks/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceTicketLinkInfos */ get: operations["getServiceTicketLinksInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketLinks/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceTicketLinkInfos */ get: operations["getServiceTicketLinksInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ConnectWise.Apis.v3_0.v2015_3.Service.Ticket.Ticket * To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ get: operations["getServiceTickets"]; put?: never; /** Post Ticket */ post: operations["postServiceTickets"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Ticket */ get: operations["getServiceTicketsById"]; /** Put Ticket */ put: operations["putServiceTicketsById"]; post?: never; /** Delete Ticket */ delete: operations["deleteServiceTicketsById"]; options?: never; head?: never; /** Patch Ticket */ patch: operations["patchServiceTicketsById"]; trace?: never; }; "/service/tickets/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post TicketCopy */ post: operations["postServiceTicketsByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TicketInfos */ get: operations["getServiceTicketsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/activities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ActivityReference * Gets activities associated to the ticket * Please use the /sales/activities?conditions=ticket/id={id} endpoint */ get: operations["getServiceTicketsByParentIdActivities"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/activities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of ActivityReference * Gets count of activities associated to the ticket * Please use the /sales/activities/count?conditions=ticket/id={id} endpoint */ get: operations["getServiceTicketsByParentIdActivitiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/allNotes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceTicketNote */ get: operations["getServiceTicketsByParentIdAllNotes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/attachChildren": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postServiceTicketsByParentIdAttachChildren"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/configurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConfigurationReference */ get: operations["getServiceTicketsByParentIdConfigurations"]; put?: never; /** Post ConfigurationReference */ post: operations["postServiceTicketsByParentIdConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/configurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConfigurationReference */ get: operations["getServiceTicketsByParentIdConfigurationsById"]; put?: never; post?: never; /** Delete ConfigurationReference */ delete: operations["deleteServiceTicketsByParentIdConfigurationsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/configurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConfigurationReference */ get: operations["getServiceTicketsByParentIdConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/convert": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postServiceTicketsByParentIdConvert"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/documents": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of DocumentReference * Gets the documents associated to the ticket * Please use the /system/documents?recordType=Ticket&recordId={id} endpoint */ get: operations["getServiceTicketsByParentIdDocuments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/documents/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DocumentReference */ get: operations["getServiceTicketsByParentIdDocumentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/merge": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postServiceTicketsByParentIdMerge"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/notes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceNote */ get: operations["getServiceTicketsByParentIdNotes"]; put?: never; /** Post ServiceNote */ post: operations["postServiceTicketsByParentIdNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/notes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceNote */ get: operations["getServiceTicketsByParentIdNotesById"]; /** Put ServiceNote */ put: operations["putServiceTicketsByParentIdNotesById"]; post?: never; /** Delete ServiceNote */ delete: operations["deleteServiceTicketsByParentIdNotesById"]; options?: never; head?: never; /** Patch ServiceNote */ patch: operations["patchServiceTicketsByParentIdNotesById"]; trace?: never; }; "/service/tickets/{parentId}/notes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ServiceNote */ get: operations["getServiceTicketsByParentIdNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/products": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ProductReference * Gets the products associated to the ticket * Please use the /procurement/products?conditions=chargeToType='Ticket' AND chargeToId={id} endpoint */ get: operations["getServiceTicketsByParentIdProducts"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/products/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of ProductReference * Gets the products associated to the ticket * Please use the /procurement/products/count?conditions=chargeToType='Ticket' AND chargeToId={id} endpoint */ get: operations["getServiceTicketsByParentIdProductsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/scheduleentries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of ScheduleEntryReference * Gets the schedule entries associated to the ticket * Please use the /schedule/entries?conditions=type/id=4 AND objectId={id} endpoint */ get: operations["getServiceTicketsByParentIdScheduleentries"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/scheduleentries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of ScheduleEntryReference * Gets the schedule entries count associated to the ticket * Please use the /schedule/entries/count?conditions=type/id=4 AND objectId={id} endpoint */ get: operations["getServiceTicketsByParentIdScheduleentriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/tasks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Task */ get: operations["getServiceTicketsByParentIdTasks"]; put?: never; /** Post Task */ post: operations["postServiceTicketsByParentIdTasks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/tasks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Task */ get: operations["getServiceTicketsByParentIdTasksById"]; /** Put Task */ put: operations["putServiceTicketsByParentIdTasksById"]; post?: never; /** Delete Task */ delete: operations["deleteServiceTicketsByParentIdTasksById"]; options?: never; head?: never; /** Patch Task */ patch: operations["patchServiceTicketsByParentIdTasksById"]; trace?: never; }; "/service/tickets/{parentId}/tasks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Task */ get: operations["getServiceTicketsByParentIdTasksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/timeentries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get List of TimeEntryReference * Gets time entries associated to the ticket * Please use the /time/entries?conditions=(chargeToType="ServiceTicket" OR chargeToType="ProjectTicket") AND chargeToId={id} endpoint */ get: operations["getServiceTicketsByParentIdTimeentries"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/{parentId}/timeentries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** * Get Count of TimeEntryReference * Gets time entries count associated to the ticket * Please use the /time/entries/count?conditions=(chargeToType="ServiceTicket" OR chargeToType="ProjectTicket") AND chargeToId={id} endpoint */ get: operations["getServiceTicketsByParentIdTimeentriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/calculateSla": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConnectWise.Apis.v3_0.v2015_3.Service.Ticket.Ticket with SLA calculated */ get: operations["getServiceTicketsCalculateSla"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/changelogs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Ticket Change Log */ get: operations["getServiceTicketsChangelogs"]; put?: never; post?: never; /** Delete Ticket Change Logs */ delete: operations["deleteServiceTicketsChangelogs"]; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConnectWise.Apis.v3_0.v2015_3.Service.Ticket.Ticket */ get: operations["getServiceTicketsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TicketInfos */ get: operations["getServiceTicketsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TicketInfo */ get: operations["getServiceTicketsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/tickets/search": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post List of Ticket */ post: operations["postServiceTicketsSearch"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketSyncs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TicketSync */ get: operations["getServiceTicketSyncs"]; put?: never; /** Post TicketSync */ post: operations["postServiceTicketSyncs"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/service/ticketSyncs/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TicketSync */ get: operations["getServiceTicketSyncsById"]; /** Put TicketSync */ put: operations["putServiceTicketSyncsById"]; post?: never; /** Delete TicketSync */ delete: operations["deleteServiceTicketSyncsById"]; options?: never; head?: never; /** Patch TicketSync */ patch: operations["patchServiceTicketSyncsById"]; trace?: never; }; "/service/ticketSyncs/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TicketSync */ get: operations["getServiceTicketSyncsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/allowedfiletypes/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AllowedFileType */ get: operations["getSystemAllowedfiletypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/AllowedFileTypes/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post AllowedFileType */ post: operations["postSystemAllowedFileTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/allowedfiletypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AllowedFileType */ get: operations["getSystemAllowedfiletypesById"]; /** Put AllowedFileType */ put: operations["putSystemAllowedfiletypesById"]; post?: never; /** Delete AllowedFileType */ delete: operations["deleteSystemAllowedfiletypesById"]; options?: never; head?: never; /** Patch AllowedFileType */ patch: operations["patchSystemAllowedfiletypesById"]; trace?: never; }; "/system/allowedfiletypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AllowedFileType */ get: operations["getSystemAllowedfiletypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/allowedorigins": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AllowedOrigin */ get: operations["getSystemAllowedorigins"]; put?: never; /** Post AllowedOrigin */ post: operations["postSystemAllowedorigins"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/allowedorigins/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AllowedOrigin */ get: operations["getSystemAllowedoriginsById"]; /** Put AllowedOrigin */ put: operations["putSystemAllowedoriginsById"]; post?: never; /** Delete AllowedOrigin */ delete: operations["deleteSystemAllowedoriginsById"]; options?: never; head?: never; /** Patch AllowedOrigin */ patch: operations["patchSystemAllowedoriginsById"]; trace?: never; }; "/system/allowedorigins/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AllowedOrigin */ get: operations["getSystemAllowedoriginsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/apiMembers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ApiMember */ get: operations["getSystemApiMembers"]; put?: never; /** Post ApiMember */ post: operations["postSystemApiMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/apiMembers/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ApiMember */ get: operations["getSystemApiMembersById"]; /** Put ApiMember */ put: operations["putSystemApiMembersById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ApiMember */ patch: operations["patchSystemApiMembersById"]; trace?: never; }; "/system/apiMembers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of */ get: operations["getSystemApiMembersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/apiMembers/default": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ApiMember */ get: operations["getSystemApiMembersDefault"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/audittrail": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AuditTrailEntry */ get: operations["getSystemAudittrail"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/audittrail/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AuditTrailEntry */ get: operations["getSystemAudittrailCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/authAnvils": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ get: operations["getSystemAuthAnvils"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/authAnvils/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ get: operations["getSystemAuthAnvilsById"]; /** Put ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ put: operations["putSystemAuthAnvilsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ patch: operations["patchSystemAuthAnvilsById"]; trace?: never; }; "/system/authAnvils/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SuccessResponse */ get: operations["getSystemAuthAnvilsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/authAnvils/testConnection": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SuccessResponse */ get: operations["getSystemAuthAnvilsTestConnection"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/autoSyncTime": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of AutoSyncTime */ get: operations["getSystemAutoSyncTime"]; put?: never; /** Post AutoSyncTime */ post: operations["postSystemAutoSyncTime"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/autoSyncTime/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get AutoSyncTime */ get: operations["getSystemAutoSyncTimeById"]; /** Put AutoSyncTime */ put: operations["putSystemAutoSyncTimeById"]; post?: never; /** Delete AutoSyncTime */ delete: operations["deleteSystemAutoSyncTimeById"]; options?: never; head?: never; /** Patch AutoSyncTime */ patch: operations["patchSystemAutoSyncTimeById"]; trace?: never; }; "/system/autoSyncTime/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of AutoSyncTime */ get: operations["getSystemAutoSyncTimeCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/BillableOptions/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of BillableOptionsInfos */ get: operations["getSystemBillableOptionsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/bundles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post BundleResultsCollection */ post: operations["postSystemBundles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/bundles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post BundleResultsCollection */ post: operations["postSystemBundlesCount"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/callbacks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CallbackEntry */ get: operations["getSystemCallbacks"]; put?: never; /** Post CallbackEntry */ post: operations["postSystemCallbacks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/callbacks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CallbackEntry */ get: operations["getSystemCallbacksById"]; /** Put CallbackEntry */ put: operations["putSystemCallbacksById"]; post?: never; /** Delete CallbackEntry */ delete: operations["deleteSystemCallbacksById"]; options?: never; head?: never; /** Patch CallbackEntry */ patch: operations["patchSystemCallbacksById"]; trace?: never; }; "/system/callbacks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CallbackEntry */ get: operations["getSystemCallbacksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/certifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Certification */ get: operations["getSystemCertifications"]; put?: never; /** Post Certification */ post: operations["postSystemCertifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/certifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Certification */ get: operations["getSystemCertificationsById"]; /** Put Certification */ put: operations["putSystemCertificationsById"]; post?: never; /** Delete Usage */ delete: operations["deleteSystemCertificationsById"]; options?: never; head?: never; /** Patch Certification */ patch: operations["patchSystemCertificationsById"]; trace?: never; }; "/system/certifications/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSystemCertificationsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/certifications/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSystemCertificationsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/certifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Certification */ get: operations["getSystemCertificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/connectWiseHostedScreens": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConnectWiseHostedScreen */ get: operations["getSystemConnectWiseHostedScreens"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/connectWiseHostedScreens/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWiseHostedScreen */ get: operations["getSystemConnectWiseHostedScreensById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/connectWiseHostedScreens/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConnectWiseHostedScreen */ get: operations["getSystemConnectWiseHostedScreensCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/connectwisehostedsetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ConnectWiseHostedSetup */ get: operations["getSystemConnectwisehostedsetups"]; put?: never; /** Post ConnectWiseHostedSetup */ post: operations["postSystemConnectwisehostedsetups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/connectwisehostedsetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ConnectWiseHostedSetup */ get: operations["getSystemConnectwisehostedsetupsById"]; /** Put ConnectWiseHostedSetup */ put: operations["putSystemConnectwisehostedsetupsById"]; post?: never; /** Delete ConnectWiseHostedSetup */ delete: operations["deleteSystemConnectwisehostedsetupsById"]; options?: never; head?: never; /** Patch ConnectWiseHostedSetup */ patch: operations["patchSystemConnectwisehostedsetupsById"]; trace?: never; }; "/system/connectwisehostedsetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ConnectWiseHostedSetup */ get: operations["getSystemConnectwisehostedsetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/contactsync/monitoring": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of M365ContactSyncMonitorings */ get: operations["getSystemContactsyncMonitoring"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/contactsync/monitoring/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Create Async */ post: operations["postSystemContactsyncMonitoring"]; delete?: never; options?: never; head?: never; /** Update Async */ patch: operations["patchSystemContactsyncMonitoring"]; trace?: never; }; "/system/contactsync/monitoring/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get M365ContactSyncMonitorings */ get: operations["getSystemContactsyncMonitoringById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/contactsync/monitoring/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of M365ContactSyncMonitorings */ get: operations["getSystemContactsyncMonitoringCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/contactsync/monitoring/notificationtype/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get M365ContactSyncMonitoringNotification TypeId Async */ get: operations["getSystemContactsyncMonitoringNotificationtype"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/contactsync/monitoring/type/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get M365ContactSyncMonitoring By TypeId Async */ get: operations["getSystemContactsyncMonitoringTypeById"]; put?: never; post?: never; /** Delete Async */ delete: operations["deleteSystemContactsyncMonitoringTypeById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/customFieldInfos": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CustomFieldInfos */ get: operations["getSystemCustomFieldInfos"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/customReports": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CustomReport */ get: operations["getSystemCustomReports"]; put?: never; /** Post CustomReport */ post: operations["postSystemCustomReports"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/customReports/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CustomReport */ get: operations["getSystemCustomReportsById"]; /** Put CustomReport */ put: operations["putSystemCustomReportsById"]; post?: never; /** Delete CustomReport */ delete: operations["deleteSystemCustomReportsById"]; options?: never; head?: never; /** Patch CustomReport */ patch: operations["patchSystemCustomReportsById"]; trace?: never; }; "/system/customReports/{parentId}/parameters": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CustomReportParameter */ get: operations["getSystemCustomReportsByParentIdParameters"]; put?: never; /** Post CustomReportParameter */ post: operations["postSystemCustomReportsByParentIdParameters"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/customReports/{parentId}/parameters/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CustomReportParameter */ get: operations["getSystemCustomReportsByParentIdParametersById"]; /** Put CustomReportParameter */ put: operations["putSystemCustomReportsByParentIdParametersById"]; post?: never; /** Delete CustomReportParameter */ delete: operations["deleteSystemCustomReportsByParentIdParametersById"]; options?: never; head?: never; /** Patch CustomReportParameter */ patch: operations["patchSystemCustomReportsByParentIdParametersById"]; trace?: never; }; "/system/customReports/{parentId}/parameters/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CustomReportParameter */ get: operations["getSystemCustomReportsByParentIdParametersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/customReports/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CustomReport */ get: operations["getSystemCustomReportsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/cwTimeZones": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CwTimeZone */ get: operations["getSystemCwTimeZones"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/cwTimeZones/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CwTimeZone */ get: operations["getSystemCwTimeZonesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/cwTimeZones/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CwTimeZone */ get: operations["getSystemCwTimeZonesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/departments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Department */ get: operations["getSystemDepartments"]; put?: never; /** Post Department */ post: operations["postSystemDepartments"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/departments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Department */ get: operations["getSystemDepartmentsById"]; /** Put Department */ put: operations["putSystemDepartmentsById"]; post?: never; /** Delete Department */ delete: operations["deleteSystemDepartmentsById"]; options?: never; head?: never; /** Patch Department */ patch: operations["patchSystemDepartmentsById"]; trace?: never; }; "/system/departments/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSystemDepartmentsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/departments/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSystemDepartmentsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/departments/{parentId}/locations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DepartmentLocation */ get: operations["getSystemDepartmentsByParentIdLocations"]; put?: never; /** Post DepartmentLocation */ post: operations["postSystemDepartmentsByParentIdLocations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/departments/{parentId}/locations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DepartmentLocation */ get: operations["getSystemDepartmentsByParentIdLocationsById"]; /** Put DepartmentLocation */ put: operations["putSystemDepartmentsByParentIdLocationsById"]; post?: never; /** Delete DepartmentLocation */ delete: operations["deleteSystemDepartmentsByParentIdLocationsById"]; options?: never; head?: never; /** Patch DepartmentLocation */ patch: operations["patchSystemDepartmentsByParentIdLocationsById"]; trace?: never; }; "/system/departments/{parentId}/locations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DepartmentLocation */ get: operations["getSystemDepartmentsByParentIdLocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/departments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Department */ get: operations["getSystemDepartmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/directionalSyncs/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DirectionalSyncsInfos */ get: operations["getSystemDirectionalSyncsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/directionalSyncs/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DirectionalSyncsInfos */ get: operations["getSystemDirectionalSyncsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/directionalSyncs/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DirectionalSyncs */ get: operations["getSystemDirectionalSyncsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documents": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DocumentInfo */ get: operations["getSystemDocuments"]; put?: never; /** Post DocumentInfo */ post: operations["postSystemDocuments"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documents/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DocumentInfo */ get: operations["getSystemDocumentsById"]; put?: never; /** Post DocumentInfo */ post: operations["postSystemDocumentsById"]; /** Delete DocumentInfo */ delete: operations["deleteSystemDocumentsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documents/{id}/download": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DocumentInfo */ get: operations["getSystemDocumentsByIdDownload"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documents/{id}/thumbnail": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DocumentInfo */ get: operations["getSystemDocumentsByIdThumbnail"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documents/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DocumentInfo */ get: operations["getSystemDocumentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documents/uploadsample": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DocumentInfo */ get: operations["getSystemDocumentsUploadsample"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documentTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DocumentType */ get: operations["getSystemDocumentTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documentTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DocumentType */ get: operations["getSystemDocumentTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/documentTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DocumentType */ get: operations["getSystemDocumentTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailConnector */ get: operations["getSystemEmailConnectors"]; put?: never; /** Post EmailConnector */ post: operations["postSystemEmailConnectors"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/{grandparentId}/parsingStyles/{parentId}/parsingRules": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailConnectorParsingRule */ get: operations["getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRules"]; put?: never; /** Post EmailConnectorParsingRule */ post: operations["postSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRules"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/{grandparentId}/parsingStyles/{parentId}/parsingRules/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailConnectorParsingRule */ get: operations["getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById"]; /** Put EmailConnectorParsingRule */ put: operations["putSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById"]; post?: never; /** Delete EmailConnectorParsingRule */ delete: operations["deleteSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById"]; options?: never; head?: never; /** Patch EmailConnectorParsingRule */ patch: operations["patchSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById"]; trace?: never; }; "/system/emailConnectors/{grandparentId}/parsingStyles/{parentId}/parsingRules/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailConnectorParsingRule */ get: operations["getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailConnector */ get: operations["getSystemEmailConnectorsById"]; /** Put EmailConnector */ put: operations["putSystemEmailConnectorsById"]; post?: never; /** Delete EmailConnector */ delete: operations["deleteSystemEmailConnectorsById"]; options?: never; head?: never; /** Patch EmailConnector */ patch: operations["patchSystemEmailConnectorsById"]; trace?: never; }; "/system/emailConnectors/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailConnectorInfos */ get: operations["getSystemEmailConnectorsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/{parentId}/parsingStyles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailConnectorParsingStyle */ get: operations["getSystemEmailConnectorsByParentIdParsingStyles"]; put?: never; /** Post EmailConnectorParsingStyle */ post: operations["postSystemEmailConnectorsByParentIdParsingStyles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/{parentId}/parsingStyles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailConnectorParsingStyle */ get: operations["getSystemEmailConnectorsByParentIdParsingStylesById"]; /** Put EmailConnectorParsingStyle */ put: operations["putSystemEmailConnectorsByParentIdParsingStylesById"]; post?: never; /** Delete EmailConnectorParsingStyle */ delete: operations["deleteSystemEmailConnectorsByParentIdParsingStylesById"]; options?: never; head?: never; /** Patch EmailConnectorParsingStyle */ patch: operations["patchSystemEmailConnectorsByParentIdParsingStylesById"]; trace?: never; }; "/system/emailConnectors/{parentId}/parsingStyles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailConnectorParsingStyle */ get: operations["getSystemEmailConnectorsByParentIdParsingStylesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailConnector */ get: operations["getSystemEmailConnectorsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailConnectorInfos */ get: operations["getSystemEmailConnectorsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailConnectors/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailConnectorInfos */ get: operations["getSystemEmailConnectorsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailExclusions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailExclusion */ get: operations["getSystemEmailExclusions"]; put?: never; /** Post EmailExclusion */ post: operations["postSystemEmailExclusions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailExclusions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailExclusion */ get: operations["getSystemEmailExclusionsById"]; /** Put EmailExclusion */ put: operations["putSystemEmailExclusionsById"]; post?: never; /** Delete EmailExclusion */ delete: operations["deleteSystemEmailExclusionsById"]; options?: never; head?: never; /** Patch EmailExclusion */ patch: operations["patchSystemEmailExclusionsById"]; trace?: never; }; "/system/emailExclusions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailExclusion */ get: operations["getSystemEmailExclusionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailTokens": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EmailToken */ get: operations["getSystemEmailTokens"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailTokens/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EmailToken */ get: operations["getSystemEmailTokensById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/emailTokens/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EmailToken */ get: operations["getSystemEmailTokensCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ePayConfigurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of EPayConfiguration */ get: operations["getSystemEPayConfigurations"]; put?: never; /** Post EPayConfiguration */ post: operations["postSystemEPayConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ePayConfigurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get EPayConfiguration */ get: operations["getSystemEPayConfigurationsById"]; /** Put EPayConfiguration */ put: operations["putSystemEPayConfigurationsById"]; post?: never; /** Delete EPayConfiguration */ delete: operations["deleteSystemEPayConfigurationsById"]; options?: never; head?: never; /** Patch EPayConfiguration */ patch: operations["patchSystemEPayConfigurationsById"]; trace?: never; }; "/system/ePayConfigurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of EPayConfiguration */ get: operations["getSystemEPayConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/experiments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Experiment */ get: operations["getSystemExperiments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/experiments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Experiment */ get: operations["getSystemExperimentsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/experiments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Experiment */ get: operations["getSystemExperimentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/fileuploadsettings/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of FileUploadSettings */ get: operations["getSystemFileuploadsettings"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/fileuploadsettings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get FileUploadSettings */ get: operations["getSystemFileuploadsettingsById"]; /** Put FileUploadSettings */ put: operations["putSystemFileuploadsettingsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch FileUploadSettings */ patch: operations["patchSystemFileuploadsettingsById"]; trace?: never; }; "/system/fileuploadsettings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of FileUploadSettings */ get: operations["getSystemFileuploadsettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/googleemailsetup/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of GoogleEmailSetups */ get: operations["getSystemGoogleemailsetup"]; put?: never; /** Post GoogleEmailSetups */ post: operations["postSystemGoogleemailsetup"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/googleemailsetup/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get GoogleEmailSetups */ get: operations["getSystemGoogleemailsetupById"]; /** Put GoogleEmailSetups */ put: operations["putSystemGoogleemailsetupById"]; post?: never; /** Delete GoogleEmailSetups */ delete: operations["deleteSystemGoogleemailsetupById"]; options?: never; head?: never; /** Patch GoogleEmailSetups */ patch: operations["patchSystemGoogleemailsetupById"]; trace?: never; }; "/system/googleemailsetup/{id}/testConnection": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemGoogleemailsetupByIdTestConnection"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/googleemailsetup/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of GoogleEmailSetups */ get: operations["getSystemGoogleemailsetupCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/imaps": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Imap */ get: operations["getSystemImaps"]; put?: never; /** Post Imap */ post: operations["postSystemImaps"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/imaps/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Imap */ get: operations["getSystemImapsById"]; /** Put Imap */ put: operations["putSystemImapsById"]; post?: never; /** Delete Imap */ delete: operations["deleteSystemImapsById"]; options?: never; head?: never; /** Patch Imap */ patch: operations["patchSystemImapsById"]; trace?: never; }; "/system/imaps/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ImapInfo */ get: operations["getSystemImapsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/imaps/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Imap */ get: operations["getSystemImapsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/imaps/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ImapInfos */ get: operations["getSystemImapsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/imaps/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ImapInfos */ get: operations["getSystemImapsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/importMassMaintenance/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post ImportMassMaintenance */ post: operations["postSystemImportMassMaintenanceById"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Info */ get: operations["getSystemInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/departmentlocations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DepartmentLocationInfo */ get: operations["getSystemInfoDepartmentlocations"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/departmentlocations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DepartmentLocationInfo */ get: operations["getSystemInfoDepartmentlocationsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/departmentlocations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DepartmentLocationInfo */ get: operations["getSystemInfoDepartmentlocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/departments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DepartmentInfo */ get: operations["getSystemInfoDepartments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/departments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DepartmentInfo */ get: operations["getSystemInfoDepartmentsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/departments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of DepartmentInfo */ get: operations["getSystemInfoDepartmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/links": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LinkInfo */ get: operations["getSystemInfoLinks"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/links/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LinkInfo */ get: operations["getSystemInfoLinksById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/links/{id}/resolveurl": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post LinkResolveUrlInfo */ post: operations["postSystemInfoLinksByIdResolveurl"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/links/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LinkInfo */ get: operations["getSystemInfoLinksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/locales": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LocaleInfo */ get: operations["getSystemInfoLocales"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/locales/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LocaleInfo */ get: operations["getSystemInfoLocalesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/locales/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LocaleInfo */ get: operations["getSystemInfoLocalesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/locations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LocationInfo */ get: operations["getSystemInfoLocations"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/locations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LocationInfo */ get: operations["getSystemInfoLocationsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/locations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LocationInfo */ get: operations["getSystemInfoLocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/members": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberInfo */ get: operations["getSystemInfoMembers"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/members/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberInfo */ get: operations["getSystemInfoMembersById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/members/{memberIdentifier:regex(^(types. |(": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberInfo */ get: operations["getSystemInfoMembersmemberIdentifierregextypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/members/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberInfo */ get: operations["getSystemInfoMembersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/personas": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PersonasInfo */ get: operations["getSystemInfoPersonas"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/personas/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PersonasInfo */ get: operations["getSystemInfoPersonasById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/personas/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PersonasInfo */ get: operations["getSystemInfoPersonasCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/standardNotes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of StandardNoteInfo */ get: operations["getSystemInfoStandardNotes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/standardNotes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get StandardNoteInfo */ get: operations["getSystemInfoStandardNotesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/info/standardNotes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of StandardNoteInfo */ get: operations["getSystemInfoStandardNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutBoards": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InOutBoard */ get: operations["getSystemInOutBoards"]; put?: never; /** Post InOutBoard */ post: operations["postSystemInOutBoards"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutBoards/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InOutBoard */ get: operations["getSystemInOutBoardsById"]; /** Put InOutBoard */ put: operations["putSystemInOutBoardsById"]; post?: never; /** Delete InOutBoard */ delete: operations["deleteSystemInOutBoardsById"]; options?: never; head?: never; /** Patch InOutBoard */ patch: operations["patchSystemInOutBoardsById"]; trace?: never; }; "/system/inOutBoards/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InOutBoard */ get: operations["getSystemInOutBoardsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InOutType */ get: operations["getSystemInOutTypes"]; put?: never; /** Post InOutType */ post: operations["postSystemInOutTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InOutType */ get: operations["getSystemInOutTypesById"]; /** Put InOutType */ put: operations["putSystemInOutTypesById"]; post?: never; /** Delete InOutType */ delete: operations["deleteSystemInOutTypesById"]; options?: never; head?: never; /** Patch InOutType */ patch: operations["patchSystemInOutTypesById"]; trace?: never; }; "/system/inOutTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get InOutTypeInfo */ get: operations["getSystemInOutTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InOutType */ get: operations["getSystemInOutTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutTypes/count/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of InOutTypeInfo */ get: operations["getSystemInOutTypesCountInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/inOutTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of InOutTypeInfo */ get: operations["getSystemInOutTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/integratorlogins": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of IntegratorLogin */ get: operations["getSystemIntegratorlogins"]; put?: never; /** Post IntegratorLogin */ post: operations["postSystemIntegratorlogins"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/integratorlogins/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get IntegratorLogin */ get: operations["getSystemIntegratorloginsById"]; /** Put IntegratorLogin */ put: operations["putSystemIntegratorloginsById"]; post?: never; /** Delete IntegratorLogin */ delete: operations["deleteSystemIntegratorloginsById"]; options?: never; head?: never; /** Patch IntegratorLogin */ patch: operations["patchSystemIntegratorloginsById"]; trace?: never; }; "/system/integratorlogins/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of IntegratorLogin */ get: operations["getSystemIntegratorloginsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/integratorTags": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of IntegratorTag */ get: operations["getSystemIntegratorTags"]; put?: never; /** Post IntegratorTag */ post: operations["postSystemIntegratorTags"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/integratorTags/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get IntegratorTag */ get: operations["getSystemIntegratorTagsById"]; /** Put IntegratorTag */ put: operations["putSystemIntegratorTagsById"]; post?: never; /** Delete IntegratorTag */ delete: operations["deleteSystemIntegratorTagsById"]; options?: never; head?: never; /** Patch IntegratorTag */ patch: operations["patchSystemIntegratorTagsById"]; trace?: never; }; "/system/integratorTags/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of IntegratorTag */ get: operations["getSystemIntegratorTagsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/kpiCategories": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of KPICategory */ get: operations["getSystemKpiCategories"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/kpiCategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KPICategory */ get: operations["getSystemKpiCategoriesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/kpiCategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of KPICategory */ get: operations["getSystemKpiCategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/kpis": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of KPI */ get: operations["getSystemKpis"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/kpis/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get KPI */ get: operations["getSystemKpisById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/kpis/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of KPI */ get: operations["getSystemKpisCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ldapConfigurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LdapConfiguration */ get: operations["getSystemLdapConfigurations"]; put?: never; /** Post LdapConfiguration */ post: operations["postSystemLdapConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ldapConfigurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LdapConfiguration */ get: operations["getSystemLdapConfigurationsById"]; /** Put LdapConfiguration */ put: operations["putSystemLdapConfigurationsById"]; post?: never; /** Delete LdapConfiguration */ delete: operations["deleteSystemLdapConfigurationsById"]; options?: never; head?: never; /** Patch LdapConfiguration */ patch: operations["patchSystemLdapConfigurationsById"]; trace?: never; }; "/system/ldapConfigurations/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LdapConfigurationInfos */ get: operations["getSystemLdapConfigurationsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ldapConfigurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LdapConfiguration */ get: operations["getSystemLdapConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ldapConfigurations/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LdapConfigurationInfos */ get: operations["getSystemLdapConfigurationsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ldapConfigurations/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LdapConfigurationInfos */ get: operations["getSystemLdapConfigurationsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ldapConfigurations/testLink": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemLdapConfigurationsTestLink"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/links": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Link */ get: operations["getSystemLinks"]; put?: never; /** Post Link */ post: operations["postSystemLinks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/links/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Link */ get: operations["getSystemLinksById"]; /** Put Link */ put: operations["putSystemLinksById"]; post?: never; /** Delete Link */ delete: operations["deleteSystemLinksById"]; options?: never; head?: never; /** Patch Link */ patch: operations["patchSystemLinksById"]; trace?: never; }; "/system/links/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Link */ get: operations["getSystemLinksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Location */ get: operations["getSystemLocations"]; put?: never; /** Post Location */ post: operations["postSystemLocations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Location */ get: operations["getSystemLocationsById"]; /** Put Location */ put: operations["putSystemLocationsById"]; post?: never; /** Delete Location */ delete: operations["deleteSystemLocationsById"]; options?: never; head?: never; /** Patch Location */ patch: operations["patchSystemLocationsById"]; trace?: never; }; "/system/locations/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSystemLocationsByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSystemLocationsByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{parentId}/departments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LocationDepartment */ get: operations["getSystemLocationsByParentIdDepartments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{parentId}/departments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LocationDepartment */ get: operations["getSystemLocationsByParentIdDepartmentsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{parentId}/departments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LocationDepartment */ get: operations["getSystemLocationsByParentIdDepartmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{parentId}/workRoles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of LocationWorkRole */ get: operations["getSystemLocationsByParentIdWorkRoles"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{parentId}/workRoles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get LocationWorkRole */ get: operations["getSystemLocationsByParentIdWorkRolesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/{parentId}/workRoles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of LocationWorkRole */ get: operations["getSystemLocationsByParentIdWorkRolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/locations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getSystemLocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/m365contactsync/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get M365ContactSyncInfos */ get: operations["getSystemM365contactsyncByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/m365contactsync/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of M365ContactSyncInfos */ get: operations["getSystemM365contactsyncInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/m365contactsync/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of M365ContactSyncInfo */ get: operations["getSystemM365contactsyncInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/managementNetworkSecurities": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagementNetworkSecurity */ get: operations["getSystemManagementNetworkSecurities"]; put?: never; /** Post ManagementNetworkSecurity */ post: operations["postSystemManagementNetworkSecurities"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/managementNetworkSecurities/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ManagementNetworkSecurity */ get: operations["getSystemManagementNetworkSecuritiesById"]; /** Put ManagementNetworkSecurity */ put: operations["putSystemManagementNetworkSecuritiesById"]; post?: never; /** Delete ManagementNetworkSecurity */ delete: operations["deleteSystemManagementNetworkSecuritiesById"]; options?: never; head?: never; /** Patch ManagementNetworkSecurity */ patch: operations["patchSystemManagementNetworkSecuritiesById"]; trace?: never; }; "/system/managementNetworkSecurities/{id}/testCredentials": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SuccessResponse */ get: operations["getSystemManagementNetworkSecuritiesByIdTestCredentials"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/managementNetworkSecurities/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ManagementNetworkSecurity */ get: operations["getSystemManagementNetworkSecuritiesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/marketplaceimport/getdefinition/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MarketplaceImport */ get: operations["getSystemMarketplaceimportGetdefinitionById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/marketplaceimport/import": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post MarketplaceImport */ post: operations["postSystemMarketplaceimportImport"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Member */ get: operations["getSystemMembers"]; put?: never; /** Post Member */ post: operations["postSystemMembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Member */ get: operations["getSystemMembersById"]; /** Put Member */ put: operations["putSystemMembersById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch Member */ patch: operations["patchSystemMembersById"]; trace?: never; }; "/system/members/{id}/deactivate": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post MemberDeactivation */ post: operations["postSystemMembersByIdDeactivate"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/image": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get */ get: operations["getSystemMembersByIdImage"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/linkSsoUser": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemMembersByIdLinkSsoUser"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/submit": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemMembersByIdSubmit"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/unlinkSsoUser": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemMembersByIdUnlinkSsoUser"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/unusedTimeSheets": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Delete Member */ delete: operations["deleteSystemMembersByIdUnusedTimeSheets"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getSystemMembersByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getSystemMembersByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{memberIdentifier:regex(^(types. |(": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Member */ get: operations["getSystemMembersmemberIdentifierregextypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{memberIdentifier}/tokens": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Token */ post: operations["postSystemMembersByMemberIdentifierTokens"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/accruals": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberAccrual */ get: operations["getSystemMembersByParentIdAccruals"]; put?: never; /** Post MemberAccrual */ post: operations["postSystemMembersByParentIdAccruals"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/accruals/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberAccrual */ get: operations["getSystemMembersByParentIdAccrualsById"]; /** Put MemberAccrual */ put: operations["putSystemMembersByParentIdAccrualsById"]; post?: never; /** Delete MemberAccrual */ delete: operations["deleteSystemMembersByParentIdAccrualsById"]; options?: never; head?: never; /** Patch MemberAccrual */ patch: operations["patchSystemMembersByParentIdAccrualsById"]; trace?: never; }; "/system/members/{parentId}/accruals/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberAccrual */ get: operations["getSystemMembersByParentIdAccrualsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/certifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberCertification */ get: operations["getSystemMembersByParentIdCertifications"]; put?: never; /** Post MemberCertification */ post: operations["postSystemMembersByParentIdCertifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/certifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberCertification */ get: operations["getSystemMembersByParentIdCertificationsById"]; /** Put MemberCertification */ put: operations["putSystemMembersByParentIdCertificationsById"]; post?: never; /** Delete MemberCertification */ delete: operations["deleteSystemMembersByParentIdCertificationsById"]; options?: never; head?: never; /** Patch MemberCertification */ patch: operations["patchSystemMembersByParentIdCertificationsById"]; trace?: never; }; "/system/members/{parentId}/certifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberCertification */ get: operations["getSystemMembersByParentIdCertificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/delegations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberDelegation */ get: operations["getSystemMembersByParentIdDelegations"]; put?: never; /** Post MemberDelegation */ post: operations["postSystemMembersByParentIdDelegations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/delegations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberDelegation */ get: operations["getSystemMembersByParentIdDelegationsById"]; /** Put MemberDelegation */ put: operations["putSystemMembersByParentIdDelegationsById"]; post?: never; /** Delete MemberDelegation */ delete: operations["deleteSystemMembersByParentIdDelegationsById"]; options?: never; head?: never; /** Patch MemberDelegation */ patch: operations["patchSystemMembersByParentIdDelegationsById"]; trace?: never; }; "/system/members/{parentId}/delegations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberDelegation */ get: operations["getSystemMembersByParentIdDelegationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/managedDeviceAccounts": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ManagedDeviceAccount */ get: operations["getSystemMembersByParentIdManagedDeviceAccounts"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/managedDeviceAccounts/bulk": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put BulkResult */ put: operations["putSystemMembersByParentIdManagedDeviceAccountsBulk"]; post?: never; /** Delete BulkResult */ delete: operations["deleteSystemMembersByParentIdManagedDeviceAccountsBulk"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/mycertifications": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberCertification */ get: operations["getSystemMembersByParentIdMycertifications"]; put?: never; /** Post MemberCertification */ post: operations["postSystemMembersByParentIdMycertifications"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/mycertifications/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberCertification */ get: operations["getSystemMembersByParentIdMycertificationsById"]; /** Put MemberCertification */ put: operations["putSystemMembersByParentIdMycertificationsById"]; post?: never; /** Delete MemberCertification */ delete: operations["deleteSystemMembersByParentIdMycertificationsById"]; options?: never; head?: never; /** Patch MemberCertification */ patch: operations["patchSystemMembersByParentIdMycertificationsById"]; trace?: never; }; "/system/members/{parentId}/mycertifications/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberCertification */ get: operations["getSystemMembersByParentIdMycertificationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/notificationSettings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberNotificationSetting */ get: operations["getSystemMembersByParentIdNotificationSettings"]; put?: never; /** Post MemberNotificationSetting */ post: operations["postSystemMembersByParentIdNotificationSettings"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/notificationSettings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberNotificationSetting */ get: operations["getSystemMembersByParentIdNotificationSettingsById"]; /** Put MemberNotificationSetting */ put: operations["putSystemMembersByParentIdNotificationSettingsById"]; post?: never; /** Delete MemberNotificationSetting */ delete: operations["deleteSystemMembersByParentIdNotificationSettingsById"]; options?: never; head?: never; /** Patch MemberNotificationSetting */ patch: operations["patchSystemMembersByParentIdNotificationSettingsById"]; trace?: never; }; "/system/members/{parentId}/notificationSettings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberNotificationSetting */ get: operations["getSystemMembersByParentIdNotificationSettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/personas": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberPersona */ get: operations["getSystemMembersByParentIdPersonas"]; put?: never; /** Post MemberPersona */ post: operations["postSystemMembersByParentIdPersonas"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/personas/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberPersona */ get: operations["getSystemMembersByParentIdPersonasById"]; /** Put MemberPersona */ put: operations["putSystemMembersByParentIdPersonasById"]; post?: never; /** Delete MemberPersona */ delete: operations["deleteSystemMembersByParentIdPersonasById"]; options?: never; head?: never; /** Patch MemberPersona */ patch: operations["patchSystemMembersByParentIdPersonasById"]; trace?: never; }; "/system/members/{parentId}/personas/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberPersona */ get: operations["getSystemMembersByParentIdPersonasCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/skills": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberSkill */ get: operations["getSystemMembersByParentIdSkills"]; put?: never; /** Post MemberSkill */ post: operations["postSystemMembersByParentIdSkills"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{parentId}/skills/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberSkill */ get: operations["getSystemMembersByParentIdSkillsById"]; /** Put MemberSkill */ put: operations["putSystemMembersByParentIdSkillsById"]; post?: never; /** Delete MemberSkill */ delete: operations["deleteSystemMembersByParentIdSkillsById"]; options?: never; head?: never; /** Patch MemberSkill */ patch: operations["patchSystemMembersByParentIdSkillsById"]; trace?: never; }; "/system/members/{parentId}/skills/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberSkill */ get: operations["getSystemMembersByParentIdSkillsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/{ssoid}/deactivateIamMember": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Delete Member Via IAM */ post: operations["postSystemMembersBySsoidDeactivateIamMember"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/calendarsync": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Member to be use for calendar sync subscriptions */ get: operations["getSystemMembersCalendarsync"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Usage */ get: operations["getSystemMembersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/types": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberType */ get: operations["getSystemMembersTypes"]; put?: never; /** Post MemberType */ post: operations["postSystemMembersTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/types/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberType */ get: operations["getSystemMembersTypesById"]; /** Put MemberType */ put: operations["putSystemMembersTypesById"]; post?: never; /** Delete MemberType */ delete: operations["deleteSystemMembersTypesById"]; options?: never; head?: never; /** Patch MemberType */ patch: operations["patchSystemMembersTypesById"]; trace?: never; }; "/system/members/types/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberType */ get: operations["getSystemMembersTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/types/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberType */ get: operations["getSystemMembersTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/types/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberType */ get: operations["getSystemMembersTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/types/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberType */ get: operations["getSystemMembersTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/members/withSso": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Member */ get: operations["getSystemMembersWithSso"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/membertemplates/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberTemplates */ get: operations["getSystemMembertemplates"]; put?: never; /** Post MemberTemplates */ post: operations["postSystemMembertemplates"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/membertemplates/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberTemplates */ get: operations["getSystemMembertemplatesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; /** Patch MemberTemplates */ patch: operations["patchSystemMembertemplatesById"]; trace?: never; }; "/system/membertemplates/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberTemplates */ get: operations["getSystemMembertemplatesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/menuentries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MenuEntry */ get: operations["getSystemMenuentries"]; put?: never; /** Post MenuEntry */ post: operations["postSystemMenuentries"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/menuentries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MenuEntry */ get: operations["getSystemMenuentriesById"]; /** Put MenuEntry */ put: operations["putSystemMenuentriesById"]; post?: never; /** Delete MenuEntry */ delete: operations["deleteSystemMenuentriesById"]; options?: never; head?: never; /** Patch MenuEntry */ patch: operations["patchSystemMenuentriesById"]; trace?: never; }; "/system/menuentries/{id}/image": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MenuEntry */ get: operations["getSystemMenuentriesByIdImage"]; put?: never; /** Post MenuEntry */ post: operations["postSystemMenuentriesByIdImage"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/menuEntries/{parentId}/locations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MenuEntryLocation */ get: operations["getSystemMenuEntriesByParentIdLocations"]; put?: never; /** Post MenuEntryLocation */ post: operations["postSystemMenuEntriesByParentIdLocations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/menuEntries/{parentId}/locations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MenuEntryLocation */ get: operations["getSystemMenuEntriesByParentIdLocationsById"]; put?: never; post?: never; /** Delete MenuEntryLocation */ delete: operations["deleteSystemMenuEntriesByParentIdLocationsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/menuEntries/{parentId}/locations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MenuEntryLocation */ get: operations["getSystemMenuEntriesByParentIdLocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/menuentries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MenuEntry */ get: operations["getSystemMenuentriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myAccount/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MyAccount */ get: operations["getSystemMyAccountById"]; /** Put MyAccount */ put: operations["putSystemMyAccountById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch MyAccount */ patch: operations["patchSystemMyAccountById"]; trace?: never; }; "/system/myAccount/{parentId}/delegations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberDelegation */ get: operations["getSystemMyAccountByParentIdDelegations"]; put?: never; /** Post MemberDelegation */ post: operations["postSystemMyAccountByParentIdDelegations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myAccount/{parentId}/delegations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberDelegation */ get: operations["getSystemMyAccountByParentIdDelegationsById"]; /** Put MemberDelegation */ put: operations["putSystemMyAccountByParentIdDelegationsById"]; post?: never; /** Delete MemberDelegation */ delete: operations["deleteSystemMyAccountByParentIdDelegationsById"]; options?: never; head?: never; /** Patch MemberDelegation */ patch: operations["patchSystemMyAccountByParentIdDelegationsById"]; trace?: never; }; "/system/myAccount/{parentId}/delegations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberDelegation */ get: operations["getSystemMyAccountByParentIdDelegationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myAccount/{parentId}/skills": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MemberSkill */ get: operations["getSystemMyAccountByParentIdSkills"]; put?: never; /** Post MemberSkill */ post: operations["postSystemMyAccountByParentIdSkills"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myAccount/{parentId}/skills/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MemberSkill */ get: operations["getSystemMyAccountByParentIdSkillsById"]; /** Put MemberSkill */ put: operations["putSystemMyAccountByParentIdSkillsById"]; post?: never; /** Delete MemberSkill */ delete: operations["deleteSystemMyAccountByParentIdSkillsById"]; options?: never; head?: never; /** Patch MemberSkill */ patch: operations["patchSystemMyAccountByParentIdSkillsById"]; trace?: never; }; "/system/myAccount/{parentId}/skills/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of MemberSkill */ get: operations["getSystemMyAccountByParentIdSkillsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructure": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CorporateStructure */ get: operations["getSystemMyCompanyCorporateStructure"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructure/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CorporateStructure */ get: operations["getSystemMyCompanyCorporateStructureById"]; /** Put CorporateStructure */ put: operations["putSystemMyCompanyCorporateStructureById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch CorporateStructure */ patch: operations["patchSystemMyCompanyCorporateStructureById"]; trace?: never; }; "/system/myCompany/corporateStructure/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CorporateStructureInfos */ get: operations["getSystemMyCompanyCorporateStructureByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructure/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CorporateStructure */ get: operations["getSystemMyCompanyCorporateStructureCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructure/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CorporateStructureInfos */ get: operations["getSystemMyCompanyCorporateStructureInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructure/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CorporateStructureInfos */ get: operations["getSystemMyCompanyCorporateStructureInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructureLevels": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CorporateStructureLevel */ get: operations["getSystemMyCompanyCorporateStructureLevels"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructureLevels/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CorporateStructureLevel */ get: operations["getSystemMyCompanyCorporateStructureLevelsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/corporateStructureLevels/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CorporateStructureLevel */ get: operations["getSystemMyCompanyCorporateStructureLevelsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/crm": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Crm */ get: operations["getSystemMyCompanyCrm"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/crm/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Crm */ get: operations["getSystemMyCompanyCrmById"]; /** Put Crm */ put: operations["putSystemMyCompanyCrmById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch Crm */ patch: operations["patchSystemMyCompanyCrmById"]; trace?: never; }; "/system/myCompany/crm/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get CrmInfos */ get: operations["getSystemMyCompanyCrmByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/crm/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Crm */ get: operations["getSystemMyCompanyCrmCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/crm/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of CrmInfos */ get: operations["getSystemMyCompanyCrmInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/crm/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of CrmInfos */ get: operations["getSystemMyCompanyCrmInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/documents": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of DocumentSetup */ get: operations["getSystemMycompanyDocuments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/documents/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get DocumentSetup */ get: operations["getSystemMycompanyDocumentsById"]; /** Put DocumentSetup */ put: operations["putSystemMycompanyDocumentsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch DocumentSetup */ patch: operations["patchSystemMycompanyDocumentsById"]; trace?: never; }; "/system/mycompany/info/services": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ServiceInfo */ get: operations["getSystemMycompanyInfoServices"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/info/services/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ServiceInfo */ get: operations["getSystemMycompanyInfoServicesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/other": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Other */ get: operations["getSystemMyCompanyOther"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/other/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Other */ get: operations["getSystemMyCompanyOtherById"]; /** Put Other */ put: operations["putSystemMyCompanyOtherById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch Other */ patch: operations["patchSystemMyCompanyOtherById"]; trace?: never; }; "/system/myCompany/other/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Other */ get: operations["getSystemMyCompanyOtherCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/reportingServices": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ReportingService */ get: operations["getSystemMycompanyReportingServices"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/reportingServices/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ReportingService */ get: operations["getSystemMycompanyReportingServicesById"]; /** Put ReportingService */ put: operations["putSystemMycompanyReportingServicesById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch ReportingService */ patch: operations["patchSystemMycompanyReportingServicesById"]; trace?: never; }; "/system/mycompany/reportingServices/{id}/testConnection": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemMycompanyReportingServicesByIdTestConnection"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/services": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MyCompanyService */ get: operations["getSystemMycompanyServices"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mycompany/services/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MyCompanyService */ get: operations["getSystemMycompanyServicesById"]; /** Put MyCompanyService */ put: operations["putSystemMycompanyServicesById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch MyCompanyService */ patch: operations["patchSystemMycompanyServicesById"]; trace?: never; }; "/system/myCompany/timeExpense": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeExpense */ get: operations["getSystemMyCompanyTimeExpense"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myCompany/timeExpense/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeExpense */ get: operations["getSystemMyCompanyTimeExpenseById"]; /** Put TimeExpense */ put: operations["putSystemMyCompanyTimeExpenseById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch TimeExpense */ patch: operations["patchSystemMyCompanyTimeExpenseById"]; trace?: never; }; "/system/myCompany/timeExpense/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeExpense */ get: operations["getSystemMyCompanyTimeExpenseCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myMembers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MyMember */ get: operations["getSystemMyMembers"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/myMembers/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get MyMemberInfo */ get: operations["getSystemMyMembersInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mySecurity": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MySecurity */ get: operations["getSystemMySecurity"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/mySecurity/customizeItems/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of MySecurityCustomizeItems */ get: operations["getSystemMySecurityCustomizeItems"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/notificationRecipients": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of NotificationRecipient */ get: operations["getSystemNotificationRecipients"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/notificationRecipients/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get NotificationRecipient */ get: operations["getSystemNotificationRecipientsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/notificationRecipients/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of NotificationRecipient */ get: operations["getSystemNotificationRecipientsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/application/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Office365EmailApplicationInfos */ get: operations["getSystemOffice365ApplicationByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/application/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Office365EmailApplicationInfos */ get: operations["getSystemOffice365ApplicationInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/application/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Office365EmailApplicationInfos */ get: operations["getSystemOffice365ApplicationInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/emailSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Office365EmailSetup */ get: operations["getSystemOffice365EmailSetups"]; put?: never; /** Post Office365EmailSetup */ post: operations["postSystemOffice365EmailSetups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/emailSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Office365EmailSetup */ get: operations["getSystemOffice365EmailSetupsById"]; /** Put Office365EmailSetup */ put: operations["putSystemOffice365EmailSetupsById"]; post?: never; /** Delete Office365EmailSetup */ delete: operations["deleteSystemOffice365EmailSetupsById"]; options?: never; head?: never; /** Patch Office365EmailSetup */ patch: operations["patchSystemOffice365EmailSetupsById"]; trace?: never; }; "/system/office365/emailSetups/{id}/authorize": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemOffice365EmailSetupsByIdAuthorize"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/emailSetups/{id}/getEmails/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UserEmails from inbound ticket service */ get: operations["getSystemOffice365EmailSetupsByIdGetEmails"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/emailSetups/{id}/testConnection": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postSystemOffice365EmailSetupsByIdTestConnection"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/office365/emailSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Office365EmailSetup */ get: operations["getSystemOffice365EmailSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/onPremiseSearchSetting/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OnPremiseSearchSettings */ get: operations["getSystemOnPremiseSearchSetting"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/onPremiseSearchSetting/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OnPremiseSearchSettings */ get: operations["getSystemOnPremiseSearchSettingById"]; /** * Put OnPremiseSearchSettings * This does not update Solr. This allows you to set Manage to the Solr password. */ put: operations["putSystemOnPremiseSearchSettingById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch OnPremiseSearchSettings */ patch: operations["patchSystemOnPremiseSearchSettingById"]; trace?: never; }; "/system/onPremiseSearchSetting/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OnPremiseSearchSettings */ get: operations["getSystemOnPremiseSearchSettingCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/osgradeweights": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of OsGradeWeight */ get: operations["getSystemOsgradeweights"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/osgradeweights/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get OsGradeWeight */ get: operations["getSystemOsgradeweightsById"]; /** Put OsGradeWeight */ put: operations["putSystemOsgradeweightsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch OsGradeWeight */ patch: operations["patchSystemOsgradeweightsById"]; trace?: never; }; "/system/osgradeweights/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of OsGradeWeight */ get: operations["getSystemOsgradeweightsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/parsingTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ParsingType */ get: operations["getSystemParsingTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/parsingTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ParsingType */ get: operations["getSystemParsingTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/parsingTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ParsingType */ get: operations["getSystemParsingTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/parsingVariables": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ParsingVariable */ get: operations["getSystemParsingVariables"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/parsingVariables/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ParsingVariable */ get: operations["getSystemParsingVariablesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/parsingVariables/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ParsingVariable */ get: operations["getSystemParsingVariablesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/portalReports": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of PortalReport */ get: operations["getSystemPortalReports"]; put?: never; /** Post PortalReport */ post: operations["postSystemPortalReports"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/portalReports/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get PortalReport */ get: operations["getSystemPortalReportsById"]; /** Put PortalReport */ put: operations["putSystemPortalReportsById"]; post?: never; /** Delete PortalReport */ delete: operations["deleteSystemPortalReportsById"]; options?: never; head?: never; /** Patch PortalReport */ patch: operations["patchSystemPortalReportsById"]; trace?: never; }; "/system/portalReports/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of PortalReport */ get: operations["getSystemPortalReportsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/quoteLinkSetup": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of QuoteLink */ get: operations["getSystemQuoteLinkSetup"]; put?: never; /** Post QuoteLink */ post: operations["postSystemQuoteLinkSetup"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/quoteLinkSetup/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get QuoteLink */ get: operations["getSystemQuoteLinkSetupById"]; /** Put QuoteLink */ put: operations["putSystemQuoteLinkSetupById"]; post?: never; /** Delete QuoteLink */ delete: operations["deleteSystemQuoteLinkSetupById"]; options?: never; head?: never; /** Patch QuoteLink */ patch: operations["patchSystemQuoteLinkSetupById"]; trace?: never; }; "/system/quoteLinkSetup/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of QuoteLink */ get: operations["getSystemQuoteLinkSetupCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/quoteLinkSetup/testConnection": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SuccessResponse */ get: operations["getSystemQuoteLinkSetupTestConnection"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ReportCard */ get: operations["getSystemReportCards"]; put?: never; /** Post ReportCard */ post: operations["postSystemReportCards"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ReportCard */ get: operations["getSystemReportCardsById"]; /** Put ReportCard */ put: operations["putSystemReportCardsById"]; post?: never; /** Delete ReportCard */ delete: operations["deleteSystemReportCardsById"]; options?: never; head?: never; /** Patch ReportCard */ patch: operations["patchSystemReportCardsById"]; trace?: never; }; "/system/reportCards/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ReportCardInfo */ get: operations["getSystemReportCardsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards/{parentId}/details": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ReportCardDetail */ get: operations["getSystemReportCardsByParentIdDetails"]; put?: never; /** Post ReportCardDetail */ post: operations["postSystemReportCardsByParentIdDetails"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards/{parentId}/details/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ReportCardDetail */ get: operations["getSystemReportCardsByParentIdDetailsById"]; /** Put ReportCardDetail */ put: operations["putSystemReportCardsByParentIdDetailsById"]; post?: never; /** Delete ReportCardDetail */ delete: operations["deleteSystemReportCardsByParentIdDetailsById"]; options?: never; head?: never; /** Patch ReportCardDetail */ patch: operations["patchSystemReportCardsByParentIdDetailsById"]; trace?: never; }; "/system/reportCards/{parentId}/details/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ReportCardDetail */ get: operations["getSystemReportCardsByParentIdDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ReportCard */ get: operations["getSystemReportCardsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ReportCardInfo */ get: operations["getSystemReportCardsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reportCards/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ReportCardInfo */ get: operations["getSystemReportCardsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reports": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Report */ get: operations["getSystemReports"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reports/{reportName}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ReportDataResponse */ get: operations["getSystemReportsByReportName"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reports/{reportName}/columns": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of JObject */ get: operations["getSystemReportsByReportNameColumns"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/reports/{reportName}/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ReportDataResponse */ get: operations["getSystemReportsByReportNameCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityroles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SecurityRole */ get: operations["getSystemSecurityroles"]; put?: never; /** Post SecurityRole */ post: operations["postSystemSecurityroles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityroles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SecurityRole */ get: operations["getSystemSecurityrolesById"]; put?: never; post?: never; /** Delete SecurityRole */ delete: operations["deleteSystemSecurityrolesById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityroles/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SecurityRoleInfo */ get: operations["getSystemSecurityrolesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityRoles/{parentId}/settings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SecurityRoleSetting */ get: operations["getSystemSecurityRolesByParentIdSettings"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityRoles/{parentId}/settings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SecurityRoleSetting */ get: operations["getSystemSecurityRolesByParentIdSettingsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityRoles/{parentId}/settings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SecurityRoleSetting */ get: operations["getSystemSecurityRolesByParentIdSettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityroles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SecurityRole */ get: operations["getSystemSecurityrolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityroles/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SecurityRoleInfo */ get: operations["getSystemSecurityrolesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/securityroles/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SecurityRoleInfo */ get: operations["getSystemSecurityrolesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/settings": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SystemSetting */ get: operations["getSystemSettings"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/settings/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SystemSetting */ get: operations["getSystemSettingsById"]; /** Put SystemSetting */ put: operations["putSystemSettingsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch SystemSetting */ patch: operations["patchSystemSettingsById"]; trace?: never; }; "/system/settings/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SystemSetting */ get: operations["getSystemSettingsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/setupScreens": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SetupScreen */ get: operations["getSystemSetupScreens"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/setupScreens/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SetupScreen */ get: operations["getSystemSetupScreensById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/setupScreens/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SetupScreen */ get: operations["getSystemSetupScreensCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skillCategories": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SkillCategory */ get: operations["getSystemSkillCategories"]; put?: never; /** Post SkillCategory */ post: operations["postSystemSkillCategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skillCategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SkillCategory */ get: operations["getSystemSkillCategoriesById"]; /** Put SkillCategory */ put: operations["putSystemSkillCategoriesById"]; post?: never; /** Delete SkillCategory */ delete: operations["deleteSystemSkillCategoriesById"]; options?: never; head?: never; /** Patch SkillCategory */ patch: operations["patchSystemSkillCategoriesById"]; trace?: never; }; "/system/skillCategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SkillCategory */ get: operations["getSystemSkillCategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skills": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Skill */ get: operations["getSystemSkills"]; put?: never; /** Post Skill */ post: operations["postSystemSkills"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skills/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Skill */ get: operations["getSystemSkillsById"]; /** Put Skill */ put: operations["putSystemSkillsById"]; post?: never; /** Delete Skill */ delete: operations["deleteSystemSkillsById"]; options?: never; head?: never; /** Patch Skill */ patch: operations["patchSystemSkillsById"]; trace?: never; }; "/system/skills/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SkillInfos */ get: operations["getSystemSkillsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skills/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Skill */ get: operations["getSystemSkillsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skills/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SkillInfos */ get: operations["getSystemSkillsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/skills/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SkillInfos */ get: operations["getSystemSkillsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoConfigurations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SsoConfiguration */ get: operations["getSystemSsoConfigurations"]; put?: never; /** Post SsoConfiguration */ post: operations["postSystemSsoConfigurations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoConfigurations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SsoConfiguration */ get: operations["getSystemSsoConfigurationsById"]; /** Put SsoConfiguration */ put: operations["putSystemSsoConfigurationsById"]; post?: never; /** Delete SsoConfiguration */ delete: operations["deleteSystemSsoConfigurationsById"]; options?: never; head?: never; /** Patch SsoConfiguration */ patch: operations["patchSystemSsoConfigurationsById"]; trace?: never; }; "/system/ssoConfigurations/{id}/registertoken": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SsoConfiguration */ post: operations["postSystemSsoConfigurationsByIdRegistertoken"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoConfigurations/{id}/submitmembers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SsoConfiguration */ post: operations["postSystemSsoConfigurationsByIdSubmitmembers"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoConfigurations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SsoConfiguration */ get: operations["getSystemSsoConfigurationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoUsers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SsoUser */ get: operations["getSystemSsoUsers"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoUsers/{externalId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SsoUser */ get: operations["getSystemSsoUsersByExternalId"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/ssoUsers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SsoUser */ get: operations["getSystemSsoUsersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/standardNotes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of StandardNote */ get: operations["getSystemStandardNotes"]; put?: never; /** Post StandardNote */ post: operations["postSystemStandardNotes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/standardNotes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get StandardNote */ get: operations["getSystemStandardNotesById"]; /** Put StandardNote */ put: operations["putSystemStandardNotesById"]; post?: never; /** Delete StandardNote */ delete: operations["deleteSystemStandardNotesById"]; options?: never; head?: never; /** Patch StandardNote */ patch: operations["patchSystemStandardNotesById"]; trace?: never; }; "/system/standardNotes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of StandardNote */ get: operations["getSystemStandardNotesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Survey */ get: operations["getSystemSurveys"]; put?: never; /** Post Survey */ post: operations["postSystemSurveys"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/{grandparentId}/questions/{parentId}/values": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SurveyQuestionValue */ get: operations["getSystemSurveysByGrandparentIdQuestionsByParentIdValues"]; put?: never; /** Post SurveyQuestionValue */ post: operations["postSystemSurveysByGrandparentIdQuestionsByParentIdValues"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/{grandparentId}/questions/{parentId}/values/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SurveyQuestionValue */ get: operations["getSystemSurveysByGrandparentIdQuestionsByParentIdValuesById"]; /** Put SurveyQuestionValue */ put: operations["putSystemSurveysByGrandparentIdQuestionsByParentIdValuesById"]; post?: never; /** Delete SurveyQuestionValue */ delete: operations["deleteSystemSurveysByGrandparentIdQuestionsByParentIdValuesById"]; options?: never; head?: never; /** Patch SurveyQuestionValue */ patch: operations["patchSystemSurveysByGrandparentIdQuestionsByParentIdValuesById"]; trace?: never; }; "/system/surveys/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Survey */ get: operations["getSystemSurveysById"]; /** Put Survey */ put: operations["putSystemSurveysById"]; post?: never; /** Delete Survey */ delete: operations["deleteSystemSurveysById"]; options?: never; head?: never; /** Patch Survey */ patch: operations["patchSystemSurveysById"]; trace?: never; }; "/system/surveys/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Survey */ post: operations["postSystemSurveysByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Survey */ get: operations["getSystemSurveysByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/{parentId}/questions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SurveyQuestion */ get: operations["getSystemSurveysByParentIdQuestions"]; put?: never; /** Post SurveyQuestion */ post: operations["postSystemSurveysByParentIdQuestions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/{parentId}/questions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get SurveyQuestion */ get: operations["getSystemSurveysByParentIdQuestionsById"]; /** Put SurveyQuestion */ put: operations["putSystemSurveysByParentIdQuestionsById"]; post?: never; /** Delete SurveyQuestion */ delete: operations["deleteSystemSurveysByParentIdQuestionsById"]; options?: never; head?: never; /** Patch SurveyQuestion */ patch: operations["patchSystemSurveysByParentIdQuestionsById"]; trace?: never; }; "/system/surveys/{parentId}/questions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SurveyQuestion */ get: operations["getSystemSurveysByParentIdQuestionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Survey */ get: operations["getSystemSurveysCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of SurveyInfos */ get: operations["getSystemSurveysInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/surveys/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of SurveyInfos */ get: operations["getSystemSurveysInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/timeZoneSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeZoneSetup */ get: operations["getSystemTimeZoneSetups"]; put?: never; /** Post TimeZoneSetup */ post: operations["postSystemTimeZoneSetups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/timeZoneSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeZoneSetup */ get: operations["getSystemTimeZoneSetupsById"]; /** Put TimeZoneSetup */ put: operations["putSystemTimeZoneSetupsById"]; post?: never; /** Delete TimeZoneSetup */ delete: operations["deleteSystemTimeZoneSetupsById"]; options?: never; head?: never; /** Patch TimeZoneSetup */ patch: operations["patchSystemTimeZoneSetupsById"]; trace?: never; }; "/system/timeZoneSetups/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeZoneSetupInfos */ get: operations["getSystemTimeZoneSetupsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/timeZoneSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeZoneSetup */ get: operations["getSystemTimeZoneSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/timeZoneSetups/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeZoneSetupInfos */ get: operations["getSystemTimeZoneSetupsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/timeZoneSetups/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeZoneSetupInfos */ get: operations["getSystemTimeZoneSetupsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/todayPageCategories": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TodayPageCategory */ get: operations["getSystemTodayPageCategories"]; put?: never; /** Post TodayPageCategory */ post: operations["postSystemTodayPageCategories"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/todayPageCategories/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TodayPageCategory */ get: operations["getSystemTodayPageCategoriesById"]; /** Put TodayPageCategory */ put: operations["putSystemTodayPageCategoriesById"]; post?: never; /** Delete TodayPageCategory */ delete: operations["deleteSystemTodayPageCategoriesById"]; options?: never; head?: never; /** Patch TodayPageCategory */ patch: operations["patchSystemTodayPageCategoriesById"]; trace?: never; }; "/system/todayPageCategories/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TodayPageCategory */ get: operations["getSystemTodayPageCategoriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/todayPagelinks": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TodayPageLinks */ get: operations["getSystemTodayPagelinks"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/todayPagelinks/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post TodayPageLinks */ post: operations["postSystemTodayPagelinks"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/todayPagelinks/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TodayPageLinks */ get: operations["getSystemTodayPagelinksById"]; /** Put TodayPageLinks */ put: operations["putSystemTodayPagelinksById"]; post?: never; /** Delete TodayPageLinks */ delete: operations["deleteSystemTodayPagelinksById"]; options?: never; head?: never; /** Patch TodayPageLinks */ patch: operations["patchSystemTodayPagelinksById"]; trace?: never; }; "/system/todayPagelinks/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TodayPageLinks */ get: operations["getSystemTodayPagelinksCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/userDefinedFields": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UserDefinedField */ get: operations["getSystemUserDefinedFields"]; put?: never; /** Post UserDefinedField */ post: operations["postSystemUserDefinedFields"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/userDefinedFields/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UserDefinedField */ get: operations["getSystemUserDefinedFieldsById"]; /** Put UserDefinedField */ put: operations["putSystemUserDefinedFieldsById"]; post?: never; /** Delete UserDefinedField */ delete: operations["deleteSystemUserDefinedFieldsById"]; options?: never; head?: never; /** Patch UserDefinedField */ patch: operations["patchSystemUserDefinedFieldsById"]; trace?: never; }; "/system/userDefinedFields/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get UserDefinedFieldInfos */ get: operations["getSystemUserDefinedFieldsByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/userDefinedFields/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UserDefinedField */ get: operations["getSystemUserDefinedFieldsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/userDefinedFields/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of UserDefinedFieldInfos */ get: operations["getSystemUserDefinedFieldsInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/userDefinedFields/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of UserDefinedFieldInfos */ get: operations["getSystemUserDefinedFieldsInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflowActions/{parentId}/automateParameters": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowActionAutomateParameter */ get: operations["getSystemWorkflowActionsByParentIdAutomateParameters"]; put?: never; /** Post WorkflowActionAutomateParameter */ post: operations["postSystemWorkflowActionsByParentIdAutomateParameters"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflowActions/{parentId}/automateParameters/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowActionAutomateParameter */ get: operations["getSystemWorkflowActionsByParentIdAutomateParametersById"]; /** Put WorkflowActionAutomateParameter */ put: operations["putSystemWorkflowActionsByParentIdAutomateParametersById"]; post?: never; /** Delete WorkflowActionAutomateParameter */ delete: operations["deleteSystemWorkflowActionsByParentIdAutomateParametersById"]; options?: never; head?: never; /** Patch WorkflowActionAutomateParameter */ patch: operations["patchSystemWorkflowActionsByParentIdAutomateParametersById"]; trace?: never; }; "/system/workflowActions/{parentId}/automateParameters/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowActionAutomateParameter */ get: operations["getSystemWorkflowActionsByParentIdAutomateParametersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflowActions/automateParameters": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowActionAutomateParameter */ get: operations["getSystemWorkflowActionsAutomateParameters"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflowActions/automateParameters/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowActionAutomateParameter */ get: operations["getSystemWorkflowActionsAutomateParametersById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Workflow */ get: operations["getSystemWorkflows"]; put?: never; /** Post Workflow */ post: operations["postSystemWorkflows"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{grandparentId}/events/{parentId}/actions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowAction */ get: operations["getSystemWorkflowsByGrandparentIdEventsByParentIdActions"]; put?: never; /** Post WorkflowAction */ post: operations["postSystemWorkflowsByGrandparentIdEventsByParentIdActions"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{grandparentId}/events/{parentId}/actions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowAction */ get: operations["getSystemWorkflowsByGrandparentIdEventsByParentIdActionsById"]; /** Put WorkflowAction */ put: operations["putSystemWorkflowsByGrandparentIdEventsByParentIdActionsById"]; post?: never; /** Delete WorkflowAction */ delete: operations["deleteSystemWorkflowsByGrandparentIdEventsByParentIdActionsById"]; options?: never; head?: never; /** Patch WorkflowAction */ patch: operations["patchSystemWorkflowsByGrandparentIdEventsByParentIdActionsById"]; trace?: never; }; "/system/workflows/{grandparentId}/events/{parentId}/actions/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowAction */ get: operations["getSystemWorkflowsByGrandparentIdEventsByParentIdActionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{grandparentId}/triggers/{parentId}/options": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowTriggerOption */ get: operations["getSystemWorkflowsByGrandparentIdTriggersByParentIdOptions"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{grandparentId}/triggers/{parentId}/options/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowTriggerOption */ get: operations["getSystemWorkflowsByGrandparentIdTriggersByParentIdOptionsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Workflow */ get: operations["getSystemWorkflowsById"]; /** Put Workflow */ put: operations["putSystemWorkflowsById"]; post?: never; /** Delete Workflow */ delete: operations["deleteSystemWorkflowsById"]; options?: never; head?: never; /** Patch Workflow */ patch: operations["patchSystemWorkflowsById"]; trace?: never; }; "/system/workflows/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post Workflow */ post: operations["postSystemWorkflowsByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/attachments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowAttachment */ get: operations["getSystemWorkflowsByParentIdAttachments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/attachments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowAttachment */ get: operations["getSystemWorkflowsByParentIdAttachmentsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/attachments/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowAttachment */ get: operations["getSystemWorkflowsByParentIdAttachmentsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/events": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowEvent */ get: operations["getSystemWorkflowsByParentIdEvents"]; put?: never; /** Post WorkflowEvent */ post: operations["postSystemWorkflowsByParentIdEvents"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/events/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowEvent */ get: operations["getSystemWorkflowsByParentIdEventsById"]; /** Put WorkflowEvent */ put: operations["putSystemWorkflowsByParentIdEventsById"]; post?: never; /** Delete WorkflowEvent */ delete: operations["deleteSystemWorkflowsByParentIdEventsById"]; options?: never; head?: never; /** Patch WorkflowEvent */ patch: operations["patchSystemWorkflowsByParentIdEventsById"]; trace?: never; }; "/system/workflows/{parentId}/events/{id}/copy": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post WorkflowEvent */ post: operations["postSystemWorkflowsByParentIdEventsByIdCopy"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/events/{id}/test": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get workflow test results */ get: operations["getSystemWorkflowsByParentIdEventsByIdTest"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/events/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowEvent */ get: operations["getSystemWorkflowsByParentIdEventsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/notifyTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowNotifyType */ get: operations["getSystemWorkflowsByParentIdNotifyTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/notifyTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowNotifyType */ get: operations["getSystemWorkflowsByParentIdNotifyTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/notifyTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowNotifyTypeInfo */ get: operations["getSystemWorkflowsByParentIdNotifyTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/notifyTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowNotifyType */ get: operations["getSystemWorkflowsByParentIdNotifyTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/notifyTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowNotifyTypeInfo */ get: operations["getSystemWorkflowsByParentIdNotifyTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/notifyTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowNotifyTypeInfo */ get: operations["getSystemWorkflowsByParentIdNotifyTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/triggers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowTrigger */ get: operations["getSystemWorkflowsByParentIdTriggers"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/{parentId}/triggers/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowTrigger */ get: operations["getSystemWorkflowsByParentIdTriggersCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/attachments": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowAttachment */ get: operations["getSystemWorkflowsAttachments"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/attachments/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowAttachment */ get: operations["getSystemWorkflowsAttachmentsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of Workflow */ get: operations["getSystemWorkflowsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/events": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowEvent */ get: operations["getSystemWorkflowsEvents"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/events/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowEvent */ get: operations["getSystemWorkflowsEventsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/events/actions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowAction */ get: operations["getSystemWorkflowsEventsActions"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/events/actions/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowAction */ get: operations["getSystemWorkflowsEventsActionsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/notifyTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowNotifyType */ get: operations["getSystemWorkflowsNotifyTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/notifyTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowNotifyType */ get: operations["getSystemWorkflowsNotifyTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/tableTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowTableType */ get: operations["getSystemWorkflowsTableTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/tableTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowTableType */ get: operations["getSystemWorkflowsTableTypesById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/tableTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkflowTableTypeInfo */ get: operations["getSystemWorkflowsTableTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/tableTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowTableType */ get: operations["getSystemWorkflowsTableTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/tableTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowTableTypeInfo */ get: operations["getSystemWorkflowsTableTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/tableTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkflowTableTypeInfo */ get: operations["getSystemWorkflowsTableTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/triggers": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowTrigger */ get: operations["getSystemWorkflowsTriggers"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/triggers/options": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowTriggerOption */ get: operations["getSystemWorkflowsTriggersOptions"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/userdefinedfields/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; /** Put WorkflowActionUserDefinedField */ put: operations["putSystemWorkflowsUserdefinedfieldsById"]; post?: never; delete?: never; options?: never; head?: never; /** Patch WorkflowActionUserDefinedField */ patch: operations["patchSystemWorkflowsUserdefinedfieldsById"]; trace?: never; }; "/system/workflows/userdefinedfields/actions/{parentId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; post?: never; /** Delete WorkflowActionUserDefinedField */ delete: operations["deleteSystemWorkflowsUserdefinedfieldsActionsByParentId"]; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/userdefinedfields/events/{grandparentId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post WorkflowActionUserDefinedField */ post: operations["postSystemWorkflowsUserdefinedfieldsEventsByGrandparentId"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/userdefinedfields/events/{grandparentId}/actions/{parentId}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowActionUserDefinedField */ get: operations["getSystemWorkflowsUserdefinedfieldsEventsByGrandparentIdActionsByParentId"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/system/workflows/userdefinedfields/events/actions": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkflowActionUserDefinedField */ get: operations["getSystemWorkflowsUserdefinedfieldsEventsActions"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/accruals": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeAccrual */ get: operations["getTimeAccruals"]; put?: never; /** Post TimeAccrual */ post: operations["postTimeAccruals"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/accruals/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeAccrual */ get: operations["getTimeAccrualsById"]; /** Put TimeAccrual */ put: operations["putTimeAccrualsById"]; post?: never; /** Delete TimeAccrual */ delete: operations["deleteTimeAccrualsById"]; options?: never; head?: never; /** Patch TimeAccrual */ patch: operations["patchTimeAccrualsById"]; trace?: never; }; "/time/accruals/{parentId}/details": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeAccrualDetail */ get: operations["getTimeAccrualsByParentIdDetails"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/accruals/{parentId}/details/": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post TimeAccrualDetail */ post: operations["postTimeAccrualsByParentIdDetails"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/accruals/{parentId}/details/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeAccrualDetail */ get: operations["getTimeAccrualsByParentIdDetailsById"]; /** Put TimeAccrualDetail */ put: operations["putTimeAccrualsByParentIdDetailsById"]; post?: never; /** Delete TimeAccrualDetail */ delete: operations["deleteTimeAccrualsByParentIdDetailsById"]; options?: never; head?: never; /** Patch TimeAccrualDetail */ patch: operations["patchTimeAccrualsByParentIdDetailsById"]; trace?: never; }; "/time/accruals/{parentId}/details/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeAccrualDetail */ get: operations["getTimeAccrualsByParentIdDetailsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/accruals/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeAccrual */ get: operations["getTimeAccrualsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/activitystopwatches": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ActivityStopwatch */ get: operations["getTimeActivitystopwatches"]; put?: never; /** Post ActivityStopwatch */ post: operations["postTimeActivitystopwatches"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/activitystopwatches/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ActivityStopwatch */ get: operations["getTimeActivitystopwatchesById"]; /** Put ActivityStopwatch */ put: operations["putTimeActivitystopwatchesById"]; post?: never; /** Delete ActivityStopwatch */ delete: operations["deleteTimeActivitystopwatchesById"]; options?: never; head?: never; /** Patch ActivityStopwatch */ patch: operations["patchTimeActivitystopwatchesById"]; trace?: never; }; "/time/activitystopwatches/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ActivityStopwatch */ get: operations["getTimeActivitystopwatchesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/changelogs": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Time Entry Change Logs */ get: operations["getTimeChangelogs"]; put?: never; post?: never; /** Delete Time Entry Change Logs */ delete: operations["deleteTimeChangelogs"]; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ChargeCode */ get: operations["getTimeChargeCodes"]; put?: never; /** Post ChargeCode */ post: operations["postTimeChargeCodes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ChargeCode */ get: operations["getTimeChargeCodesById"]; /** Put ChargeCode */ put: operations["putTimeChargeCodesById"]; post?: never; /** Delete ChargeCode */ delete: operations["deleteTimeChargeCodesById"]; options?: never; head?: never; /** Patch ChargeCode */ patch: operations["patchTimeChargeCodesById"]; trace?: never; }; "/time/chargeCodes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ChargeCodeInfo */ get: operations["getTimeChargeCodesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getTimeChargeCodesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getTimeChargeCodesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/{parentId}/expenseTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ChargeCodeExpenseType */ get: operations["getTimeChargeCodesByParentIdExpenseTypes"]; put?: never; /** Post ChargeCodeExpenseType */ post: operations["postTimeChargeCodesByParentIdExpenseTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/{parentId}/expenseTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ChargeCodeExpenseType */ get: operations["getTimeChargeCodesByParentIdExpenseTypesById"]; /** Put ChargeCodeExpenseType */ put: operations["putTimeChargeCodesByParentIdExpenseTypesById"]; post?: never; /** Delete ChargeCodeExpenseType */ delete: operations["deleteTimeChargeCodesByParentIdExpenseTypesById"]; options?: never; head?: never; /** Patch ChargeCodeExpenseType */ patch: operations["patchTimeChargeCodesByParentIdExpenseTypesById"]; trace?: never; }; "/time/chargeCodes/{parentId}/expenseTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ChargeCodeExpenseType */ get: operations["getTimeChargeCodesByParentIdExpenseTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ChargeCode */ get: operations["getTimeChargeCodesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ChargeCodeInfo */ get: operations["getTimeChargeCodesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/chargeCodes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ChargeCodeInfo */ get: operations["getTimeChargeCodesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeEntry */ get: operations["getTimeEntries"]; put?: never; /** Post TimeEntry */ post: operations["postTimeEntries"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeEntry */ get: operations["getTimeEntriesById"]; /** Put TimeEntry */ put: operations["putTimeEntriesById"]; post?: never; /** Delete TimeEntry */ delete: operations["deleteTimeEntriesById"]; options?: never; head?: never; /** Patch TimeEntry */ patch: operations["patchTimeEntriesById"]; trace?: never; }; "/time/entries/{id}/cancelReject": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Cancel the Rejection of a Time Entry */ post: operations["postTimeEntriesByIdCancelReject"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/{id}/detach": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Detch TimeEntry */ post: operations["postTimeEntriesByIdDetach"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/{id}/reject": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Reject a Time Entry */ post: operations["postTimeEntriesByIdReject"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/{parentId}/audits": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeEntryAudit */ get: operations["getTimeEntriesByParentIdAudits"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/{parentId}/audits/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeEntryAudit */ get: operations["getTimeEntriesByParentIdAuditsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/{parentId}/audits/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeEntryAudit */ get: operations["getTimeEntriesByParentIdAuditsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeEntry */ get: operations["getTimeEntriesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/entries/defaults": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post TimeEntry */ post: operations["postTimeEntriesDefaults"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/info/chargeCodeExpenseTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ChargeCodeExpenseType */ get: operations["getTimeInfoChargeCodeExpenseTypes"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/info/chargeCodeExpenseTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ChargeCodeExpenseType */ get: operations["getTimeInfoChargeCodeExpenseTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/schedulestopwatches": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of ScheduleStopwatch */ get: operations["getTimeSchedulestopwatches"]; put?: never; /** Post ScheduleStopwatch */ post: operations["postTimeSchedulestopwatches"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/schedulestopwatches/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get ScheduleStopwatch */ get: operations["getTimeSchedulestopwatchesById"]; /** Put ScheduleStopwatch */ put: operations["putTimeSchedulestopwatchesById"]; post?: never; /** Delete ScheduleStopwatch */ delete: operations["deleteTimeSchedulestopwatchesById"]; options?: never; head?: never; /** Patch ScheduleStopwatch */ patch: operations["patchTimeSchedulestopwatchesById"]; trace?: never; }; "/time/schedulestopwatches/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of ScheduleStopwatch */ get: operations["getTimeSchedulestopwatchesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeSheet */ get: operations["getTimeSheets"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeSheet */ get: operations["getTimeSheetsById"]; put?: never; post?: never; /** Delete TimeSheet */ delete: operations["deleteTimeSheetsById"]; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{id}/approve": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postTimeSheetsByIdApprove"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{id}/reject": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postTimeSheetsByIdReject"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{id}/reverse": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postTimeSheetsByIdReverse"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{id}/submit": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; get?: never; put?: never; /** Post SuccessResponse */ post: operations["postTimeSheetsByIdSubmit"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{parentId}/audits": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimeSheetAudit */ get: operations["getTimeSheetsByParentIdAudits"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{parentId}/audits/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimeSheetAudit */ get: operations["getTimeSheetsByParentIdAuditsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/{parentId}/audits/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeSheetAudit */ get: operations["getTimeSheetsByParentIdAuditsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/sheets/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimeSheet */ get: operations["getTimeSheetsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/ticketstopwatches": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TicketStopwatch */ get: operations["getTimeTicketstopwatches"]; put?: never; /** Post TicketStopwatch */ post: operations["postTimeTicketstopwatches"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/ticketstopwatches/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TicketStopwatch */ get: operations["getTimeTicketstopwatchesById"]; /** Put TicketStopwatch */ put: operations["putTimeTicketstopwatchesById"]; post?: never; /** Delete TicketStopwatch */ delete: operations["deleteTimeTicketstopwatchesById"]; options?: never; head?: never; /** Patch TicketStopwatch */ patch: operations["patchTimeTicketstopwatchesById"]; trace?: never; }; "/time/ticketstopwatches/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TicketStopwatch */ get: operations["getTimeTicketstopwatchesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/timePeriodSetups": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimePeriodSetup */ get: operations["getTimeTimePeriodSetups"]; put?: never; /** Post TimePeriodSetup */ post: operations["postTimeTimePeriodSetups"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/timePeriodSetups/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimePeriodSetup */ get: operations["getTimeTimePeriodSetupsById"]; /** Put TimePeriodSetup */ put: operations["putTimeTimePeriodSetupsById"]; post?: never; /** Delete TimePeriodSetup */ delete: operations["deleteTimeTimePeriodSetupsById"]; options?: never; head?: never; /** Patch TimePeriodSetup */ patch: operations["patchTimeTimePeriodSetupsById"]; trace?: never; }; "/time/timePeriodSetups/{parentId}/periods": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of TimePeriod */ get: operations["getTimeTimePeriodSetupsByParentIdPeriods"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/timePeriodSetups/{parentId}/periods/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimePeriod */ get: operations["getTimeTimePeriodSetupsByParentIdPeriodsById"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/timePeriodSetups/{parentId}/periods/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimePeriod */ get: operations["getTimeTimePeriodSetupsByParentIdPeriodsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/timePeriodSetups/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of TimePeriodSetup */ get: operations["getTimeTimePeriodSetupsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/timePeriodSetups/default": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get TimePeriodSetupDefaults */ get: operations["getTimeTimePeriodSetupsDefault"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkRole */ get: operations["getTimeWorkRoles"]; put?: never; /** Post WorkRole */ post: operations["postTimeWorkRoles"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkRole */ get: operations["getTimeWorkRolesById"]; /** Put WorkRole */ put: operations["putTimeWorkRolesById"]; post?: never; /** Delete Usage */ delete: operations["deleteTimeWorkRolesById"]; options?: never; head?: never; /** Patch WorkRole */ patch: operations["patchTimeWorkRolesById"]; trace?: never; }; "/time/workRoles/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkRoleInfo */ get: operations["getTimeWorkRolesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getTimeWorkRolesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getTimeWorkRolesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/{parentId}/locations": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkRoleLocation */ get: operations["getTimeWorkRolesByParentIdLocations"]; put?: never; /** Post WorkRoleLocation */ post: operations["postTimeWorkRolesByParentIdLocations"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/{parentId}/locations/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkRoleLocation */ get: operations["getTimeWorkRolesByParentIdLocationsById"]; /** Put WorkRoleLocation */ put: operations["putTimeWorkRolesByParentIdLocationsById"]; post?: never; /** Delete WorkRoleLocation */ delete: operations["deleteTimeWorkRolesByParentIdLocationsById"]; options?: never; head?: never; /** Patch WorkRoleLocation */ patch: operations["patchTimeWorkRolesByParentIdLocationsById"]; trace?: never; }; "/time/workRoles/{parentId}/locations/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkRoleLocation */ get: operations["getTimeWorkRolesByParentIdLocationsCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkRole */ get: operations["getTimeWorkRolesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkRoleInfo */ get: operations["getTimeWorkRolesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workRoles/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkRoleInfo */ get: operations["getTimeWorkRolesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkType */ get: operations["getTimeWorkTypes"]; put?: never; /** Post WorkType */ post: operations["postTimeWorkTypes"]; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes/{id}": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkType */ get: operations["getTimeWorkTypesById"]; /** Put WorkType */ put: operations["putTimeWorkTypesById"]; post?: never; /** Delete WorkType */ delete: operations["deleteTimeWorkTypesById"]; options?: never; head?: never; /** Patch WorkType */ patch: operations["patchTimeWorkTypesById"]; trace?: never; }; "/time/workTypes/{id}/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get WorkTypeInfos */ get: operations["getTimeWorkTypesByIdInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes/{id}/usages": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage Count */ get: operations["getTimeWorkTypesByIdUsages"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes/{id}/usages/list": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of Usage */ get: operations["getTimeWorkTypesByIdUsagesList"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkType */ get: operations["getTimeWorkTypesCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes/info": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get List of WorkTypeInfos */ get: operations["getTimeWorkTypesInfo"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; "/time/workTypes/info/count": { parameters: { query?: never; header?: never; path?: never; cookie?: never; }; /** Get Count of WorkTypeInfos */ get: operations["getTimeWorkTypesInfoCount"]; put?: never; post?: never; delete?: never; options?: never; head?: never; patch?: never; trace?: never; }; } export type webhooks = Record; export interface components { schemas: { AccountingBatch: { /** Format: int32 */ id?: number; batchIdentifier?: string; exportInvoicesFlag?: boolean | null; exportExpensesFlag?: boolean | null; exportProductsFlag?: boolean | null; closedFlag?: boolean | null; _info?: { [key: string]: string; }; }; AccountingPackage: { /** Format: int32 */ id?: number; identifier?: string; name?: string; }; AccountingPackageReference: { /** Format: int32 */ id?: number | null; /** @enum {string|null} */ identifier?: "QB99" | "Mas200" | "GPlains" | "SBA" | "Mas200v4" | "Other" | null; name?: string; _info?: { [key: string]: string; }; }; AccountingPackageSetup: { /** Format: int32 */ id?: number; accountingPackage: components["schemas"]["AccountingPackageReference"]; directTransferFlag?: boolean | null; includeInvoicesFlag?: boolean | null; /** @enum {string|null} */ invoiceFormat?: "Default" | "Condensed" | "Detailed" | null; includeExpensesFlag?: boolean | null; transferExpensesAsBillFlag?: boolean | null; /** @enum {string|null} */ expenseFormat?: "Default" | "Condensed" | null; suppressMemoFlag?: boolean | null; syncPaymentInfoFlag?: boolean | null; syncWisePayPaymentInfoFlag?: boolean | null; includeSalesTaxFlag?: boolean | null; enableTaxGroupsFlag?: boolean | null; zeroDollarTaxAmountsFlag?: boolean | null; includeItemsFlag?: boolean | null; inventorySOHFlag?: boolean | null; sendComponentAmountFlag?: boolean | null; sendUomFlag?: boolean | null; includeCogsEntriesFlag?: boolean | null; includeCogsDropShipFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; Activity: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; type?: components["schemas"]["ActivityTypeReference"]; company?: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; /** @description Max length: 30; */ phoneNumber?: string; /** @description Max length: 250; */ email?: string; status?: components["schemas"]["ActivityStatusReference"]; opportunity?: components["schemas"]["OpportunityReference"]; ticket?: components["schemas"]["TicketReference"]; agreement?: components["schemas"]["AgreementReference"]; campaign?: components["schemas"]["CampaignReference"]; notes?: string; /** Format: date-time */ dateStart?: string; /** Format: date-time */ dateEnd?: string; assignedBy?: components["schemas"]["MemberReference"]; assignTo: components["schemas"]["MemberReference"]; scheduleStatus?: components["schemas"]["ScheduleStatusReference"]; reminder?: components["schemas"]["ReminderReference"]; where?: components["schemas"]["ServiceLocationReference"]; notifyFlag?: boolean | null; /** Format: uuid */ mobileGuid?: string | null; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; ActivityReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ActivityStatus: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; spawnFollowupFlag?: boolean | null; closedFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ActivityStatusInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; closedFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ActivityStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ActivityStopwatch: { /** Format: int32 */ activityId: number | null; /** Format: uuid */ activityMobileGuid?: string | null; agreement?: components["schemas"]["AgreementReference"]; /** @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: int32 */ businessUnitId?: number | null; /** Format: date-time */ dateEntered?: string; /** Format: date-time */ endTime?: string; /** Format: int32 */ id?: number; internalNotes?: string; /** Format: int32 */ locationId?: number | null; member: components["schemas"]["MemberReference"]; /** Format: uuid */ mobileGuid?: string | null; /** @description Max length: 4000; */ notes?: string; /** Format: date-time */ startTime?: string; /** @enum {string|null} */ status: "Reset" | "Running" | "Paused" | "Stopped" | null; /** Format: int32 */ totalPauseTime?: number | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; _info?: { [key: string]: string; }; }; ActivityType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** Format: int32 */ points?: number | null; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; emailFlag?: boolean | null; memoFlag?: boolean | null; historyFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ActivityTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Addition: { /** Format: int32 */ id?: number; product: components["schemas"]["IvItemReference"]; /** Format: double */ quantity?: number | null; /** Format: double */ lessIncluded?: number | null; /** Format: double */ unitPrice?: number | null; /** Format: double */ unitCost?: number | null; /** @enum {string|null} */ billCustomer: "Billable" | "DoNotBill" | "NoCharge" | null; /** Format: date-time */ effectiveDate?: string; /** Format: date-time */ cancelledDate?: string; taxableFlag?: boolean | null; /** @description Max length: 50; */ serialNumber?: string; /** @description Max length: 6000; */ invoiceDescription?: string; purchaseItemFlag?: boolean | null; specialOrderFlag?: boolean | null; /** Format: int32 */ agreementId?: number | null; description?: string; /** Format: double */ billedQuantity?: number | null; uom?: string; /** Format: double */ extPrice?: number | null; /** Format: double */ extCost?: number | null; /** Format: double */ sequenceNumber?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ prorateCost?: number | null; /** Format: double */ proratePrice?: number | null; /** Format: double */ extendedProrateCost?: number | null; /** Format: double */ extendedProratePrice?: number | null; prorateCurrentPeriodFlag?: boolean | null; opportunity?: components["schemas"]["OpportunityReference"]; /** @enum {string|null} */ agreementStatus?: "Active" | "Cancelled" | "Expired" | "Inactive" | null; invoiceGrouping?: components["schemas"]["InvoiceGroupingReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; AddressFormat: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @description Max length: 250; */ format: string; defaultFlag?: boolean | null; countryIds?: number[]; addAllCountries?: boolean | null; removeAllCountries?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; AddressFormatInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; AddressFormatReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; AdjustmentDetail: { /** Format: int32 */ id?: number; catalogItem: components["schemas"]["CatalogItemReference"]; /** @description Max length: 50; */ description?: string; /** Format: double */ quantityOnHand?: number | null; /** Format: double */ unitCost?: number | null; warehouse: components["schemas"]["WarehouseReference"]; warehouseBin: components["schemas"]["WarehouseBinReference"]; /** Format: int32 */ quantityAdjusted: number | null; /** @description Max length: 1000; */ serialNumber?: string; adjustment?: components["schemas"]["AdjustmentReference"]; _info?: { [key: string]: string; }; }; AdjustmentDetailReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; AdjustmentReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; AdjustmentType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ identifier: string; /** @description Max length: 100; */ name?: string; auditTrailFlag?: boolean | null; /** Format: date-time */ dateCreated?: string; createdBy?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; AdjustmentTypeInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; AdjustmentTypeReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; Agreement: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; type: components["schemas"]["AgreementTypeReference"]; company: components["schemas"]["CompanyReference"]; contact: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; subContractCompany?: components["schemas"]["CompanyReference"]; subContractContact?: components["schemas"]["ContactReference"]; parentAgreement?: components["schemas"]["AgreementReference"]; /** @description Max length: 50; */ customerPO?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; restrictLocationFlag?: boolean | null; restrictDepartmentFlag?: boolean | null; /** Format: date-time */ startDate?: string; /** Format: date-time */ endDate?: string; noEndingDateFlag?: boolean | null; opportunity?: components["schemas"]["OpportunityReference"]; cancelledFlag?: boolean | null; /** Format: date-time */ dateCancelled?: string; /** @description Max length: 100; */ reasonCancelled?: string; sla?: components["schemas"]["SLAReference"]; /** @description Max length: 20; */ workOrder?: string; internalNotes?: string; /** @enum {string|null} */ applicationUnits?: "Amount" | "Hours" | "Incidents" | null; /** Format: double */ applicationLimit?: number | null; /** @enum {string|null} */ applicationCycle?: "Contract2Weeks" | "Contract4Weeks" | "ContractYear" | "CalendarMonth" | "CalendarQuarter" | "CalendarWeek" | "ContractQuarter" | "CalendarYear" | null; applicationUnlimitedFlag?: boolean | null; oneTimeFlag?: boolean | null; coverAgreementTime?: boolean | null; coverAgreementProduct?: boolean | null; coverAgreementExpense?: boolean | null; coverSalesTax?: boolean | null; carryOverUnused?: boolean | null; allowOverruns?: boolean | null; /** Format: int32 */ expiredDays?: number | null; /** Format: int32 */ limit?: number | null; expireWhenZero?: boolean | null; chargeToFirm?: boolean | null; /** * @description Required On Updates; * @enum {string|null} */ employeeCompRate?: "Actual" | "Hourly" | null; /** @enum {string|null} */ employeeCompNotExceed?: "Billing" | "Amount" | "Percent" | null; /** Format: double */ compHourlyRate?: number | null; /** Format: double */ compLimitAmount?: number | null; billingCycle?: components["schemas"]["BillingCycleReference"]; billOneTimeFlag?: boolean | null; billingTerms?: components["schemas"]["BillingTermsReference"]; /** * @description Required On Updates; * @enum {string|null} */ invoicingCycle?: "ContractYear" | "CalendarYear" | null; billToCompany?: components["schemas"]["CompanyReference"]; billToContact?: components["schemas"]["ContactReference"]; billToSite?: components["schemas"]["SiteReference"]; /** Format: double */ billAmount?: number | null; taxable?: boolean | null; /** Format: double */ prorateFirstBill?: number | null; /** Format: date-time */ billStartDate?: string; taxCode?: components["schemas"]["TaxCodeReference"]; restrictDownPayment?: boolean | null; prorateFlag?: boolean | null; invoiceProratedAdditionsFlag?: boolean | null; invoiceDescription?: string; topComment?: boolean | null; bottomComment?: boolean | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; projectType?: components["schemas"]["ProjectTypeReference"]; invoiceTemplate?: components["schemas"]["InvoiceTemplateReference"]; /** * @description Required On Updates; * @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; billableTimeInvoice?: boolean | null; billableExpenseInvoice?: boolean | null; billableProductInvoice?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; /** @enum {string|null} */ periodType?: "Current" | "Future" | "Both" | "Undefined" | null; autoInvoiceFlag?: boolean | null; nextInvoiceDate?: string; companyLocation?: components["schemas"]["SystemLocationReference"]; shipToCompany?: components["schemas"]["CompanyReference"]; shipToContact?: components["schemas"]["ContactReference"]; shipToSite?: components["schemas"]["SiteReference"]; /** @enum {string|null} */ agreementStatus?: "Active" | "Cancelled" | "Expired" | "Inactive" | null; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; "Agreement.Adjustment": { /** Format: int32 */ id?: number; /** Format: double */ amount?: number | null; /** @description Max length: 1000; */ description?: string; /** Format: date-time */ effectiveDate?: string; /** Format: int32 */ agreementId?: number | null; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; AgreementApplicationAviablePer: { /** Format: int32 */ id?: number; tag?: string; name?: string; }; AgreementApplicationBillingCycle: { /** Format: int32 */ id?: number; tag?: string; name?: string; }; AgreementApplicationLimit: { /** Format: int32 */ id?: number; tag?: string; name?: string; }; AgreementApplicationParameters: { applicationUnit?: components["schemas"]["AgreementApplicationUnit"]; applicationLimit?: components["schemas"]["AgreementApplicationLimit"]; /** Format: double */ applicationLimitAmount?: number; availablePer?: components["schemas"]["AgreementApplicationAviablePer"]; coversTimeFlag?: boolean; coversExpensesFlag?: boolean; coversProductsFlag?: boolean; coversTaxFlag?: boolean; carryoverUnusedFlag?: boolean; /** Format: int32 */ carryOverDays?: number | null; allowOverrunsFlag?: boolean; /** Format: int32 */ overrunLimit?: number | null; agreementExpiresFlag?: boolean; chargeAdjustmentsFlag?: boolean; prepayFlag?: boolean; agrBillingCycle?: components["schemas"]["AgreementApplicationBillingCycle"]; userDefinedFieldValues?: components["schemas"]["UserDefinedFieldValueModel"][]; }; AgreementApplicationUnit: { /** Format: int32 */ id?: number; tag?: string; name?: string; }; AgreementBatchSetup: { /** Format: int32 */ id?: number; /** Format: date-time */ nextRunDate: string; /** Format: int32 */ daysInAdvance: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; AgreementBillingInfo: { agreementName?: string; agreementType?: string; /** Format: double */ agreementAmount?: number; /** Format: int32 */ agreementRecId?: number; /** Format: int32 */ parentRecId?: number; }; AgreementRecap: { /** Format: int32 */ id?: number; /** Format: double */ adjustmentAmount?: number; agreementStatus?: string; name?: string; /** Format: double */ availableAmount?: number; companyName?: string; isUnlimited?: string; lastInvoiceAmount?: string; lastInvoiceDate?: string; lastInvoiceNumber?: string; /** Format: double */ nextInvoiceAmount?: number; nextInvoiceDate?: string; /** Format: double */ overrunAmount?: number; /** Format: double */ remainingAmount?: number; /** Format: double */ startingAmount?: number; /** Format: double */ unbilledOverageAmount?: number; /** Format: int32 */ unbilledPeriods?: number; /** Format: double */ usedAmount?: number; }; AgreementRecurringParameters: { billingCycle?: components["schemas"]["GenericNameIdDTO"]; cycleBase?: components["schemas"]["GenericNameIdDTO"]; /** Format: double */ aGRAmount?: number | null; taxable?: boolean; /** Format: double */ childrenAmount?: number; /** Format: double */ additionsAmount?: number; /** Format: double */ totalAmount?: number; /** Format: double */ aGRProrate?: number | null; billStartDate?: string; taxCode?: components["schemas"]["GenericNameIdDTO"]; terms?: components["schemas"]["GenericNameIdDTO"]; prorateFlag?: boolean; invoiceProratedAdditionsFlag?: boolean; restrictDownpayment?: boolean; currency?: components["schemas"]["GenericNameIdDTO"]; autoInvoiceFlag?: boolean; userDefinedFieldValues?: components["schemas"]["UserDefinedFieldValueModel"][]; }; AgreementReference: { /** Format: int32 */ id?: number | null; name?: string; type?: string; chargeFirmFlag?: boolean | null; _info?: { [key: string]: string; }; }; AgreementRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; AgreementSite: { /** Format: int32 */ id?: number; company: components["schemas"]["CompanyReference"]; site?: components["schemas"]["SiteReference"]; /** Format: int32 */ agreementId?: number | null; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; AgreementTabsCount: Record; AgreementType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @enum {string|null} */ prefixSuffixOption?: "Prefix" | "Suffix" | null; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; prePaymentFlag?: boolean | null; /** @description Max length: 5; */ invoicePreSuffix?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; restrictLocationFlag?: boolean | null; restrictDepartmentFlag?: boolean | null; sla?: components["schemas"]["SLAReference"]; /** @enum {string|null} */ applicationUnits?: "Amount" | "Hours" | "Incidents" | null; /** Format: double */ applicationLimit?: number | null; /** @enum {string|null} */ applicationCycle?: "Contract2Weeks" | "Contract4Weeks" | "ContractYear" | "CalendarMonth" | "CalendarQuarter" | "CalendarWeek" | "ContractQuarter" | "CalendarYear" | null; applicationUnlimitedFlag?: boolean | null; oneTimeFlag?: boolean | null; coverAgreementTimeFlag?: boolean | null; coverAgreementProductFlag?: boolean | null; coverAgreementExpenseFlag?: boolean | null; coverSalesTaxFlag?: boolean | null; carryOverUnusedFlag?: boolean | null; allowOverrunsFlag?: boolean | null; /** Format: int32 */ expiredDays?: number | null; /** Format: int32 */ limit?: number | null; expireWhenZero?: boolean | null; chargeToFirmFlag?: boolean | null; /** @enum {string|null} */ employeeCompRate: "Actual" | "Hourly" | null; /** @enum {string|null} */ employeeCompNotExceed: "Billing" | "Amount" | "Percent" | null; /** Format: double */ compHourlyRate?: number | null; /** Format: double */ compLimitAmount?: number | null; billingCycle?: components["schemas"]["BillingCycleReference"]; billOneTimeFlag?: boolean | null; billingTerms?: components["schemas"]["BillingTermsReference"]; /** @enum {string|null} */ invoicingCycle: "ContractYear" | "CalendarYear" | null; /** Format: double */ billAmount?: number | null; taxableFlag?: boolean | null; restrictDownPaymentFlag?: boolean | null; /** @description Max length: 4000; */ invoiceDescription?: string; topCommentFlag?: boolean | null; bottomCommentFlag?: boolean | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; projectType?: components["schemas"]["ProjectTypeReference"]; invoiceTemplate?: components["schemas"]["InvoiceTemplateReference"]; /** @enum {string|null} */ billTime: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billExpenses: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billProducts: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; billableTimeInvoiceFlag?: boolean | null; billableExpenseInvoiceFlag?: boolean | null; billableProductInvoiceFlag?: boolean | null; copyWorkRolesFlag?: boolean | null; copyWorkTypesFlag?: boolean | null; exclusionWorkRoleIds?: number[]; addAllWorkRoleExclusions?: boolean | null; removeAllWorkRoleExclusions?: boolean | null; exclusionWorkTypeIds?: number[]; addAllWorkTypeExclusions?: boolean | null; removeAllWorkTypeExclusions?: boolean | null; /** @description Max length: 50; */ integrationXRef?: string; prorateFlag?: boolean | null; emailTemplate?: components["schemas"]["EmailTemplateReference"]; autoInvoiceFlag?: boolean | null; invoiceProratedAdditionsFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; AgreementTypeBoardDefault: { /** Format: int32 */ id?: number; type?: components["schemas"]["AgreementTypeReference"]; location: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; board?: components["schemas"]["BoardReference"]; serviceType?: components["schemas"]["ServiceTypeReference"]; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; AgreementTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; /** @enum {string|null} */ applicationUnits?: "Amount" | "Hours" | "Incidents" | null; billingTerms?: components["schemas"]["BillingTermsReference"]; _info?: { [key: string]: string; }; }; AgreementTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; AgreementTypeWorkRole: { /** Format: int32 */ id?: number; type?: components["schemas"]["AgreementTypeReference"]; workRole?: components["schemas"]["WorkRoleReference"]; /** Format: date-time */ effectiveDate?: string; /** Format: date-time */ endingDate?: string; /** Format: double */ rate?: number | null; /** @enum {string|null} */ rateType: "AdjAmount" | "Custom" | "Multiplier" | null; /** Format: double */ limitTo?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; AgreementTypeWorkRoleExclusion: { /** Format: int32 */ id?: number; type?: components["schemas"]["AgreementTypeReference"]; workRole: components["schemas"]["WorkRoleReference"]; _info?: { [key: string]: string; }; }; AgreementTypeWorkRoleInfo: { /** Format: int32 */ id?: number; type?: components["schemas"]["AgreementTypeReference"]; workRole?: components["schemas"]["WorkRoleReference"]; _info?: { [key: string]: string; }; }; AgreementTypeWorkType: { /** Format: int32 */ id?: number; type?: components["schemas"]["AgreementTypeReference"]; workType?: components["schemas"]["WorkTypeReference"]; /** Format: date-time */ effectiveDate?: string; /** Format: date-time */ endingDate?: string; /** Format: double */ rate?: number | null; /** @enum {string|null} */ rateType: "AdjAmount" | "Custom" | "Multiplier" | null; /** @enum {string|null} */ billTime: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: double */ hoursMin?: number | null; /** Format: double */ hoursMax?: number | null; /** Format: double */ roundBillHours?: number | null; /** Format: double */ overageRate?: number | null; /** @enum {string|null} */ overageRateType: "AdjAmount" | "Custom" | "Multiplier" | null; /** Format: double */ limitTo?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; AgreementTypeWorkTypeExclusion: { /** Format: int32 */ id?: number; type?: components["schemas"]["AgreementTypeReference"]; workType: components["schemas"]["WorkTypeReference"]; _info?: { [key: string]: string; }; }; AgreementWorkRole: { /** Format: int32 */ id?: number; workRole?: components["schemas"]["WorkRoleReference"]; /** Format: int32 */ locationId?: number | null; location?: components["schemas"]["OwnerLevelReference"]; /** @enum {string|null} */ rateType: "AdjAmount" | "Custom" | "Multiplier" | null; /** Format: double */ rate?: number | null; /** Format: double */ limitTo?: number | null; /** Format: date-time */ effectiveDate?: string; /** Format: date-time */ endingDate?: string; /** Format: int32 */ agreementId?: number | null; agreement?: components["schemas"]["AgreementReference"]; _info?: { [key: string]: string; }; }; AgreementWorkRoleExclusion: { /** Format: int32 */ id?: number; workRole: components["schemas"]["WorkRoleReference"]; /** Format: int32 */ agreementId?: number | null; _info?: { [key: string]: string; }; }; AgreementWorkType: { /** Format: int32 */ id?: number; workType?: components["schemas"]["WorkTypeReference"]; location?: components["schemas"]["OwnerLevelReference"]; /** Format: int32 */ locationId?: number | null; /** @enum {string|null} */ rateType: "AdjAmount" | "Custom" | "Multiplier" | null; /** @enum {string|null} */ billTime: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: double */ rate?: number | null; /** Format: double */ hoursMax?: number | null; /** Format: double */ hoursMin?: number | null; /** Format: double */ roundBillHours?: number | null; /** Format: double */ overageRate?: number | null; /** @enum {string|null} */ overageRateType?: "AdjAmount" | "Custom" | "Multiplier" | null; /** Format: double */ agreementLimit?: number | null; site?: components["schemas"]["SiteReference"]; /** Format: date-time */ effectiveDate?: string; /** Format: date-time */ endingDate?: string; agreement?: components["schemas"]["AgreementReference"]; /** Format: int32 */ agreementId?: number | null; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; AgreementWorkTypeExclusion: { /** Format: int32 */ id?: number; workType: components["schemas"]["WorkTypeReference"]; /** Format: int32 */ agreementId?: number | null; _info?: { [key: string]: string; }; }; AllowedFileType: { /** Format: int32 */ id?: number; fileType: string; /** Format: int32 */ sizeLimit?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; AllowedOrigin: { /** Format: int32 */ id?: number; /** @description Max length: 2000; */ origin: string; /** @description Max length: 2000; */ description: string; /** Format: date-time */ lastUpdateUtc?: string; updatedBy?: string; _info?: { [key: string]: string; }; }; ApiMember: { /** Format: int32 */ id?: number; /** @description Max length: 15; */ identifier: string; /** @description Max length: 30; Required On Updates; */ name?: string; /** @description Max length: 250; */ emailAddress?: string; inactiveFlag?: boolean | null; /** Format: date-time */ inactiveDate?: string; timeZone?: components["schemas"]["TimeZoneSetupReference"]; securityRole?: components["schemas"]["SecurityRoleReference"]; structureLevel?: components["schemas"]["StructureReference"]; securityLocation?: components["schemas"]["SystemLocationReference"]; defaultLocation?: components["schemas"]["SystemLocationReference"]; defaultDepartment?: components["schemas"]["SystemDepartmentReference"]; salesDefaultLocation?: components["schemas"]["SystemLocationReference"]; serviceDefaultBoard?: components["schemas"]["BoardReference"]; notes?: string; excludedServiceBoardIds?: number[]; blockPriceFlag?: boolean | null; blockCostFlag?: boolean | null; _info?: { [key: string]: string; }; }; ApiRequest: { /** Format: int32 */ id?: number; externalId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; entity?: components["schemas"]["IRestIdentifiedItem"]; filters?: components["schemas"]["FilterValues"]; page?: components["schemas"]["PageValues"]; fields?: string; miscProperties?: { [key: string]: Record; }; memberContext?: string; updateOnlyCesProperties?: boolean; body?: Record; }; AuditTrailEntry: { text?: string; enteredDate?: string; enteredBy?: string; auditType?: string; auditSubType?: string; auditSource?: string; }; AuthAnvil: { /** Format: int32 */ id?: number; serverLocationUrl: string; /** Format: int32 */ siteId: number | null; _info?: { [key: string]: string; }; }; AutomateScriptReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; AutoSyncTime: { /** Format: int32 */ id?: number; syncTime: string; timeZone: components["schemas"]["TimeZoneSetupReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; BatchEntry: { /** Format: int32 */ id?: number; accountType?: string; name?: string; accountNumber?: string; /** Format: double */ debit?: number | null; /** Format: double */ credit?: number | null; /** Format: double */ cost?: number; item?: string; salesCode?: string; costOfGoodsSoldAccountNumber?: string; invoice?: components["schemas"]["InvoiceReference"]; purchaseOrder?: components["schemas"]["PurchaseOrderReference"]; lineItem?: components["schemas"]["PurchaseOrderLineItemReference"]; transfer?: string; expense?: components["schemas"]["ExpenseDetailReference"]; adjustmentDetail?: components["schemas"]["AdjustmentDetailReference"]; _info?: { [key: string]: string; }; }; BatchReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; BillableOptionsInfo: { /** Format: int32 */ id?: number; optionId?: string; billableFlag?: boolean; invoiceFlag?: boolean; timeFlag?: boolean; expenseFlag?: boolean; productFlag?: boolean; defaultFlag?: boolean; includeNoDefaultFlag?: boolean; name?: string; enumId?: string; }; BillingCycle: { /** Format: int32 */ id?: number; /** @description Max length: 5; */ identifier: string; /** @description Max length: 50; */ name: string; defaultFlag?: boolean; /** @enum {string|null} */ billingOptions: "BiMonthly" | "BiWeekly" | "Monthly" | "NotRecurring" | "Quarterly" | "SemiAnnual" | "Weekly" | "Yearly" | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; BillingCycleInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean; _info?: { [key: string]: string; }; }; BillingCycleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; BillingDeliveryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; BillingSetup: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ remitName: string; location: components["schemas"]["SystemLocationReference"]; /** @description Max length: 50; */ addressOne?: string; /** @description Max length: 50; */ addressTwo?: string; /** @description Max length: 50; */ city?: string; state?: components["schemas"]["StateReference"]; /** @description Max length: 12; */ zip?: string; country?: components["schemas"]["CountryReference"]; /** @description Max length: 15; */ phone?: string; /** @description Max length: 50; */ invoiceTitle: string; /** @description Max length: 50; */ payableName: string; /** @description Max length: 4000; */ topcomment?: string; /** @description Max length: 500; */ invoiceFooter?: string; /** @description Max length: 1000; */ quoteFooter?: string; overallInvoiceDefault: components["schemas"]["InvoiceTemplateReference"]; standardInvoiceActual?: components["schemas"]["InvoiceTemplateReference"]; standardInvoiceFixed?: components["schemas"]["InvoiceTemplateReference"]; progressInvoice?: components["schemas"]["InvoiceTemplateReference"]; agreementInvoice?: components["schemas"]["InvoiceTemplateReference"]; creditMemoInvoice?: components["schemas"]["InvoiceTemplateReference"]; downPaymentInvoice?: components["schemas"]["InvoiceTemplateReference"]; miscInvoice?: components["schemas"]["InvoiceTemplateReference"]; salesOrderInvoice?: components["schemas"]["InvoiceTemplateReference"]; excludeDoNotBillTimeFlag?: boolean | null; excludeDoNotBillExpenseFlag?: boolean | null; excludeDoNotBillProductFlag?: boolean | null; /** @enum {string|null} */ prefixSuffixFlag?: "Prefix" | "Suffix" | null; /** @description Max length: 5; */ prefixSuffixText?: string; chargeAdjToFirmFlag?: boolean | null; noWatermarkFlag?: boolean | null; displayTaxFlag?: boolean | null; allowRestrictedDeptOnRoutingFlag?: boolean | null; billTicketSeparatelyFlag?: boolean | null; billTicketCompleteFlag?: boolean | null; billTicketUnapprovedFlag?: boolean | null; billProjectCompleteFlag?: boolean | null; billProjectUnapprovedFlag?: boolean | null; progressTimeFlag?: boolean | null; restrictProjectDownpaymentFlag?: boolean | null; billSalesOrderCompleteFlag?: boolean | null; billProductAfterShipFlag?: boolean | null; restrictDownpaymentFlag?: boolean | null; copyNonServiceProductsFlag?: boolean | null; copyServiceProductsFlag?: boolean | null; copyAgreementProductsFlag?: boolean | null; printLogoFlag?: boolean | null; readReceiptFlag?: boolean | null; deliveryReceiptFlag?: boolean | null; attachXmlInvoiceFlag?: boolean | null; disableRoutingEmailFlag?: boolean | null; emailTemplate: components["schemas"]["EmailTemplateReference"]; localizedCountry?: components["schemas"]["CountryReference"]; /** @description Max length: 50; */ businessNumber?: string; currency?: components["schemas"]["CurrencyReference"]; /** @description Max length: 50; */ customLabel?: string; /** @description Max length: 500; */ customText?: string; /** @description Max length: 250; */ companyCode?: string; excludeAvalaraFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; BillingSetupInfo: { /** Format: int32 */ id?: number; remitName?: string; location?: components["schemas"]["SystemLocationReference"]; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; }; BillingSetupReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; BillingSetupRouting: { /** Format: int32 */ id?: number; /** Format: int32 */ sequenceNumber: number | null; /** @enum {string|null} */ invoiceRule: "All" | "Standard" | "Project" | "Agreement" | null; /** @enum {string|null} */ routingRule: "Account" | "Territory" | "Creator" | "Department" | "Location" | "Member" | "Project" | "Sales" | null; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BillingStatus: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** Format: int32 */ sortOrder?: number | null; defaultFlag?: boolean | null; closedFlag?: boolean | null; inactiveFlag?: boolean | null; sentFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; BillingStatusInfo: { /** Format: int32 */ id?: number; name?: string; /** Format: int32 */ sortOrder?: number | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; BillingStatusReference: { /** Format: int32 */ id?: number | null; name?: string; isClosed?: boolean | null; _info?: { [key: string]: string; }; }; BillingTerm: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; /** Format: int32 */ dueDays: number | null; /** @description Max length: 50; */ termsXref?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; BillingTermInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; BillingTermsReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; BillingUnitReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Board: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; location: components["schemas"]["SystemLocationReference"]; department: components["schemas"]["SystemDepartmentReference"]; inactiveFlag?: boolean | null; signOffTemplate?: components["schemas"]["ServiceSignoffReference"]; sendToContactFlag?: boolean | null; contactTemplate?: components["schemas"]["ServiceEmailTemplateReference"]; sendToResourceFlag?: boolean | null; resourceTemplate?: components["schemas"]["ServiceEmailTemplateReference"]; projectFlag?: boolean | null; /** @description This field only shows if it is Project Board. */ showDependenciesFlag?: boolean | null; /** @description This field only shows if it is Project Board. */ showEstimatesFlag?: boolean | null; boardIcon?: components["schemas"]["DocumentReference"]; billTicketsAfterClosedFlag?: boolean | null; billTicketSeparatelyFlag?: boolean | null; billUnapprovedTimeExpenseFlag?: boolean | null; overrideBillingSetupFlag?: boolean | null; dispatchMember?: components["schemas"]["MemberReference"]; serviceManagerMember?: components["schemas"]["MemberReference"]; dutyManagerMember?: components["schemas"]["MemberReference"]; oncallMember?: components["schemas"]["MemberReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; /** @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billExpense?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billProduct?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; autoCloseStatus?: components["schemas"]["ServiceStatusReference"]; autoAssignNewTicketsFlag?: boolean | null; autoAssignNewECTicketsFlag?: boolean | null; autoAssignNewPortalTicketsFlag?: boolean | null; discussionsLockedFlag?: boolean | null; timeEntryLockedFlag?: boolean | null; /** @description Max length: 50; */ notifyEmailFrom?: string; /** @description Max length: 60; */ notifyEmailFromName?: string; closedLoopDiscussionsFlag?: boolean | null; closedLoopResolutionFlag?: boolean | null; closedLoopInternalAnalysisFlag?: boolean | null; timeEntryDiscussionFlag?: boolean | null; timeEntryResolutionFlag?: boolean | null; timeEntryInternalAnalysisFlag?: boolean | null; /** @enum {string|null} */ problemSort?: "Ascending" | "Descending" | null; /** @enum {string|null} */ resolutionSort?: "Ascending" | "Descending" | null; /** @enum {string|null} */ internalAnalysisSort?: "Ascending" | "Descending" | null; emailConnectorAllowReopenClosedFlag?: boolean | null; emailConnectorReopenStatus?: components["schemas"]["ServiceStatusReference"]; /** @description This field can only be set when emailConnectorAllowReopenClosed is true. */ emailConnectorReopenResourcesFlag?: boolean | null; /** @description This field can only be set when emailConnectorAllowReopenClosed is true. */ emailConnectorNewTicketNoMatchFlag?: boolean | null; /** @description This field can only be set when emailConnectorAllowReopenClosed is true. */ emailConnectorNeverReopenByDaysFlag?: boolean | null; /** * Format: int32 * @description This field can only be set when emailConnectorNeverReopenByDaysFlag and emailConnectorAllowReopenClosed are both true * This field is required when emailConnectorNeverReopenByDaysFlag is true. */ emailConnectorReopenDaysLimit?: number | null; /** @description This field can only be set when emailConnectorAllowReopenClosed is true. */ emailConnectorNeverReopenByDaysClosedFlag?: boolean | null; /** * Format: int32 * @description This field can only be set when emailConnectorNeverReopenByDaysClosedFlag and emailConnectorAllowReopenClosed are both true * This field is required when emailConnectorNeverReopenByDaysClosedFlag is true. */ emailConnectorReopenDaysClosedLimit?: number | null; useMemberDisplayNameFlag?: boolean | null; sendToCCFlag?: boolean | null; autoAssignTicketOwnerFlag?: boolean | null; autoAssignLimitFlag?: boolean | null; /** * Format: int32 * @description This field can only be set when autoAssignLimitFlag is true */ autoAssignLimitAmount?: number | null; closedLoopAllFlag?: boolean | null; /** @enum {string|null} */ percentageCalculation?: "ActualHours" | "Manual" | "ClosedPhases" | "ClosedTickets" | null; /** @enum {string|null} */ allSort?: "Ascending" | "Descending" | null; markFirstNoteIssueFlag?: boolean | null; restrictBoardByDefaultFlag?: boolean | null; sendToBundledFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; BoardAutoAssignResource: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardAutoTemplate: { /** Format: int32 */ id?: number; type: components["schemas"]["ServiceTypeReference"]; subtype: components["schemas"]["ServiceSubTypeReference"]; item: components["schemas"]["ServiceItemReference"]; serviceTemplate: components["schemas"]["ServiceTemplateReference"]; board?: components["schemas"]["BoardReference"]; /** @enum {string|null} */ summarySetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ discussionSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ internalAnalysisSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ resolutionSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ tasksSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ documentsSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ resourcesSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ budgetHoursSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ financeInformationSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ sendNotesAsEmailSetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ impactUrgencySetting?: "Append" | "Overwrite" | "Ignore" | null; /** @enum {string|null} */ templatePrioritySetting?: "Append" | "Overwrite" | "Ignore" | null; autoApplyFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardCopy: { /** Format: int32 */ id: number; /** @description Max length: 50; */ name: string; }; BoardDefault: { /** Format: int32 */ id?: number; board: components["schemas"]["BoardReference"]; serviceType?: components["schemas"]["ServiceTypeReference"]; defaultFlag?: boolean | null; /** Format: int32 */ agreementId?: number | null; _info?: { [key: string]: string; }; }; BoardExcludedMember: { /** Format: int32 */ id?: number; /** Format: int32 */ memberId?: number; /** Format: int32 */ boardId?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardInfo: { /** Format: int32 */ id?: number; name?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; projectFlag?: boolean | null; inactiveFlag?: boolean | null; closedLoopDiscussionsFlag?: boolean | null; closedLoopInternalAnalysisFlag?: boolean | null; closedLoopResolutionFlag?: boolean | null; closedLoopAllFlag?: boolean | null; overrideBillingSetupFlag?: boolean | null; billTicketsAfterClosedFlag?: boolean | null; billUnapprovedTimeExpenseFlag?: boolean | null; /** @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billExpense?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billProduct?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ problemSort?: "Ascending" | "Descending" | null; /** @enum {string|null} */ internalAnalysisSort?: "Ascending" | "Descending" | null; /** @enum {string|null} */ resolutionSort?: "Ascending" | "Descending" | null; /** @enum {string|null} */ allSort?: "Ascending" | "Descending" | null; _info?: { [key: string]: string; }; }; BoardItem: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardItemAssociation: { /** Format: int32 */ id: number; /** @description If addAllSubTypesFlag and removeAllSubTypesFlag are both false, this field is required. */ subTypeAssociationIds?: number[]; addAllSubTypesFlag?: boolean | null; removeAllSubTypesFlag?: boolean | null; item?: components["schemas"]["ServiceItemReference"]; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; }; BoardNotification: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; member?: components["schemas"]["MemberReference"]; /** @description Max length: 50; */ email?: string; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; BoardSkillMapping: { /** Format: int32 */ id?: number; type: components["schemas"]["ServiceTypeReference"]; subType?: components["schemas"]["ServiceSubTypeReference"]; item?: components["schemas"]["ServiceItemReference"]; skillCategory: components["schemas"]["SkillCategoryReference"]; skill: components["schemas"]["SkillReference"]; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; }; BoardStatus: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; board?: components["schemas"]["BoardReference"]; /** Format: int32 */ sortOrder?: number | null; displayOnBoard?: boolean | null; inactive?: boolean | null; closedStatus?: boolean | null; timeEntryNotAllowed?: boolean | null; roundRobinCatchall?: boolean | null; defaultFlag?: boolean | null; /** @enum {string|null} */ escalationStatus?: "NotResponded" | "Responded" | "ResolutionPlan" | "Resolved" | "NoEscalation" | null; /** @description Max length: 500; */ customerPortalDescription?: string; customerPortalFlag?: boolean | null; emailTemplate?: components["schemas"]["ServiceEmailTemplateReference"]; statusIndicator?: components["schemas"]["StatusIndicatorReference"]; /** @description Max length: 30; */ customStatusIndicatorName?: string; _info?: { [key: string]: string; }; saveTimeAsNote?: boolean | null; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardStatusInfo: { /** Format: int32 */ id?: number; name?: string; /** Format: int32 */ sortOrder?: number | null; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; closedFlag?: boolean | null; _info?: { [key: string]: string; }; }; BoardStatusNotification: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; status?: components["schemas"]["ServiceStatusReference"]; member?: components["schemas"]["MemberReference"]; /** @description Service Status Notification email must be entered if the notify type is "Email Address". Max length: 255; */ email?: string; /** Format: int32 */ workflowStep?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardSubType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; typeAssociationIds?: number[]; addAllTypesFlag?: boolean | null; removeAllTypesFlag?: boolean | null; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardSubTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; typeAssociationIds?: number[]; _info?: { [key: string]: string; }; }; BoardTeam: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; teamLeader: components["schemas"]["MemberReference"]; members?: number[]; defaultFlag?: boolean | null; notifyOnTicketDelete?: boolean | null; defaultRoundRobinFlag?: boolean | null; roundRobinFlag?: boolean | null; /** Format: int32 */ boardId?: number | null; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardTeamInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; BoardType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @enum {string|null} */ category?: "Reactive" | "Proactive" | null; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; requestForChangeFlag?: boolean | null; /** @description Max length: 50; */ integrationXref?: string; skillCategory?: components["schemas"]["SkillCategoryReference"]; skill?: components["schemas"]["SkillReference"]; board?: components["schemas"]["BoardReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; BoardTypeInfo: { /** Format: int32 */ id?: number; name?: string; board?: components["schemas"]["BoardReference"]; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; BoardTypeSubTypeItemAssociation: { /** Format: int32 */ id?: number; type?: components["schemas"]["ServiceTypeReference"]; subType?: components["schemas"]["ServiceSubTypeReference"]; item?: components["schemas"]["ServiceItemReference"]; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; }; BulkResult: { payload?: components["schemas"]["ResultInfo"][]; _info?: { [key: string]: string; }; }; BundleRequest: { /** Format: int32 */ sequenceNumber?: number; resourceType?: string; version?: string; apiRequest?: components["schemas"]["ApiRequest"]; }; BundleRequestsCollection: { requests: components["schemas"]["BundleRequest"][]; }; BundleResult: { /** Format: int32 */ sequenceNumber?: number; resourceType?: string; entities?: components["schemas"]["IRestIdentifiedItem"][]; /** Format: int32 */ count?: number; version?: string; success?: boolean; /** Format: int32 */ statusCode?: number; error?: components["schemas"]["ErrorResponseMessage"]; }; BundleResultsCollection: { results?: components["schemas"]["BundleResult"][]; _info?: { [key: string]: string; }; }; Calendar: { /** Format: int32 */ id?: number; name: string; holidayList?: components["schemas"]["HolidayListReference"]; mondayStartTime?: string; mondayEndTime?: string; tuesdayStartTime?: string; tuesdayEndTime?: string; wednesdayStartTime?: string; wednesdayEndTime?: string; thursdayStartTime?: string; thursdayEndTime?: string; fridayStartTime?: string; fridayEndTime?: string; saturdayStartTime?: string; saturdayEndTime?: string; sundayStartTime?: string; sundayEndTime?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; CalendarInfo: { /** Format: int32 */ id?: number; name?: string; holidayList?: components["schemas"]["HolidayListReference"]; mondayStartTime?: string; mondayEndTime?: string; tuesdayStartTime?: string; tuesdayEndTime?: string; wednesdayStartTime?: string; wednesdayEndTime?: string; thursdayStartTime?: string; thursdayEndTime?: string; fridayStartTime?: string; fridayEndTime?: string; saturdayStartTime?: string; saturdayEndTime?: string; sundayStartTime?: string; sundayEndTime?: string; _info?: { [key: string]: string; }; }; CalendarReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CalendarSetupReference: { /** Format: int32 */ id?: number | null; _info?: { [key: string]: string; }; }; CallbackEntry: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ description?: string; /** @description Required Reference */ url: string; /** * Format: int32 * @description Required Reference */ objectId: number | null; /** @description Required Reference */ type: string; /** @description Required Reference */ level: string; /** Format: int32 */ memberId?: number | null; payloadVersion?: string; inactiveFlag?: boolean | null; isSoapCallbackFlag?: boolean | null; isSelfSuppressedFlag?: boolean | null; connectWiseID?: string; _info?: { [key: string]: string; }; }; Campaign: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; type: components["schemas"]["CampaignTypeReference"]; subType: components["schemas"]["CampaignSubTypeReference"]; status?: components["schemas"]["CampaignStatusReference"]; /** Format: date-time */ startDate: string; /** Format: date-time */ endDate?: string; /** Format: int32 */ locationId?: number | null; member?: components["schemas"]["MemberReference"]; inactive?: boolean | null; /** Format: int32 */ inactiveDaysAfterEnd?: number | null; notes?: string; defaultGroup?: components["schemas"]["GroupReference"]; /** Format: int32 */ marketingManagerDefaultTrackId?: number | null; /** Format: int32 */ opportunityDefaultTrackId?: number | null; /** Format: int32 */ impressions?: number | null; /** Format: double */ budgetRevenue?: number | null; /** Format: double */ budgetCost?: number | null; /** Format: double */ actualCost?: number | null; /** Format: double */ budgetGrossMargin?: number | null; /** Format: double */ budgetROI?: number | null; /** Format: double */ actualRevenue?: number | null; /** Format: double */ actualGrossMargin?: number | null; /** Format: double */ actualROI?: number | null; /** Format: int32 */ emailsSent?: number | null; _info?: { [key: string]: string; }; }; "Campaign.SubType.CampaignSubType": { /** Format: int32 */ id?: number; type: components["schemas"]["CampaignTypeReference"]; /** @description Max length: 100; */ name: string; _info?: { [key: string]: string; }; }; CampaignAudit: { /** Format: int32 */ id?: number; /** Format: int32 */ emailsSent: number | null; /** Format: int32 */ emailsUnsent?: number | null; /** Format: int32 */ documentsCreated?: number | null; /** @description Max length: 1000; */ emailSubject?: string; group?: components["schemas"]["GroupReference"]; /** Format: int32 */ campaignId?: number | null; createdBy?: string; dateCreated?: string; }; CampaignReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CampaignStatus: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; CampaignStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CampaignSubTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CampaignType: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; CampaignTypeInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; CampaignTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CatalogComponent: { /** Format: int32 */ id?: number; /** Format: int32 */ sequenceNumber?: number | null; /** Format: double */ quantity: number | null; catalogItem: components["schemas"]["CatalogItemReference"]; hidePriceFlag?: boolean | null; hideItemIdentifierFlag?: boolean | null; hideDescriptionFlag?: boolean | null; hideQuantityFlag?: boolean | null; hideExtendedPriceFlag?: boolean | null; parentCatalogItem?: components["schemas"]["CatalogItemReference"]; /** Format: double */ price?: number | null; /** Format: double */ cost?: number | null; _info?: { [key: string]: string; }; }; CatalogInventory: { /** Format: int32 */ id?: number; catalogItem?: components["schemas"]["CatalogItemReference"]; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; /** Format: int32 */ onHand?: number | null; serialNumbers?: components["schemas"]["OnHandSerialNumberReference"][]; _info?: { [key: string]: string; }; }; CatalogItem: { /** Format: int32 */ id?: number; /** @description Max length: 75; */ identifier: string; /** @description Max length: 60; */ description: string; inactiveFlag?: boolean | null; subcategory: components["schemas"]["ProductSubCategoryReference"]; type: components["schemas"]["ProductTypeReference"]; /** * @description Defaults to Non-Inventory. * @enum {string|null} */ productClass?: "Agreement" | "Bundle" | "Inventory" | "NonInventory" | "Service" | null; serializedFlag?: boolean | null; serializedCostFlag?: boolean | null; phaseProductFlag?: boolean | null; unitOfMeasure?: components["schemas"]["UnitOfMeasureReference"]; /** Format: int32 */ minStockLevel?: number | null; /** Format: double */ price?: number | null; /** Format: double */ cost?: number | null; /** @enum {string|null} */ priceAttribute?: "FixedFee" | "NotToExceed" | "OverrideRate" | "TimeAndMaterials" | null; taxableFlag?: boolean | null; dropShipFlag?: boolean | null; specialOrderFlag?: boolean | null; /** @description Max length: 6000; */ customerDescription: string; manufacturer?: components["schemas"]["ManufacturerReference"]; /** @description Max length: 50; */ manufacturerPartNumber?: string; vendor?: components["schemas"]["CompanyReference"]; /** @description Max length: 50; */ vendorSku?: string; notes?: string; /** @description Max length: 50; */ integrationXRef?: string; sla?: components["schemas"]["SLAReference"]; entityType?: components["schemas"]["EntityTypeReference"]; recurringFlag?: boolean | null; /** Format: double */ recurringRevenue?: number | null; /** Format: double */ recurringCost?: number | null; recurringOneTimeFlag?: boolean | null; recurringBillCycle?: components["schemas"]["BillingCycleReference"]; /** @enum {string|null} */ recurringCycleType?: "ContractYear" | "CalendarYear" | null; calculatedPriceFlag?: boolean | null; calculatedCostFlag?: boolean | null; category?: components["schemas"]["ProductCategoryReference"]; /** Format: double */ calculatedPrice?: number | null; /** Format: double */ calculatedCost?: number | null; /** @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; connectWiseID?: string; agreementType?: components["schemas"]["AgreementTypeReference"]; /** Format: double */ markupPercentage?: number | null; markupFlag?: boolean | null; autoUpdateUnitCostFlag?: boolean | null; autoUpdateUnitPriceFlag?: boolean | null; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; CatalogItemInfo: { /** Format: int32 */ id?: number; identifier?: string; description?: string; inactiveFlag?: boolean | null; /** @enum {string|null} */ productClass?: "Agreement" | "Bundle" | "Inventory" | "NonInventory" | "Service" | null; serializedCostFlag?: boolean | null; /** Format: double */ price?: number | null; /** Format: double */ cost?: number | null; taxableFlag?: boolean | null; dropShipFlag?: boolean | null; specialOrderFlag?: boolean | null; customerDescription?: string; manufacturerPartNumber?: string; vendorSku?: string; /** @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; _info?: { [key: string]: string; }; }; CatalogItemReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; CatalogPricing: { catalogItem?: components["schemas"]["CatalogItemReference"]; company?: components["schemas"]["CompanyReference"]; location?: components["schemas"]["SystemLocationReference"]; /** Format: int32 */ quantity?: number; date?: string; /** Format: double */ price?: number | null; }; CatalogVendors: { /** Format: int32 */ id?: number; /** Format: int32 */ catalogItemId?: number; /** Format: int32 */ vendorId?: number | null; /** @description Max length: 50; */ vendorSku?: string; isPreferredVendor?: boolean; vendorName?: string; }; Category: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; /** @description Max length: 10; */ priceLevelXref?: string; /** @description Max length: 50; */ integrationXref?: string; locationIds?: number[]; defaultFlag?: boolean | null; addAllLocations?: boolean | null; removeAllLocations?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; CategoryInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; Certification: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; company: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; CertificationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ChangeOrder: { /** Format: int32 */ id?: number; /** Format: int32 */ purchaseHeaderRecId: number; _info?: { [key: string]: string; }; }; ChargeCode: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; company: components["schemas"]["CompanyReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; expenseEntryFlag?: boolean | null; allowAllExpenseTypeFlag?: boolean | null; timeEntryFlag?: boolean | null; workType?: components["schemas"]["WorkTypeReference"]; workRole?: components["schemas"]["WorkRoleReference"]; /** @description Max length: 50; */ integrationXref?: string; expenseTypeIds?: number[]; _info?: { [key: string]: string; }; connectWiseId?: string; }; ChargeCodeExpenseType: { /** Format: int32 */ id?: number; type: components["schemas"]["ExpenseTypeReference"]; chargeCode?: components["schemas"]["ChargeCodeReference"]; _info?: { [key: string]: string; }; }; ChargeCodeInfo: { /** Format: int32 */ id?: number; name?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; expenseEntryFlag?: boolean | null; allowAllExpenseTypeFlag?: boolean | null; timeEntryFlag?: boolean | null; workType?: components["schemas"]["WorkTypeReference"]; workRole?: components["schemas"]["WorkRoleReference"]; expenseTypeIds?: number[]; _info?: { [key: string]: string; }; }; ChargeCodeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Classification: { /** Format: int32 */ id?: number; name?: string; /** Format: double */ multiplier?: number | null; defaultFlag?: boolean | null; companyFlag?: boolean | null; employeeFlag?: boolean | null; _info?: { [key: string]: string; }; }; ClassificationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ClearPickerRequest: { member?: components["schemas"]["MemberReference"]; /** @enum {string|null} */ type?: "Company" | "Vendor" | null; }; ClosedInvoice: { /** Format: int32 */ id?: number; status?: components["schemas"]["BillingStatusReference"]; internalNotes?: string; _info?: { [key: string]: string; }; }; Code: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; description: string; /** Format: int32 */ boardId?: number | null; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; _info?: { [key: string]: string; }; }; Commission: { /** Format: int32 */ id?: number; member: components["schemas"]["MemberReference"]; /** Format: double */ commissionPercent?: number | null; /** Format: date-time */ dateStart?: string; /** Format: date-time */ dateEnd?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; company?: components["schemas"]["CompanyReference"]; site?: components["schemas"]["SiteReference"]; agreement?: components["schemas"]["AgreementReference"]; project?: components["schemas"]["ProjectReference"]; serviceBoard?: components["schemas"]["BoardReference"]; ticket?: components["schemas"]["TicketReference"]; territory?: components["schemas"]["SystemLocationReference"]; /** @enum {string|null} */ billingMethod?: "Agreement" | "CreditMemo" | "DownPayment" | "Miscellaneous" | "Progress" | "Standard" | "Consolidated" | null; serviceType?: components["schemas"]["ServiceTypeReference"]; projectBoard?: components["schemas"]["ProjectBoardReference"]; projectType?: components["schemas"]["ProjectTypeReference"]; agreementType?: components["schemas"]["AgreementTypeReference"]; /** Format: int32 */ numberOfMonths?: number | null; productCategory?: components["schemas"]["ProductCategoryReference"]; productSubCategory?: components["schemas"]["ProductSubCategoryReference"]; item?: components["schemas"]["IvItemReference"]; /** @enum {string|null} */ commissionBasis?: "GrossProfit" | "SalesAmount" | null; /** @enum {string|null} */ invoiceOption?: "AllInvoices" | "PaidInvoices" | null; servicesFlag?: boolean | null; agreementsFlag?: boolean | null; productsFlag?: boolean | null; myOpportunitiesFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; CommunicationType: { /** Format: int32 */ id?: number; description: string; /** @description Gets or sets at least one flag is required to be true -- phone, fax, or email. */ phoneFlag?: boolean | null; /** @description Gets or sets at least one flag is required to be true -- phone, fax, or email. */ faxFlag?: boolean | null; /** @description Gets or sets at least one flag is required to be true -- phone, fax, or email. */ emailFlag?: boolean | null; defaultFlag?: boolean | null; /** @description Max length: 50; */ exchangeXref?: string; /** @description Max length: 50; */ iphoneXref?: string; /** @description Max length: 50; */ androidXref?: string; /** @description Max length: 50; */ googleXref?: string; disabled?: boolean; _info?: { [key: string]: string; }; connectWiseId?: string; }; CommunicationTypeInfo: { /** Format: int32 */ id?: number; description?: string; phoneFlag?: boolean | null; faxFlag?: boolean | null; emailFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; CommunicationTypeReference: { /** Format: int32 */ id?: number | null; name?: string; coreEntityId?: string; _info?: { [key: string]: string; }; }; Company: { /** Format: int32 */ id?: number; /** @description Max length: 156; */ identifier: string; /** @description Max length: 156; */ name: string; status?: components["schemas"]["CompanyStatusReference"]; /** @description Gets or sets at least one address field is required -- addressLine1, addressLine2, city, state, zip and/or country. Max length: 50; */ addressLine1?: string; /** @description Gets or sets at least one address field is required -- addressLine1, addressLine2, city, state, zip and/or country. Max length: 50; */ addressLine2?: string; /** @description Gets or sets at least one address field is required -- addressLine1, addressLine2, city, state, zip and/or country. Max length: 50; */ city?: string; /** @description Gets or sets at least one address field is required -- addressLine1, addressLine2, city, state, zip and/or country. Max length: 50; */ state?: string; /** @description Gets or sets at least one address field is required -- addressLine1, addressLine2, city, state, zip and/or country. Max length: 12; */ zip?: string; country?: components["schemas"]["CountryReference"]; /** @description Max length: 30; */ phoneNumber?: string; /** @description Max length: 30; */ faxNumber?: string; /** @description Max length: 255; */ website?: string; territory?: components["schemas"]["SystemLocationReference"]; market?: components["schemas"]["MarketDescriptionReference"]; accountNumber?: string; defaultContact?: components["schemas"]["ContactReference"]; /** Format: date-time */ dateAcquired?: string; sicCode?: components["schemas"]["SicCodeReference"]; parentCompany?: components["schemas"]["CompanyReference"]; /** Format: double */ annualRevenue?: number | null; /** Format: double */ creditLimit?: number | null; /** Format: double */ additionalDebt?: number | null; /** Format: int32 */ numberOfEmployees?: number | null; /** Format: int32 */ yearEstablished?: number | null; /** Format: int32 */ revenueYear?: number | null; ownershipType?: components["schemas"]["OwnershipTypeReference"]; timeZoneSetup?: components["schemas"]["TimeZoneSetupReference"]; /** @description Max length: 50; */ leadSource?: string; leadFlag?: boolean | null; unsubscribeFlag?: boolean | null; calendar?: components["schemas"]["CalendarReference"]; /** @description Max length: 50; */ userDefinedField1?: string; /** @description Max length: 50; */ userDefinedField2?: string; /** @description Max length: 50; */ userDefinedField3?: string; /** @description Max length: 50; */ userDefinedField4?: string; /** @description Max length: 50; */ userDefinedField5?: string; /** @description Max length: 50; */ userDefinedField6?: string; /** @description Max length: 50; */ userDefinedField7?: string; /** @description Max length: 50; */ userDefinedField8?: string; /** @description Max length: 50; */ userDefinedField9?: string; /** @description Max length: 50; */ userDefinedField10?: string; vendorIdentifier?: string; taxIdentifier?: string; taxCode?: components["schemas"]["TaxCodeReference"]; billingTerms?: components["schemas"]["BillingTermsReference"]; invoiceTemplate?: components["schemas"]["InvoiceTemplateReference"]; pricingSchedule?: components["schemas"]["PricingScheduleReference"]; companyEntityType?: components["schemas"]["EntityTypeReference"]; billToCompany?: components["schemas"]["CompanyReference"]; billingSite?: components["schemas"]["SiteReference"]; billingContact?: components["schemas"]["ContactReference"]; invoiceDeliveryMethod?: components["schemas"]["BillingDeliveryReference"]; emailTemplate?: components["schemas"]["EmailTemplateReference"]; invoiceToEmailAddress?: string; invoiceCCEmailAddress?: string; deletedFlag?: boolean | null; /** Format: date-time */ dateDeleted?: string; deletedBy?: string; /** Format: uuid */ mobileGuid?: string | null; facebookUrl?: string; twitterUrl?: string; linkedInUrl?: string; currency?: components["schemas"]["CurrencyReference"]; territoryManager?: components["schemas"]["MemberReference"]; resellerIdentifier?: string; isVendorFlag?: boolean | null; /** * @description Gets or sets integrer array of Company_Type_Recids to be assigned to company that can be passed in only during new company creation (post) * To update existing companies type, use the /company/companyTypeAssociations or /company/companies/{ID}/typeAssociations endpoints. */ types?: components["schemas"]["CompanyTypeReference"][]; site?: components["schemas"]["SiteReference"]; integratorTags?: string[]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; "Company.CompanyTypeAssociation": { /** Format: int32 */ id?: number; type: components["schemas"]["CompanyTypeReference"]; company: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; "Company.Configuration": { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; type: components["schemas"]["ConfigurationTypeReference"]; status?: components["schemas"]["ConfigurationStatusReference"]; company: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; /** Format: int32 */ locationId?: number | null; location?: components["schemas"]["SystemLocationReference"]; /** Format: int32 */ businessUnitId?: number | null; department?: components["schemas"]["SystemDepartmentReference"]; /** @description Max length: 100; */ deviceIdentifier?: string; /** @description Max length: 250; */ serialNumber?: string; /** @description Max length: 50; */ modelNumber?: string; /** @description Max length: 50; */ tagNumber?: string; /** Format: date-time */ purchaseDate?: string; /** Format: date-time */ installationDate?: string; installedBy?: components["schemas"]["MemberReference"]; /** Format: date-time */ warrantyExpirationDate?: string; vendorNotes?: string; notes?: string; /** @description Max length: 25; */ macAddress?: string; /** @description Max length: 100; */ lastLoginName?: string; billFlag?: boolean | null; /** Format: int32 */ backupSuccesses?: number | null; /** Format: int32 */ backupIncomplete?: number | null; /** Format: int32 */ backupFailed?: number | null; /** Format: int32 */ backupRestores?: number | null; /** Format: date-time */ lastBackupDate?: string; /** @description Max length: 50; */ backupServerName?: string; /** Format: double */ backupBillableSpaceGb?: number | null; backupProtectedDeviceList?: string; /** Format: int32 */ backupYear?: number | null; /** Format: int32 */ backupMonth?: number | null; /** @description Max length: 50; */ ipAddress?: string; /** @description Max length: 50; */ defaultGateway?: string; /** @description Max length: 250; */ osType?: string; /** @description Max length: 250; */ osInfo?: string; /** @description Max length: 100; */ cpuSpeed?: string; /** @description Max length: 25; */ ram?: string; localHardDrives?: string; /** Format: int32 */ parentConfigurationId?: number | null; vendor?: components["schemas"]["CompanyReference"]; manufacturer?: components["schemas"]["ManufacturerReference"]; questions?: components["schemas"]["ConfigurationQuestion"][]; activeFlag?: boolean | null; /** @description Max length: 1000; */ managementLink?: string; /** @description Max length: 1000; */ remoteLink?: string; sla?: components["schemas"]["SLAReference"]; /** Format: uuid */ mobileGuid?: string | null; displayVendorFlag?: boolean | null; /** Format: int32 */ companyLocationId?: number | null; showRemoteFlag?: boolean | null; showAutomateFlag?: boolean | null; needsRenewalFlag?: boolean | null; /** @description Max length: 50; */ manufacturerPartNumber?: string; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; "Company.ContactTypeAssociation": { /** Format: int32 */ id?: number; type: components["schemas"]["ContactTypeReference"]; contact: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; }; "CompanyCompanyTypeAssociation.CompanyTypeAssociation": { /** Format: int32 */ id?: number; type: components["schemas"]["CompanyTypeReference"]; company: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; CompanyCustomNote: { /** Format: int32 */ id?: number; /** @description Max length: 1500; */ customNote: string; status: components["schemas"]["CompanyStatusReference"]; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; CompanyFinance: { /** Format: int32 */ id?: number; billOverrideFlag?: boolean | null; billSrFlag?: boolean | null; billCompleteSrFlag?: boolean | null; billUnapprovedSrFlag?: boolean | null; billRestrictPmFlag?: boolean | null; billCompletePmFlag?: boolean | null; billUnapprovedPmFlag?: boolean | null; emailTemplate?: components["schemas"]["EmailTemplateReference"]; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; CompanyGroup: { /** * Format: int32 * @description Required On Updates; */ id?: number; group: components["schemas"]["GroupReference"]; company?: components["schemas"]["CompanyReference"]; defaultContactFlag?: boolean | null; allContactsFlag?: boolean | null; removeAllContactsFlag?: boolean | null; unsubscribeFlag?: boolean | null; contactIds?: number[]; _info?: { [key: string]: string; }; }; CompanyInfo: { /** Format: int32 */ id?: number; identifier?: string; name?: string; territory?: components["schemas"]["SystemLocationReference"]; defaultContact?: components["schemas"]["ContactReference"]; phoneNumber?: string; city?: string; site?: components["schemas"]["SiteReference"]; isVendorFlag?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; billToCompany?: components["schemas"]["CompanyReference"]; billingSite?: components["schemas"]["SiteReference"]; billingContact?: components["schemas"]["ContactReference"]; billingTerms?: components["schemas"]["BillingTermsReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; deletedFlag?: boolean | null; types?: components["schemas"]["CompanyTypeReference"][]; status?: components["schemas"]["CompanyStatusReference"]; noServiceFlag?: boolean | null; addressLine1?: string; addressLine2?: string; state?: string; country?: components["schemas"]["CountryReference"]; zip?: string; leadFlag?: boolean | null; faxNumber?: string; vendorIdentifier?: string; taxIdentifier?: string; facebookUrl?: string; twitterUrl?: string; linkedInUrl?: string; _info?: { [key: string]: string; }; }; CompanyManagementSummary: { /** Format: int32 */ id?: number; managementSolution?: components["schemas"]["ManagementSolutionReference"]; /** @description Max length: 100; */ groupIdentifier: string; /** * @description Gets or sets deviceType is required if the managementSolution is Legacy. * @enum {string|null} */ deviceType?: "WorkstationsAndServers" | "BackupStats" | "Servers" | "Workstations" | null; agreement?: components["schemas"]["AgreementReference"]; /** Format: int32 */ snmpMachines?: number | null; /** Format: int32 */ totalWorkstations?: number | null; /** Format: int32 */ totalServers?: number | null; /** Format: int32 */ totalWindowsServers?: number | null; /** Format: int32 */ totalWindowsWorkstations?: number | null; /** Format: int32 */ totalManagedMachines?: number | null; /** Format: int32 */ serversOffline?: number | null; /** Format: int32 */ serversDiskSpaceLow?: number | null; /** Format: int32 */ failedBackupJobs?: number | null; /** Format: int32 */ totalNotifications?: number | null; /** Format: int32 */ successfulBackupJobs?: number | null; /** Format: int32 */ serverAvailability?: number | null; /** Format: int32 */ virusesRemoved?: number | null; /** Format: int32 */ spywareItemsRemoved?: number | null; /** Format: int32 */ windowsPatchesInstalled?: number | null; /** Format: int32 */ diskCleanups?: number | null; /** Format: int32 */ diskDefragmentations?: number | null; /** Format: int32 */ fullyPatchedMachines?: number | null; /** Format: int32 */ missingOneTwoPatchesMachines?: number | null; /** Format: int32 */ missingThreeFivePatchesMachines?: number | null; /** Format: int32 */ missingMoreFivePatchesMachines?: number | null; /** Format: int32 */ missingUnscannedPatchesMachines?: number | null; alertsGenerated?: string; /** Format: double */ internetConnectivity?: number | null; /** Format: int32 */ diskSpaceCleanedMb?: number | null; missingSecurityPatches?: string; /** Format: double */ cpuUtilization?: number | null; /** Format: double */ memoryUtilization?: number | null; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; CompanyMerge: { /** Format: int32 */ toCompanyId: number; /** @enum {string|null} */ name?: "From" | "To" | null; /** @enum {string|null} */ identifier?: "From" | "To" | null; /** @enum {string|null} */ status?: "From" | "To" | null; /** @enum {string|null} */ type?: "From" | "To" | null; /** @enum {string|null} */ primaryAddress?: "From" | "To" | null; /** @enum {string|null} */ primaryContact?: "From" | "To" | null; /** @enum {string|null} */ phone?: "From" | "To" | null; /** @enum {string|null} */ fax?: "From" | "To" | null; /** @enum {string|null} */ website?: "From" | "To" | null; /** @enum {string|null} */ market?: "From" | "To" | null; /** @enum {string|null} */ territory?: "From" | "To" | null; /** @enum {string|null} */ revenue?: "From" | "To" | null; /** @enum {string|null} */ revenueYear?: "From" | "To" | null; /** @enum {string|null} */ numberOfEmployees?: "From" | "To" | null; /** @enum {string|null} */ sicCode?: "From" | "To" | null; /** @enum {string|null} */ dateAcquired?: "From" | "To" | null; /** @enum {string|null} */ timeZone?: "From" | "To" | null; /** @enum {string|null} */ sourceList?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField1?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField2?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField3?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField4?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField5?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField6?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField7?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField8?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField9?: "From" | "To" | null; /** @enum {string|null} */ userDefinedField10?: "From" | "To" | null; /** @enum {string|null} */ billingAddress?: "From" | "To" | null; /** @enum {string|null} */ billingContact?: "From" | "To" | null; /** @enum {string|null} */ taxCode?: "From" | "To" | null; /** @enum {string|null} */ accountNumber?: "From" | "To" | null; /** @enum {string|null} */ billingTerms?: "From" | "To" | null; /** @enum {string|null} */ notes?: "Discard" | "Merge" | null; /** @enum {string|null} */ sites?: "Discard" | "Merge" | null; /** @enum {string|null} */ activities?: "Discard" | "Merge" | null; /** @enum {string|null} */ opportunities?: "Discard" | "Merge" | null; /** @enum {string|null} */ services?: "Discard" | "Merge" | null; /** @enum {string|null} */ projects?: "Discard" | "Merge" | null; /** @enum {string|null} */ contacts?: "Discard" | "Merge" | null; /** @enum {string|null} */ documents?: "Discard" | "Merge" | null; }; CompanyNote: { /** Format: int32 */ id?: number; text: string; type?: components["schemas"]["NoteTypeReference"]; flagged?: boolean | null; enteredBy?: string; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; CompanyNoteType: { /** Format: int32 */ id?: number; /** @description Max length: 15; */ identifier?: string; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; importFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; CompanyNoteTypeInfo: { /** Format: int32 */ id?: number; identifier?: string; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; CompanyPickerItem: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; company: components["schemas"]["CompanyReference"]; companyStatus?: components["schemas"]["CompanyStatusReference"]; companyType?: components["schemas"]["CompanyTypeReference"]; companySite?: components["schemas"]["SiteReference"]; companyLocation?: components["schemas"]["SystemLocationReference"]; companyCountry?: components["schemas"]["CountryReference"]; /** @description Gets or sets if true, this record was created by the vendor picker component. Otherwise, the record was created by the company picker component. */ vendorPickerFlag?: boolean | null; _info?: { [key: string]: string; }; }; CompanyReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; CompanyServiceTemplate: { parentTemplate?: components["schemas"]["ServiceTemplateReference"]; /** Format: int32 */ id?: number; name?: string; board?: components["schemas"]["BoardReference"]; type?: components["schemas"]["ServiceTypeReference"]; item?: components["schemas"]["ServiceItemReference"]; subtype?: components["schemas"]["ServiceSubTypeReference"]; serviceLocation?: components["schemas"]["ServiceLocationReference"]; status?: components["schemas"]["ServiceStatusReference"]; source?: components["schemas"]["ServiceSourceReference"]; priority?: components["schemas"]["PriorityReference"]; team?: components["schemas"]["ServiceTeamReference"]; company?: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; assignedNotifyFlag?: boolean | null; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; summary?: string; problem?: string; /** Format: double */ hoursBudget?: number | null; /** Format: double */ hourlyRate?: number | null; internalAnalysis?: string; resolution?: string; timeBillableFlag?: boolean | null; expenseBillableFlag?: boolean | null; productBillableFlag?: boolean | null; purchaseOrderNumber?: string; reference?: string; /** Format: double */ estimatedExpenseCost?: number | null; /** Format: double */ estimatedExpenseRevenue?: number | null; /** Format: double */ estimatedProductCost?: number | null; /** Format: double */ estimatedProductRevenue?: number | null; /** Format: double */ estimatedTimeCost?: number | null; /** Format: double */ estimatedTimeRevenue?: number | null; billComplete_Flag?: boolean | null; billServiceSeparatelyFlag?: boolean | null; /** Format: double */ billingAmount?: number | null; billUnapprovedTimeAndExpensesFlag?: boolean | null; overrideFlag?: boolean | null; timeInvoiceFlag?: boolean | null; expenseInvoiceFlag?: boolean | null; productInvoiceFlag?: boolean | null; agreement?: components["schemas"]["AgreementReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; /** @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billingMethod?: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** @enum {string|null} */ severity?: "Low" | "Medium" | "High" | null; /** @enum {string|null} */ impact?: "Low" | "Medium" | "High" | null; assignedBy?: components["schemas"]["MemberReference"]; /** Format: int32 */ scheduleDaysBefore?: number | null; /** Format: int32 */ serviceDaysBefore?: number | null; attachScheduleToNewServiceFlag?: boolean | null; templateFlag?: boolean | null; emailContactFlag?: boolean | null; emailResourceFlag?: boolean | null; emailCCFlag?: boolean | null; emailCC?: string; restrictDownpaymentFlag?: boolean | null; _info?: { [key: string]: string; }; }; CompanySite: { /** Format: int32 */ id?: number; /** @description Max length: 156; */ name: string; /** @description Max length: 50; */ addressLine1?: string; /** @description Max length: 50; */ addressLine2?: string; /** @description Max length: 50; */ city?: string; stateReference?: components["schemas"]["StateReference"]; /** @description Max length: 12; */ zip?: string; country?: components["schemas"]["CountryReference"]; addressFormat?: string; /** @description Max length: 30; */ phoneNumber?: string; /** @description Max length: 30; */ phoneNumberExt?: string; /** @description Max length: 30; */ faxNumber?: string; taxCode?: components["schemas"]["TaxCodeReference"]; entityType?: components["schemas"]["EntityTypeReference"]; /** Format: double */ expenseReimbursement?: number | null; primaryAddressFlag?: boolean | null; defaultShippingFlag?: boolean | null; defaultBillingFlag?: boolean | null; defaultMailingFlag?: boolean | null; inactiveFlag?: boolean | null; billSeparateFlag?: boolean | null; /** Format: uuid */ mobileGuid?: string | null; calendar?: components["schemas"]["CalendarReference"]; timeZone?: components["schemas"]["TimeZoneSetupReference"]; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; territory?: components["schemas"]["SystemLocationReference"]; invoiceTemplate?: components["schemas"]["InvoiceTemplateReference"]; customFields?: components["schemas"]["CustomFieldValue"][]; }; CompanySiteInfo: { /** Format: int32 */ id?: number; name?: string; addressLine1?: string; addressLine2?: string; city?: string; stateReference?: components["schemas"]["StateReference"]; country?: components["schemas"]["CountryReference"]; zip?: string; addressFormat?: string; phoneNumber?: string; inactiveFlag?: boolean | null; defaultShippingFlag?: boolean | null; defaultBillingFlag?: boolean | null; primaryAddressFlag?: boolean | null; taxCode?: components["schemas"]["TaxCodeReference"]; phoneNumberExt?: string; _info?: { [key: string]: string; }; }; CompanyStatus: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; notifyFlag?: boolean | null; disallowSavingFlag?: boolean | null; /** @description Max length: 500; */ notificationMessage?: string; customNoteFlag?: boolean | null; cancelOpenTracksFlag?: boolean | null; track?: components["schemas"]["TrackReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; CompanyStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CompanyTeam: { /** Format: int32 */ id?: number; company?: components["schemas"]["CompanyReference"]; teamRole: components["schemas"]["TeamRoleReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; contact?: components["schemas"]["ContactReference"]; member?: components["schemas"]["MemberReference"]; accountManagerFlag?: boolean | null; techFlag?: boolean | null; salesFlag?: boolean | null; _info?: { [key: string]: string; }; }; CompanyType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; vendorFlag?: boolean | null; serviceAlertFlag?: boolean | null; /** @description Max length: 150; */ serviceAlertMessage?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; CompanyTypeInfo: { /** Format: int32 */ id?: number; name?: string; isVendor?: boolean; _info?: { [key: string]: string; }; }; CompanyTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ConfigurationQuestion: { /** Format: int32 */ answerId?: number | null; /** Format: int32 */ questionId?: number | null; question?: string; answer?: Record; /** Format: double */ sequenceNumber?: number | null; /** Format: int32 */ numberOfDecimals?: number | null; /** @enum {string|null} */ fieldType?: "TextArea" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "Text" | "Password" | null; requiredFlag?: boolean | null; }; ConfigurationReference: { /** Format: int32 */ id?: number | null; deviceIdentifier?: string; _info?: { [key: string]: string; }; }; ConfigurationStatus: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ description: string; closedFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ConfigurationStatusInfo: { /** Format: int32 */ id?: number; description?: string; closedFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ConfigurationStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ConfigurationTabsCount: Record; ConfigurationType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; systemFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ConfigurationTypeCopy: { /** Format: int32 */ id: number; /** @description Max length: 50; */ name: string; }; ConfigurationTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; systemFlag?: boolean | null; _info?: { [key: string]: string; }; }; ConfigurationTypeQuestion: { /** Format: int32 */ id?: number; configurationType?: components["schemas"]["ConfigurationTypeReference"]; /** @enum {string|null} */ fieldType: "TextArea" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "Text" | "Password" | null; /** @enum {string|null} */ entryType: "Date" | "EntryField" | "List" | "Option" | null; /** Format: double */ sequenceNumber: number | null; /** @description Max length: 1000; */ question: string; /** Format: int32 */ numberOfDecimals?: number | null; requiredFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; }; ConfigurationTypeQuestionInfo: { /** Format: int32 */ id?: number; configurationType?: components["schemas"]["ConfigurationTypeReference"]; /** @enum {string|null} */ fieldType?: "TextArea" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "Text" | "Password" | null; /** @enum {string|null} */ entryType?: "Date" | "EntryField" | "List" | "Option" | null; /** Format: double */ sequenceNumber?: number | null; question?: string; /** Format: int32 */ numberOfDecimals?: number | null; requiredFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; ConfigurationTypeQuestionReference: { /** Format: int32 */ id?: number | null; question?: string; _info?: { [key: string]: string; }; }; ConfigurationTypeQuestionValue: { /** Format: int32 */ id?: number; configurationType?: components["schemas"]["ConfigurationTypeReference"]; question?: components["schemas"]["ConfigurationTypeQuestionReference"]; /** @description Max length: 1000; */ value: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ConfigurationTypeQuestionValueInfo: { /** Format: int32 */ id?: number; configurationType?: components["schemas"]["ConfigurationTypeReference"]; question?: components["schemas"]["ConfigurationTypeQuestionReference"]; value?: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; ConfigurationTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ConnectWiseHostedScreen: { /** Format: int32 */ id?: number; screenId?: string; name?: string; }; ConnectWiseHostedSetup: { /** Format: int32 */ id?: number; /** * Format: int32 * @description Can be obtained via ConnectWiseHostedApiScreen report. */ screenId: number | null; /** @description Max length: 50; */ description: string; /** @description Max length: 1024; */ url: string; /** @enum {string|null} */ type: "Tab" | "Pod" | "ToolbarButton" | null; /** @description Only required if not already set. Max length: 36; */ clientId?: string; /** @description Max length: 100; */ origin?: string; /** Format: int32 */ podHeight?: number | null; /** Format: int32 */ toolbarButtonDialogHeight?: number | null; /** Format: int32 */ toolbarButtonDialogWidth?: number | null; /** @description Only required for ToolbarButtons. Max length: 50; */ toolbarButtonText?: string; /** @description Max length: 50; */ toolbarButtonToolTip?: string; /** Format: int32 */ toolbarButtonIconDocumentId?: number | null; disabledFlag?: boolean | null; locationIds?: number[]; locationsEnabledFlag?: boolean | null; createdBy?: string; dateCreated?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; Contact: { /** Format: int32 */ id?: number; firstName?: string; lastName?: string; company?: components["schemas"]["CompanyReference"]; site?: components["schemas"]["SiteReference"]; addressLine1?: string; addressLine2?: string; city?: string; state?: string; zip?: string; country?: components["schemas"]["CountryReference"]; relationship?: components["schemas"]["RelationshipReference"]; relationshipOverride?: string; department?: components["schemas"]["ContactDepartmentReference"]; inactiveFlag?: boolean | null; /** Format: int32 */ defaultMergeContactId?: number | null; securityIdentifier?: string; managerContact?: components["schemas"]["ContactReference"]; assistantContact?: components["schemas"]["ContactReference"]; title?: string; school?: string; nickName?: string; marriedFlag?: boolean | null; childrenFlag?: boolean | null; children?: string; significantOther?: string; portalPassword?: string; /** Format: int32 */ portalSecurityLevel?: number | null; disablePortalLoginFlag?: boolean | null; unsubscribeFlag?: boolean | null; /** @enum {string|null} */ gender?: "Female" | "Male" | null; birthDay?: string; anniversary?: string; /** @enum {string|null} */ presence?: "NoAgent" | "Online" | "DoNotDisturb" | "Away" | "Offline" | null; /** Format: uuid */ mobileGuid?: string | null; facebookUrl?: string; twitterUrl?: string; linkedInUrl?: string; defaultPhoneType?: string; defaultPhoneNbr?: string; defaultPhoneExtension?: string; defaultBillingFlag?: boolean | null; defaultFlag?: boolean | null; /** @description Max length: 50; */ userDefinedField1?: string; /** @description Max length: 50; */ userDefinedField2?: string; /** @description Max length: 50; */ userDefinedField3?: string; /** @description Max length: 50; */ userDefinedField4?: string; /** @description Max length: 50; */ userDefinedField5?: string; /** @description Max length: 50; */ userDefinedField6?: string; /** @description Max length: 50; */ userDefinedField7?: string; /** @description Max length: 50; */ userDefinedField8?: string; /** @description Max length: 50; */ userDefinedField9?: string; /** @description Max length: 50; */ userDefinedField10?: string; companyLocation?: components["schemas"]["SystemLocationReference"]; communicationItems?: components["schemas"]["ContactCommunicationItem"][]; types?: components["schemas"]["ContactTypeReference"][]; integratorTags?: string[]; customFields?: components["schemas"]["CustomFieldValue"][]; photo?: components["schemas"]["DocumentReference"]; ignoreDuplicates?: boolean; _info?: { [key: string]: string; }; /** * @description Gets or sets integrer array of Contact_Type_Recids to be assigned to contact that can be passed in only during new contact creation (post) * To update existing contacts type, use the /company/contactTypeAssociations or /company/contacts/{ID}/typeAssociations endpoints. */ typeIds?: number[]; }; ContactCommunication: { /** Format: int32 */ id?: number; /** Format: int32 */ contactId?: number | null; type: components["schemas"]["CommunicationTypeReference"]; /** @description Max length: 250; */ value: string; /** @description Max length: 15; */ extension?: string; defaultFlag?: boolean | null; /** Format: uuid */ mobileGuid?: string | null; /** @enum {string|null} */ communicationType?: "Email" | "Fax" | "Phone" | null; domain?: string; _info?: { [key: string]: string; }; }; ContactCommunicationItem: { /** Format: int32 */ id?: number; type?: components["schemas"]["CommunicationTypeReference"]; value?: string; extension?: string; defaultFlag?: boolean | null; domain?: string; /** @enum {string|null} */ communicationType?: "Email" | "Fax" | "Phone" | null; }; "ContactContactTypeAssociation.ContactTypeAssociation": { /** Format: int32 */ id?: number; type: components["schemas"]["ContactTypeReference"]; contact: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; }; ContactDepartment: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ContactDepartmentInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; ContactDepartmentReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ContactGroup: { /** Format: int32 */ id?: number; group: components["schemas"]["GroupReference"]; contact?: components["schemas"]["ContactReference"]; /** @description Max length: 50; */ description?: string; unsubscribeFlag?: boolean | null; companyUnsubcribedEmailMessage?: string; companyGroupUnsubscribedEmailMessage?: string; contactUnsubscribedEmailMessage?: string; contactGroupUnsubscribedEmailMessage?: string; _info?: { [key: string]: string; }; }; ContactInfo: { /** Format: int32 */ id?: number; firstName?: string; lastName?: string; communicationItems?: components["schemas"]["ContactCommunicationItem"][]; defaultPhoneNbr?: string; defaultPhoneType?: string; defaultFlag?: boolean | null; company?: components["schemas"]["CompanyReference"]; companyLocation?: components["schemas"]["SystemLocationReference"]; site?: components["schemas"]["SiteReference"]; inactiveFlag?: boolean | null; title?: string; types?: components["schemas"]["ContactTypeReference"][]; addressLine1?: string; addressLine2?: string; city?: string; state?: string; country?: components["schemas"]["CountryReference"]; zip?: string; department?: components["schemas"]["ContactDepartmentReference"]; defaultBillingFlag?: boolean | null; facebookUrl?: string; twitterUrl?: string; linkedInUrl?: string; _info?: { [key: string]: string; }; }; ContactNote: { /** Format: int32 */ id?: number; /** Format: int32 */ contactId?: number | null; text: string; type?: components["schemas"]["NoteTypeReference"]; flagged?: boolean | null; enteredBy?: string; _info?: { [key: string]: string; }; }; ContactReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ContactRelationship: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ContactTrack: { /** Format: int32 */ id?: number; /** Format: int32 */ trackId?: number; name?: string; startDate?: string; endDate?: string; /** Format: int32 */ actionTaken?: number | null; /** Format: int32 */ actionRemaining?: number | null; startedBy?: string; company?: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; }; ContactType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ description: string; defaultFlag?: boolean | null; serviceAlertFlag?: boolean | null; /** @description Max length: 150; */ serviceAlertMessage?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ContactTypeInfo: { /** Format: int32 */ id?: number; description?: string; defaultFlag?: boolean | null; serviceAlertFlag?: boolean | null; serviceAlertMessage?: string; _info?: { [key: string]: string; }; }; ContactTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Conversion: { /** Format: int32 */ id?: number; /** Format: double */ quantity?: number | null; uomType: components["schemas"]["UnitOfMeasureReference"]; parentUOM?: components["schemas"]["UnitOfMeasureReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ConversionTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ConvertItem: { /** Format: int32 */ id?: number; /** @enum {string|null} */ recordType: "ProjectIssue" | "ProjectTicket" | "ServiceTicket" | null; project?: components["schemas"]["ProjectReference"]; phase?: components["schemas"]["ProjectPhaseReference"]; wbsCode?: string; }; ConvertOrderToServiceTicket: { /** Format: int32 */ serviceTicketRecId?: number | null; copyOverAllDocuments?: boolean; documentRecIds?: number[]; copyOverAllProducts?: boolean; productRecIds?: number[]; copyOverNotes?: boolean; }; ConvertToProject: { /** Format: int32 */ id?: number; /** @enum {string|null} */ recordType?: "ProjectIssue" | "ProjectTicket" | "ServiceTicket" | null; project?: components["schemas"]["ProjectReference"]; phase: components["schemas"]["ProjectPhaseReference"]; wbsCode: string; }; CorporateStructure: { /** Format: int32 */ id?: number; /** @enum {string|null} */ levelCount?: "Level1" | "Level2" | "Level3" | "Level4" | "Level5" | null; /** @description Max length: 20; */ level1Name?: string; /** @description Max length: 20; */ level2Name?: string; /** @description Max length: 20; */ level3Name?: string; /** @description Max length: 20; */ level4Name?: string; /** @description Max length: 20; */ level5Name?: string; /** @enum {string|null} */ fiscalYearStart: "January" | "February" | "March" | "April" | "May" | "June" | "July" | "August" | "September" | "October" | "November" | "December" | null; /** @description Max length: 50; */ locationCaption: string; /** @description Max length: 50; */ groupCaption: string; baseCurrency: components["schemas"]["CurrencyReference"]; president?: components["schemas"]["MemberReference"]; chiefOperatingOfficer?: components["schemas"]["MemberReference"]; controller?: components["schemas"]["MemberReference"]; dispatcher?: components["schemas"]["MemberReference"]; serviceManager?: components["schemas"]["MemberReference"]; dutyManager?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; CorporateStructureInfo: { /** Format: int32 */ id?: number; locationCaption?: string; groupCaption?: string; baseCurrency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; }; CorporateStructureLevel: { /** Format: int32 */ id?: number; name?: string; }; CorporateStructureLevelReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Count: { /** Format: int32 */ count?: number; }; Country: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; currency: components["schemas"]["CurrencyReference"]; /** @description Max length: 25; */ cityCaption?: string; /** @description Max length: 25; */ stateCaption?: string; /** @description Max length: 25; */ zipCaption?: string; /** Format: int32 */ zipMinimumLength?: number | null; /** @description Max length: 5; */ dialingPrefix?: string; addressFormat?: components["schemas"]["AddressFormatReference"]; /** @description Max length: 2; */ countryCode?: string; /** @enum {string|null} */ coreEntityCountryCode?: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AR" | "AM" | "AW" | "AT" | "AZ" | "BH" | "BD" | "BB" | "BY" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "IO" | "BN" | "BG" | "BF" | "BI" | "CM" | "CV" | "KY" | "CF" | "TD" | "CL" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "EC" | "EG" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "HN" | "HK" | "HU" | "IS" | "IN" | "IR" | "IQ" | "IE" | "IM" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MZ" | "NA" | "NR" | "NP" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "MP" | "OM" | "PK" | "PW" | "PS" | "PG" | "PY" | "PE" | "PN" | "PL" | "PT" | "PR" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "PM" | "VC" | "WS" | "SM" | "ST" | "SN" | "RS" | "SC" | "SL" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "SY" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TN" | "TR" | "TV" | "UG" | "UA" | "GB" | "UM" | "UZ" | "VU" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW" | "US" | "CR" | "MX" | "AE" | "VI" | "VG" | "SA" | "KH" | "AU" | "ID" | "CA" | "BR" | "TW" | "TM" | "TC" | "QA" | "MM" | "CN" | "SG" | "IL" | "VA" | "DE" | "NL" | "AG" | "BE" | "LC" | "UY" | "PH" | "BS" | "VE" | "CH" | "MF" | "KN" | "TT" | "DO" | "PA" | "MV" | "SV" | "NO" | "MA" | "AC" | "TA" | null; /** @description Max length: 25; */ localizationCaptionOne?: string; /** @description Max length: 50; */ localizationValueOne?: string; disabled?: boolean; _info?: { [key: string]: string; }; connectWiseId?: string; }; CountryInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; cityCaption?: string; stateCaption?: string; zipCaption?: string; dialingPrefix?: string; localizationCaptionOne?: string; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; }; CountryReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; CreateAccountingBatchRequest: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ batchIdentifier?: string; glInterfaceIdentifier?: string; /** @description Batch must export Invoices, Expenses or Products. */ exportInvoicesFlag?: boolean | null; /** @description Batch must export Invoices, Expenses or Products. */ exportExpensesFlag?: boolean | null; /** @description Batch must export Invoices, Expenses or Products. */ exportProductsFlag?: boolean | null; /** @description GL Entry RecIDs. */ processedRecordIds: (number | null)[]; summarizeExpenses?: boolean | null; }; Crm: { /** Format: int32 */ id?: number; /** Format: int32 */ companyListCount?: number | null; lockProbabilityFlag?: boolean | null; accountManagerRole: components["schemas"]["TeamRoleReference"]; technicalContactRole: components["schemas"]["TeamRoleReference"]; salesRepRole: components["schemas"]["TeamRoleReference"]; companyIdGenerationFlag?: boolean | null; excludeSpacesFlag?: boolean | null; /** @description Max length: 25; */ field1Caption?: string; /** @description Max length: 25; */ field2Caption?: string; /** @description Max length: 25; */ field3Caption?: string; /** @description Max length: 25; */ field4Caption?: string; /** @description Max length: 25; */ field5Caption?: string; /** @description Max length: 25; */ field6Caption?: string; /** @description Max length: 25; */ field7Caption?: string; /** @description Max length: 25; */ field8Caption?: string; /** @description Max length: 25; */ field9Caption?: string; /** @description Max length: 25; */ field10Caption?: string; /** @description Max length: 50; */ primaryRepCaption?: string; /** @description Max length: 50; */ secondaryRepCaption?: string; /** @description Max length: 50; */ other1Caption?: string; /** @description Max length: 50; */ other2Caption?: string; defaultYear?: boolean | null; _info?: { [key: string]: string; }; }; CrmInfo: { /** Format: int32 */ id?: number; accountManagerRole?: components["schemas"]["TeamRoleReference"]; technicalContactRole?: components["schemas"]["TeamRoleReference"]; salesRepRole?: components["schemas"]["TeamRoleReference"]; field1Caption?: string; field2Caption?: string; field3Caption?: string; field4Caption?: string; field5Caption?: string; field6Caption?: string; field7Caption?: string; field8Caption?: string; field9Caption?: string; field10Caption?: string; primaryRepCaption?: string; secondaryRepCaption?: string; _info?: { [key: string]: string; }; }; CurrencyCode: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; CurrencyCodeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CurrencyInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; CurrencyReference: { /** Format: int32 */ id?: number | null; symbol?: string; currencyCode?: string; decimalSeparator?: string; /** Format: int32 */ numberOfDecimals?: number; thousandsSeparator?: string; negativeParenthesesFlag?: boolean; displaySymbolFlag?: boolean; currencyIdentifier?: string; displayIdFlag?: boolean; rightAlign?: boolean; name?: string; _info?: { [key: string]: string; }; }; CustomFieldInfo: { /** @description Field caption */ caption?: string; connectWiseID?: string; /** @enum {string|null} */ entryMethod?: "Date" | "EntryField" | "List" | "Option" | null; /** * Format: int32 * @description ID of the custom user defined field */ id?: number; /** * Format: int32 * @description Only valid for Number or percent */ numberOfDecimals?: number | null; /** @description Id of the Pod where the custom field will be placed */ podId?: string; /** * Format: int32 * @description Must be between 1 and 500. This defines the order in which the custom fields will appear */ rowNum?: number | null; /** @enum {string|null} */ type?: "TextArea" | "Button" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "PhoneNumber" | "Text" | "Password" | null; /** * Format: int32 * @description ID of the custom user defined field */ userDefinedFieldRecId?: number; value?: Record; /** @description Field ScreenID */ screenId?: string; displayOnScreenFlag?: boolean | null; _info?: { [key: string]: string; }; }; CustomFieldValue: { /** Format: int32 */ id?: number | null; caption?: string; /** @enum {string|null} */ type?: "TextArea" | "Button" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "PhoneNumber" | "Text" | "Password" | null; /** @enum {string|null} */ entryMethod?: "Date" | "EntryField" | "List" | "Option" | null; /** Format: int32 */ numberOfDecimals?: number | null; value?: Record; connectWiseId?: string; /** Format: int32 */ rowNum?: number | null; /** Format: int32 */ userDefinedFieldRecId?: number | null; podId?: string; }; CustomReport: { /** Format: int32 */ id?: number; reportLink: string; /** @description Max length: 100; */ name: string; /** * @description The Module Name. * @enum {string|null} */ module: "Companies" | "Finance" | "Marketing" | "Procurement" | "Project" | "Sales" | "ServiceDesk" | "TimeExpense" | null; /** @description Max length: 150; */ description: string; generatedFlag?: boolean | null; /** @description Max length: 50; */ parameterPrefix?: string; /** @description Max length: 50; */ parameterSeparator?: string; /** @description Max length: 50; */ parameterNameSeparator?: string; /** @description Max length: 50; */ parameterSuffix?: string; locationFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Location parameter. */ locationParamId?: number | null; locationDefaultFlag?: boolean | null; locationOverride?: string; departmentFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Department parameter. */ departmentParamId?: number | null; departmentDefaultFlag?: boolean | null; departmentOverride?: string; territoryFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Terriroty parameter. */ territoryParamId?: number | null; territoryDefaultFlag?: boolean | null; territoryOverride?: string; companyFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Company parameter. */ companyParamId?: number | null; companyOverride?: string; memberFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Member parameter. */ memberParamId?: number | null; memberOverride?: string; startDateFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Start Date parameter. */ startDateParamId?: number | null; startDateOverride?: string; endDateFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's End Date parameter. */ endDateParamId?: number | null; endDateOverride?: string; oppTypeFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Opportunity Type parameter. */ oppTypeParamId?: number | null; oppTypeOverride?: string; opportunityFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Opportunity parameter. */ opportunityParamId?: number | null; opportunityOverride?: string; marketingCampaignFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Marketing Campaign parameter. */ marketingCampaignParamId?: number | null; marketingCampaignOverride?: string; serviceBoardFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Service Board parameter. */ serviceBoardParamId?: number | null; serviceBoardDefaultFlag?: boolean | null; serviceBoardOverride?: string; serviceTypeFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Service Type parameter. */ serviceTypeParamId?: number | null; serviceTypeOverride?: string; serviceStatusFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Service Status parameter. */ serviceStatusParamId?: number | null; serviceStatusOverride?: string; agreementTypeFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Agreement Type parameter. */ agreementTypeParamId?: number | null; agreementTypeOverride?: string; agreementFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Agreement parameter. */ agreementParamId?: number | null; agreementOverride?: string; projectTypeFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Project Type parameter. */ projectTypeParamId?: number | null; projectTypeOverride?: string; projectFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Project parameter. */ projectParamId?: number | null; projectOverride?: string; workRoleFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Work Role parameter. */ workRoleParamId?: number | null; workRoleOverride?: string; workTypeFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Work Type parameter. */ workTypeParamId?: number | null; workTypeOverride?: string; invoiceFlag?: boolean | null; /** * Format: int32 * @description Parameter unique identifier for the Custom Report's Invoice Type parameter. */ invoiceParamId?: number | null; invoiceOverride?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; CustomReportParameter: { /** Format: int32 */ id?: number; /** @description Either a caption name or parameter name is required. Max length: 50; */ name?: string; /** @description Either a caption name or parameter name is required. Max length: 50; */ captionName?: string; customReport?: components["schemas"]["CustomReportReference"]; _info?: { [key: string]: string; }; }; CustomReportReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; CwTimeZone: { /** Format: int32 */ id?: number; name?: string; /** * Format: double * @description The hours offset (+/-). */ offset?: number; startDate?: string; endDate?: string; /** * @description Determined based on system library value for specified timeZone. * Not able to be used in query params at this time. */ daylightSavingsFlag?: boolean | null; _info?: { [key: string]: string; }; }; DeliveryMethod: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; emailFlag?: boolean | null; integrationEmailFlag?: boolean | null; integrationPrintFlag?: boolean | null; integrationActiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; Department: { /** Format: int32 */ id?: number; /** @description Max length: 15; */ identifier: string; /** @description Max length: 50; */ name: string; _info?: { [key: string]: string; }; }; DepartmentInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; DepartmentLocation: { /** Format: int32 */ id?: number; location: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; departmentManager?: components["schemas"]["MemberReference"]; dispatch?: components["schemas"]["MemberReference"]; serviceManager?: components["schemas"]["MemberReference"]; dutyManager?: components["schemas"]["MemberReference"]; ldapConfig?: components["schemas"]["LdapConfigurationReference"]; addAllLocations?: boolean | null; removeAllLocations?: boolean | null; _info?: { [key: string]: string; }; }; DepartmentLocationInfo: { /** Format: int32 */ id?: number; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; _info?: { [key: string]: string; }; }; DirectionalSync: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; _info?: { [key: string]: string; }; }; DirectionalSyncInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; DirectionalSyncReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; DocumentFormData: { /** Format: binary */ file?: string; /** Format: int32 */ recordId?: number; recordType?: string; title?: string; url?: string; privateFlag?: boolean; readOnlyFlay?: boolean; isAvatar?: boolean; }; DocumentInfo: { /** Format: int32 */ id?: number; title?: string; fileName?: string; serverFileName?: string; owner?: string; linkFlag?: boolean | null; imageFlag?: boolean | null; publicFlag?: boolean | null; htmlTemplateFlag?: boolean | null; readOnlyFlag?: boolean | null; /** Format: int32 */ size?: number | null; urlFlag?: boolean | null; createdOnDate?: string; documentType?: components["schemas"]["DocumentTypeReference"]; /** * Format: uuid * @example 00000000-0000-0000-0000-000000000000 */ guid?: string; /** * Format: uuid * @example 00000000-0000-0000-0000-000000000000 */ guidSecondary?: string; _info?: { [key: string]: string; }; }; DocumentReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; DocumentSetup: { /** Format: int32 */ id?: number; uploadAsLinkFlag?: boolean | null; isPublicFlag?: boolean | null; /** @description Max length: 100; */ docPath?: string; /** @description Max length: 200; */ templatePath?: string; /** @description Max length: 200; */ templateOutputPath?: string; _info?: { [key: string]: string; }; }; DocumentType: { /** Format: int32 */ id?: number; fileExtension?: string; icon?: string; mimeType?: string; description?: string; _info?: { [key: string]: string; }; }; DocumentTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; EmailConnector: { /** Format: int32 */ id?: number; /** @enum {string|null} */ emailServerType?: "IMAP" | "Office365" | "Google" | "Asio365" | null; imapSetup?: components["schemas"]["ImapSetupReference"]; office365EmailSetup?: components["schemas"]["Office365EmailSetupReference"]; asio365EmailSetup?: components["schemas"]["Office365EmailSetupReference"]; googleEmailSetup?: components["schemas"]["GoogleEmailSetupReference"]; serviceBoard: components["schemas"]["BoardReference"]; defaultCompany: components["schemas"]["CompanyReference"]; defaultMember?: components["schemas"]["MemberReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** @description Max length: 50; */ emailNotifyFrom?: string; /** @description Max length: 250; */ bccEmailTo?: string; /** @description Max length: 50; */ emailErrorsTo: string; setEmailToDefaultContactFlag?: boolean | null; noResponseFlag?: boolean | null; neverRespondFlag?: boolean | null; discardDuplicatesFlag?: boolean | null; postRepliesToTicketFlag?: boolean | null; createContactFlag?: boolean | null; responseEmailForNew?: string; responseEmailForExisting?: string; sourceOverride?: components["schemas"]["ServiceSourceReference"]; priorityOverride?: components["schemas"]["PriorityReference"]; typeOverride?: components["schemas"]["ServiceTypeReference"]; subTypeOverride?: components["schemas"]["ServiceSubTypeReference"]; itemOverride?: components["schemas"]["ServiceItemReference"]; statusOverride?: components["schemas"]["ServiceStatusReference"]; addCcFlag?: boolean | null; inboundTicketMailboxId?: string; useEmailMessageIdFlag?: boolean | null; _info?: { [key: string]: string; }; }; EmailConnectorInfo: { /** Format: int32 */ id?: number; defaultCompany?: components["schemas"]["CompanyReference"]; imapSetup?: components["schemas"]["ImapSetupReference"]; _info?: { [key: string]: string; }; }; EmailConnectorParsingRule: { /** Format: int32 */ id?: number; parsingStyle?: components["schemas"]["EmailConnectorParsingStyleReference"]; /** Format: int32 */ priority: number | null; parsingVariable: components["schemas"]["EmailConnectorParsingVariableReference"]; /** @description Max length: 250; */ searchTerm: string; servicePriority?: components["schemas"]["PriorityReference"]; serviceStatus?: components["schemas"]["ServiceStatusReference"]; serviceType?: components["schemas"]["ServiceTypeReference"]; serviceSubType?: components["schemas"]["ServiceSubTypeReference"]; serviceItem?: components["schemas"]["ServiceItemReference"]; serviceBoard?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; }; EmailConnectorParsingStyle: { /** Format: int32 */ id?: number; parsingType: components["schemas"]["EmailConnectorParsingTypeReference"]; /** @description Max length: 500; */ parseRule: string; /** Format: int32 */ priority: number | null; _info?: { [key: string]: string; }; }; EmailConnectorParsingStyleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; EmailConnectorParsingTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; EmailConnectorParsingVariableReference: { /** Format: int32 */ id?: number | null; name?: string; identifier?: string; _info?: { [key: string]: string; }; }; EmailConnectorReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; EmailExclusion: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ description: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; EmailOpened: { /** Format: int32 */ id?: number; /** Format: int32 */ campaignId?: number | null; /** Format: int32 */ contactId: number | null; /** Format: date-time */ dateOpened?: string; }; EmailTemplateReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; EmailToken: { /** Format: int32 */ id?: number; token?: string; description?: string; addressFlag?: boolean | null; agreementFlag?: boolean | null; companyFlag?: boolean | null; configFlag?: boolean | null; contactFlag?: boolean | null; invoiceFlag?: boolean | null; purchaseOrderFlag?: boolean | null; purchaseOrderStatusFlag?: boolean | null; rmaFlag?: boolean | null; salesFlag?: boolean | null; serviceFlag?: boolean | null; tracksFlag?: boolean | null; workflowFlag?: boolean | null; portalPasswordFlag?: boolean | null; }; EntityType: { /** Format: int32 */ id?: number; name?: string; code?: string; }; EntityTypeInfo: { /** Format: int32 */ id?: number; name?: string; }; EntityTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; EPayConfiguration: { /** Format: int32 */ id?: number; location: components["schemas"]["SystemLocationReference"]; currency: components["schemas"]["CurrencyReference"]; /** @description Max length: 400; */ url: string; /** @description Max length: 500; */ storeIdentifier: string; /** @description Max length: 500; */ encryptionKey?: string; /** @description Max length: 500; */ initializationVector?: string; _info?: { [key: string]: string; }; }; ErrorResponseMessage: { code?: string; message?: string; errors?: components["schemas"]["ValidationError"][]; }; ExistingTenantReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ExpenseDetailReference: { /** Format: int32 */ id?: number | null; /** Format: double */ amount?: number; _info?: { [key: string]: string; }; }; ExpenseEntry: { /** Format: int32 */ id?: number; expenseReport?: components["schemas"]["ExpenseReportReference"]; company?: components["schemas"]["CompanyReference"]; /** Format: int32 */ chargeToId?: number | null; /** * @description Gets or sets * company or chargeToType is required. * @enum {string|null} */ chargeToType?: "Company" | "ServiceTicket" | "ProjectTicket" | "ChargeCode" | "Activity" | null; type: components["schemas"]["ExpenseTypeReference"]; member?: components["schemas"]["MemberReference"]; paymentMethod?: components["schemas"]["PaymentMethodReference"]; classification?: components["schemas"]["ClassificationReference"]; /** Format: double */ amount: number | null; /** @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: date-time */ date: string; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; notes?: string; agreement?: components["schemas"]["AgreementReference"]; /** Format: double */ invoiceAmount?: number | null; /** Format: uuid */ mobileGuid?: string | null; taxes?: components["schemas"]["ExpenseTax"][]; invoice?: components["schemas"]["InvoiceReference"]; currency?: components["schemas"]["CurrencyReference"]; /** @enum {string|null} */ status?: "Open" | "Rejected" | "PendingApproval" | "ErrorsCorrected" | "PendingProjectApproval" | "ApprovedByTierOne" | "RejectBySecondTier" | "ApprovedByTierTwo" | "ReadyToBill" | "Billed" | "WrittenOff" | "BilledAgreement" | null; /** Format: double */ billAmount?: number | null; /** Format: double */ agreementAmount?: number | null; /** Format: double */ odometerStart?: number | null; /** Format: double */ odometerEnd?: number | null; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; phase?: components["schemas"]["ProjectPhaseReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; ExpenseEntryAudit: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** @enum {string|null} */ source?: "None" | "Member" | "API" | "Workflow" | "Portal" | "Mobile" | "Network" | "EmailConnector" | "MassMaintenance" | "Application" | "SystemAPI" | "Conversion" | null; /** @enum {string|null} */ type?: "Activity" | "CloseDate" | "Company" | "Contact" | "Conversion" | "Document" | "Forecast" | "Note" | "Notes" | "Opportunity" | "Products" | "Stage" | "Status" | "Surveys" | "Team" | "Tracks" | "Configuration" | "ConfigurationQuestions" | "DeviceBackupDetails" | "Tickets" | "Subject" | "ActivityOverview" | "Schedule" | "Resources" | "ExpenseEntry" | "Member" | "Date" | "Classification" | "Amount" | "ExpenseType" | "WorkType" | "WorkRole" | "Mileage" | "Billing" | "ExpenseHeader" | "Project" | "TimeEntry" | "TicketStatus" | "DateTime" | "DeductHours" | "ActualHours" | "Invoice" | "CompanyFinance" | "Billable" | "SalesOrder" | "Shipping" | "Profile" | "Group" | "GroupContact" | "GroupCompany" | "Options" | "Site" | "Agreement" | "Addition" | "Adjustment" | "Microsoft365" | "API" | "ProjectFinance" | "CompanyProfile" | "CompanyTeam" | "CompanyMgmt" | "InvoiceTotal" | "BillingInformation" | "ShippingInformation" | "BillingStatus" | "Location" | "Department" | "Territory" | "Payment" | "Credit" | "SubcontractorInformation" | "InvoicingParameters" | "ApplicationParameters" | "Finance" | "Invoicing" | "Email" | "Batching" | "KnowledgeBase" | "KbArticle" | "KnowledgeBaseApproval" | "KnowledgeBaseTicket" | "ManageNetwork" | "Tasks" | "CustomField" | "ScreenConnect" | "SLA" | "Ticket" | "Workflow" | "Record" | "CombinedTickets" | "Template" | "PurchaseOrder" | "Meeting" | "RmaOverview" | "ReturnedBy" | "PurchasedFromVendor" | "WarrantyVendor" | "RepairVendor" | "AdditionalDetails" | "TicketTemplate" | "AutoGeneration" | "TimeInternalNote" | "TimeDiscussion" | "TimeInternal" | "TimeResolution" | "MemberTemplate" | "Delegation" | "Skill" | "Certification" | "Accrual" | "ApiKey" | "Login" | "Notifications" | "System" | "ServiceBoard" | "ProjectBoard" | "Scheduling" | "TimeBillingExpense" | "CRM" | "Procurement" | "JobRole" | "Details" | "Authentication" | null; message?: string; oldValue?: string; newValue?: string; value?: string; _info?: { [key: string]: string; }; }; ExpenseReport: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** Format: int32 */ year?: number | null; /** Format: int32 */ period?: number | null; dateStart?: string; dateEnd?: string; /** @enum {string|null} */ status?: "Open" | "Rejected" | "PendingApproval" | "ErrorsCorrected" | "PendingProjectApproval" | "ApprovedByTierOne" | "RejectBySecondTier" | "ApprovedByTierTwo" | "ReadyToBill" | "Billed" | "WrittenOff" | "BilledAgreement" | null; /** Format: double */ total?: number | null; dueDate?: string; _info?: { [key: string]: string; }; }; ExpenseReportAudit: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** @enum {string|null} */ source?: "None" | "Member" | "API" | "Workflow" | "Portal" | "Mobile" | "Network" | "EmailConnector" | "MassMaintenance" | "Application" | "SystemAPI" | "Conversion" | null; /** @enum {string|null} */ type?: "Activity" | "CloseDate" | "Company" | "Contact" | "Conversion" | "Document" | "Forecast" | "Note" | "Notes" | "Opportunity" | "Products" | "Stage" | "Status" | "Surveys" | "Team" | "Tracks" | "Configuration" | "ConfigurationQuestions" | "DeviceBackupDetails" | "Tickets" | "Subject" | "ActivityOverview" | "Schedule" | "Resources" | "ExpenseEntry" | "Member" | "Date" | "Classification" | "Amount" | "ExpenseType" | "WorkType" | "WorkRole" | "Mileage" | "Billing" | "ExpenseHeader" | "Project" | "TimeEntry" | "TicketStatus" | "DateTime" | "DeductHours" | "ActualHours" | "Invoice" | "CompanyFinance" | "Billable" | "SalesOrder" | "Shipping" | "Profile" | "Group" | "GroupContact" | "GroupCompany" | "Options" | "Site" | "Agreement" | "Addition" | "Adjustment" | "Microsoft365" | "API" | "ProjectFinance" | "CompanyProfile" | "CompanyTeam" | "CompanyMgmt" | "InvoiceTotal" | "BillingInformation" | "ShippingInformation" | "BillingStatus" | "Location" | "Department" | "Territory" | "Payment" | "Credit" | "SubcontractorInformation" | "InvoicingParameters" | "ApplicationParameters" | "Finance" | "Invoicing" | "Email" | "Batching" | "KnowledgeBase" | "KbArticle" | "KnowledgeBaseApproval" | "KnowledgeBaseTicket" | "ManageNetwork" | "Tasks" | "CustomField" | "ScreenConnect" | "SLA" | "Ticket" | "Workflow" | "Record" | "CombinedTickets" | "Template" | "PurchaseOrder" | "Meeting" | "RmaOverview" | "ReturnedBy" | "PurchasedFromVendor" | "WarrantyVendor" | "RepairVendor" | "AdditionalDetails" | "TicketTemplate" | "AutoGeneration" | "TimeInternalNote" | "TimeDiscussion" | "TimeInternal" | "TimeResolution" | "MemberTemplate" | "Delegation" | "Skill" | "Certification" | "Accrual" | "ApiKey" | "Login" | "Notifications" | "System" | "ServiceBoard" | "ProjectBoard" | "Scheduling" | "TimeBillingExpense" | "CRM" | "Procurement" | "JobRole" | "Details" | "Authentication" | null; message?: string; oldValue?: string; newValue?: string; value?: string; _info?: { [key: string]: string; }; }; ExpenseReportReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ExpenseReportTierUpdate: { /** Format: int32 */ id?: number; /** @enum {string|null} */ approvalType?: "DataEntry" | "Tier1Update" | "Tier2Update" | "Billing" | "Service" | "Project" | "MonthlySummary" | "SalesActivity" | "Schedule" | null; }; ExpenseRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; ExpenseTax: { /** Format: int32 */ id?: number; /** Format: double */ amount?: number | null; type?: components["schemas"]["ExpenseTaxTypeReference"]; }; ExpenseTaxTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactive?: boolean; _info?: { [key: string]: string; }; }; ExpenseTaxTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ExpenseType: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; amountCaption: string; /** Format: double */ reimbursementRate?: number | null; /** @enum {string|null} */ billExpenses: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ invoiceMarkupOption: "Amount" | "Mile" | "Percent" | null; /** Format: double */ invoiceMarkupAmount?: number | null; advancedAmountFlag?: boolean | null; mileageFlag?: boolean | null; quantityFlag?: boolean | null; inactiveFlag?: boolean | null; /** Format: double */ maxAmount?: number | null; /** @description Max length: 50; */ integrationXRef?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ExpenseTypeExemption: { /** Format: int32 */ id?: number; expenseType: components["schemas"]["ExpenseTypeReference"]; taxableLevels?: number[]; _info?: { [key: string]: string; }; }; ExpenseTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; amountCaption?: string; mileageFlag?: boolean | null; _info?: { [key: string]: string; }; }; ExpenseTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Experiment: { /** Format: int32 */ id?: number; experimentId?: string; name?: string; description?: string; properties?: string; inactiveFlag?: boolean; memberInactiveFlag?: boolean; _info?: { [key: string]: string; }; }; ExportAccountingBatchRequest: { /** @description Max length: 50; */ batchIdentifier?: string; glInterfaceIdentifier?: string; /** Format: date-time */ thruDate?: string; /** Format: int32 */ locationId?: number | null; /** @enum {string} */ summarizeInvoices?: "Default" | "Condensed" | "Detailed"; /** @description Batch export must include invoices, expenses, or products (procurement). */ exportInvoicesFlag?: boolean | null; includedInvoiceIds?: (number | null)[]; excludedInvoiceIds?: (number | null)[]; /** @description Batch export must include invoices, expenses, or products (procurement). */ exportExpensesFlag?: boolean | null; includedExpenseIds?: (number | null)[]; excludedExpenseIds?: (number | null)[]; /** @description Batch export must include invoices, expenses, or products (procurement). */ exportPaymentsFlag?: boolean | null; includedPaymentIds?: number[]; /** @description Batch export must include invoices, expenses, or products (procurement). */ exportProductsFlag?: boolean | null; includedProductIds?: string[]; excludedProductIds?: string[]; }; FileUploadSetting: { /** Format: int32 */ id?: number; restrictFileTypesFlag: boolean | null; /** Format: int32 */ globalFileSizeLimit?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; FilterValues: { conditions?: string; orderBy?: string; childconditions?: string; customfieldconditions?: string; }; "Finance.Currency": { /** Format: int32 */ id?: number; /** @description Max length: 10; */ currencyIdentifier: string; /** @description Max length: 50; */ name: string; /** @description Max length: 10; */ symbol?: string; displayIdFlag?: boolean | null; displaySymbolFlag?: boolean | null; currencyCode?: components["schemas"]["CurrencyCodeReference"]; /** @description Max length: 1; */ thousandsSeparator?: string; /** @description Max length: 1; */ decimalSeparator?: string; negativeParenthesesFlag?: boolean | null; rightAlign?: boolean | null; /** Format: int32 */ numberOfDecimals?: number | null; reportFormat?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; Forecast: { /** Format: int32 */ id?: number; forecastItems?: components["schemas"]["ForecastItem"][]; productRevenue?: components["schemas"]["ProductRevenueReference"]; serviceRevenue?: components["schemas"]["ServiceRevenueReference"]; agreementRevenue?: components["schemas"]["AgreementRevenueReference"]; timeRevenue?: components["schemas"]["TimeRevenueReference"]; expenseRevenue?: components["schemas"]["ExpenseRevenueReference"]; forecastRevenueTotals?: components["schemas"]["ForecastRevenueReference"]; inclusiveRevenueTotals?: components["schemas"]["InclusiveRevenueReference"]; /** Format: double */ recurringTotal?: number | null; wonRevenue?: components["schemas"]["WonRevenueReference"]; lostRevenue?: components["schemas"]["LostRevenueReference"]; openRevenue?: components["schemas"]["OpenRevenueReference"]; otherRevenue1?: components["schemas"]["Other1RevenueReference"]; otherRevenue2?: components["schemas"]["Other2RevenueReference"]; /** Format: double */ salesTaxRevenue?: number | null; /** Format: double */ forecastTotalWithTaxes?: number | null; /** Format: int32 */ expectedProbability?: number; taxCode?: components["schemas"]["TaxCodeReference"]; billingTerms?: components["schemas"]["BillingTermsReference"]; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; }; ForecastItem: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ forecastDescription?: string; opportunity: components["schemas"]["OpportunityReference"]; /** Format: double */ quantity?: number; status: components["schemas"]["OpportunityStatusReference"]; catalogItem?: components["schemas"]["IvItemReference"]; productDescription?: string; productClass?: string; /** Format: double */ revenue?: number; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number; /** Format: int32 */ percentage?: number; includeFlag?: boolean; /** @description Max length: 20; */ quoteWerksDocNo?: string; /** @description Max length: 255; */ quoteWerksDocName?: string; /** Format: int32 */ quoteWerksQuantity?: number; /** @enum {string|null} */ forecastType: "Other1" | "Other2" | "Agreement" | "Product" | "Service" | null; linkFlag?: boolean; /** Format: double */ recurringRevenue?: number; /** Format: double */ recurringCost?: number | null; /** Format: date-time */ recurringDateStart?: string; /** Format: date-time */ recurringDateEnd?: string; billCycle?: components["schemas"]["BillingCycleReference"]; cycleBasis?: string; /** Format: int32 */ cycles?: number; recurringFlag?: boolean; /** Format: double */ sequenceNumber?: number; /** Format: int32 */ subNumber?: number; taxableFlag?: boolean; _info?: { [key: string]: string; }; }; ForecastRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; FormSubmitted: { /** Format: int32 */ id?: number; /** Format: int32 */ campaignId?: number | null; /** Format: int32 */ contactId: number | null; /** Format: date-time */ dateSubmitted?: string; /** @description Max length: 2083; */ url: string; queryString?: string; pageType?: string; pageSubType?: string; topic?: string; version?: string; status?: string; }; GenericBoardTeamReference: { /** Format: int32 */ id?: number | null; name?: string; isProjectTeamFlag?: boolean; _info?: { [key: string]: string; }; }; GenericIdIdentifierReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; }; GenericNameIdDTO: { /** Format: int32 */ id?: number; tag?: string; name?: string; }; GLAccount: { /** Format: int32 */ id?: number; /** @enum {string|null} */ glType: "AP" | "AR" | "EE" | "EI" | "EO" | "IA" | "IT" | "P" | "PF" | "R" | "RA" | "RD" | "RE" | "RP" | "ST" | "SD" | "ET" | "FT" | "PT" | "WP" | "WR" | null; mappedType: components["schemas"]["MappedTypeReference"]; mappedRecord: components["schemas"]["MappedRecordReference"]; /** @description Max length: 255; */ segment1?: string; /** @description Max length: 255; */ segment2?: string; /** @description Max length: 255; */ segment3?: string; /** @description Max length: 255; */ segment4?: string; /** @description Max length: 255; */ segment5?: string; /** @description Max length: 255; */ segment6?: string; /** @description Max length: 255; */ segment7?: string; /** @description Max length: 255; */ segment8?: string; /** @description Max length: 255; */ segment9?: string; /** @description Max length: 255; */ segment10?: string; /** @description Max length: 255; */ cogs1?: string; /** @description Max length: 255; */ cogs2?: string; /** @description Max length: 255; */ cogs3?: string; /** @description Max length: 255; */ cogs4?: string; /** @description Max length: 255; */ cogs5?: string; /** @description Max length: 255; */ cogs6?: string; /** @description Max length: 255; */ cogs7?: string; /** @description Max length: 255; */ cogs8?: string; /** @description Max length: 255; */ cogs9?: string; /** @description Max length: 255; */ cogs10?: string; /** @description Max length: 255; */ productId?: string; /** @description Max length: 255; */ inventory?: string; /** @description Max length: 255; */ salesCode?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; GLCaption: { /** Format: int32 */ id?: number; /** @description Max length: 255; */ segment1?: string; /** @description Max length: 255; */ segment2?: string; /** @description Max length: 255; */ segment3?: string; /** @description Max length: 255; */ segment4?: string; /** @description Max length: 255; */ segment5?: string; /** @description Max length: 255; */ segment6?: string; /** @description Max length: 255; */ segment7?: string; /** @description Max length: 255; */ segment8?: string; /** @description Max length: 255; */ segment9?: string; /** @description Max length: 255; */ segment10?: string; /** @enum {string|null} */ segment1type?: "Account" | "Class" | null; /** @enum {string|null} */ segment2type?: "Account" | "Class" | null; /** @enum {string|null} */ segment3type?: "Account" | "Class" | null; /** @enum {string|null} */ segment4type?: "Account" | "Class" | null; /** @enum {string|null} */ segment5type?: "Account" | "Class" | null; /** @enum {string|null} */ segment6type?: "Account" | "Class" | null; /** @enum {string|null} */ segment7type?: "Account" | "Class" | null; /** @enum {string|null} */ segment8type?: "Account" | "Class" | null; /** @enum {string|null} */ segment9type?: "Account" | "Class" | null; /** @enum {string|null} */ segment10type?: "Account" | "Class" | null; /** @description Max length: 255; */ cogs1?: string; /** @description Max length: 255; */ cogs2?: string; /** @description Max length: 255; */ cogs3?: string; /** @description Max length: 255; */ cogs4?: string; /** @description Max length: 255; */ cogs5?: string; /** @description Max length: 255; */ cogs6?: string; /** @description Max length: 255; */ cogs7?: string; /** @description Max length: 255; */ cogs8?: string; /** @description Max length: 255; */ cogs9?: string; /** @description Max length: 255; */ cogs10?: string; _info?: { [key: string]: string; }; }; GLEntry: { /** Format: int32 */ id?: number; type?: string; /** Format: double */ amount?: number | null; /** @description Max length: 100; */ description?: string; /** @description Max length: 255; */ segment1?: string; /** @description Max length: 255; */ segment2?: string; /** @description Max length: 255; */ segment3?: string; /** @description Max length: 255; */ segment4?: string; /** @description Max length: 255; */ segment5?: string; /** @description Max length: 255; */ segment6?: string; /** @description Max length: 255; */ segment7?: string; /** @description Max length: 255; */ segment8?: string; /** @description Max length: 255; */ segment9?: string; /** @description Max length: 255; */ segment10?: string; /** @description Max length: 255; */ productId?: string; /** Format: double */ cost?: number | null; /** @description Max length: 255; */ salesCode?: string; /** @description Max length: 255; */ inventory?: string; /** @description Max length: 255; */ cogs1?: string; /** @description Max length: 255; */ cogs2?: string; /** @description Max length: 255; */ cogs3?: string; /** @description Max length: 255; */ cogs4?: string; /** @description Max length: 255; */ cogs5?: string; /** @description Max length: 255; */ cogs6?: string; /** @description Max length: 255; */ cogs7?: string; /** @description Max length: 255; */ cogs8?: string; /** @description Max length: 255; */ cogs9?: string; /** @description Max length: 255; */ cogs10?: string; isBatched?: boolean; _info?: { [key: string]: string; }; }; GLExport: { exportSettings?: components["schemas"]["GLExportSettings"]; vendors?: components["schemas"]["GLExportVendor"][]; customers?: components["schemas"]["GLExportCustomer"][]; transactions?: components["schemas"]["GLExportTransaction"][]; expenses?: components["schemas"]["GLExportExpense"][]; expenseBills?: components["schemas"]["GLExportExpenseBill"][]; purchaseTransactions?: components["schemas"]["GLExportPurchaseTransaction"][]; adjustmentTransactions?: components["schemas"]["GLExportAdjustmentTransaction"][]; inventoryTransfers?: components["schemas"]["GLExportInventoryTransfer"][]; }; GLExportAdjustmentTransaction: { id?: string; documentType?: string; documentDate?: string; glTypeID?: string; accountNumber?: string; memo?: string; glClass?: string; adjustmentDescription?: string; adjustmentDetail?: components["schemas"]["GLExportAdjustmentTransactionDetail"][]; }; GLExportAdjustmentTransactionDetail: { glClass?: string; description?: string; memo?: string; item?: components["schemas"]["IvItemReference"]; /** Format: int32 */ quantity?: number | null; /** Format: double */ total?: number | null; /** Format: double */ cost?: number | null; costAccountNumber?: string; inventoryAccountNumber?: string; accountNumber?: string; productAccountNumber?: string; }; GLExportCustomer: { company?: components["schemas"]["CompanyReference"]; companyType?: components["schemas"]["CompanyTypeReference"]; contact?: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; accountNumber?: string; billingTerms?: components["schemas"]["BillingTermsReference"]; billingTermsXref?: string; /** Format: int32 */ dueDays?: number | null; taxable?: boolean | null; taxCode?: components["schemas"]["TaxCodeReference"]; currency?: components["schemas"]["CurrencyReference"]; stateTaxXref?: string; countyTaxXref?: string; cityTaxXref?: string; countryTaxXref?: string; compositeTaxXref?: string; /** Format: double */ stateTaxRate?: number | null; /** Format: double */ countyTaxRate?: number | null; /** Format: double */ cityTaxRate?: number | null; /** Format: double */ countryTaxRate?: number | null; /** Format: double */ compositeTaxRate?: number | null; /** Format: double */ taxGroupRate?: number | null; taxAgencyXref?: string; stateTaxAgencyXref?: string; countyTaxAgencyXref?: string; cityTaxAgencyXref?: string; countryTaxAgencyXref?: string; compositeTaxAgencyXref?: string; taxLevels?: components["schemas"]["GLExportCustomerTaxLevel"][]; }; GLExportCustomerTaxLevel: { /** Format: double */ taxRate?: number | null; taxCodeXref?: string; agencyXref?: string; /** Format: int32 */ taxLevel?: number; }; GLExportExpense: { /** Format: int32 */ id?: number; documentDate?: string; documentType?: string; apAccountNumber?: string; apClass?: string; accountNumber?: string; glClass?: string; glTypeId?: string; memo?: string; description?: string; periodStartDate?: string; periodEndDate?: string; member?: components["schemas"]["MemberReference"]; vendorNumber?: string; company?: components["schemas"]["CompanyReference"]; companyAccountNumber?: string; project?: components["schemas"]["ProjectReference"]; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; offset?: components["schemas"]["GLExportExpenseOffset"]; }; GLExportExpenseBill: { /** Format: int32 */ id?: number | null; documentDate?: string; documentType?: string; documentNumber?: string; memo?: string; glClass?: string; apAccountNumber?: string; member?: components["schemas"]["MemberReference"]; vendorNumber?: string; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; detail?: components["schemas"]["GLExportExpenseBillDetail"][]; }; GLExportExpenseBillDetail: { id?: number[]; documentDate?: string; glTypeId?: string; memo?: string; company?: components["schemas"]["CompanyReference"]; accountNumber?: string; expenseClass?: components["schemas"]["ClassificationReference"]; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; billable?: boolean | null; reimbursable?: boolean | null; companyAdvance?: boolean | null; }; GLExportExpenseOffset: { /** Format: int32 */ id?: number | null; documentDate?: string; documentType?: string; accountNumber?: string; glTypeId?: string; glClass?: string; member?: components["schemas"]["MemberReference"]; memo?: string; description?: string; /** Format: double */ total?: number | null; }; GLExportInventoryTransfer: { id?: string; documentType?: string; documentDate?: string; accountNumber?: string; glClass?: string; glTypeId?: string; description?: string; salesCode?: string; memo?: string; costAccountNumber?: string; inventoryAccountNumber?: string; /** Format: int32 */ transferId?: number | null; item?: components["schemas"]["IvItemReference"]; glItemId?: string; salesDescription?: string; itemDescription?: string; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ itemPrice?: number | null; taxable?: boolean | null; unitOfMeasure?: components["schemas"]["UnitOfMeasureReference"]; /** Format: double */ quantity?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ total?: number | null; subCategory?: components["schemas"]["ProductSubCategoryReference"]; serializedFlag?: boolean | null; serialNumbers?: string; bin?: components["schemas"]["WarehouseBinReference"]; warehouse?: components["schemas"]["WarehouseReference"]; transferFromBin?: components["schemas"]["WarehouseBinReference"]; transferFromLocationXref?: string; transferToBin?: components["schemas"]["WarehouseBinReference"]; transferToLocationXref?: string; locationXref?: string; priceLevelXref?: string; uomScheduleXref?: string; itemTypeXref?: string; inventoryXref?: string; cogsXref?: string; taxNote?: string; offset?: components["schemas"]["GLExportInventoryTransferOffset"]; }; GLExportInventoryTransferOffset: { /** Format: int32 */ id?: number | null; documentType?: string; documentDate?: string; accountNumber?: string; glClass?: string; /** Format: double */ total?: number | null; memo?: string; description?: string; glTypeId?: string; }; GLExportPurchaseTransaction: { id?: string; documentDate?: string; documentNumber?: string; description?: string; memo?: string; apAccountNumber?: string; purchaseDate?: string; company?: components["schemas"]["CompanyReference"]; companyType?: components["schemas"]["CompanyTypeReference"]; contact?: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; purchaseClass?: string; /** Format: double */ freightAmount?: number | null; freightPackingSlip?: string; packingSlip?: string; dropshipFlag?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; billingTerms?: components["schemas"]["BillingTermsReference"]; billingTermsXref?: string; /** Format: int32 */ dueDays?: number | null; vendorNumber?: string; vendorAccountNumber?: string; vendorInvoiceDate?: string; vendorInvoiceNumber?: string; taxAgencyXref?: string; stateTaxXref?: string; countyTaxXref?: string; cityTaxXref?: string; shipToCompany?: components["schemas"]["CompanyReference"]; shipToCompanyAccountNumber?: string; shipToCompanyType?: components["schemas"]["CompanyTypeReference"]; shipToContact?: components["schemas"]["ContactReference"]; shipToSite?: components["schemas"]["SiteReference"]; shipToTaxGroup?: string; taxCode?: components["schemas"]["TaxCodeReference"]; /** Format: double */ taxGroupRate?: number | null; useAvalaraTaxFlag?: boolean | null; purchaseHeaderTaxGroup?: string; purchaseHeaderTaxableFlag?: boolean | null; purchaseHeaderFreightTaxableFlag?: boolean | null; taxLevels?: components["schemas"]["GLExportPurchaseTransactionTaxLevel"][]; purchaseDetail?: components["schemas"]["GLExportPurchaseTransactionDetail"][]; purchaseDetailTax?: components["schemas"]["GLExportPurchaseTransactionDetailTax"][]; }; GLExportPurchaseTransactionDetail: { /** Format: int32 */ id?: number | null; documentDate?: string; glClass?: string; glTypeId?: string; glItemId?: string; salesCode?: string; description?: string; /** Format: double */ cost?: number | null; memo?: string; taxNote?: string; vendorNumber?: string; accountNumber?: string; costAccountNumber?: string; inventoryAccountNumber?: string; vendorAccountNumber?: string; item?: components["schemas"]["IvItemReference"]; itemDescription?: string; salesDescription?: string; taxable?: boolean | null; /** Format: double */ itemPrice?: number | null; /** Format: double */ itemCost?: number | null; unitOfMeasure?: components["schemas"]["UnitOfMeasureReference"]; /** Format: double */ quantity?: number | null; /** Format: double */ total?: number | null; currency?: components["schemas"]["CurrencyReference"]; serializedFlag?: boolean | null; serialNumbers?: string; dropShippedFlag?: boolean | null; /** Format: int32 */ lineNumber?: number; warehouseBin?: components["schemas"]["WarehouseBinReference"]; warehouseSite?: components["schemas"]["SiteReference"]; subCategory?: components["schemas"]["ProductSubCategoryReference"]; shipmentMethod?: components["schemas"]["ShipmentMethodReference"]; itemTypeXref?: string; inventoryXref?: string; cogsXref?: string; uomScheduleXref?: string; priceLevelXref?: string; locationXref?: string; taxCode?: components["schemas"]["TaxCodeReference"]; purchaseHeaderTaxGroup?: string; taxCodeXref?: string; /** Format: double */ taxRate?: number; taxAgencyXref?: string; }; GLExportPurchaseTransactionDetailTax: { /** Format: int32 */ id?: number | null; documentDate?: string; accountNumber?: string; glClass?: string; /** Format: double */ cost?: number | null; salesCode?: string; glTypeId?: string; glItemId?: string; memo?: string; vendorNumber?: string; vendorAccountNumber?: string; costAccountNumber?: string; inventoryAccountNumber?: string; itemTypeXref?: string; inventoryXref?: string; cogsXref?: string; uomScheduleXref?: string; priceLevelXref?: string; locationXref?: string; item?: components["schemas"]["IvItemReference"]; taxableFlag?: boolean | null; salesDescription?: string; itemDescription?: string; /** Format: double */ itemPrice?: number | null; /** Format: double */ itemCost?: number | null; unitOfMeasure?: components["schemas"]["UnitOfMeasureReference"]; /** Format: double */ quantity?: number | null; /** Format: double */ total?: number | null; currency?: components["schemas"]["CurrencyReference"]; serializedFlag?: boolean | null; serialNumbers?: string; dropShippedFlag?: boolean | null; /** Format: int32 */ lineNumber?: number; warehouseSite?: components["schemas"]["SiteReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; shipmentMethod?: components["schemas"]["ShipmentMethodReference"]; subCategory?: components["schemas"]["ProductSubCategoryReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; /** Format: double */ taxRate?: number | null; /** Format: double */ taxRatePercent?: number | null; taxAgencyXref?: string; taxNote?: string; purchaseHeaderTaxGroup?: string; }; GLExportPurchaseTransactionTaxLevel: { taxCodeXref?: string; /** Format: int32 */ taxLevel?: number; }; GLExportSettings: Record; GLExportTransaction: { /** Format: int32 */ id?: number | null; glClass?: string; glTypeId?: string; documentDate?: string; documentNumber?: string; documentType?: string; memo?: string; description?: string; attention?: string; salesTerritory?: string; company?: components["schemas"]["CompanyReference"]; companyType?: components["schemas"]["CompanyTypeReference"]; companyAccountNumber?: string; site?: components["schemas"]["SiteReference"]; billingTerms?: components["schemas"]["BillingTermsReference"]; billingTermsXref?: string; /** Format: int32 */ dueDays?: number | null; dueDate?: string; emailDeliveryFlag?: boolean | null; printDeliveryFlag?: boolean | null; agreementPrePaymentFlag?: boolean | null; accountNumber?: string; billingType?: string; glEntryIds?: string; purchaseOrder?: components["schemas"]["PurchaseOrderReference"]; project?: components["schemas"]["ProjectReference"]; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; salesRepId?: string; salesRepName?: string; taxable?: boolean | null; /** Format: double */ taxableTotal?: number | null; taxCode?: components["schemas"]["TaxCodeReference"]; /** Format: double */ taxGroupRate?: number | null; piggyBackFlag?: boolean | null; taxAccountNumber?: string; /** Format: double */ salesTax?: number | null; /** Format: double */ stateTax?: number | null; /** Format: double */ countyTax?: number | null; /** Format: double */ cityTax?: number | null; /** Format: double */ taxableAmount1?: number | null; /** Format: double */ taxableAmount2?: number | null; /** Format: double */ taxableAmount3?: number | null; /** Format: double */ taxableAmount4?: number | null; /** Format: double */ taxableAmount5?: number | null; taxAgencyXref?: string; stateTaxXref?: string; countyTaxXref?: string; taxId?: string; taxDpAppliedFlag?: boolean | null; useAvalaraFlag?: boolean | null; sendAvalaraTaxFlag?: boolean | null; shipToCompany?: components["schemas"]["CompanyReference"]; shipToCompanyAccountNumber?: string; shipToCompanyType?: components["schemas"]["CompanyTypeReference"]; shipToTaxId?: string; shipSite?: components["schemas"]["SiteReference"]; shipContact?: string; detail?: components["schemas"]["GLExportTransactionDetail"][]; taxLevels?: components["schemas"]["GLExportTransactionTaxLevel"][]; }; GLExportTransactionDetail: { /** Format: int32 */ id?: number | null; documentDate?: string; documentType?: string; accountNumber?: string; glClass?: string; glTypeId?: string; glItemId?: string; invoiceSummaryOption?: string; /** Format: double */ cost?: number | null; salesCode?: string; memo?: string; description?: string; /** Format: double */ quantity?: number | null; /** Format: double */ total?: number | null; currency?: components["schemas"]["CurrencyReference"]; timeEntry?: components["schemas"]["TimeEntryReference"]; costAccountNumber?: string; inventoryAccountNumber?: string; productAccountNumber?: string; taxCode?: components["schemas"]["TaxCodeReference"]; taxCodeXref?: string; taxAgencyXref?: string; taxNote?: string; /** Format: double */ taxRate?: number | null; /** Format: double */ taxRatePercent?: number | null; taxableFlag?: boolean | null; taxable2Flag?: boolean | null; taxable3Flag?: boolean | null; taxable4Flag?: boolean | null; taxable5Flag?: boolean | null; item?: components["schemas"]["IvItemReference"]; product?: components["schemas"]["ProductReference"]; itemTaxableFlag?: boolean | null; /** Format: double */ itemPrice?: number | null; /** Format: double */ itemCost?: number | null; itemDescription?: string; salesDescription?: string; unitOfMeasure?: components["schemas"]["UnitOfMeasureReference"]; subCategory?: components["schemas"]["ProductSubCategoryReference"]; serializedFlag?: boolean | null; serialNumbers?: string; warehouseSite?: components["schemas"]["SiteReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; shipmentMethod?: components["schemas"]["ShipmentMethodReference"]; dropShippedFlag?: boolean | null; itemTypeXref?: string; inventoryXref?: string; cogsXref?: string; uomScheduleXref?: string; priceLevelXref?: string; locationXref?: string; taxLevels?: components["schemas"]["GLExportTransactionDetailTaxLevel"][]; }; GLExportTransactionDetailTaxLevel: { taxableFlag?: boolean; /** Format: int32 */ taxLevel?: number; }; GLExportTransactionTaxLevel: { /** Format: double */ taxAmount?: number | null; /** Format: double */ taxableAmount?: number | null; taxCodeXref?: string; /** Format: int32 */ taxLevel?: number; }; GLExportVendor: { member?: components["schemas"]["MemberReference"]; vendor?: components["schemas"]["CompanyReference"]; vendorNumber?: string; company?: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; accountNumber?: string; billingTerms?: components["schemas"]["BillingTermsReference"]; /** Format: int32 */ dueDays?: number | null; site?: components["schemas"]["SiteReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; }; GLPath: { /** Format: int32 */ id?: number; location?: components["schemas"]["SystemLocationReference"]; /** @description Max length: 255; */ path?: string; /** @description Max length: 255; */ sqlServerName?: string; /** @description Max length: 100; */ databaseName?: string; /** Format: date-time */ lastPaymentSync?: string; lastPaymentSyncBy?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; GoogleEmailSetup: { /** Format: int32 */ id?: number; /** @description Max length: 200; */ name: string; /** @description Max length: 100; */ username: string; /** @description Max length: 40; */ inboxFolder: string; /** @description Max length: 40; */ processedFolder: string; /** @description Max length: 40; */ failedFolder: string; /** @description Max length: 200; */ clientId?: string; /** @description Max length: 4000; */ privateKey?: string; inactiveFlag?: boolean | null; emailConnector?: components["schemas"]["EmailConnectorReference"]; _info?: { [key: string]: string; }; }; GoogleEmailSetupReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Group: { /** Format: int32 */ id?: number; name: string; /** @description Max length: 255; */ publicDescription?: string; publicFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; GroupInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; GroupReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Holiday: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @description Can be set to false to set a holiday for specific hours (Defaults to True). */ allDayFlag?: boolean | null; /** Format: date */ date: string; timeStart?: string; timeEnd?: string; holidayList?: components["schemas"]["HolidayListReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; }; HolidayInfo: { /** Format: int32 */ id?: number; name?: string; /** @description Can be set to false to set a holiday for specific hours (Defaults to True). */ allDayFlag?: boolean | null; date?: string; timeStart?: string; timeEnd?: string; holidayList?: components["schemas"]["HolidayListReference"]; _info?: { [key: string]: string; }; }; HolidayList: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; HolidayListInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; HolidayListReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; HttpContent: { headers?: unknown[]; }; HttpMethod: { get?: components["schemas"]["HttpMethod"]; put?: components["schemas"]["HttpMethod"]; post?: components["schemas"]["HttpMethod"]; delete?: components["schemas"]["HttpMethod"]; head?: components["schemas"]["HttpMethod"]; options?: components["schemas"]["HttpMethod"]; trace?: components["schemas"]["HttpMethod"]; method?: string; }; HttpRequestMessage: { version?: components["schemas"]["Version"]; content?: components["schemas"]["HttpContent"]; method?: components["schemas"]["HttpMethod"]; requestUri?: string; headers?: unknown[]; properties?: { [key: string]: Record; }; }; HttpResponseMessage: { version?: components["schemas"]["Version"]; content?: components["schemas"]["HttpContent"]; /** @enum {string} */ statusCode?: "Continue" | "SwitchingProtocols" | "OK" | "Created" | "Accepted" | "NonAuthoritativeInformation" | "NoContent" | "ResetContent" | "PartialContent" | "MultipleChoices" | "Ambiguous" | "MovedPermanently" | "Moved" | "Found" | "Redirect" | "SeeOther" | "RedirectMethod" | "NotModified" | "UseProxy" | "Unused" | "TemporaryRedirect" | "RedirectKeepVerb" | "BadRequest" | "Unauthorized" | "PaymentRequired" | "Forbidden" | "NotFound" | "MethodNotAllowed" | "NotAcceptable" | "ProxyAuthenticationRequired" | "RequestTimeout" | "Conflict" | "Gone" | "LengthRequired" | "PreconditionFailed" | "RequestEntityTooLarge" | "RequestUriTooLong" | "UnsupportedMediaType" | "RequestedRangeNotSatisfiable" | "ExpectationFailed" | "UpgradeRequired" | "InternalServerError" | "NotImplemented" | "BadGateway" | "ServiceUnavailable" | "GatewayTimeout" | "HttpVersionNotSupported"; reasonPhrase?: string; headers?: unknown[]; requestMessage?: components["schemas"]["HttpRequestMessage"]; isSuccessStatusCode?: boolean; }; IdCollection: { ids?: number[]; }; Imap: { /** Format: int32 */ id?: number; /** @description Max length: 200; */ name: string; /** @description Max length: 40; */ imapName: string; /** @description Max length: 40; */ processedName: string; /** @description Max length: 40; */ failedFolder: string; /** @description Max length: 200; */ server: string; /** @description Max length: 80; */ userName: string; /** @description Max length: 80; */ password?: string; /** Format: int32 */ port: number | null; sslFlag?: boolean | null; emailConnector?: components["schemas"]["EmailConnectorReference"]; _info?: { [key: string]: string; }; }; ImapInfo: { /** Format: int32 */ id?: number; name?: string; emailConnector?: components["schemas"]["EmailConnectorReference"]; _info?: { [key: string]: string; }; }; ImapSetupReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Impact: { /** Format: int32 */ id?: number; name?: string; /** @description Max length: 200; */ description: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ImportMassMaintenance: { /** Format: int32 */ deletedContactCount?: number; /** Format: int32 */ deletedCompanyCount?: number; message?: string; success?: boolean; }; InclusiveRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; Info: { version?: string; isCloud?: boolean; serverTimeZone?: string; licenseBits?: components["schemas"]["LicenseBit"][]; cloudRegion?: string; /** Format: int32 */ maxWorkFlowRecordsAllowed?: number; }; InOutBoard: { /** Format: int32 */ id?: number; member: components["schemas"]["MemberReference"]; inOutType: components["schemas"]["InOutTypeReference"]; /** @description Max length: 100; */ additionalInfo?: string; /** Format: date-time */ dateBack: string; _info?: { [key: string]: string; }; }; InOutType: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ description: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; InOutTypeInfo: { /** Format: int32 */ id?: number; description?: string; _info?: { [key: string]: string; }; }; InOutTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; IntegratorLogin: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ username: string; /** @description The password will never be returned in response. Max length: 50; */ password?: string; /** @description This flag controls whether the integrator can access only the db records it created, or all system records. */ canAccessAllRecordsFlag?: boolean | null; /** * @description Setting this flag to true will create an integrator that can access all of the available apis in the system. * If this field is set to true, both the member and board fields are required. */ canAccessAllApisFlag?: boolean | null; inactiveFlag?: boolean | null; /** Format: date-time */ dateInactivated?: string; inactivatedBy?: components["schemas"]["MemberReference"]; serviceTicketApiFlag?: boolean | null; board?: components["schemas"]["BoardReference"]; /** @description Max length: 1000; */ serviceBoardCallbackUrl?: string; serviceBoardLegacyCallbackFlag?: boolean | null; timeEntryApiFlag?: boolean | null; member?: components["schemas"]["MemberReference"]; /** @description Max length: 1000; */ timeEntryCallbackUrl?: string; timeEntryLegacyCallbackFlag?: boolean | null; managedServicesApiFlag?: boolean | null; managedServicesAutoChildFlag?: boolean | null; /** @description True if integrator is allowed to child configurations. */ managedServicesChildingFlag?: boolean | null; contactApiFlag?: boolean | null; /** @description Max length: 1000; */ contactCallbackUrl?: string; contactLegacyCallbackFlag?: boolean | null; companyApiFlag?: boolean | null; /** @description Max length: 1000; */ companyCallbackUrl?: string; companyLegacyCallbackFlag?: boolean | null; activityApiFlag?: boolean | null; /** @description Max length: 1000; */ activityCallbackUrl?: string; activityLegacyCallbackFlag?: boolean | null; invoiceApiFlag?: boolean | null; productApiFlag?: boolean | null; /** @description Max length: 1000; */ productCallbackUrl?: string; productLegacyCallbackFlag?: boolean | null; opportunityApiFlag?: boolean | null; /** @description Max length: 1000; */ opportunityCallbackUrl?: string; opportunityLegacyCallbackFlag?: boolean | null; /** @description True if the member has access to the Opportunity Conversion Api. */ opportunityConversionApiFlag?: boolean | null; memberApiFlag?: boolean | null; marketingApiFlag?: boolean | null; purchasingApiFlag?: boolean | null; /** @description Max length: 1000; */ purchasingCallbackUrl?: string; purchasingLegacyCallbackFlag?: boolean | null; reportingApiFlag?: boolean | null; systemApiFlag?: boolean | null; projectApiFlag?: boolean | null; /** @description Max length: 1000; */ projectCallbackUrl?: string; projectLegacyCallbackFlag?: boolean | null; configurationApiFlag?: boolean | null; configurationAutoChildFlag?: boolean | null; /** @description True if integrator is allowed to child configurations. */ configurationChildlingFlag?: boolean | null; /** @description Max length: 1000; */ configurationCallbackUrl?: string; configurationLegacyCallbackFlag?: boolean | null; scheduleApiFlag?: boolean | null; /** @description Max length: 1000; */ scheduleCallbackUrl?: string; scheduleLegacyCallbackFlag?: boolean | null; agreementApiFlag?: boolean | null; /** @description Max length: 1000; */ agreementCallbackUrl?: string; agreementCallbackLegacyFlag?: boolean | null; documentApiFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; IntegratorLoginReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; IntegratorTag: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ text: string; _info?: { [key: string]: string; }; }; IntegratorTagCollection: { tags?: string[]; }; InventoryOnHand: { /** Format: int32 */ id?: number; catalogItem?: components["schemas"]["CatalogItemReference"]; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; /** Format: int32 */ onHand?: number | null; serialNumbers?: components["schemas"]["OnHandSerialNumberReference"][]; _info?: { [key: string]: string; }; }; Invoice: { /** Format: int32 */ id?: number; /** @description Max length: 15; Required On Updates; */ invoiceNumber?: string; /** @enum {string|null} */ type: "Agreement" | "CreditMemo" | "DownPayment" | "Miscellaneous" | "Progress" | "Standard" | "Consolidated" | null; status?: components["schemas"]["BillingStatusReference"]; company: components["schemas"]["CompanyReference"]; billToCompany?: components["schemas"]["CompanyReference"]; shipToCompany?: components["schemas"]["CompanyReference"]; accountNumber?: string; /** @enum {string|null} */ applyToType?: "All" | "Agreement" | "Project" | "ProjectPhase" | "SalesOrder" | "Ticket" | null; /** Format: int32 */ applyToId?: number | null; /** @description Max length: 60; */ attention?: string; /** @description Max length: 60; */ shipToAttention?: string; billingSite?: components["schemas"]["SiteReference"]; billingSiteAddressLine1?: string; billingSiteAddressLine2?: string; billingSiteCity?: string; billingSiteState?: string; billingSiteZip?: string; billingSiteCountry?: string; shippingSite?: components["schemas"]["SiteReference"]; shippingSiteAddressLine1?: string; shippingSiteAddressLine2?: string; shippingSiteCity?: string; shippingSiteState?: string; shippingSiteZip?: string; shippingSiteCountry?: string; billingTerms?: components["schemas"]["BillingTermsReference"]; /** @description Max length: 50; */ reference?: string; /** @description Max length: 50; */ customerPO?: string; /** * Format: int32 * @description Can be obtained via InvoiceTemplate report. */ templateSetupId?: number | null; invoiceTemplate?: components["schemas"]["InvoiceTemplateDetailReference"]; /** * Format: int32 * @description Can be obtained via InvoiceEmailTemplate report. */ emailTemplateId?: number | null; addToBatchEmailList?: boolean | null; /** Format: date-time */ date?: string; restrictDownpaymentFlag?: boolean | null; /** * Format: int32 * @description Required On Updates; */ locationId?: number | null; location?: components["schemas"]["SystemLocationReference"]; /** * Format: int32 * @description departmentId is only required for special invoices. */ departmentId?: number | null; department?: components["schemas"]["BillingUnitReference"]; /** Format: int32 */ territoryId?: number | null; territory?: components["schemas"]["SystemLocationReference"]; topComment?: string; bottomComment?: string; taxableFlag?: boolean | null; taxCode?: components["schemas"]["TaxCodeReference"]; internalNotes?: string; downpaymentPreviouslyTaxedFlag?: boolean | null; /** Format: double */ serviceTotal?: number | null; overrideDownPaymentAmountFlag?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; /** Format: date-time */ dueDate?: string; /** Format: double */ expenseTotal?: number | null; /** Format: double */ productTotal?: number | null; /** Format: double */ previousProgressApplied?: number | null; /** Format: double */ serviceAdjustmentAmount?: number | null; /** Format: double */ agreementAmount?: number | null; /** Format: double */ downpaymentApplied?: number | null; /** Format: double */ subtotal?: number | null; /** Format: double */ total?: number | null; /** Format: double */ remainingDownpayment?: number | null; /** Format: double */ salesTax?: number | null; adjustmentReason?: string; adjustedBy?: string; closedBy?: string; /** Format: double */ payments?: number | null; /** Format: double */ credits?: number | null; /** Format: double */ balance?: number | null; specialInvoiceFlag?: boolean | null; billingSetupReference?: components["schemas"]["BillingSetupReference"]; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; phase?: components["schemas"]["ProjectPhaseReference"]; salesOrder?: components["schemas"]["SalesOrderReference"]; agreement?: components["schemas"]["AgreementReference"]; glBatch?: components["schemas"]["BatchReference"]; unbatchedBatch?: components["schemas"]["BatchReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; InvoiceCommission: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** Format: double */ percent?: number | null; /** Format: double */ splitPercent?: number | null; /** Format: double */ adjustment?: number | null; /** Format: double */ netAmount?: number | null; /** Format: double */ amount?: number | null; invoice?: components["schemas"]["InvoiceReference"]; opportunity?: components["schemas"]["OpportunityReference"]; agreement?: components["schemas"]["AgreementReference"]; activity?: components["schemas"]["ActivityReference"]; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; salesOrder?: components["schemas"]["SalesOrderReference"]; adjustedBy?: string; adjustedDate?: string; adjustmentReason?: string; _info?: { [key: string]: string; }; }; InvoiceEmailTemplate: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; serviceSurvey?: components["schemas"]["ServiceSurveyReference"]; useSenderFlag?: boolean | null; /** @description From fields (first name, last name, email address) are required if useSenderFlag is false. Max length: 100; */ firstName?: string; /** @description From fields (first name, last name, email address) are required if useSenderFlag is false. Max length: 100; */ lastName?: string; /** @description From fields (first name, last name, email address) are required if useSenderFlag is false. Max length: 100; */ emailAddress?: string; /** @description Max length: 200; */ subject: string; body?: string; copySenderFlag?: boolean | null; invoiceStatus?: components["schemas"]["BillingStatusReference"]; attachInvoiceFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; InvoiceEmailTemplateInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; InvoiceGrouping: { /** Format: int32 */ id?: number; name: string; customerDescription: string; inactiveFlag?: boolean | null; showPriceFlag?: boolean | null; showSubItemsFlag?: boolean | null; groupParentChildAdditionsFlag?: boolean; _info?: { [key: string]: string; }; }; InvoiceGroupingReference: { /** Format: int32 */ id?: number | null; name?: string; description?: string; showPriceFlag?: boolean; showSubItemsFlag?: boolean; groupParentChildAdditionsFlag?: boolean; _info?: { [key: string]: string; }; }; InvoiceInfo: { /** Format: int32 */ id?: number; invoice?: components["schemas"]["Invoice"]; invoiceTemplate?: components["schemas"]["InvoiceTemplate"]; products?: components["schemas"]["ProductItem"][]; bundledComponentsInfo?: components["schemas"]["ProductComponent"][]; expenses?: components["schemas"]["ExpenseEntry"][]; timeEntries?: components["schemas"]["TimeEntry"][]; logo?: components["schemas"]["DocumentInfo"]; billingSetup?: components["schemas"]["BillingSetup"]; agreementBillingInfo?: components["schemas"]["AgreementBillingInfo"][]; _info?: { [key: string]: string; }; }; InvoicePayment: { /** Format: int32 */ id?: number; type?: string; /** @enum {string} */ source?: "Default" | "WisePay"; invoice?: components["schemas"]["InvoiceReference"]; credit?: components["schemas"]["InvoiceReference"]; /** Format: double */ amount?: number | null; /** Format: double */ balance?: number | null; /** Format: double */ invoiceBalance?: number | null; /** Format: double */ invoiceTotal?: number | null; /** Format: date-time */ paymentDate?: string; appliedBy?: string; _info?: { [key: string]: string; }; wisePayPayment?: components["schemas"]["WisePayPayment"]; /** @enum {string} */ paymentSyncStatus?: "Unapplied" | "Applied" | "Synced"; /** @description Max length: 50; */ glBatchID?: string; /** Format: date-time */ paymentSyncDate?: string; paymentAccount?: string; aRPaymentAccount?: string; }; InvoiceReference: { /** Format: int32 */ id?: number | null; identifier?: string; billingType?: string; applyToType?: string; invoiceDate?: string; chargeFirmFlag?: boolean | null; _info?: { [key: string]: string; }; }; InvoiceRouting: { /** Format: int32 */ id?: number; invoice?: components["schemas"]["InvoiceReference"]; /** Format: int32 */ sequenceNumber?: number | null; member?: components["schemas"]["MemberReference"]; reviewedFlag?: boolean; /** Format: date-time */ dateReviewedUTC?: string; _info?: { [key: string]: string; }; }; InvoiceTemplate: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** Format: double */ marginLeft?: number | null; /** Format: double */ marginRight?: number | null; /** Format: double */ marginTop?: number | null; /** Format: double */ marginBottom?: number | null; logoVisibleFlag?: boolean | null; /** @enum {string|null} */ headerLogoPosition?: "Center" | "LeftSide" | "RightSide" | null; remitToVisibleFlag?: boolean | null; /** @enum {string|null} */ headerAddressPosition?: "Center" | "LeftSide" | "RightSide" | null; headerTitleVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerTitleCaption?: string; /** @enum {string|null} */ headerTitlePosition?: "Center" | "LeftSide" | "RightSide" | null; /** @enum {string|null} */ headerTitleFont?: "Regular" | "RegularBold" | "Large" | "LargeBold" | "ExtraLarge" | "ExtraLargeBold" | null; headerTermsVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerTermsCaption?: string; headerDueDateVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerDueDateCaption?: string; headerPoNumberVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerPoNumberCaption?: string; headerReferenceVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerReferenceCaption?: string; headerAccountVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerAccountCaption?: string; headerTaxIdVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerTaxIdCaption?: string; headerShipToVisibleFlag?: boolean | null; /** @description Max length: 50; */ headerShipToCaption?: string; headerHoursBasedExtendedAmountVisibleFlag?: boolean | null; /** @description Max length: 1000; */ payableCaption?: string; serviceHeaderTicketNumberVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderTicketNumberCaption?: string; serviceHeaderCompanyNameVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderCompanyNameCaption?: string; serviceHeaderSummaryVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderSummaryCaption?: string; serviceHeaderContactNameVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderContactNameCaption?: string; serviceHeaderDetailDescriptionVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderDetailDescriptionCaption?: string; serviceHeaderResolutionVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderResolutionCaption?: string; serviceHeaderAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderAmountCaption?: string; serviceHeaderBillingMethodVisibleFlag?: boolean | null; /** @description Max length: 50; */ serviceHeaderBillingMethodCaption?: string; serviceHeaderClosedTasksVisibleFlag?: boolean | null; serviceHeaderOpenTasksVisibleFlag?: boolean | null; serviceHeaderBundledTicketsVisibleFlag?: boolean | null; projectHeaderProjectNameVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderProjectNameCaption?: string; projectHeaderCompanyNameVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderCompanyNameCaption?: string; projectHeaderOriginalDownpaymentVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderOriginalDownpaymentCaption?: string; projectHeaderContactNameVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderContactNameCaption?: string; projectHeaderAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderAmountCaption?: string; projectHeaderBillingMethodVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderBillingMethodCaption?: string; projectHeaderBillingTypeVisibleFlag?: boolean | null; /** @description Max length: 50; */ projectHeaderBillingTypeCaption?: string; invoicePaymentAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ invoicePaymentAmountCaption?: string; invoiceCreditAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ invoiceCreditAmountCaption?: string; invoiceBalanceDueVisibleFlag?: boolean | null; /** @description Max length: 50; */ invoiceBalanceDueCaption?: string; creditCreditAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ creditCreditAmountCaption?: string; creditRemainingAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ creditRemainingAmountCaption?: string; timeDetailVisibleFlag?: boolean | null; timeDetailPrimarySortField?: string; timeDetailPrimarySortDirection?: string; timeDetailSecondarySortField?: string; timeDetailSecondarySortDirection?: string; timeDetailSubtotalVisibleFlag?: boolean | null; timeDetailStartEndTimeVisibleFlag?: boolean | null; timeDetailHoursVisibleFlag?: boolean | null; timeDetailMembersVisibleFlag?: boolean | null; timeDetailBillableVisibleFlag?: boolean | null; timeDetailExtendedAmountVisibleFlag?: boolean | null; timeDetailDollarAmountsOnHourseBasedVisibleFlag?: boolean | null; timeDetailHourlyRateVisibleFlag?: boolean | null; timeDetailContactsVisibleFlag?: boolean | null; timeDetailNotesVisibleFlag?: boolean | null; /** @description Max length: 50; */ timeDetailNonBillableCaption?: string; timeDetailAgreementVisibleFlag?: boolean | null; timeDetailHoursBasedHoursVisibleFlag?: boolean | null; timeDetailHoursBasedExtAmountVisibleFlag?: boolean | null; timeDetailHoursbasedHourlyRateVisibleFlag?: boolean | null; timeDetailAmountBasedHoursVisibleFlag?: boolean | null; timeDetailAmountBasedExtAmountVisibleFlag?: boolean | null; timeDetailAmountBasedHourlyRateVisibleFlag?: boolean | null; timeDetailSRTicketSummaryVisibleFlag?: boolean | null; timeDetailSRContactVisibleFlag?: boolean | null; timeDetailSRAddressVisibleFlag?: boolean | null; timeDetailPmPhaseVisibleFlag?: boolean | null; timeDetailPmSummaryVisibleFlag?: boolean | null; timeDetailTicketNumberVisibleFlag?: boolean | null; timeDetailDatesVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesStaffCaption?: string; servicesStaffVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesAmountCaption?: string; servicesAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesHoursCaption?: string; servicesHoursVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesRateCaption?: string; servicesRateVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesWorkRoleCaption?: string; servicesWorkRoleVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesWorkTypeCaption?: string; servicesWorkTypeVisibleFlag?: boolean | null; servicesTotalVisibleFlag?: boolean | null; servicesMemberNameVisibleFlag?: boolean | null; /** @description Max length: 50; */ servicesMemberNameCaption?: string; currencyIdVisibleFlag?: boolean | null; currencySymbolVisibleFlag?: boolean | null; portalFlag?: boolean | null; servicesCollapsedFlag?: boolean | null; expensesCollapsedFlag?: boolean | null; otherChargesCollapsedFlag?: boolean | null; /** @description Max length: 50; */ expensesTypeCaption?: string; /** @description Max length: 50; */ expensesStaffCaption?: string; /** @description Max length: 50; */ expensesAmountCaption?: string; expensesTypeVisibleFlag?: boolean | null; expensesStaffVisibleFlag?: boolean | null; expensesAmountVisibleFlag?: boolean | null; expensesTotalVisibleFlag?: boolean | null; expenseDetailSubtotalVisibleFlag?: boolean | null; expenseDetailMembersVisibleFlag?: boolean | null; expenseDetailContactsVisibleFlag?: boolean | null; expenseDetailBillableVisibleFlag?: boolean | null; expenseDetailExtAmountVisibleFlag?: boolean | null; expenseDetailNotesVisibleFlag?: boolean | null; expenseDetailPrimarySortField?: string; expenseDetailPrimarySortDirection?: string; expenseDetailSecondarySortField?: string; expenseDetailSecondarySortDirection?: string; /** @description Max length: 50; */ expenseDetailNonbillableCaption?: string; expenseDetailVisibleFlag?: boolean | null; expenseDetailAgreementVisibleFlag?: boolean | null; expenseDetailAgreementExtAmountVisibleFlag?: boolean | null; expenseDetailTicketNumberVisibleFlag?: boolean | null; expenseDetailSrTicketSummaryVisibleFlag?: boolean | null; expenseDetailSrContactVisibleFlag?: boolean | null; expenseDetailSrAddressVisibleFlag?: boolean | null; expenseDetailPmPhaseVisibleFlag?: boolean | null; expenseDetailPmSummaryVisibleFlag?: boolean | null; /** @description Max length: 50; */ otherChargesAmountCaption?: string; otherChargesAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ otherChargesDescriptionCaption?: string; otherChargesDescriptionVisibleFlag?: boolean | null; otherChargesDisplaySixDecimals?: boolean | null; otherChargesItemIdVisibleFlag?: boolean | null; /** @description Max length: 50; */ otherChargesPriceCaption?: string; otherChargesPriceVisibleFlag?: boolean | null; /** @description Max length: 50; */ otherChargesQuantityCaption?: string; otherChargesQuantityVisibleFlag?: boolean | null; otherChargesSerialNumberVisibleFlag?: boolean | null; otherChargesTotalVisibleFlag?: boolean | null; adjustmentDescriptionVisibleFlag?: boolean | null; /** @description Max length: 50; */ adjustmentDescriptionCaption?: string; adjustmentQuantityVisibleFlag?: boolean | null; /** @description Max length: 50; */ adjustmentQuantityCaption?: string; adjustmentAmountVisibleFlag?: boolean | null; /** @description Max length: 50; */ adjustmentAmountCaption?: string; adjustmentAgrTypeVisibleFlag?: boolean | null; adjustmentTotalVisibleFlag?: boolean | null; adjustmentPriceVisibleFlag?: boolean | null; /** @description Max length: 50; */ adjustmentPriceCaption?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; InvoiceTemplateDetailReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; InvoiceTemplateReference: { /** * Format: int32 * @description Gets or sets invoice Template Setup Id. */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; InvoiceTemplateSetup: { /** Format: int32 */ id?: number; name?: string; customFlag?: boolean | null; _info?: { [key: string]: string; }; }; IRestIdentifiedItem: { /** Format: int32 */ id?: number; }; IvItemReference: { /** Format: int32 */ id?: number | null; identifier?: string; serializedFlag?: boolean | null; _info?: { [key: string]: string; }; }; KBCategoryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; KnowledgeBaseArticle: { /** Format: int32 */ id?: number; title: string; issue: string; resolution: string; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; board?: components["schemas"]["BoardReference"]; /** Format: int32 */ categoryId?: number | null; /** Format: int32 */ subCategoryId?: number | null; dateCreated?: string; createdBy?: string; _info?: { [key: string]: string; }; }; KnowledgeBaseCategory: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; approver?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; KnowledgeBaseSettings: { /** Format: int32 */ id?: number; requireApproval: boolean | null; defaultApprover?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; KnowledgeBaseSubCategory: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; category: components["schemas"]["KBCategoryReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; KPI: { /** Format: int32 */ id?: number; name?: string; category?: components["schemas"]["KPICategoryReference"]; dateFilter?: string; /** Format: int32 */ sortOrder?: number | null; inactiveFlag?: boolean | null; connectWiseId?: string; }; KPICategory: { /** Format: int32 */ id?: number; name?: string; /** Format: int32 */ sortOrder?: number | null; connectWiseId?: string; }; KPICategoryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; KPIReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; LdapConfiguration: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; /** @description FQDN of the Server. Max length: 200; */ server: string; /** @description Domain Name of the server. Max length: 50; */ domain: string; _info?: { [key: string]: string; }; }; LdapConfigurationInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; LdapConfigurationReference: { /** Format: int32 */ id?: number | null; name?: string; server?: string; _info?: { [key: string]: string; }; }; LdapConfigurationTestLink: { /** @description Max length: 200; */ server?: string; }; LegacySubCategory: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; LegacySubCategoryInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; LicenseBit: { name?: string; activeFlag?: boolean; }; Link: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** Format: int32 */ tableReferenceId?: number | null; /** @description Max length: 1000; */ url?: string; /** @enum {string|null} */ screenLink?: "Company" | "Contact" | "Service" | "Invoice" | "PurchaseOrder" | "SalesOrder" | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; LinkClicked: { /** Format: int32 */ id?: number; /** Format: int32 */ campaignId?: number | null; /** Format: int32 */ contactId: number | null; /** Format: date-time */ dateClicked?: string; /** @description Max length: 2083; */ url: string; queryString?: string; }; LinkInfo: { /** Format: int32 */ id?: number; name?: string; /** @enum {string|null} */ screenLink?: "Company" | "Contact" | "Service" | "Invoice" | "PurchaseOrder" | "SalesOrder" | null; _info?: { [key: string]: string; }; }; LinkResolveUrlInfo: { /** Format: int32 */ referenceId: number | null; url?: string; }; LocaleInfo: { /** Format: int32 */ id?: number; name?: string; localeCode?: string; }; LocaleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Location: { /** Format: int32 */ id?: number; /** Format: int32 */ ownerLevelId?: number | null; structureLevel: components["schemas"]["CorporateStructureLevelReference"]; /** @description Max length: 50; */ name: string; manager?: components["schemas"]["MemberReference"]; reportsTo?: components["schemas"]["SystemLocationReference"]; /** @description Max length: 50; */ salesRep?: string; timeZoneSetup?: components["schemas"]["TimeZoneSetupReference"]; calendar?: components["schemas"]["CalendarReference"]; /** @description Max length: 50; */ overrideAddressLine1?: string; /** @description Max length: 50; */ overrideAddressLine2?: string; /** @description Max length: 50; */ overrideCity?: string; /** @description Max length: 50; */ overrideState?: string; /** @description Max length: 12; */ overrideZip?: string; overrideCountry?: components["schemas"]["CountryReference"]; /** @description Max length: 15; */ overridePhoneNumber?: string; /** @description Max length: 15; */ overrideFaxNumber?: string; /** @description Max length: 100; */ owaUrl?: string; /** @description Max length: 10; */ payrollXref?: string; locationFlag?: boolean | null; clientFlag?: boolean | null; workRoleIds?: number[]; departmentIds?: number[]; _info?: { [key: string]: string; }; }; LocationDepartment: { /** Format: int32 */ id?: number; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; _info?: { [key: string]: string; }; }; LocationInfo: { /** Format: int32 */ id?: number; name?: string; location_flag?: boolean; structureLevel?: components["schemas"]["CorporateStructureLevelReference"]; _info?: { [key: string]: string; }; }; LocationWorkRole: { /** Format: int32 */ id?: number; location?: components["schemas"]["SystemLocationReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workRoleInactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; LostRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; M365Contact: { /** Format: int32 */ id?: number; userPrincipalName?: string; displayName?: string; /** Format: int32 */ contactRecId?: number; tenantId?: string; m365ContactId?: string; department?: string; employeeType?: string; managerId?: string; proxyAddresses?: string; proxyAddressesPlain?: string; groups?: string; directoryRoles?: string; assignedLicenses?: string; _info?: { [key: string]: string; }; }; M365ContactSyncInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; M365ContactSyncMonitoring: { /** Format: int32 */ id?: number; /** Format: int32 */ monitoringTypeId?: number; emailAddress?: string; /** Format: int32 */ serviceBoardId?: number | null; /** Format: int32 */ serviceBoardStatusId?: number | null; _info?: { [key: string]: string; }; }; M365ContactSyncProperty: { /** Format: int32 */ id?: number; /** @enum {string|null} */ includeExcludeType?: "All" | "M365Property" | "None" | null; /** @enum {string|null} */ propertyType?: "City" | "DepartmentContactSync" | "Email" | "DistributionGroup" | "JobTitle" | "AssignedLicenses" | "DisplayName" | "OfficeLocation" | "ReportManager" | "State" | "EmployeeType" | "UserType" | null; excludeIncludeFlag?: boolean; wildCard?: string; /** Format: int32 */ companyRecID?: number; _info?: { [key: string]: string; }; }; ManagedDeviceAccount: { /** Format: int32 */ id?: number; username?: string; password?: string; managedDevicesIntegration?: components["schemas"]["ManagedDevicesIntegrationReference"]; _info?: { [key: string]: string; }; }; ManagedDevicesIntegration: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** @description Max length: 30; */ solution: string; /** @description Max length: 200; */ portalUrl?: string; /** @enum {string|null} */ loginBy: "Global" | "Member" | null; /** * @description Gets or sets * this is only required when globalLoginFlag = true. Max length: 50; */ globalLoginUsername?: string; /** * @description Gets or sets * this is only required when globalLoginFlag = true. Max length: 50; */ globalLoginPassword?: string; /** @enum {string|null} */ defaultBillingLevel: "Detail" | "Summary" | null; managementItSetupType?: string; defaultLocation?: components["schemas"]["SystemLocationReference"]; defaultDepartment?: components["schemas"]["SystemDepartmentReference"]; integratorLogin?: components["schemas"]["IntegratorLoginReference"]; matchOnSerialNumberFlag?: boolean | null; disableNewCrossReferencesFlag?: boolean | null; configBillCustomerFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ManagedDevicesIntegrationCrossReference: { /** Format: int32 */ id?: number; managedDevicesIntegration?: components["schemas"]["ManagedDevicesIntegrationReference"]; /** @description Max length: 255; */ vendorType?: string; /** @description Max length: 255; */ vendorLevel?: string; agreementType?: components["schemas"]["AgreementTypeReference"]; product?: components["schemas"]["IvItemReference"]; configurationType?: components["schemas"]["ConfigurationTypeReference"]; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ManagedDevicesIntegrationInfo: { /** Format: int32 */ id?: number; name?: string; solution?: string; managementItSetupType?: string; _info?: { [key: string]: string; }; }; ManagedDevicesIntegrationLogin: { /** Format: int32 */ id?: number; managedDevicesIntegration?: components["schemas"]["ManagedDevicesIntegrationReference"]; /** @description Max length: 50; */ username: string; /** @description Max length: 50; */ password?: string; member: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ManagedDevicesIntegrationNotification: { /** Format: int32 */ id?: number; managedDevicesIntegration?: components["schemas"]["ManagedDevicesIntegrationReference"]; notifyWho: components["schemas"]["NotificationRecipientReference"]; member?: components["schemas"]["MemberReference"]; /** @enum {string|null} */ logType: "All" | "Error" | "NewManagedSolution" | "NewDeviceType" | "NewConfiguration" | "NewAddition" | "Info" | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; notifyCwId?: string; }; ManagedDevicesIntegrationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ManagedInformation: { managementSolutionName?: string; managedIdentifier?: string; type?: string; level?: string; childConfigurationsMatchingOn?: string; inactivateConfigurationsMatchingOn?: string; /** Format: int32 */ inactiveConfigurationStatusId?: number; }; Management: { /** Format: int32 */ id?: number; /** Format: date-time */ runTime?: string; addedConfigurationStatus: components["schemas"]["ConfigurationStatusReference"]; deletedConfigurationStatus: components["schemas"]["ConfigurationStatusReference"]; integratorLogin: components["schemas"]["IntegratorLoginReference"]; scheduleExecutiveSummaryReportFlag: boolean | null; /** * Format: int32 * @description Gets or sets * this is only required when scheduleExecutiveSummaryReportFlag = true. */ executiveSummaryReportScheduleDay?: number | null; /** * Format: int32 * @description Gets or sets * this is only required when scheduleExecutiveSummaryReportFlag = true. Input should be in 24 hour format, ie 2pm is 14. */ executiveSummaryReportScheduleHour?: number | null; /** * Format: int32 * @description Gets or sets * this is only required when scheduleExecutiveSummaryReportFlag = true. */ executiveSummaryReportScheduleMinute?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ManagementBackup: { /** Format: int32 */ id?: number; type: components["schemas"]["AgreementTypeReference"]; item: components["schemas"]["CatalogItemReference"]; /** @enum {string|null} */ billingLevel: "Detail" | "Summary" | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ManagementItSolution: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** @enum {string|null} */ managementItSolutionType: "LevelPlatforms" | "NAble" | "Continuum" | "Custom" | null; /** * @description Gets or sets * this is only required when managementItSolutionType is Custom. Max length: 30; */ managementSolutionName?: string; /** * @description Gets or sets * this is only required for Level Platforms. Max length: 200; */ managementServerUrl?: string; /** * @description Gets or sets * this is only required for Level Platforms when overrideWebServiceLocationFlag is true. Max length: 200; */ webserviceOverrideUrl?: string; /** * @description Gets or sets * this is only required for Level Platforms when overrideLoginLocationFlag is true. Max length: 200; */ portalOverrideLoginUrl?: string; globalLoginFlag?: boolean | null; /** * @description Gets or sets * this is only required when globalLoginFlag = true. Max length: 50; */ globalLoginUsername?: string; /** * @description Gets or sets * this is only required when globalLoginFlag = true. Max length: 50; */ globalLoginPassword?: string; usingSslFlag?: boolean | null; /** * @description Gets or sets * this is only required for N-Able solution. Max length: 50; */ nAbleUsername?: string; /** * @description Gets or sets * this is only required for N-Able solution. Max length: 50; */ nAblePassword?: string; overrideWebServiceLocationFlag?: boolean | null; overrideLoginLocationFlag?: boolean | null; /** * @description Gets or sets * this is only required for Continuum solution. Max length: 100; */ continuumApiUsername?: string; /** * @description Gets or sets * this is only required for Continuum solution. Max length: 100; */ continuumApiPassword?: string; /** * @description Gets or sets * this is only required for Level Platforms solution. Max length: 100; */ levelApiUsername?: string; /** * @description Gets or sets * this is only required for Level Platforms solution. Max length: 100; */ levelApiPassword?: string; /** * @description Gets or sets * this is only required for Level Platforms solution. Max length: 100; */ levelVarDomain?: string; noDisplayFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ManagementItSolutionAgreementInterfaceParameter: { /** Format: int32 */ id?: number; managedDevicesIntegration?: components["schemas"]["ManagedDevicesIntegrationReference"]; agreementType: components["schemas"]["AgreementTypeReference"]; serverProduct?: components["schemas"]["IvItemReference"]; workstationProduct?: components["schemas"]["IvItemReference"]; spamStatsProduct?: components["schemas"]["IvItemReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; agrTypeCwId?: string; serverProductCwId?: string; workstationProductCwId?: string; spamStatsProductCwId?: string; }; ManagementLogDocumentInfo: { fullPathFileName?: string; fileSize?: string; }; ManagementNetworkSecurity: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** @description Max length: 50; */ username?: string; /** @description Max length: 50; */ password?: string; /** @description Max length: 100; */ site: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ManagementReportNotification: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; member?: components["schemas"]["MemberReference"]; /** @description Max length: 50; */ email?: string; globalFlag?: boolean | null; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ManagementReportSetup: { /** Format: int32 */ id?: number; scheduledReportDisabledFlag: boolean; _info?: { [key: string]: string; }; }; ManagementSolutionReference: { /** Format: int32 */ id?: number | null; name?: string; setupName?: string; _info?: { [key: string]: string; }; }; Manufacturer: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ManufacturerInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; ManufacturerReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; MappedRecordReference: { /** Format: int32 */ id?: number | null; name?: string; }; MappedType: { /** Format: int32 */ id?: number; name?: string; table?: string; recIdField?: string; /** @enum {string|null} */ glType?: "AP" | "AR" | "EE" | "EI" | "EO" | "IA" | "IT" | "P" | "PF" | "R" | "RA" | "RD" | "RE" | "RP" | "ST" | "SD" | "ET" | "FT" | "PT" | "WP" | "WR" | null; /** Format: int32 */ sortOrder?: number; }; MappedTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; MarketDescription: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; connectWiseId?: string; _info?: { [key: string]: string; }; }; MarketDescriptionInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; MarketDescriptionReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; MarketingCompany: { /** Format: int32 */ id?: number; /** Format: int32 */ groupId?: number | null; defaultContactFlag?: boolean | null; allContactsFlag?: boolean | null; unsubscribeFlag?: boolean | null; _info?: { [key: string]: string; }; }; MarketingContact: { /** Format: int32 */ id?: number; /** Format: int32 */ groupId?: number | null; /** @description Max length: 50; */ note?: string; unsubscribeFlag?: boolean | null; _info?: { [key: string]: string; }; }; MarketplaceImport: { /** Format: int32 */ id?: number; /** @enum {string} */ marketplaceImportType?: "Agreements" | "Configurations" | "CRMSurveys" | "CustomReports" | "CustomerPortalTypes" | "HTMLEmailTemplates" | "Products" | "ProjectBoards" | "ProjectTemplates" | "ReportWriterReports" | "ServiceBoards" | "TicketTemplates" | "Views"; marketplaceObject?: unknown[]; requiredFields?: string[]; }; Member: { /** Format: int32 */ id?: number; /** @description Max length: 15; */ identifier: string; /** @description ConditionallyRequired. API Member will get random password generated Max length: 60; */ password?: string; disableOnlineFlag?: boolean | null; /** * @description F = Full Member, A = API Member, C = StreamlineIT Member, X = Subcontractor Member * @enum {string|null} */ licenseClass: "A" | "C" | "F" | "X" | null; notes?: string; /** @description Max length: 10; */ employeeIdentifer?: string; vendorNumber?: string; enableMobileGpsFlag?: boolean | null; /** Format: date-time */ inactiveDate?: string; inactiveFlag?: boolean | null; lastLogin?: string; clientId?: string; token?: string; /** @description Max length: 30; */ firstName: string; /** @description Max length: 1; */ middleInitial?: string; /** @description Max length: 30; */ lastName: string; /** Format: date-time */ hireDate: string; country?: components["schemas"]["CountryReference"]; photo?: components["schemas"]["DocumentReference"]; /** @description Max length: 250; */ officeEmail?: string; /** @description Max length: 250; */ mobileEmail?: string; /** @description Max length: 250; */ homeEmail?: string; /** @enum {string|null} */ defaultEmail: "Office" | "Mobile" | "Home" | null; /** @description Max length: 250; */ primaryEmail?: string; /** @description Max length: 15; */ officePhone?: string; /** @description Max length: 10; */ officeExtension?: string; /** @description Max length: 15; */ mobilePhone?: string; /** @description Max length: 10; */ mobileExtension?: string; /** @description Max length: 15; */ homePhone?: string; /** @description Max length: 10; */ homeExtension?: string; /** @enum {string|null} */ defaultPhone: "Office" | "Mobile" | "Home" | null; securityRole: components["schemas"]["SecurityRoleReference"]; office365?: components["schemas"]["MemberOffice365"]; mapiName?: string; calendarSyncIntegrationFlag?: boolean | null; /** @enum {string|null} */ authenticationServiceType?: "AuthAnvil" | "GoogleAuthenticator" | "Email" | null; timebasedOneTimePasswordActivated?: boolean | null; enableLdapAuthenticationFlag?: boolean | null; ldapConfiguration?: components["schemas"]["LdapConfigurationReference"]; /** @description Max length: 50; */ ldapUserName?: string; directionalSync?: components["schemas"]["DirectionalSyncReference"]; ssoSettings?: components["schemas"]["MemberSsoSettingsReference"]; signature?: string; /** @enum {string|null} */ phoneIntegrationType?: "TAPI" | "SKYPE" | "TEL" | "CALLTO" | "NONE" | null; useBrowserLanguageFlag?: boolean | null; title?: string; reportCard?: components["schemas"]["ReportCardReference"]; enableMobileFlag?: boolean | null; type?: components["schemas"]["MemberTypeReference"]; timeZone?: components["schemas"]["TimeZoneSetupReference"]; partnerPortalFlag?: boolean | null; stsUserAdminUrl?: string; toastNotificationFlag?: boolean | null; memberPersonas?: number[]; adminFlag?: boolean | null; structureLevel?: components["schemas"]["StructureReference"]; securityLocation?: components["schemas"]["SystemLocationReference"]; defaultLocation?: components["schemas"]["SystemLocationReference"]; defaultDepartment?: components["schemas"]["SystemDepartmentReference"]; reportsTo?: components["schemas"]["MemberReference"]; restrictLocationFlag?: boolean | null; restrictDepartmentFlag?: boolean | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; timeApprover?: components["schemas"]["MemberReference"]; expenseApprover?: components["schemas"]["MemberReference"]; /** Format: double */ billableForecast?: number | null; /** Format: double */ dailyCapacity?: number | null; /** Format: double */ hourlyCost?: number | null; /** Format: double */ hourlyRate?: number | null; includeInUtilizationReportingFlag?: boolean | null; requireExpenseEntryFlag?: boolean | null; requireTimeSheetEntryFlag?: boolean | null; requireStartAndEndTimeOnTimeEntryFlag?: boolean | null; allowInCellEntryOnTimeSheet?: boolean | null; enterTimeAgainstCompanyFlag?: boolean | null; allowExpensesEnteredAgainstCompaniesFlag?: boolean | null; timeReminderEmailFlag?: boolean | null; /** Format: int32 */ daysTolerance?: number | null; /** Format: double */ minimumHours?: number | null; timeSheetStartDate?: string; serviceDefaultLocation?: components["schemas"]["SystemLocationReference"]; serviceDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; serviceDefaultBoard?: components["schemas"]["BoardReference"]; restrictServiceDefaultLocationFlag?: boolean | null; restrictServiceDefaultDepartmentFlag?: boolean | null; excludedServiceBoardIds?: number[]; teams?: number[]; serviceBoardTeamIds?: number[]; projectDefaultLocation?: components["schemas"]["SystemLocationReference"]; projectDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; projectDefaultBoard?: components["schemas"]["ProjectBoardReference"]; restrictProjectDefaultLocationFlag?: boolean | null; restrictProjectDefaultDepartmentFlag?: boolean | null; excludedProjectBoardIds?: number[]; scheduleDefaultLocation?: components["schemas"]["SystemLocationReference"]; scheduleDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; /** Format: double */ scheduleCapacity?: number | null; serviceLocation?: components["schemas"]["ServiceLocationReference"]; restrictScheduleFlag?: boolean | null; hideMemberInDispatchPortalFlag?: boolean | null; calendar?: components["schemas"]["CalendarReference"]; salesDefaultLocation?: components["schemas"]["SystemLocationReference"]; restrictDefaultSalesTerritoryFlag?: boolean | null; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; restrictDefaultWarehouseFlag?: boolean | null; restrictDefaultWarehouseBinFlag?: boolean | null; /** @enum {string|null} */ companyActivityTabFormat?: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceTimeTabFormat?: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceScreenDefaultTabFormat?: "ShowInvoicingTab" | "ShowAgreementInvoicingTab" | null; /** @enum {string|null} */ invoicingDisplayOptions?: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; /** @enum {string|null} */ agreementInvoicingDisplayOptions?: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; autoStartStopwatch?: boolean | null; autoPopupQuickNotesWithStopwatch?: boolean | null; /** @enum {string|null} */ globalSearchDefaultTicketFilter?: "OpenRecords" | "ClosedRecords" | "AllRecords" | null; /** @enum {string|null} */ globalSearchDefaultSort?: "None" | "LastUpdatedDesc" | "LastUpdatedAsc" | "CreatedDesc" | "CreatedAsc" | null; phoneSource?: string; _info?: { [key: string]: string; }; copyPodLayouts?: boolean; copySharedDefaultViews?: boolean; copyColumnLayoutsAndFilters?: boolean; /** Format: int32 */ fromMemberRecId?: number; /** Format: int32 */ fromMemberTemplateRecId?: number; customFields?: components["schemas"]["CustomFieldValue"][]; }; MemberAccrual: { /** Format: int32 */ id?: number; /** @enum {string|null} */ accrualType: "Holiday" | "PTO" | "Sick" | "Vacation" | null; /** Format: int32 */ year: number | null; /** Format: double */ hours: number | null; reason: string; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; MemberCertification: { /** Format: int32 */ id?: number; certification: components["schemas"]["CertificationReference"]; /** Format: int32 */ percentComplete?: number | null; /** Format: date-time */ dateReceived?: string; /** Format: date-time */ dateExpires?: string; /** @description Max length: 50; */ certificationNumber?: string; notes?: string; member?: components["schemas"]["MemberReference"]; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; MemberDeactivation: { activity?: components["schemas"]["MemberDeactivationItem"]; serviceTeam?: components["schemas"]["MemberDeactivationItem"]; /** @description A list of customers for which the member holds a team role */ companyTeam?: components["schemas"]["MemberDeactivationCompanyTeam"][]; workflowEmail?: components["schemas"]["MemberDeactivationItem"]; serviceStatusWorkflow?: components["schemas"]["MemberDeactivationStatusWorkflow"][]; ticketTemplate?: components["schemas"]["MemberDeactivationItem"]; opportunity?: components["schemas"]["MemberDeactivationItem"]; salesTeam?: components["schemas"]["MemberDeactivationItem"]; projectManager?: components["schemas"]["MemberDeactivationItem"]; projectTimeApprover?: components["schemas"]["MemberDeactivationItem"]; projectExpenseApprover?: components["schemas"]["MemberDeactivationItem"]; knowledgeBaseArticle?: components["schemas"]["MemberDeactivationItem"]; myCompanyPresident?: components["schemas"]["MemberDeactivationItem"]; myCompanyCOO?: components["schemas"]["MemberDeactivationItem"]; myCompanyController?: components["schemas"]["MemberDeactivationItem"]; myCompanyDispatch?: components["schemas"]["MemberDeactivationItem"]; myCompanyServiceManager?: components["schemas"]["MemberDeactivationItem"]; myCompanyDutyManagerRole?: components["schemas"]["MemberDeactivationItem"]; departmentManager?: components["schemas"]["MemberDeactivationItem"]; dispatchMember?: components["schemas"]["MemberDeactivationItem"]; serviceManager?: components["schemas"]["MemberDeactivationItem"]; dutyManager?: components["schemas"]["MemberDeactivationItem"]; sendFromEmailNotify?: components["schemas"]["MemberDeactivationItem"]; /** * @description By default, this is set to false * If there is any open timesheets, system will return error message * that there is open timesheets still attached to this member * If user would like to delete member with open timesheets, they can set this boolean to TRUE * System will delete member and any associated open timesheets */ deleteOpenTimeSheetsFlag?: boolean | null; }; MemberDeactivationCompanyTeam: { /** Format: int32 */ id?: number; name?: string; reAssignToContact?: components["schemas"]["ContactReference"]; /** Format: int32 */ count?: number; reAssignToMember?: components["schemas"]["MemberReference"]; }; MemberDeactivationItem: { /** Format: int32 */ count?: number; reAssignToMember?: components["schemas"]["MemberReference"]; }; MemberDeactivationStatusWorkflow: { /** Format: int32 */ id?: number; name?: string; /** Format: int32 */ count?: number; reAssignToMember?: components["schemas"]["MemberReference"]; }; MemberDelegation: { /** Format: int32 */ id?: number; /** @enum {string|null} */ delegationType: "Approval" | "Project" | null; delegatedTo: components["schemas"]["MemberReference"]; /** Format: date-time */ dateStart: string; /** Format: date-time */ dateEnd: string; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; MemberForCalSync: { /** Format: int32 */ id?: number; memberId?: string; office365Id?: string; mapiName?: string; calendarSyncIntegrationFlag?: boolean | null; }; MemberInfo: { /** Format: int32 */ id?: number; identifier?: string; firstName?: string; middleInitial?: string; lastName?: string; fullName?: string; defaultEmail?: string; photo?: components["schemas"]["DocumentReference"]; /** * @description F = Full Member, A = API Member, C = StreamlineIT Member, X = Subcontractor Member * @enum {string|null} */ licenseClass?: "A" | "C" | "F" | "X" | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; MemberLinkSsoUser: { /** @description Max length: 100; */ ssoUserId?: string; }; MemberNotificationSetting: { /** Format: int32 */ id?: number; /** @enum {string|null} */ notificationType: "Email" | "Push" | null; /** @enum {string|null} */ notificationTrigger: "ActivityStatusReq" | "CustomerUpdated" | "ExpenseReport" | "TicketStatusChange" | "TicketStatusRequest" | "TimeNagApprover" | "TimeNagMember" | "TimeSheet" | "WorkflowRules" | null; _info?: { [key: string]: string; }; }; MemberOffice365: { id?: string; name?: string; }; MemberPersona: { /** Format: int32 */ id?: number; /** Format: int32 */ jobRolePercentage?: number | null; /** @description Max length: 20; */ name: string; /** Format: int32 */ personaId: number; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; MemberReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; /** Format: double */ dailyCapacity?: number | null; _info?: { [key: string]: string; }; }; MemberSkill: { /** Format: int32 */ id?: number; skill: components["schemas"]["SkillReference"]; /** @enum {string|null} */ skillLevel: "Beginner" | "Intermediate" | "Advanced" | "Expert" | null; certifiedFlag?: boolean | null; /** Format: int32 */ yearsExperience?: number | null; notes?: string; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; MemberSsoSettingsReference: { /** Format: int32 */ id?: number | null; ssoUserId?: string; userName?: string; email?: string; _info?: { [key: string]: string; }; }; MemberSsoToken: { token?: string; }; MemberTemplate: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ identifier: string; /** @description Max length: 1024; */ templateDescription?: string; title?: string; reportCard?: components["schemas"]["ReportCardReference"]; enableMobileFlag?: boolean | null; type?: components["schemas"]["MemberTypeReference"]; timeZone?: components["schemas"]["TimeZoneSetupReference"]; partnerPortalFlag?: boolean | null; stsUserAdminUrl?: string; toastNotificationFlag?: boolean | null; memberPersonas?: number[]; adminFlag?: boolean | null; structureLevel?: components["schemas"]["StructureReference"]; securityLocation?: components["schemas"]["SystemLocationReference"]; defaultLocation?: components["schemas"]["SystemLocationReference"]; defaultDepartment?: components["schemas"]["SystemDepartmentReference"]; reportsTo?: components["schemas"]["MemberReference"]; restrictLocationFlag?: boolean | null; restrictDepartmentFlag?: boolean | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; timeApprover?: components["schemas"]["MemberReference"]; expenseApprover?: components["schemas"]["MemberReference"]; /** Format: double */ billableForecast?: number | null; /** Format: double */ dailyCapacity?: number | null; /** Format: double */ hourlyCost?: number | null; /** Format: double */ hourlyRate?: number | null; includeInUtilizationReportingFlag?: boolean | null; requireExpenseEntryFlag?: boolean | null; requireTimeSheetEntryFlag?: boolean | null; requireStartAndEndTimeOnTimeEntryFlag?: boolean | null; allowInCellEntryOnTimeSheet?: boolean | null; enterTimeAgainstCompanyFlag?: boolean | null; allowExpensesEnteredAgainstCompaniesFlag?: boolean | null; timeReminderEmailFlag?: boolean | null; /** Format: int32 */ daysTolerance?: number | null; /** Format: double */ minimumHours?: number | null; timeSheetStartDate?: string; serviceDefaultLocation?: components["schemas"]["SystemLocationReference"]; serviceDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; serviceDefaultBoard?: components["schemas"]["BoardReference"]; restrictServiceDefaultLocationFlag?: boolean | null; restrictServiceDefaultDepartmentFlag?: boolean | null; excludedServiceBoardIds?: number[]; teams?: number[]; serviceBoardTeamIds?: number[]; projectDefaultLocation?: components["schemas"]["SystemLocationReference"]; projectDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; projectDefaultBoard?: components["schemas"]["ProjectBoardReference"]; restrictProjectDefaultLocationFlag?: boolean | null; restrictProjectDefaultDepartmentFlag?: boolean | null; excludedProjectBoardIds?: number[]; scheduleDefaultLocation?: components["schemas"]["SystemLocationReference"]; scheduleDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; /** Format: double */ scheduleCapacity?: number | null; serviceLocation?: components["schemas"]["ServiceLocationReference"]; restrictScheduleFlag?: boolean | null; hideMemberInDispatchPortalFlag?: boolean | null; calendar?: components["schemas"]["CalendarReference"]; salesDefaultLocation?: components["schemas"]["SystemLocationReference"]; restrictDefaultSalesTerritoryFlag?: boolean | null; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; restrictDefaultWarehouseFlag?: boolean | null; restrictDefaultWarehouseBinFlag?: boolean | null; /** @enum {string|null} */ companyActivityTabFormat?: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceTimeTabFormat?: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceScreenDefaultTabFormat?: "ShowInvoicingTab" | "ShowAgreementInvoicingTab" | null; /** @enum {string|null} */ invoicingDisplayOptions?: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; /** @enum {string|null} */ agreementInvoicingDisplayOptions?: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; autoStartStopwatch?: boolean | null; autoPopupQuickNotesWithStopwatch?: boolean | null; /** @enum {string|null} */ globalSearchDefaultTicketFilter?: "OpenRecords" | "ClosedRecords" | "AllRecords" | null; /** @enum {string|null} */ globalSearchDefaultSort?: "None" | "LastUpdatedDesc" | "LastUpdatedAsc" | "CreatedDesc" | "CreatedAsc" | null; phoneSource?: string; _info?: { [key: string]: string; }; copyPodLayouts?: boolean; copySharedDefaultViews?: boolean; copyColumnLayoutsAndFilters?: boolean; /** Format: int32 */ fromMemberRecId?: number; /** Format: int32 */ fromMemberTemplateRecId?: number; customFields?: components["schemas"]["CustomFieldValue"][]; }; MemberType: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; MemberTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; MemberTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; MenuEntry: { /** Format: int32 */ id?: number; menuLocation: components["schemas"]["MenuLocationReference"]; /** @description Max length: 50; */ caption: string; /** @description Max length: 2000; */ link: string; newWindowFlag: boolean | null; locationIds?: number[]; /** @description Max length: 2000; */ origin?: string; /** @description Only required if not already set Max length: 36; */ clientId?: string; addAllLocations?: boolean | null; removeAllLocations?: boolean | null; /** Format: int32 */ smallMenuIconId?: number | null; /** Format: int32 */ largeMenuIconId?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; MenuEntryLocation: { /** Format: int32 */ id?: number; location: components["schemas"]["SystemLocationReference"]; menuEntry?: components["schemas"]["SystemMenuEntryReference"]; _info?: { [key: string]: string; }; }; MenuLocationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; MinimumStockByWarehouse: { /** Format: int32 */ id?: number; warehouse: components["schemas"]["WarehouseReference"]; /** Format: int32 */ minimumStock: number | null; _info?: { [key: string]: string; }; }; MyAccount: { /** Format: int32 */ id?: number; /** @description Max length: 15; */ identifier: string; /** @description ConditionallyRequired. API Member will get random password generated Max length: 60; */ password?: string; /** @description Max length: 30; */ firstName: string; /** @description Max length: 1; */ middleInitial?: string; /** @description Max length: 30; */ lastName: string; /** @description Max length: 50; */ title?: string; reportCard?: components["schemas"]["ReportCardReference"]; /** * @description F = Full Member, A = API Member, C = StreamlineIT Member, X = Subcontractor Member * @enum {string|null} */ licenseClass: "A" | "C" | "F" | "X" | null; disableOnlineFlag?: boolean | null; enableMobileFlag?: boolean | null; type?: components["schemas"]["MemberTypeReference"]; /** @description Max length: 10; */ employeeIdentifer?: string; vendorNumber?: string; notes?: string; timeZone: components["schemas"]["TimeZoneSetupReference"]; country?: components["schemas"]["CountryReference"]; serviceBoardTeamIds?: number[]; enableMobileGpsFlag?: boolean | null; /** Format: date-time */ inactiveDate?: string; inactiveFlag?: boolean | null; lastLogin?: string; photo?: components["schemas"]["DocumentReference"]; partnerPortalFlag?: boolean | null; clientId?: string; stsUserAdminUrl?: string; token?: string; toastNotificationFlag?: boolean | null; memberPersonas?: number[]; office365?: components["schemas"]["MemberOffice365"]; /** @description Max length: 250; */ officeEmail?: string; /** @description Max length: 15; */ officePhone?: string; /** @description Max length: 10; */ officeExtension?: string; /** @description Max length: 250; */ mobileEmail?: string; /** @description Max length: 15; */ mobilePhone?: string; /** @description Max length: 10; */ mobileExtension?: string; /** @description Max length: 250; */ homeEmail?: string; /** @description Max length: 15; */ homePhone?: string; /** @description Max length: 10; */ homeExtension?: string; /** @enum {string|null} */ defaultEmail: "Office" | "Mobile" | "Home" | null; /** @description Max length: 250; */ primaryEmail?: string; /** @enum {string|null} */ defaultPhone: "Office" | "Mobile" | "Home" | null; defaultLocation: components["schemas"]["SystemLocationReference"]; defaultDepartment: components["schemas"]["SystemDepartmentReference"]; reportsTo?: components["schemas"]["MemberReference"]; workRole: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; timeApprover: components["schemas"]["MemberReference"]; expenseApprover: components["schemas"]["MemberReference"]; /** Format: double */ billableForecast?: number | null; /** Format: double */ dailyCapacity?: number | null; includeInUtilizationReportingFlag?: boolean | null; requireExpenseEntryFlag?: boolean | null; requireTimeSheetEntryFlag?: boolean | null; requireStartAndEndTimeOnTimeEntryFlag?: boolean | null; allowInCellEntryOnTimeSheet?: boolean | null; enterTimeAgainstCompanyFlag?: boolean | null; allowExpensesEnteredAgainstCompaniesFlag?: boolean | null; timeReminderEmailFlag?: boolean | null; /** Format: int32 */ daysTolerance?: number | null; /** Format: double */ minimumHours?: number | null; /** Format: date-time */ timeSheetStartDate?: string; /** Format: date-time */ hireDate: string; serviceDefaultLocation?: components["schemas"]["SystemLocationReference"]; serviceDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; serviceDefaultBoard?: components["schemas"]["BoardReference"]; projectDefaultLocation?: components["schemas"]["SystemLocationReference"]; projectDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; projectDefaultBoard?: components["schemas"]["ProjectBoardReference"]; scheduleDefaultLocation?: components["schemas"]["SystemLocationReference"]; scheduleDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; /** Format: double */ scheduleCapacity?: number | null; serviceLocation?: components["schemas"]["ServiceLocationReference"]; hideMemberInDispatchPortalFlag?: boolean | null; calendar?: components["schemas"]["CalendarReference"]; salesDefaultLocation: components["schemas"]["SystemLocationReference"]; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; mapiName?: string; calendarSyncIntegrationFlag?: boolean | null; /** @enum {string|null} */ companyActivityTabFormat: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceTimeTabFormat: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceScreenDefaultTabFormat: "ShowInvoicingTab" | "ShowAgreementInvoicingTab" | null; /** @enum {string|null} */ invoicingDisplayOptions: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; /** @enum {string|null} */ agreementInvoicingDisplayOptions: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; /** @enum {string|null} */ authenticationServiceType?: "AuthAnvil" | "GoogleAuthenticator" | "Email" | null; timebasedOneTimePasswordActivated?: boolean | null; directionalSync?: components["schemas"]["DirectionalSyncReference"]; autoStartStopwatch?: boolean | null; autoPopupQuickNotesWithStopwatch?: boolean | null; signature?: string; /** @enum {string|null} */ globalSearchDefaultTicketFilter?: "OpenRecords" | "ClosedRecords" | "AllRecords" | null; /** @enum {string|null} */ globalSearchDefaultSort?: "None" | "LastUpdatedDesc" | "LastUpdatedAsc" | "CreatedDesc" | "CreatedAsc" | null; phoneSource?: string; /** @enum {string|null} */ phoneIntegrationType?: "TAPI" | "SKYPE" | "TEL" | "CALLTO" | "NONE" | null; useBrowserLanguageFlag?: boolean | null; _info?: { [key: string]: string; }; copyPodLayouts?: boolean; copySharedDefaultViews?: boolean; copyColumnLayoutsAndFilters?: boolean; /** Format: int32 */ fromMemberRecId?: number; customFields?: components["schemas"]["CustomFieldValue"][]; }; MyMember: { /** Format: int32 */ id?: number; identifier?: string; /** @description ConditionallyRequired. API Member will get random password generated */ password?: string; firstName?: string; middleInitial?: string; lastName?: string; title?: string; reportCard?: components["schemas"]["ReportCardReference"]; /** * @description F = Full Member, A = API Member, C = StreamlineIT Member, X = Subcontractor Member * @enum {string|null} */ licenseClass?: "A" | "C" | "F" | "X" | null; disableOnlineFlag?: boolean | null; enableMobileFlag?: boolean | null; type?: components["schemas"]["MemberTypeReference"]; employeeIdentifer?: string; vendorNumber?: string; notes?: string; timeZone?: components["schemas"]["TimeZoneSetupReference"]; country?: components["schemas"]["CountryReference"]; serviceBoardTeamIds?: number[]; enableMobileGpsFlag?: boolean | null; inactiveDate?: string; inactiveFlag?: boolean | null; lastLogin?: string; photo?: components["schemas"]["DocumentReference"]; toastNotificationFlag?: boolean | null; officeEmail?: string; officePhone?: string; officeExtension?: string; mobileEmail?: string; mobilePhone?: string; mobileExtension?: string; homeEmail?: string; homePhone?: string; homeExtension?: string; /** @enum {string|null} */ defaultEmail?: "Office" | "Mobile" | "Home" | null; /** @enum {string|null} */ defaultPhone?: "Office" | "Mobile" | "Home" | null; securityRole?: components["schemas"]["SecurityRoleReference"]; adminFlag?: boolean | null; structureLevel?: components["schemas"]["StructureReference"]; securityLocation?: components["schemas"]["SystemLocationReference"]; defaultLocation?: components["schemas"]["SystemLocationReference"]; defaultDepartment?: components["schemas"]["SystemDepartmentReference"]; reportsTo?: components["schemas"]["MemberReference"]; restrictLocationFlag?: boolean | null; restrictDepartmentFlag?: boolean | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; timeApprover?: components["schemas"]["MemberReference"]; expenseApprover?: components["schemas"]["MemberReference"]; /** Format: double */ billableForecast?: number | null; /** Format: double */ dailyCapacity?: number | null; /** Format: double */ hourlyCost?: number | null; /** Format: double */ hourlyRate?: number | null; includeInUtilizationReportingFlag?: boolean | null; requireExpenseEntryFlag?: boolean | null; requireTimeSheetEntryFlag?: boolean | null; requireStartAndEndTimeOnTimeEntryFlag?: boolean | null; allowInCellEntryOnTimeSheet?: boolean | null; enterTimeAgainstCompanyFlag?: boolean | null; allowExpensesEnteredAgainstCompaniesFlag?: boolean | null; timeReminderEmailFlag?: boolean | null; /** Format: int32 */ daysTolerance?: number | null; /** Format: double */ minimumHours?: number | null; timeSheetStartDate?: string; hireDate?: string; serviceDefaultLocation?: components["schemas"]["SystemLocationReference"]; serviceDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; serviceDefaultBoard?: components["schemas"]["BoardReference"]; restrictServiceDefaultLocationFlag?: boolean | null; restrictServiceDefaultDepartmentFlag?: boolean | null; excludedServiceBoardIds?: number[]; projectDefaultLocation?: components["schemas"]["SystemLocationReference"]; projectDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; projectDefaultBoard?: components["schemas"]["ProjectBoardReference"]; restrictProjectDefaultLocationFlag?: boolean | null; restrictProjectDefaultDepartmentFlag?: boolean | null; excludedProjectBoardIds?: number[]; scheduleDefaultLocation?: components["schemas"]["SystemLocationReference"]; scheduleDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; /** Format: double */ scheduleCapacity?: number | null; serviceLocation?: components["schemas"]["ServiceLocationReference"]; restrictScheduleFlag?: boolean | null; hideMemberInDispatchPortalFlag?: boolean | null; calendar?: components["schemas"]["CalendarReference"]; salesDefaultLocation?: components["schemas"]["SystemLocationReference"]; restrictDefaultSalesTerritoryFlag?: boolean | null; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; restrictDefaultWarehouseFlag?: boolean | null; restrictDefaultWarehouseBinFlag?: boolean | null; mapiName?: string; calendarSyncIntegrationFlag?: boolean | null; enableLdapAuthenticationFlag?: boolean | null; ldapConfiguration?: components["schemas"]["LdapConfigurationReference"]; ldapUserName?: string; /** @enum {string|null} */ companyActivityTabFormat?: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceTimeTabFormat?: "SummaryList" | "DetailList" | null; /** @enum {string|null} */ invoiceScreenDefaultTabFormat?: "ShowInvoicingTab" | "ShowAgreementInvoicingTab" | null; /** @enum {string|null} */ invoicingDisplayOptions?: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; /** @enum {string|null} */ agreementInvoicingDisplayOptions?: "RemainOnInvoicingScreen" | "ShowRecentInvoices" | null; corelyticsUsername?: string; corelyticsPassword?: string; /** @enum {string|null} */ authenticationServiceType?: "AuthAnvil" | "GoogleAuthenticator" | "Email" | null; timebasedOneTimePasswordActivated?: boolean | null; directionalSync?: components["schemas"]["DirectionalSyncReference"]; ssoSessionFlag?: boolean | null; ssoClientId?: string; _info?: { [key: string]: string; }; }; MyMemberInfo: { /** Format: int32 */ id?: number; identifier?: string; firstName?: string; middleInitial?: string; lastName?: string; fullName?: string; defaultEmail?: string; photo?: components["schemas"]["DocumentReference"]; /** * @description F = Full Member, A = API Member, C = StreamlineIT Member, X = Subcontractor Member * @enum {string|null} */ licenseClass?: "A" | "C" | "F" | "X" | null; inactiveFlag?: boolean | null; timeZone?: components["schemas"]["TimeZoneSetupReference"]; useBrowserLanguageFlag?: boolean | null; defaultLocation?: components["schemas"]["SystemLocationReference"]; defaultDepartment?: components["schemas"]["SystemDepartmentReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; /** Format: double */ dailyCapacity?: number | null; requireExpenseEntryFlag?: boolean | null; requireTimeSheetEntryFlag?: boolean | null; requireStartAndEndTimeOnTimeEntryFlag?: boolean | null; enterTimeAgainstCompanyFlag?: boolean | null; allowExpensesEnteredAgainstCompaniesFlag?: boolean | null; serviceDefaultBoard?: components["schemas"]["BoardReference"]; serviceDefaultLocation?: components["schemas"]["SystemLocationReference"]; serviceDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; restrictServiceDefaultLocationFlag?: boolean | null; restrictServiceDefaultDepartmentFlag?: boolean | null; excludedServiceBoardIds?: number[]; projectDefaultLocation?: components["schemas"]["SystemLocationReference"]; projectDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; projectDefaultBoard?: components["schemas"]["ProjectBoardReference"]; restrictProjectDefaultLocationFlag?: boolean | null; restrictProjectDefaultDepartmentFlag?: boolean | null; excludedProjectBoardIds?: number[]; scheduleDefaultLocation?: components["schemas"]["SystemLocationReference"]; scheduleDefaultDepartment?: components["schemas"]["SystemDepartmentReference"]; /** Format: double */ scheduleCapacity?: number | null; serviceLocation?: components["schemas"]["ServiceLocationReference"]; salesDefaultLocation?: components["schemas"]["SystemLocationReference"]; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; restrictDefaultWarehouseFlag?: boolean | null; restrictDefaultWarehouseBinFlag?: boolean | null; ssoSessionFlag?: boolean | null; ssoClientId?: string; _info?: { [key: string]: string; }; }; MySecurity: { /** Format: int32 */ id?: number; /** @enum {string|null} */ addLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ editLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ deleteLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ inquireLevel?: "None" | "My" | "All" | null; moduleFunctionName?: string; moduleFunctionDescription?: string; myAllFlag?: boolean | null; moduleFunctionIdentifier?: string; reportFlag?: boolean | null; restrictFlag?: boolean | null; customFlag?: boolean | null; moduleDescription?: string; moduleIdentifier?: string; moduleName?: string; /** Format: int32 */ sortOrder?: number | null; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; MySecurityCustomizeItem: { /** Format: int32 */ id?: number; /** @enum {string|null} */ customizeIdentifier?: "CompanyReports" | "FinanceReports" | "MarketingReports" | "ProcurementReports" | "ProjectReports" | "SalesReports" | "ServiceReports" | "SystemReports" | "TimeAndExpenseReports" | "CompanyConfigurations" | "FinanceAgreements" | "ProjectScheduling" | "ServiceResourceScheduling" | "SystemManageHostedApi" | "SystemMyAccount" | "SystemCustomMenuEntry" | "SystemMassMaintenance" | "SystemTableSetup" | null; itemIdentifier?: string; }; NoteTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; NotificationRecipient: { /** Format: int32 */ id?: number; identifier?: string; name?: string; externalFlag?: boolean | null; serviceFlag?: boolean | null; salesFlag?: boolean | null; invoiceFlag?: boolean | null; agreementFlag?: boolean | null; memberFlag?: boolean | null; configFlag?: boolean | null; mspFlag?: boolean | null; trackFlag?: boolean | null; projectFlag?: boolean | null; procurementFlag?: boolean | null; knowledgeBaseFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; NotificationRecipientReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; NotifyTypeReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; Office365EmailApplicationInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; Office365EmailSetup: { /** Format: int32 */ id?: number; /** @description Max length: 200; */ name: string; /** @description Max length: 100; */ username?: string; /** @description Max length: 40; */ inboxFolder: string; /** @description Max length: 40; */ processedFolder: string; /** @description Max length: 40; */ failedFolder: string; /** @description Max length: 36; */ tenantId?: string; /** @description Max length: 36; */ clientId?: string; /** @description Max length: 4000; */ clientSecret?: string; authorizedFlag?: boolean | null; inactiveFlag?: boolean | null; /** Format: int32 */ source?: number; useExistingTenantFlag?: boolean | null; existingTenant?: components["schemas"]["ExistingTenantReference"]; emailConnector?: components["schemas"]["EmailConnectorReference"]; _info?: { [key: string]: string; }; }; Office365EmailSetupReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OnHandSerialNumber: { /** Format: int32 */ id?: number; serial?: string; catalogItem?: components["schemas"]["CatalogItemReference"]; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; _info?: { [key: string]: string; }; }; OnHandSerialNumberReference: { /** Format: int32 */ id?: number | null; serialNumber?: string; _info?: { [key: string]: string; }; }; OnPremiseSearchSetting: { /** Format: int32 */ id?: number; password: string; _info?: { [key: string]: string; }; }; OpenRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; Opportunity: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; /** * Format: date-time * @description Required On Updates; */ expectedCloseDate?: string; type?: components["schemas"]["OpportunityTypeReference"]; stage?: components["schemas"]["OpportunityStageReference"]; status?: components["schemas"]["OpportunityStatusReference"]; priority?: components["schemas"]["OpportunityPriorityReference"]; notes?: string; probability?: components["schemas"]["OpportunityProbabilityReference"]; /** @description Max length: 50; */ source?: string; rating?: components["schemas"]["OpportunityRatingReference"]; campaign?: components["schemas"]["CampaignReference"]; primarySalesRep: components["schemas"]["MemberReference"]; secondarySalesRep?: components["schemas"]["MemberReference"]; /** * Format: int32 * @description Required On Updates; */ locationId?: number | null; /** * Format: int32 * @description Required On Updates; */ businessUnitId?: number | null; company: components["schemas"]["CompanyReference"]; contact: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; /** @description Max length: 25; */ customerPO?: string; /** Format: date-time */ pipelineChangeDate?: string; /** Format: date-time */ dateBecameLead?: string; /** Format: date-time */ closedDate?: string; closedBy?: components["schemas"]["MemberReference"]; /** Format: double */ totalSalesTax?: number | null; shipToCompany?: components["schemas"]["CompanyReference"]; shipToContact?: components["schemas"]["ContactReference"]; shipToSite?: components["schemas"]["SiteReference"]; billToCompany?: components["schemas"]["CompanyReference"]; billToContact?: components["schemas"]["ContactReference"]; billToSite?: components["schemas"]["SiteReference"]; billingTerms?: components["schemas"]["BillingTermsReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; currency?: components["schemas"]["CurrencyReference"]; /** Format: int32 */ companyLocationId?: number | null; technicalContact?: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; OpportunityContact: { /** Format: int32 */ id?: number; contact: components["schemas"]["ContactReference"]; company?: components["schemas"]["CompanyReference"]; role?: components["schemas"]["OpportunitySalesRoleReference"]; notes?: string; referralFlag?: boolean | null; /** Format: int32 */ opportunityId?: number | null; phoneNumber?: string; emailAddress?: string; _info?: { [key: string]: string; }; }; OpportunityNote: { /** Format: int32 */ id?: number; /** Format: int32 */ opportunityId?: number | null; type?: components["schemas"]["NoteTypeReference"]; text: string; flagged?: boolean | null; enteredBy?: string; /** Format: uuid */ mobileGuid?: string | null; _info?: { [key: string]: string; }; }; OpportunityPriorityReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityProbabilityReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityRating: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** Format: int32 */ sortOrder?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; OpportunityRatingInfo: { /** Format: int32 */ id?: number; name?: string; /** Format: int32 */ sortOrder?: number | null; _info?: { [key: string]: string; }; }; OpportunityRatingReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunitySalesRoleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityStage: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; probability?: components["schemas"]["OpportunityProbabilityReference"]; /** @description Max length: 25; */ color?: string; /** Format: int32 */ sequenceNumber?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; OpportunityStageInfo: { /** Format: int32 */ id?: number; name?: string; probability?: components["schemas"]["OpportunityProbabilityReference"]; color?: string; /** Format: int32 */ sequenceNumber?: number | null; _info?: { [key: string]: string; }; }; OpportunityStageReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityStatus: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; wonFlag?: boolean | null; lostFlag?: boolean | null; closedFlag?: boolean | null; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; enteredBy?: string; /** Format: date-time */ dateEntered?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; OpportunityStatusInfo: { /** Format: int32 */ id?: number; closedFlag?: boolean | null; inactiveFlag?: boolean | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OpportunityToAgreementConversion: { /** Format: int32 */ agreementId?: number; name?: string; type?: components["schemas"]["AgreementTypeReference"]; startDate?: string; endDate?: string; noEndingDateFlag?: boolean | null; /** Format: int32 */ billCycleId?: number | null; billOneTimeFlag?: boolean | null; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; includeAllNotesFlag?: boolean | null; includeAllDocumentsFlag?: boolean | null; includeAllProductsFlag?: boolean | null; includeNoteIds?: number[]; includeDocumentIds?: number[]; includeProductIds?: number[]; }; OpportunityToProjectConversion: { /** Format: int32 */ projectId?: number; name?: string; status?: components["schemas"]["ProjectStatusReference"]; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; board?: components["schemas"]["ProjectBoardReference"]; manager?: components["schemas"]["MemberReference"]; estimatedStart?: string; estimatedEnd?: string; includeAllNotesFlag?: boolean | null; includeAllDocumentsFlag?: boolean | null; includeAllProductsFlag?: boolean | null; includeNoteIds?: number[]; includeDocumentIds?: number[]; includeProductIds?: number[]; }; OpportunityToSalesOrderConversion: { /** Format: int32 */ salesOrderId?: number; name?: string; includeAllNotesFlag?: boolean | null; includeAllDocumentsFlag?: boolean | null; includeAllProductsFlag?: boolean | null; includeNoteIds?: number[]; includeDocumentIds?: number[]; includeProductIds?: number[]; }; OpportunityToServiceTicketConversion: { /** Format: int32 */ ticketId?: number; summary?: string; includeAllNotesFlag?: boolean | null; includeAllDocumentsFlag?: boolean | null; includeAllProductsFlag?: boolean | null; includeNoteIds?: number[]; includeDocumentIds?: number[]; includeProductIds?: number[]; }; OpportunityType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ description: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; OpportunityTypeInfo: { /** Format: int32 */ id?: number; description?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; OpportunityTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Order: { /** Format: int32 */ id?: number; company: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; phone?: string; phoneExt?: string; email?: string; site?: components["schemas"]["SiteReference"]; status: components["schemas"]["OrderStatusReference"]; opportunity?: components["schemas"]["OpportunityReference"]; /** Format: date-time */ orderDate?: string; /** Format: date-time */ dueDate?: string; billingTerms?: components["schemas"]["BillingTermsReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; /** @description Max length: 50; */ poNumber?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; salesRep: components["schemas"]["MemberReference"]; notes?: string; billClosedFlag?: boolean | null; billShippedFlag?: boolean | null; restrictDownpaymentFlag?: boolean | null; description?: string; topCommentFlag?: boolean | null; bottomCommentFlag?: boolean | null; shipToCompany?: components["schemas"]["CompanyReference"]; shipToContact?: components["schemas"]["ContactReference"]; shipToSite?: components["schemas"]["SiteReference"]; billToCompany?: components["schemas"]["CompanyReference"]; billToContact?: components["schemas"]["ContactReference"]; billToSite?: components["schemas"]["SiteReference"]; productIds?: number[]; documentIds?: number[]; invoiceIds?: number[]; configIds?: number[]; /** Format: double */ total?: number | null; /** Format: double */ taxTotal?: number | null; currency?: components["schemas"]["CurrencyReference"]; companyLocation?: components["schemas"]["SystemLocationReference"]; /** Format: double */ subTotal?: number; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; OrderStatus: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; /** Format: int32 */ sortOrder?: number | null; closedFlag?: boolean | null; emailTemplate?: components["schemas"]["OrderStatusEmailTemplateReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; OrderStatusEmailTemplate: { /** Format: int32 */ id?: number; status?: components["schemas"]["OrderStatusReference"]; useSenderFlag?: boolean | null; /** @description Max length: 100; */ firstName?: string; /** @description Max length: 100; */ lastName?: string; /** @description Max length: 100; */ emailAddress?: string; /** @description Max length: 200; */ subject: string; body: string; copySenderFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; OrderStatusEmailTemplateReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OrderStatusInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; OrderStatusNotification: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; status?: components["schemas"]["OrderStatusReference"]; member?: components["schemas"]["MemberReference"]; /** @description Order Status Notification sendEmail must be entered if the notify type is "Email Address". Max length: 50; */ email?: string; /** Format: int32 */ workflowStep?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; orderStatusNotifyWhoCwId?: string; }; OrderStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OrderToAgreementConversion: { /** Format: int32 */ agreementId?: number; name?: string; type?: components["schemas"]["AgreementTypeReference"]; startDate?: string; endDate?: string; noEndingDateFlag?: boolean | null; /** Format: int32 */ billCycleId?: number | null; billOneTimeFlag?: boolean | null; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; copyOverNotes?: boolean | null; includeAllDocumentsFlag?: boolean | null; includeAllProductsFlag?: boolean | null; includeDocumentIds?: number[]; includeProductIds?: number[]; /** Format: int32 */ appLimitType?: number; /** Format: double */ appLimitAmount?: number | null; }; OrderToProjectConversion: { /** Format: int32 */ projectId?: number; name?: string; status?: components["schemas"]["ProjectStatusReference"]; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; board?: components["schemas"]["ProjectBoardReference"]; manager?: components["schemas"]["MemberReference"]; estimatedStart?: string; estimatedEnd?: string; copyOverNotes?: boolean; includeAllDocumentsFlag?: boolean | null; includeAllProductsFlag?: boolean | null; includeDocumentIds?: number[]; includeProductIds?: number[]; }; OsGradeWeight: { /** Format: int32 */ id?: number; /** Format: double */ osGradeWeight?: number; osName?: string; _info?: { [key: string]: string; }; }; Other: { /** Format: int32 */ id?: number; defaultLdap?: components["schemas"]["LdapConfigurationReference"]; /** @description Max length: 50; */ defaultFromAddress: string; /** @description Max length: 100; */ portalUrlOverride: string; /** @description Max length: 100; */ siteUrl: string; /** @description Max length: 200; */ logoPath?: string; /** @enum {string|null} */ contactSync?: "FL" | "LF" | "CFL" | "CLF" | null; serverTimeZone: components["schemas"]["TimeZoneSetupReference"]; defaultCalendar: components["schemas"]["CalendarReference"]; defaultAddressFormat: components["schemas"]["AddressFormatReference"]; useSslFlag?: boolean | null; syncLeadsFlag?: boolean | null; includePortalLinkFlag?: boolean | null; useExpandedFormatTimeFlag?: boolean | null; useExpandedFormatActivityFlag?: boolean | null; disableZAdminLoginFlag?: boolean | null; locale: components["schemas"]["LocaleReference"]; /** @description If true, all Members time zone will also be set to serverTimeZone. Otherwise, only My Company time zone will be updated. */ updateMemberTimeZonesFlag?: boolean | null; _info?: { [key: string]: string; }; }; Other1RevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; Other2RevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; OwnerLevelReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; OwnershipType: { /** Format: int32 */ id?: number; /** @description Max length: 200; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; OwnershipTypeInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; OwnershipTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PageValues: { /** Format: int32 */ page?: number | null; /** Format: int32 */ pageSize?: number | null; /** Format: int32 */ pageId?: number | null; }; ParsingType: { /** Format: int32 */ id?: number; name?: string; parseRule?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ParsingVariable: { /** Format: int32 */ id?: number; name?: string; code?: string; _info?: { [key: string]: string; }; }; PatchOperation: { op: "add" | "replace"; path: string; value: unknown; } | { op: "remove"; path: string; value?: unknown; }; PaymentMethodReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PaymentType: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; classification: components["schemas"]["ClassificationReference"]; defaultFlag?: boolean | null; companyFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; PaymentTypeInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; PersonasInfo: { /** Format: int32 */ id?: number; name?: string; }; PhaseStatus: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; collapsedFlag?: boolean | null; closedFlag?: boolean | null; boardAssociationIds?: number[]; statusIndicator?: components["schemas"]["StatusIndicatorReference"]; /** @description Required when statusIndicator is Custom. Max length: 30; */ customStatusIndicatorName?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; PhaseStatusInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; collapsedFlag?: boolean | null; closedFlag?: boolean | null; boardAssociationIds?: number[]; _info?: { [key: string]: string; }; }; PhaseStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PortalCalendar: { /** Format: int32 */ id?: number; /** @enum {string|null} */ weekStart: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | null; adjust1Start?: string; adjust1End?: string; /** Format: double */ adjust1Hours?: number | null; adjust2Start?: string; adjust2End?: string; /** Format: double */ adjust2Hours?: number | null; adjust3Start?: string; adjust3End?: string; /** Format: double */ adjust3Hours?: number | null; _info?: { [key: string]: string; }; }; PortalConfiguration: { /** * Format: int32 * @description Gets or sets and Sets * An existing Portal Configuration id is required when copying a Portal Configuration. */ id?: number; /** @description Max length: 150; */ name: string; defaultFlag?: boolean | null; company?: components["schemas"]["CompanyReference"]; /** @description Max length: 7; */ loginBackgroundColor?: string; /** @description Max length: 7; */ portalBackgroundColor?: string; /** @description Max length: 7; */ menuColor?: string; /** @description Max length: 7; */ buttonColor?: string; /** @description Max length: 7; */ headerColor?: string; /** @description Max length: 1000; */ url?: string; /** @enum {string|null} */ language?: "English" | "Spanish" | "French" | "British" | "Australian" | "BrazilianPortuguese" | "CanadianFrench" | "German" | "NewZealand" | "Dutch" | null; /** @description Max length: 4000; */ welcomeText?: string; boardIds?: number[]; agreementTypeIds?: number[]; configTypeIds?: number[]; locationIds?: number[]; portalImageCopySuccessFlag?: boolean | null; displayVendorFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; PortalConfigurationInvoiceSetup: { /** Format: int32 */ id?: number; portalConfiguration?: components["schemas"]["PortalConfigurationReference"]; displayInvPmtFlag?: boolean | null; allowInvPmtFlag?: boolean | null; location?: components["schemas"]["SystemLocationReference"]; paymentProcessor?: components["schemas"]["PortalConfigurationPaymentProcessorReference"]; login?: string; password?: string; urlOverride?: string; billingStatusIds?: number[]; addAllStatuses?: boolean | null; removeAllStatuses?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PortalConfigurationOpportunitySetup: { /** Format: int32 */ id?: number; opportunityStatusRecIDs?: number[]; addAllOpportunityStatuses?: boolean | null; removeAllOpportunityStatuses?: boolean | null; opportunityTypeRecIDs?: number[]; addAllOpportunityTypes?: boolean | null; removeAllOpportunityTypes?: boolean | null; restrictViewByOpportunityStatusFlag?: boolean | null; restrictViewByOpportunityTypeFlag?: boolean | null; acceptanceChangeStatusFlag?: boolean | null; acceptanceCreateActivityFlag?: boolean | null; acceptanceOpportunityStatus?: components["schemas"]["OpportunityStatusReference"]; acceptanceSendEmailFlag?: boolean | null; acceptanceEmailFromFirstName?: string; acceptanceEmailFromLastName?: string; acceptanceEmailSubject?: string; acceptanceEmailBody?: string; /** * @description Gets or sets * required when acceptanceSendEmailFlag is true. */ acceptanceFromEmail?: string; acceptanceEmailActivityType?: components["schemas"]["ActivityTypeReference"]; acceptanceEmailAssignedByMember?: components["schemas"]["MemberReference"]; rejectionChangeStatusFlag?: boolean | null; rejectionCreateActivityFlag?: boolean | null; rejectionOpportunityStatus?: components["schemas"]["OpportunityStatusReference"]; rejectionSendEmailFlag?: boolean | null; rejectionEmailFromFirstName?: string; rejectionEmailFromLastName?: string; /** * @description Gets or sets * required when rejectionSendEmailFlag is true. */ rejectionFromEmail?: string; rejectionEmailSubject?: string; rejectionEmailBody?: string; rejectionEmailActivityType?: components["schemas"]["ActivityTypeReference"]; rejectionEmailAssignedByMember?: components["schemas"]["MemberReference"]; confirmationSendEmailFlag?: boolean | null; confirmationEmailUseDefaultCompanyEmailAddressFlag?: boolean | null; confirmationEmailFromFirstName?: string; confirmationEmailFromLastName?: string; /** * @description Gets or sets * required when confirmationSendEmailFlag is true. */ confirmationFromEmail?: string; confirmationEmailSubject?: string; confirmationEmailBody?: string; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PortalConfigurationPasswordEmailSetup: { /** Format: int32 */ id?: number; validPasswordEmailUseCustomEmailFlag?: boolean | null; validPasswordEmailFromFirstName?: string; validPasswordEmailFromLastName?: string; /** * @description Gets or sets * required when validPasswordEmailUseCustomEmailFlag is true. */ validPasswordEmailFromEmail?: string; validPasswordEmailSubject?: string; validPasswordEmailBody?: string; invalidPasswordEmailUseCustomEmailFlag?: boolean | null; invalidPasswordEmailFromFirstName?: string; invalidPasswordEmailFromLastName?: string; /** * @description Gets or sets * required when invalidPasswordEmailUseCustomEmailFlag is true. */ invalidPasswordEmailFromEmail?: string; invalidPasswordEmailSubject?: string; invalidPasswordEmailBody?: string; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PortalConfigurationPaymentProcessor: { /** Format: int32 */ id?: number; name?: string; testURL?: string; }; PortalConfigurationPaymentProcessorReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PortalConfigurationProjectSetup: { /** Format: int32 */ id?: number; portalConfig?: components["schemas"]["PortalConfigurationReference"]; projectNameFlag?: boolean | null; projectTypeFlag?: boolean | null; statusFlag?: boolean | null; projectManagerFlag?: boolean | null; billingMethodFlag?: boolean | null; contactFlag?: boolean | null; estimatedStartFlag?: boolean | null; estimatedEndFlag?: boolean | null; descriptionFlag?: boolean | null; lastUpdatedFlag?: boolean | null; /** @enum {string|null} */ onlyDisplay: "DoNotDisplay" | "Closed30Days" | "Closed60Days" | "Closed90Days" | "Closed120Days" | "AllClosed" | null; timeMaterialBudgetHrsFlag?: boolean | null; timeMaterialScheduledStartFlag?: boolean | null; timeMaterialScheduledFinishFlag?: boolean | null; timeMaterialScheduledHrsFlag?: boolean | null; timeMaterialActualStartFlag?: boolean | null; timeMaterialActualFinishFlag?: boolean | null; timeMaterialActualHrsFlag?: boolean | null; timeMaterialBillFlag?: boolean | null; timeMaterialStatusFlag?: boolean | null; timeMaterialAssignedFlag?: boolean | null; fixedFeeBudgetHrsFlag?: boolean | null; fixedFeeScheduledStartFlag?: boolean | null; fixedFeeScheduledFinishFlag?: boolean | null; fixedFeeScheduledHrsFlag?: boolean | null; fixedFeeActualStartFlag?: boolean | null; fixedFeeActualFinishFlag?: boolean | null; fixedFeeActualHrsFlag?: boolean | null; fixedFeeBillFlag?: boolean | null; fixedFeeStatusFlag?: boolean | null; fixedFeeAssignedFlag?: boolean | null; projectIssueBudgetHrsFlag?: boolean | null; projectIssueScheduledStartFlag?: boolean | null; projectIssueScheduledFinishFlag?: boolean | null; projectIssueScheduledHrsFlag?: boolean | null; projectIssueActualStartFlag?: boolean | null; projectIssueActualFinishFlag?: boolean | null; projectIssueActualHrsFlag?: boolean | null; projectIssueBillFlag?: boolean | null; projectIssueStatusFlag?: boolean | null; projectIssueAssignedFlag?: boolean | null; projectDetailTotalHoursFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PortalConfigurationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PortalConfigurationServiceSetup: { /** Format: int32 */ id?: number; serviceTypeFlag?: boolean | null; serviceSubTypeFlag?: boolean | null; serviceSubTypeItemFlag?: boolean | null; statusFlag?: boolean | null; siteNameFlag?: boolean | null; enteredDateFlag?: boolean | null; lastUpdateFlag?: boolean | null; requiredDateFlag?: boolean | null; contactFlag?: boolean | null; assignedResourcesFlag?: boolean | null; slaInfoFlag?: boolean | null; serviceBoardFlag?: boolean | null; budgetHoursFlag?: boolean | null; actualHoursFlag?: boolean | null; approvalStatusFlag?: boolean | null; openTasksFlag?: boolean | null; closedTasksFlag?: boolean | null; enableChatAssistFlag?: boolean | null; /** @enum {string|null} */ displayClosedTicketsOption: "DoNotDisplay" | "Closed30Days" | "Closed60Days" | "Closed90Days" | "Closed120Days" | "AllClosed" | null; timeMaterialsTicketTemplate: components["schemas"]["ServiceSignoffReference"]; fixedFeeTicketTemplate: components["schemas"]["ServiceSignoffReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PortalReport: { /** Format: int32 */ id?: number; portalConfiguration?: components["schemas"]["PortalConfigurationReference"]; /** @description Max length: 255; */ name: string; /** @description Max length: 255; */ url: string; openSameWindowFlag?: boolean | null; customFlag?: boolean | null; displayFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; portalConfigurationCwId?: string; }; PortalSecurity: { identifier?: string; enabled?: boolean | null; }; PortalSecurityLevel: { /** Format: int32 */ id?: number; captionIdentifier?: string; isDefaultFlag?: boolean | null; /** @description Max length: 50; */ caption?: string; _info?: { [key: string]: string; }; }; PortalSecuritySetting: { /** Format: int32 */ id?: number; functionIdentifier?: string; functionDescription?: string; levelOne?: boolean | null; levelTwo?: boolean | null; levelThree?: boolean | null; levelFour?: boolean | null; levelFive?: boolean | null; levelSix?: boolean | null; _info?: { [key: string]: string; }; }; PricingBreak: { /** Format: int32 */ id?: number; /** Format: int32 */ detailId?: number | null; /** Format: double */ amount?: number | null; /** Format: double */ quantityStart: number | null; /** Format: double */ quantityEnd?: number | null; unlimited?: boolean; /** @enum {string|null} */ priceMethod: "FlatRateForRange" | "PercentMarkupFromCost" | "PercentMarkdownFromPrice" | "PricePerUnit" | null; _info?: { [key: string]: string; }; }; PricingDetail: { /** Format: int32 */ id?: number; product?: components["schemas"]["CatalogItemReference"]; category?: components["schemas"]["ProductCategoryReference"]; subCategory?: components["schemas"]["ProductSubCategoryReference"]; /** Format: date-time */ startDate: string; /** Format: date-time */ endDate?: string; noEndDate?: boolean; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PricingSchedule: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; companies?: number[]; setAllCompaniesFlag?: boolean | null; removeAllCompaniesFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; PricingScheduleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Priority: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @enum {string|null} */ color: "Black" | "Blue" | "Cyan" | "Gray" | "Green" | "Lime" | "Orange" | "Pink" | "Purple" | "Red" | "White" | "Yellow" | "Custom" | null; /** Format: int32 */ sortOrder?: number | null; defaultFlag?: boolean | null; imageLink?: string; urgencySortOrder?: string; /** @enum {string|null} */ level?: "Critical" | "High" | "Medium" | "Low" | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; PriorityInfo: { /** Format: int32 */ id?: number; name?: string; /** @enum {string|null} */ color?: "Black" | "Blue" | "Cyan" | "Gray" | "Green" | "Lime" | "Orange" | "Pink" | "Purple" | "Red" | "White" | "Yellow" | "Custom" | null; /** Format: int32 */ sortOrder?: number | null; defaultFlag?: boolean | null; imageLink?: string; urgencySortOrder?: string; /** @enum {string|null} */ level?: "Critical" | "High" | "Medium" | "Low" | null; _info?: { [key: string]: string; }; }; PriorityReference: { /** Format: int32 */ id?: number | null; name?: string; /** Format: int32 */ sort?: number | null; level?: string; _info?: { [key: string]: string; }; }; ProcurementAdjustment: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ identifier: string; type: components["schemas"]["AdjustmentTypeReference"]; /** @description Max length: 100; */ reason?: string; notes?: string; closedFlag?: boolean | null; closedBy?: string; /** Format: date-time */ closedDate?: string; adjustmentDetails?: components["schemas"]["AdjustmentDetail"][]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; ProcurementSetting: { /** Format: int32 */ id?: number; /** Format: int32 */ startingPurchaseOrderNum: number; /** @description Max length: 5; */ purchaseOrderPrefix?: string; /** @description Max length: 5; */ purchaseOrderSuffix?: string; /** @enum {string|null} */ prefixSuffixType?: "Prefix" | "Suffix" | null; disableCostUpdatesFlag?: boolean | null; disableNegativeInventoryFlag?: boolean | null; /** @enum {string|null} */ costingMethod: "FIFO" | "LIFO" | "AverageCosting" | null; autoClosePurchaseOrderFlag?: boolean | null; autoClosePurchaseOrderItemFlag?: boolean | null; autoApprovePurchaseOrderFlag?: boolean | null; taxPurchaseOrderFlag?: boolean | null; taxFreightFlag?: boolean | null; useVendorTaxCodeFlag?: boolean | null; /** Format: int32 */ numDecimalPlaces?: number | null; disableAutoPickFlag?: boolean | null; defaultProductTaxableFlag?: boolean | null; /** @description Max length: 50; */ eoriNumber?: string; _info?: { [key: string]: string; }; notificationForChangesInShippingInfoFlag?: boolean | null; /** @description Max length: 250; */ shippingInfoNotificationEmail?: string; }; ProductCategoryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProductComponent: { /** Format: int32 */ id?: number; /** * Format: int32 * @description Required On Updates; */ sequenceNumber?: number | null; /** Format: double */ quantity: number | null; catalogItem: components["schemas"]["CatalogItemReference"]; hidePriceFlag?: boolean | null; hideItemIdentifierFlag?: boolean | null; hideDescriptionFlag?: boolean | null; hideQuantityFlag?: boolean | null; hideExtendedPriceFlag?: boolean | null; vendor?: components["schemas"]["CompanyReference"]; parentProductItem?: components["schemas"]["ProductItemReference"]; productItem?: components["schemas"]["ProductItemReference"]; /** Format: double */ price?: number | null; /** Format: double */ cost?: number | null; _info?: { [key: string]: string; }; }; ProductDemand: { /** Format: int32 */ productRecId?: number; /** Format: int32 */ quantity?: number; /** Format: double */ cost?: number | null; }; ProductDetach: { removeFromTicket?: boolean; removeFromInvoice?: boolean; removeFromOpportunity?: boolean; removeFromSalesOrder?: boolean; removeFromProject?: boolean; }; ProductItem: { /** Format: int32 */ id?: number; catalogItem: components["schemas"]["CatalogItemReference"]; /** @description Max length: 2000; */ description?: string; /** Format: double */ sequenceNumber?: number | null; /** Format: double */ quantity?: number | null; unitOfMeasure?: components["schemas"]["UnitOfMeasureReference"]; /** Format: double */ price?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ extPrice?: number | null; /** Format: double */ extCost?: number | null; /** Format: double */ discount?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ agreementAmount?: number | null; /** @enum {string|null} */ priceMethod?: "FlatRateForRange" | "PercentMarkupFromCost" | "PercentMarkdownFromPrice" | "PricePerUnit" | null; /** @enum {string|null} */ billableOption: "Billable" | "DoNotBill" | "NoCharge" | null; agreement?: components["schemas"]["AgreementReference"]; /** * Format: int32 * @description Required On Updates; */ locationId?: number | null; location?: components["schemas"]["SystemLocationReference"]; /** * Format: int32 * @description Required On Updates; */ businessUnitId?: number | null; businessUnit?: components["schemas"]["BillingUnitReference"]; vendor?: components["schemas"]["CompanyReference"]; /** @description Max length: 50; */ vendorSku?: string; taxableFlag?: boolean | null; dropshipFlag?: boolean | null; specialOrderFlag?: boolean | null; phaseProductFlag?: boolean | null; cancelledFlag?: boolean | null; /** Format: double */ quantityCancelled?: number | null; /** @description Max length: 100; */ cancelledReason?: string; /** @description Max length: 6000; Required On Updates; */ customerDescription?: string; /** @description Max length: 1000; */ internalNotes?: string; productSuppliedFlag?: boolean | null; /** Format: int32 */ subContractorShipToId?: number | null; /** Format: double */ subContractorAmountLimit?: number | null; recurring?: components["schemas"]["ProductRecurring"]; sla?: components["schemas"]["SLAReference"]; entityType?: components["schemas"]["EntityTypeReference"]; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; phase?: components["schemas"]["ProjectPhaseReference"]; salesOrder?: components["schemas"]["SalesOrderReference"]; opportunity?: components["schemas"]["OpportunityReference"]; invoice?: components["schemas"]["InvoiceReference"]; /** Format: int32 */ warehouseId?: number | null; warehouseIdObject?: components["schemas"]["WarehouseReference"]; /** Format: int32 */ warehouseBinId?: number | null; warehouseBinIdObject?: components["schemas"]["WarehouseBinReference"]; calculatedPriceFlag?: boolean | null; calculatedCostFlag?: boolean | null; /** Format: int32 */ forecastDetailId?: number | null; /** Format: int32 */ cancelledBy?: number | null; /** Format: date-time */ cancelledDate?: string; warehouse?: string; warehouseBin?: string; /** Format: date-time */ purchaseDate?: string; taxCode?: components["schemas"]["TaxCodeReference"]; integrationXRef?: string; /** Format: double */ listPrice?: number | null; serialNumberIds?: number[]; serialNumbers?: string[]; company?: components["schemas"]["CompanyReference"]; forecastStatus?: components["schemas"]["OpportunityStatusReference"]; /** @enum {string|null} */ productClass?: "Agreement" | "Bundle" | "Inventory" | "NonInventory" | "Service" | null; needToPurchaseFlag?: boolean | null; /** Format: int32 */ needToOrderQuantity?: number | null; minimumStockFlag?: boolean | null; /** @description Max length: 10; */ shipSet?: string; /** Format: double */ calculatedPrice?: number | null; /** Format: double */ calculatedCost?: number | null; invoiceGrouping?: components["schemas"]["InvoiceGroupingReference"]; poApprovedFlag?: boolean | null; uom?: string; addComponentsFlag?: boolean | null; ignorePricingSchedulesFlag?: boolean | null; /** Format: uuid */ asioSubscriptionsID?: string | null; _info?: { [key: string]: string; }; bypassForecastUpdate?: boolean | null; customFields?: components["schemas"]["CustomFieldValue"][]; }; ProductItemReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProductPickingShippingDetail: { /** Format: int32 */ id?: number; /** Format: int32 */ pickedQuantity?: number | null; /** Format: int32 */ shippedQuantity?: number | null; warehouse: components["schemas"]["WarehouseReference"]; warehouseBin: components["schemas"]["WarehouseBinReference"]; shipmentMethod?: components["schemas"]["ShipmentMethodReference"]; serialNumber?: string; serialNumberIds?: number[]; trackingNumber?: string; productItem?: components["schemas"]["ProductItemReference"]; /** Format: int32 */ lineNumber?: number | null; /** Format: int32 */ quantity?: number | null; /** Format: date-time */ expectedArrivalDate?: string; /** Format: date-time */ shipmentDate?: string; _info?: { [key: string]: string; }; }; ProductRecurring: { /** Format: double */ recurringRevenue?: number | null; /** Format: double */ recurringCost?: number | null; startDate?: string; /** * @description The Recurring End Date is calculated based on the * start date, number of cycles, and cycle type. */ endDate?: string; /** Format: int32 */ billCycleId?: number | null; billCycle?: components["schemas"]["BillingCycleReference"]; /** Format: int32 */ cycles?: number | null; /** @enum {string|null} */ cycleType?: "ContractYear" | "CalendarYear" | null; agreementType?: components["schemas"]["AgreementTypeReference"]; }; ProductReference: { /** Format: int32 */ id?: number | null; description?: string; _info?: { [key: string]: string; }; }; ProductRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; ProductSubCategoryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProductType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; /** @enum {string|null} */ typeXref?: "InventoryPart" | "NonInventoryPart" | "OtherCharge" | "Service" | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ProductTypeExemption: { /** Format: int32 */ id?: number; productType: components["schemas"]["ProductTypeReference"]; taxableLevels?: number[]; _info?: { [key: string]: string; }; }; ProductTypeInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ProductTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Project: { /** Format: int32 */ id?: number; /** Format: date-time */ actualEnd?: string; /** Format: double */ actualHours?: number | null; /** Format: date-time */ actualStart?: string; agreement?: components["schemas"]["AgreementReference"]; /** * @description Required On Updates; * @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: double */ billingAmount?: number | null; /** @description Max length: 50; */ billingAttention?: string; /** @enum {string|null} */ billingMethod: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** * @description Required On Updates; * @enum {string|null} */ billingRateType?: "StaffMember" | "WorkRole" | null; billingTerms?: components["schemas"]["BillingTermsReference"]; /** * @description Required On Updates; * @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; billProjectAfterClosedFlag?: boolean | null; /** * @description Required On Updates; * @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; billToCompany?: components["schemas"]["CompanyReference"]; billToContact?: components["schemas"]["ContactReference"]; billToSite?: components["schemas"]["SiteReference"]; billUnapprovedTimeAndExpense?: boolean | null; board: components["schemas"]["ProjectBoardReference"]; /** * @description Required On Updates; * @enum {string|null} */ budgetAnalysis?: "ActualHours" | "BillableHours" | null; budgetFlag?: boolean | null; /** Format: double */ budgetHours?: number | null; company: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; /** @description Max length: 50; */ customerPO?: string; description?: string; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ downpayment?: number | null; /** Format: date-time */ estimatedEnd: string; /** Format: double */ percentComplete?: number | null; /** Format: double */ estimatedExpenseRevenue?: number | null; /** Format: double */ estimatedHours?: number | null; /** Format: double */ estimatedProductRevenue?: number | null; /** Format: date-time */ estimatedStart: string; /** Format: double */ estimatedTimeRevenue?: number | null; expenseApprover?: components["schemas"]["MemberReference"]; includeDependenciesFlag?: boolean | null; includeEstimatesFlag?: boolean | null; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; manager?: components["schemas"]["MemberReference"]; /** @description Max length: 100; */ name: string; opportunity?: components["schemas"]["OpportunityReference"]; /** Format: int32 */ projectTemplateId?: number | null; restrictDownPaymentFlag?: boolean | null; /** Format: date-time */ scheduledEnd?: string; /** Format: double */ scheduledHours?: number | null; /** Format: date-time */ scheduledStart?: string; shipToCompany?: components["schemas"]["CompanyReference"]; shipToContact?: components["schemas"]["ContactReference"]; shipToSite?: components["schemas"]["SiteReference"]; site?: components["schemas"]["SiteReference"]; status?: components["schemas"]["ProjectStatusReference"]; closedFlag?: boolean; timeApprover?: components["schemas"]["MemberReference"]; type?: components["schemas"]["ProjectTypeReference"]; doNotDisplayInPortalFlag?: boolean | null; /** Format: date-time */ billingStartDate?: string; /** Format: double */ poAmount?: number | null; /** Format: double */ estimatedTimeCost?: number | null; /** Format: double */ estimatedExpenseCost?: number | null; /** Format: double */ estimatedProductCost?: number | null; taxCode?: components["schemas"]["TaxCodeReference"]; companyLocation?: components["schemas"]["SystemLocationReference"]; _info?: { [key: string]: string; }; overridePercentComplete?: boolean | null; showOverridePercentFlag?: boolean | null; customFields?: components["schemas"]["CustomFieldValue"][]; }; ProjectBillingRate: { /** Format: int32 */ id?: number; /** Format: int32 */ projectRecId?: number; /** Format: double */ hourlyRate?: number; workRole?: components["schemas"]["WorkRoleReference"]; /** Format: int32 */ activityClassRecId?: number; member?: components["schemas"]["MemberReference"]; /** Format: int32 */ memberRecId?: number; _info?: { [key: string]: string; }; }; ProjectBoardKanbanSetting: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @description Max length: 4; */ color?: string; /** Format: int32 */ order?: number; statuses?: components["schemas"]["ProjectBoardKanbanStatus"][]; /** @description Max length: 15; */ updatedBy?: string; lastUpdated?: string; }; ProjectBoardKanbanStatus: { /** Format: int32 */ id?: number; /** Format: int32 */ srStatusId?: number; /** Format: int32 */ order?: number | null; name?: string; }; ProjectBoardReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProjectBoardTeam: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ProjectBoardTeamInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; ProjectBoardTeamMember: { /** Format: int32 */ id?: number; member: components["schemas"]["MemberReference"]; projectRole: components["schemas"]["ProjectRoleReference"]; workRole?: components["schemas"]["WorkRoleReference"]; _info?: { [key: string]: string; }; }; ProjectContact: { /** Format: int32 */ id?: number; /** Format: int32 */ projectId?: number; contact: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; }; ProjectNote: { /** Format: int32 */ id?: number; /** Format: int32 */ projectId?: number | null; text: string; type?: components["schemas"]["NoteTypeReference"]; flagged?: boolean | null; _info?: { [key: string]: string; }; }; ProjectPhase: { /** Format: int32 */ id?: number; /** Format: int32 */ projectId?: number | null; /** @description Max length: 100; */ description: string; board?: components["schemas"]["ProjectBoardReference"]; status?: components["schemas"]["PhaseStatusReference"]; agreement?: components["schemas"]["AgreementReference"]; opportunity?: components["schemas"]["OpportunityReference"]; department?: components["schemas"]["BillingUnitReference"]; parentPhase?: components["schemas"]["ProjectPhaseReference"]; /** @description Max length: 50; */ wbsCode?: string; /** * @description Required On Updates; * @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; markAsMilestoneFlag?: boolean | null; notes?: string; /** Format: date-time */ deadlineDate?: string; billSeparatelyFlag?: boolean | null; /** * @description billingMethod is required if the phase billSeparatelyFlag is true. * @enum {string|null} */ billingMethod?: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** Format: double */ scheduledHours?: number | null; scheduledStart?: string; scheduledEnd?: string; /** Format: double */ actualHours?: number | null; actualStart?: string; actualEnd?: string; /** Format: double */ budgetHours?: number | null; startDate?: string; endDate?: string; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; /** Format: double */ hourlyRate?: number | null; /** Format: date-time */ billingStartDate?: string; /** @description This phase can only be billed after it has been closed. */ billPhaseClosedFlag?: boolean | null; /** @description This phase can only be billed after the project has been closed. */ billProjectClosedFlag?: boolean | null; /** Format: double */ downpayment?: number | null; /** @description Max length: 25; */ poNumber?: string; /** Format: double */ poAmount?: number | null; /** Format: double */ estimatedTimeCost?: number | null; /** Format: double */ estimatedExpenseCost?: number | null; /** Format: double */ estimatedProductCost?: number | null; /** Format: double */ estimatedTimeRevenue?: number | null; /** Format: double */ estimatedExpenseRevenue?: number | null; /** Format: double */ estimatedProductRevenue?: number | null; currency?: components["schemas"]["CurrencyReference"]; billToCompany?: components["schemas"]["CompanyReference"]; billToContact?: components["schemas"]["ContactReference"]; billToSite?: components["schemas"]["SiteReference"]; shipToCompany?: components["schemas"]["CompanyReference"]; shipToContact?: components["schemas"]["ContactReference"]; shipToSite?: components["schemas"]["SiteReference"]; billingTerms?: components["schemas"]["BillingTermsReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; ProjectPhaseReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProjectRecap: { treeID?: string; /** Format: int32 */ iD?: number; /** Format: int32 */ recID?: number; displayID?: string; description?: string; companyName?: string; status?: string; isProject?: boolean; isPhase?: boolean; isTicket?: boolean; isIssue?: boolean; addOnFlag?: boolean; /** Format: int32 */ parentPhaseRecID?: number; wbsCode?: string; billingMethodID?: string; billingMethod?: string; billingAmount?: string; overrideFlag?: boolean; billingStartDate?: string; /** Format: double */ revenueEstimate?: number; /** Format: double */ revenueActual?: number; /** Format: double */ revenueBilled?: number; /** Format: double */ revenueUnbilled?: number; /** Format: double */ costEstimate?: number; /** Format: double */ costActual?: number; /** Format: double */ grossMarginEstimate?: number; /** Format: double */ grossMarginBilled?: number; recType?: string; /** Format: double */ productsBilled?: number; /** Format: double */ expensesBilled?: number; /** Format: double */ bundleBilled?: number; }; ProjectReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProjectRoleReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; ProjectSecurityRole: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; managerRoleFlag?: boolean | null; defaultContactFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ProjectSecurityRoleInfo: { /** Format: int32 */ id?: number; name?: string; managerRoleFlag?: boolean | null; defaultContactFlag?: boolean | null; _info?: { [key: string]: string; }; }; ProjectSecurityRoleSetting: { /** Format: int32 */ id?: number; /** @enum {string|null} */ addLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ editLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ deleteLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ inquireLevel?: "None" | "My" | "All" | null; /** @description Max length: 50; */ moduleIdentifier?: string; myFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ProjectStatus: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; noTimeFlag?: boolean | null; closedFlag?: boolean | null; statusIndicator?: components["schemas"]["StatusIndicatorReference"]; /** @description Required when statusIndicator is Custom. Max length: 30; */ customStatusIndicatorName?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ProjectStatusInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; noTimeFlag?: boolean | null; closedFlag?: boolean | null; _info?: { [key: string]: string; }; }; ProjectStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProjectTeamMember: { /** Format: int32 */ id?: number; /** Format: int32 */ projectId?: number | null; /** Format: double */ hours?: number | null; member: components["schemas"]["MemberReference"]; projectRole: components["schemas"]["ProjectRoleReference"]; workRole?: components["schemas"]["WorkRoleReference"]; /** Format: date-time */ startDate?: string; /** Format: date-time */ endDate?: string; _info?: { [key: string]: string; }; }; ProjectTemplate: { /** Format: int32 */ id?: number; /** @description Max length: 200; */ name: string; description?: string; connectWiseId?: string; type?: components["schemas"]["ProjectTypeReference"]; _info?: { [key: string]: string; }; }; ProjectTemplatePhase: { /** Format: int32 */ id?: number; /** Format: int32 */ templateRecId?: number; /** Format: int32 */ parentPhase?: number | null; description?: string; /** Format: double */ budgetHours?: number | null; notes?: string; markAsMilestone?: boolean; phaseBilledSeparately?: boolean; wbsCode?: string; connectWiseId?: string; /** Format: int32 */ parentId?: number | null; parentConnectWiseId?: string; _info?: { [key: string]: string; }; }; ProjectTemplatePhaseReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProjectTemplateTask: { /** Format: int32 */ id?: number; /** Format: int32 */ ticketId?: number | null; /** Format: int32 */ sequence?: number | null; description?: string; connectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; parentConnectWiseId?: string; grandParentConnectWiseId?: string; summary?: string; code?: components["schemas"]["ServiceCodeReference"]; _info?: { [key: string]: string; }; }; ProjectTemplateTicket: { /** Format: int32 */ id?: number; /** Format: int32 */ projectTemplateId?: number | null; /** Format: int32 */ projectTemplatePhaseId?: number | null; /** Format: double */ lineNumber?: number | null; /** @description Max length: 100; */ description: string; connectWiseId?: string; /** Format: int32 */ parentId?: number | null; parentConnectWiseId?: string; projectTemplatePhaseCwId?: string; notes?: string; internalAnalysis?: string; resolution?: string; /** Format: double */ budgetHours?: number | null; /** Format: int32 */ duration?: number | null; /** @description Max length: 50; */ wbsCode?: string; billSeparatelyFlag?: boolean | null; markAsMilestoneFlag?: boolean | null; /** @description Max length: 1; */ recordType?: string; /** Format: int32 */ pmTmpProjectRecID?: number | null; /** @enum {string|null} */ predecessorType?: "Ticket" | "Phase" | null; /** Format: int32 */ predecessorId?: number | null; predecessorClosedFlag?: boolean | null; /** Format: int32 */ lagDays?: number | null; lagNonworkingDaysFlag?: boolean | null; priority?: components["schemas"]["PriorityReference"]; source?: components["schemas"]["ServiceSourceReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; _info?: { [key: string]: string; }; }; ProjectTemplateWorkPlan: { /** Format: int32 */ templateId?: number; phases?: components["schemas"]["TemplatePhase"][]; }; ProjectTicket: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ summary: string; isIssueFlag?: boolean | null; board?: components["schemas"]["BoardReference"]; status?: components["schemas"]["ServiceStatusReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; project?: components["schemas"]["ProjectReference"]; phase: components["schemas"]["ProjectPhaseReference"]; /** @description Max length: 50; */ wbsCode?: string; company?: components["schemas"]["CompanyReference"]; site?: components["schemas"]["SiteReference"]; /** @description Max length: 156; */ siteName?: string; /** @description Max length: 50; */ addressLine1?: string; /** @description Max length: 50; */ addressLine2?: string; /** @description Max length: 50; */ city?: string; /** @description Max length: 50; */ stateIdentifier?: string; /** @description Max length: 12; */ zip?: string; country?: components["schemas"]["CountryReference"]; contact?: components["schemas"]["ContactReference"]; /** @description Max length: 62; */ contactName?: string; /** @description Max length: 20; */ contactPhoneNumber?: string; /** @description Max length: 15; */ contactPhoneExtension?: string; /** @description Max length: 250; */ contactEmailAddress?: string; type?: components["schemas"]["ServiceTypeReference"]; subType?: components["schemas"]["ServiceSubTypeReference"]; item?: components["schemas"]["ServiceItemReference"]; owner?: components["schemas"]["MemberReference"]; priority?: components["schemas"]["PriorityReference"]; serviceLocation?: components["schemas"]["ServiceLocationReference"]; source?: components["schemas"]["ServiceSourceReference"]; /** Format: date-time */ requiredDate?: string; /** Format: double */ budgetHours?: number | null; opportunity?: components["schemas"]["OpportunityReference"]; agreement?: components["schemas"]["AgreementReference"]; agreementType?: string; /** Format: int32 */ knowledgeBaseCategoryId?: number | null; /** Format: int32 */ knowledgeBaseSubCategoryId?: number | null; /** Format: int32 */ knowledgeBaseLinkId?: number | null; /** @enum {string|null} */ knowledgeBaseLinkType?: "Activity" | "ProjectIssue" | "KnowledgeBaseArticle" | "ProjectTicket" | "ServiceTicket" | "Time" | null; allowAllClientsPortalView?: boolean | null; customerUpdatedFlag?: boolean | null; automaticEmailContactFlag?: boolean | null; automaticEmailResourceFlag?: boolean | null; automaticEmailCcFlag?: boolean | null; /** @description Max length: 1000; */ automaticEmailCc?: string; closedDate?: string; closedBy?: string; closedFlag?: boolean | null; /** Format: double */ actualHours?: number | null; approved?: boolean | null; /** @enum {string|null} */ subBillingMethod?: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** Format: double */ subBillingAmount?: number | null; subDateAccepted?: string; resources?: string; /** @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ predecessorType?: "Ticket" | "Phase" | null; /** Format: int32 */ predecessorId?: number | null; predecessorClosedFlag?: boolean | null; /** Format: int32 */ lagDays?: number | null; lagNonworkingDaysFlag?: boolean | null; /** Format: date-time */ estimatedStartDate?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** Format: int32 */ duration?: number | null; /** Format: date-time */ scheduleStartDate?: string; /** Format: date-time */ scheduleEndDate?: string; /** Format: uuid */ mobileGuid?: string | null; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; tasks?: components["schemas"]["TicketTask"][]; /** @description Only available for POST, will not be returned in the response. */ initialDescription?: string; /** @description Only available for POST, will not be returned in the response. */ initialInternalAnalysis?: string; /** @description Only available for POST, will not be returned in the response. */ initialResolution?: string; contactEmailLookup?: string; /** @description Can be set to false to skip notification processing when adding or updating a ticket (Defaults to True). */ processNotifications?: boolean | null; skipCallback?: boolean | null; customFields?: components["schemas"]["CustomFieldValue"][]; }; ProjectTicketNote: { /** Format: int32 */ id?: number; /** @enum {string|null} */ noteType?: "TicketNote" | "TimeEntryNote" | "MeetingNote" | null; ticket?: components["schemas"]["TicketReference"]; text?: string; detailDescriptionFlag?: boolean | null; internalAnalysisFlag?: boolean | null; resolutionFlag?: boolean | null; /** Format: date-time */ timeStart?: string; /** Format: date-time */ timeEnd?: string; bundledFlag?: boolean | null; mergedFlag?: boolean | null; issueFlag?: boolean | null; originalAuthor?: string; member?: components["schemas"]["MemberReference"]; contact?: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; }; ProjectType: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; /** @description Max length: 50; */ integrationXref?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ProjectTypeInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; ProjectTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ProjectWorkplan: { /** Format: int32 */ projectId?: number; phases?: components["schemas"]["ProjectWorkplanProjectPhase"][]; }; ProjectWorkplanProjectPhase: { /** Format: int32 */ id?: number; /** Format: int32 */ projectId?: number | null; description?: string; status?: components["schemas"]["PhaseStatusReference"]; parentPhase?: components["schemas"]["ProjectPhaseReference"]; wbsCode?: string; markAsMilestoneFlag?: boolean | null; notes?: string; startDate?: string; endDate?: string; /** Format: double */ budgetHours?: number | null; /** Format: double */ actualHours?: number | null; /** Format: double */ billableHours?: number | null; /** Format: double */ scheduled_Hours?: number | null; scheduled_Start?: string; scheduled_End?: string; /** Format: int32 */ scheduled_Duration?: number | null; billPhaseSeparately?: boolean | null; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; PurchaseOrder: { /** Format: int32 */ id?: number; /** Format: int32 */ businessUnitId?: number | null; businessUnit?: components["schemas"]["BillingUnitReference"]; cancelReason?: string; /** @description The closed flag can only be updated via updating the purchase order status to a closed/open status. */ closedFlag?: boolean | null; closedBy?: string; customerCity?: string; customerCompany?: components["schemas"]["CompanyReference"]; customerContact?: components["schemas"]["ContactReference"]; customerCountry?: components["schemas"]["CountryReference"]; customerExtension?: string; customerName?: string; customerPhone?: string; customerSite?: components["schemas"]["SiteReference"]; customerSiteName?: string; customerState?: string; customerStreetLine1?: string; customerStreetLine2?: string; customerZip?: string; /** Format: date-time */ dateClosed?: string; dropShipCustomerFlag?: boolean | null; enteredBy?: string; /** Format: double */ freightCost?: number | null; freightPackingSlip?: string; /** Format: double */ freightTaxTotal?: number | null; internalNotes?: string; /** Format: int32 */ locationId?: number | null; location?: components["schemas"]["SystemLocationReference"]; /** * Format: date-time * @description Required On Updates; */ poDate?: string; /** @description Required On Updates; Max length: 50; */ poNumber?: string; /** Format: double */ salesTax?: number | null; /** Format: date-time */ shipmentDate?: string; shipmentMethod?: components["schemas"]["ShipmentMethodReference"]; shippingInstructions?: string; status: components["schemas"]["PurchaseOrderStatusReference"]; /** Format: double */ subTotal?: number | null; taxCode?: components["schemas"]["TaxCodeReference"]; taxFreightFlag?: boolean | null; taxPoFlag?: boolean | null; terms: components["schemas"]["BillingTermsReference"]; /** Format: double */ total?: number | null; /** @description Max length: 50; */ trackingNumber?: string; /** @description Determines whether or not to update all of the shipment info for each associated line item when new shipment info is passed in. */ updateShipmentInfo?: boolean | null; /** @description Determines whether or not to update vendor order number for each associated line item when new vendor order number is passed in. */ updateVendorOrderNumber?: boolean | null; vendorCompany: components["schemas"]["CompanyReference"]; vendorContact?: components["schemas"]["ContactReference"]; /** Format: date-time */ vendorInvoiceDate?: string; /** @description Max length: 50; */ vendorInvoiceNumber?: string; /** @description Max length: 50; */ vendorOrderNumber?: string; vendorSite?: components["schemas"]["SiteReference"]; warehouse?: components["schemas"]["WarehouseReference"]; warehouseContact?: components["schemas"]["ContactReference"]; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; PurchaseOrderInfo: { /** Format: int32 */ id?: number; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; }; PurchaseOrderLineItem: { /** Format: int32 */ id?: number; backorderedFlag?: boolean | null; canceledBy?: string; canceledFlag?: boolean | null; /** @description Max length: 100; */ canceledReason?: string; closedFlag?: boolean | null; /** Format: date-time */ dateCanceled?: string; /** Format: date-time */ dateCanceledUtc?: string; /** @description Max length: 6000; */ description: string; displayInternalNotesFlag?: boolean | null; /** Format: date-time */ expectedShipDate?: string; /** @description Max length: 1000; */ internalNotes?: string; /** Format: int32 */ lineNumber: number | null; /** @description Max length: 50; */ packingSlip?: string; product: components["schemas"]["IvItemReference"]; /** Format: int32 */ purchaseOrderId?: number | null; /** @description Max length: 50; */ purchaseOrderNumber?: string; /** Format: double */ quantity: number | null; /** Format: int32 */ receivedQuantity?: number | null; serialNumbers?: string; /** Format: date-time */ shipDate?: string; shipmentMethod?: components["schemas"]["ShipmentMethodReference"]; /** Format: double */ tax?: number | null; /** @description Max length: 50; */ trackingNumber?: string; /** Format: double */ unitCost?: number | null; unitOfMeasure: components["schemas"]["UnitOfMeasureReference"]; /** @description Max length: 50; */ vendorOrderNumber?: string; /** @description Max length: 50; */ vendorSku?: string; warehouse?: components["schemas"]["WarehouseReference"]; warehouseBin?: components["schemas"]["WarehouseBinReference"]; /** @description Max length: 10; */ shipSet?: string; /** Format: date-time */ dateReceived?: string; /** @enum {string|null} */ receivedStatus?: "Waiting" | "FullyReceived" | "PartiallyReceiveCancelRest" | "PartiallyReceiveCloneRest" | null; _info?: { [key: string]: string; }; /** Format: double */ extCost?: number; /** Format: date-time */ expectedArrivalDate?: string; isDetachAvailable?: boolean; batchedFlag?: boolean; /** Format: int32 */ unbatchedRecId?: number | null; salesOrder?: components["schemas"]["SalesOrderReference"][]; customFields?: components["schemas"]["CustomFieldValue"][]; }; PurchaseOrderLineItemReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; PurchaseOrderNote: { /** Format: int32 */ id?: number; /** Format: int32 */ purchaseHeaderRecID?: number | null; text?: string; type?: components["schemas"]["NoteTypeReference"]; flagged?: boolean | null; enteredBy?: string; _info?: { [key: string]: string; }; }; PurchaseOrderReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PurchaseOrderStatus: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; closedFlag?: boolean | null; inactiveFlag?: boolean | null; defaultClosedFlag?: boolean | null; /** Format: int32 */ sortOrder?: number | null; emailTemplate?: components["schemas"]["PurchaseOrderStatusEmailTemplateReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; PurchaseOrderStatusEmailTemplate: { /** Format: int32 */ id?: number; status?: components["schemas"]["PurchaseOrderStatusReference"]; useSenderFlag?: boolean | null; /** @description Max length: 100; */ firstName?: string; /** @description Max length: 100; */ lastName?: string; /** @description Max length: 100; */ emailAddress?: string; /** @description Max length: 200; */ subject: string; body?: string; copySenderFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; PurchaseOrderStatusEmailTemplateReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PurchaseOrderStatusInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; closedFlag?: boolean | null; inactiveFlag?: boolean | null; defaultClosedFlag?: boolean | null; /** Format: int32 */ sortOrder?: number | null; _info?: { [key: string]: string; }; }; PurchaseOrderStatusNotification: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; status?: components["schemas"]["PurchaseOrderStatusReference"]; member?: components["schemas"]["MemberReference"]; /** @description Purchase Order Status Notification email must be entered if the notify type is "Email Address". Max length: 50; */ email?: string; /** Format: int32 */ workflowStep?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; }; PurchaseOrderStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; PurchasingDemand: { warehouse?: components["schemas"]["WarehouseReference"]; vendor?: components["schemas"]["CompanyReference"]; products?: components["schemas"]["ProductDemand"][]; purchaseOrder?: components["schemas"]["PurchaseOrder"]; }; QuoteLink: { /** Format: int32 */ id?: number; location?: components["schemas"]["SystemLocationReference"]; /** @description Max length: 2000; */ link: string; allLocationsFlag?: boolean | null; newWindowFlag?: boolean | null; asioQuotingFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; RelationshipReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ReminderReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Report: { name?: string; }; ReportCard: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ReportCardDetail: { /** Format: int32 */ id?: number; kpi: components["schemas"]["KPIReference"]; /** Format: int32 */ sortOrder?: number | null; reportCard?: components["schemas"]["ReportCardReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; kpiCwId?: string; }; ReportCardInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; ReportCardReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ReportColumnDefinition: { type?: string; isNullable?: boolean; identityColumn?: boolean; }; ReportDataResponse: { column_definitions?: { [key: string]: components["schemas"]["ReportColumnDefinition"]; }[]; row_values?: Record[][]; }; ReportingService: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ reportingUserName?: string; /** @description To blank out the password, enter an empty string here. Max length: 50; */ reportingPassword?: string; /** @description Max length: 50; */ reportingDomain?: string; /** @description Max length: 100; */ reportingUrl?: string; _info?: { [key: string]: string; }; }; RequestPasswordRequest: { email: string; }; ResultInfo: { success?: boolean; /** Format: int32 */ originalIndex?: number; /** Format: int32 */ statusCode?: number; data?: components["schemas"]["IRestIdentifiedItem"]; error?: components["schemas"]["ErrorResponseMessage"]; }; RmaAction: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; RmaActionInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; RmaActionReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; RmaDisposition: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; RmaDispositionInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; RmaDispositionReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; RmaStatus: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; /** Format: int32 */ sortOrder?: number | null; closedFlag?: boolean | null; emailTemplate?: components["schemas"]["RmaStatusEmailTemplateReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; RmaStatusEmailTemplate: { /** Format: int32 */ id?: number; status?: components["schemas"]["RmaStatusReference"]; useSenderFlag?: boolean | null; /** @description Max length: 100; */ firstName?: string; /** @description Max length: 100; */ lastName?: string; /** @description Max length: 100; */ emailAddress?: string; /** @description Max length: 200; */ subject: string; body: string; copySenderFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; }; RmaStatusEmailTemplateReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; RmaStatusInfo: { /** Format: int32 */ id?: number; name?: string; /** Format: int32 */ sortOrder?: number | null; _info?: { [key: string]: string; }; }; RmaStatusNotification: { /** Format: int32 */ id?: number; notifyWho: components["schemas"]["NotificationRecipientReference"]; status?: components["schemas"]["RmaStatusReference"]; member?: components["schemas"]["MemberReference"]; /** @description RMA Status Notification sendEmail must be entered if the notify type is "Email Address". Max length: 50; */ email?: string; /** Format: int32 */ workflowStep?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; RmaStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; RmaTag: { /** Format: int32 */ id?: number; serviceTicket?: components["schemas"]["TicketReference"]; salesOrder?: components["schemas"]["SalesOrderReference"]; invoice?: components["schemas"]["InvoiceReference"]; project?: components["schemas"]["ProjectReference"]; /** @description Max length: 150; */ summary?: string; product: components["schemas"]["IvItemReference"]; ivDescription?: string; /** @description Max length: 200; */ productDescription: string; serialNumber?: string; /** @description Max length: 100; */ mfgItemID?: string; status: components["schemas"]["RmaStatusReference"]; /** Format: double */ listPrice?: number; /** Format: double */ unitPrice?: number | null; location: components["schemas"]["SystemLocationReference"]; department: components["schemas"]["SystemDepartmentReference"]; /** @description Max length: 1000; */ problemDescription?: string; returnedCompany: components["schemas"]["CompanyReference"]; returnedContact?: components["schemas"]["ContactReference"]; returnedContactType?: string; returnedContactPhone?: string; returnedContactExtension?: string; returnedContactEmail?: string; /** @description Max length: 50; */ returnedContactAddressLine1?: string; /** @description Max length: 50; */ returnedContactAddressLine2?: string; /** @description Max length: 50; */ returnedContactCity?: string; /** @description Max length: 50; */ returnedContactState?: string; /** @description Max length: 12; */ returnedContactZip?: string; returnedContactCountry?: components["schemas"]["CountryReference"]; rmaDisposition: components["schemas"]["RmaDispositionReference"]; returnedSite?: components["schemas"]["SiteReference"]; purchasedCompany?: components["schemas"]["CompanyReference"]; purchasedContact?: components["schemas"]["ContactReference"]; purchasedContactType?: string; purchasedContactPhone?: string; purchasedContactExtension?: string; purchasedContactEmail?: string; /** @description Max length: 50; */ purchasedContactAddressLine1?: string; /** @description Max length: 50; */ purchasedContactAddressLine2?: string; /** @description Max length: 50; */ purchasedContactCity?: string; /** @description Max length: 50; */ purchasedContactState?: string; /** @description Max length: 12; */ purchasedContactZip?: string; purchasedContactCountry?: components["schemas"]["CountryReference"]; /** @description Max length: 50; */ purchasedInvoiceNumber?: string; /** Format: date */ purchasedInvoiceDate?: string; /** @description Max length: 50; */ purchasedOrderNumber?: string; purchasedVendorAction?: components["schemas"]["RmaActionReference"]; /** @description Max length: 50; */ purchasedVendorRmaNumber?: string; purchasedSite?: components["schemas"]["SiteReference"]; /** @description Max length: 1000; */ purchasedNotes?: string; warrantyCompany?: components["schemas"]["CompanyReference"]; warrantyContact?: components["schemas"]["ContactReference"]; warrantyContactType?: string; warrantyContactPhone?: string; warrantyContactEmail?: string; warrantyContactExtension?: string; /** @description Max length: 50; */ warrantyContactAddressLine1?: string; /** @description Max length: 50; */ warrantyContactAddressLine2?: string; /** @description Max length: 50; */ warrantyContactCity?: string; /** @description Max length: 50; */ warrantyContactState?: string; /** @description Max length: 12; */ warrantyContactZip?: string; warrantyContactCountry?: components["schemas"]["CountryReference"]; warrantySite?: components["schemas"]["SiteReference"]; /** @description Max length: 1000; */ warrantyNotes?: string; repairCompany?: components["schemas"]["CompanyReference"]; repairContact?: components["schemas"]["ContactReference"]; repairContactType?: string; repairContactPhone?: string; repairContactExtension?: string; repairContactEmail?: string; /** @description Max length: 50; */ repairContactAddressLine1?: string; /** @description Max length: 50; */ repairContactAddressLine2?: string; /** @description Max length: 50; */ repairContactCity?: string; /** @description Max length: 50; */ repairContactState?: string; /** @description Max length: 12; */ repairContactZip?: string; repairContactCountry?: components["schemas"]["CountryReference"]; /** @description Max length: 50; */ repairOrderNumber?: string; repairSite?: components["schemas"]["SiteReference"]; /** @description Max length: 1000; */ repairNotes?: string; dropShipFlag?: boolean | null; shipMethod?: components["schemas"]["ShipmentMethodReference"]; /** Format: date */ shippingDate?: string; /** @description Max length: 50; */ shippingTrackingNumber?: string; /** @description Max length: 1000; */ internalNotes?: string; /** @description Max length: 1000; */ closingNotes?: string; dateClosed?: string; accountManager?: components["schemas"]["MemberReference"]; technicalContact?: components["schemas"]["MemberReference"]; currency?: components["schemas"]["CurrencyReference"]; closedBy?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; Role: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; SalesConversion: { parentType?: string; convertedTo?: components["schemas"]["ConversionTypeReference"]; _info?: { [key: string]: string; }; }; SalesOrderRecap: { /** Format: int32 */ id?: number; /** Format: double */ billableAmount?: number; /** Format: double */ cost?: number; /** Format: double */ margin?: number; /** Format: double */ percent?: number; }; SalesOrderReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; SalesOrdersLineItem: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ purchaseOrderNumber?: string; salesOrder: components["schemas"]["SalesOrderReference"]; billStatus?: string; /** Format: int32 */ quantity?: number; /** Format: int32 */ quantityCancelled?: number; _info?: { [key: string]: string; }; }; SalesProbability: { /** Format: int32 */ id?: number; /** Format: int32 */ probability: number; _info?: { [key: string]: string; }; connectWiseId?: string; }; SalesProbabilityInfo: { /** Format: int32 */ id?: number; /** Format: int32 */ probability?: number; _info?: { [key: string]: string; }; }; SalesQuota: { /** Format: int32 */ id?: number; member: components["schemas"]["MemberReference"]; /** Format: int32 */ forecastYear?: number | null; location: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; category?: components["schemas"]["ProductCategoryReference"]; subCategory?: components["schemas"]["ProductSubCategoryReference"]; /** Format: double */ januaryRevenue?: number | null; /** Format: double */ januaryMargin?: number | null; /** Format: double */ februaryRevenue?: number | null; /** Format: double */ februaryMargin?: number | null; /** Format: double */ marchRevenue?: number | null; /** Format: double */ marchMargin?: number | null; /** Format: double */ aprilRevenue?: number | null; /** Format: double */ aprilMargin?: number | null; /** Format: double */ mayRevenue?: number | null; /** Format: double */ mayMargin?: number | null; /** Format: double */ juneRevenue?: number | null; /** Format: double */ juneMargin?: number | null; /** Format: double */ julyRevenue?: number | null; /** Format: double */ julyMargin?: number | null; /** Format: double */ augustRevenue?: number | null; /** Format: double */ augustMargin?: number | null; /** Format: double */ septemberRevenue?: number | null; /** Format: double */ septemberMargin?: number | null; /** Format: double */ octoberRevenue?: number | null; /** Format: double */ octoberMargin?: number | null; /** Format: double */ novemberRevenue?: number | null; /** Format: double */ novemberMargin?: number | null; /** Format: double */ decemberRevenue?: number | null; /** Format: double */ decemberMargin?: number | null; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; SalesTeam: { /** Format: int32 */ id?: number; /** @description Max length: 20; */ salesTeamIdentifier: string; /** @description Max length: 50; */ salesTeamDescription: string; salesTeamLocation: components["schemas"]["SystemLocationReference"]; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; SalesTeamMember: { /** Format: int32 */ id?: number; member: components["schemas"]["MemberReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; allowAccessFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; SalesTeamReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; ScheduleColor: { /** Format: int32 */ id?: number; /** * Format: int32 * @description A startPercent (0 or higher) is required if endPercent has value. */ startPercent?: number | null; /** * Format: int32 * @description A endPercent is required if startPercent has value. */ endPercent?: number | null; /** @description Must be a valid Hexadecimal Color Code. */ color: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ScheduleDetail: { /** Format: int32 */ id?: number; scheduleEntry?: components["schemas"]["ScheduleEntryReference"]; dateStart?: string; dateEnd?: string; member?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; }; ScheduleEntry: { /** Format: int32 */ id?: number; /** Format: int32 */ objectId?: number | null; /** @description Max length: 250; */ name?: string; member?: components["schemas"]["MemberReference"]; where?: components["schemas"]["ServiceLocationReference"]; /** Format: date-time */ dateStart?: string; /** Format: date-time */ dateEnd?: string; reminder?: components["schemas"]["ReminderReference"]; status?: components["schemas"]["ScheduleStatusReference"]; type: components["schemas"]["ScheduleTypeReference"]; span?: components["schemas"]["ScheduleSpanReference"]; doneFlag?: boolean | null; acknowledgedFlag?: boolean | null; ownerFlag?: boolean | null; meetingFlag?: boolean | null; ticketType?: string; allowScheduleConflictsFlag?: boolean | null; addMemberToProjectFlag?: boolean | null; /** Format: int32 */ projectRoleId?: number | null; /** Format: uuid */ mobileGuid?: string | null; /** Format: date-time */ acknowledgedDate?: string; /** Format: date-time */ closeDate?: string; notifyResource?: boolean | null; notificationSent?: boolean | null; notificationResponse?: string; /** Format: double */ hours?: number | null; startTimeSet?: boolean | null; endTimeSet?: boolean | null; _info?: { [key: string]: string; }; }; ScheduleEntryDetail: { /** Format: int32 */ id?: number; scheduleEntry?: components["schemas"]["ScheduleEntryReference"]; dateStart?: string; dateEnd?: string; /** Format: double */ hoursScheduled?: number; _info?: { [key: string]: string; }; }; ScheduleEntryReference: { /** Format: int32 */ id?: number | null; description?: string; _info?: { [key: string]: string; }; }; ScheduleReminderTime: { /** Format: int32 */ id?: number; /** * Format: int32 * @description Time is calculated in minutes. */ time?: number | null; /** @description Max length: 10; */ name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ScheduleSpanReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; ScheduleStatus: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; defaultFlag?: boolean | null; showAsTentativeFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ScheduleStatusInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; showAsTentativeFlag?: boolean | null; _info?: { [key: string]: string; }; }; ScheduleStatusReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ScheduleStopwatch: { _info?: { [key: string]: string; }; agreement?: components["schemas"]["AgreementReference"]; /** @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: int32 */ businessUnitId?: number | null; /** Format: date-time */ dateEntered?: string; /** Format: date-time */ endTime?: string; /** Format: int32 */ id?: number; internalNotes?: string; /** Format: int32 */ locationId?: number | null; member: components["schemas"]["MemberReference"]; /** Format: uuid */ mobileGuid?: string | null; /** @description Max length: 4000; */ notes?: string; /** Format: int32 */ scheduleId: number | null; /** Format: uuid */ scheduleMobileGuid?: string | null; /** Format: date-time */ startTime?: string; /** @enum {string|null} */ status: "Reset" | "Running" | "Paused" | "Stopped" | null; /** Format: int32 */ totalPauseTime?: number | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; }; ScheduleType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @description Max length: 1; */ identifier: string; chargeCode?: components["schemas"]["ChargeCodeReference"]; where?: components["schemas"]["ServiceLocationReference"]; systemFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ScheduleTypeInfo: { /** Format: int32 */ id?: number; name?: string; identifier?: string; chargeCode?: components["schemas"]["ChargeCodeReference"]; where?: components["schemas"]["ServiceLocationReference"]; systemFlag?: boolean | null; _info?: { [key: string]: string; }; }; ScheduleTypeReference: { /** Format: int32 */ id?: number | null; identifier?: string; _info?: { [key: string]: string; }; }; SchedulingMemberInfo: { /** Format: int32 */ id?: number; identifier?: string; firstName?: string; middleInitial?: string; lastName?: string; fullName?: string; defaultEmail?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; SecurityRole: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** @description Max length: 30; */ roleType?: string; adminFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; SecurityRoleInfo: { /** Format: int32 */ id?: number; name?: string; roleType?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; SecurityRoleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SecurityRoleSetting: { /** Format: int32 */ id?: number; /** @enum {string|null} */ addLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ editLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ deleteLevel?: "None" | "My" | "All" | null; /** @enum {string|null} */ inquireLevel?: "None" | "My" | "All" | null; moduleFunctionName?: string; moduleFunctionDescription?: string; myAllFlag?: boolean | null; moduleFunctionIdentifier?: string; reportFlag?: boolean | null; restrictFlag?: boolean | null; customFlag?: boolean | null; moduleDescription?: string; moduleIdentifier?: string; moduleName?: string; /** Format: int32 */ sortOrder?: number | null; _info?: { [key: string]: string; }; }; Service: { /** Format: int32 */ id?: number; /** @enum {string|null} */ srNotify: "All" | "NewAndClosedRequests" | "ClosedRequestsOnly" | "NewRequestsOnly" | "None" | null; /** @enum {string} */ scheduleSpan: "Standard" | "OfficeHours" | "Overnight"; hideDelimiterFlag?: boolean | null; allowCCFlag?: boolean | null; allowTOFlag?: boolean | null; /** @description Max length: 50; */ headerColor?: string; /** @description Max length: 50; */ memberColor?: string; /** @description Max length: 50; */ contactColor?: string; /** @description Max length: 50; */ unknownColor?: string; calendarSetup?: components["schemas"]["CalendarSetupReference"]; headerColorDisableFlag?: boolean | null; memberColorDisableFlag?: boolean | null; contactColorDisableFlag?: boolean | null; unknownColorDisableFlag?: boolean | null; _info?: { [key: string]: string; }; }; ServiceCodeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceEmailTemplate: { /** Format: int32 */ id?: number; /** @enum {string|null} */ type: "Any" | "Closed" | "Invoice" | "New" | "SalesOrder" | "PurchaseOrder" | "RMA" | "Specific" | null; serviceSurvey?: components["schemas"]["ServiceSurveyReference"]; serviceBoard?: components["schemas"]["BoardReference"]; useSenderFlag?: boolean | null; /** @description From fields (first name, last name, email address) are required if useSenderFlag is false. Max length: 100; */ firstName?: string; /** @description From fields (first name, last name, email address) are required if useSenderFlag is false. Max length: 100; */ lastName?: string; /** @description From fields (first name, last name, email address) are required if useSenderFlag is false. Max length: 100; */ emailAddress?: string; /** @description Max length: 200; */ subject?: string; body?: string; copySenderFlag?: boolean | null; tasksFlag?: boolean | null; resourceRecordsFlag?: boolean | null; externalContactNotifications?: boolean | null; internalContactNotifications?: boolean | null; serviceStatus?: components["schemas"]["ServiceStatusReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; ServiceEmailTemplateReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; type?: string; _info?: { [key: string]: string; }; }; ServiceInfo: { /** Format: int32 */ id?: number; headerColor?: string; memberColor?: string; contactColor?: string; unknownColor?: string; _info?: { [key: string]: string; }; }; ServiceItemReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceLocation: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** @enum {string|null} */ where: "OnSite" | "Remote" | "InHouse" | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ServiceLocationInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ServiceLocationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceNote: { /** Format: int32 */ id?: number; /** Format: int32 */ ticketId?: number | null; text?: string; detailDescriptionFlag?: boolean | null; internalAnalysisFlag?: boolean | null; resolutionFlag?: boolean | null; issueFlag?: boolean | null; member?: components["schemas"]["MemberReference"]; contact?: components["schemas"]["ContactReference"]; customerUpdatedFlag?: boolean | null; processNotifications?: boolean | null; dateCreated?: string; createdBy?: string; internalFlag?: boolean | null; externalFlag?: boolean | null; /** Format: double */ sentimentScore?: number | null; _info?: { [key: string]: string; }; }; ServiceRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; ServiceSignoff: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; visibleLogoFlag?: boolean | null; companyInfoFlag?: boolean | null; billingTermsFlag?: boolean | null; summaryFlag?: boolean | null; discussionFlag?: boolean | null; /** @description On add/post, if this is set to true but no value is set for task, task is defaulted to ServiceTasks.All. */ taskFlag?: boolean | null; /** * @description On add/post, if this is set but no value is set for taskFlag, taskFlag is set to true. * @enum {string|null} */ task?: "All" | "Closed" | "Open" | null; configurationsFlag?: boolean | null; internalNotesFlag?: boolean | null; resolutionFlag?: boolean | null; /** @description On add/post, if any time related flag is set to true, this is also set to true. */ timeFlag?: boolean | null; timeMemberFlag?: boolean | null; timeDateFlag?: boolean | null; timeStartEndFlag?: boolean | null; timeBillFlag?: boolean | null; timeHoursFlag?: boolean | null; timeRateFlag?: boolean | null; timeExtendedAmountFlag?: boolean | null; timeWorkTypeFlag?: boolean | null; timeAgreementFlag?: boolean | null; timeNotesFlag?: boolean | null; timeManualFlag?: boolean | null; /** Format: int32 */ timeManualEntry?: number | null; timeTaxFlag?: boolean | null; /** @description On add/post, if any expense related flag is set to true, this is also set to true. */ expenseFlag?: boolean | null; expenseDateFlag?: boolean | null; expenseMemberFlag?: boolean | null; expenseTypeFlag?: boolean | null; expenseBillFlag?: boolean | null; expenseAmountFlag?: boolean | null; expenseAgreementFlag?: boolean | null; expenseNotesFlag?: boolean | null; expenseTaxFlag?: boolean | null; expenseManualFlag?: boolean | null; /** Format: int32 */ expenseManualEntry?: number | null; /** @description On add/post, if any product related flag is set to true, this is also set to true. */ productFlag?: boolean | null; productDescriptionFlag?: boolean | null; productBillFlag?: boolean | null; productQuantityFlag?: boolean | null; productPriceFlag?: boolean | null; productExtendedAmountFlag?: boolean | null; productAgreementFlag?: boolean | null; productManualFlag?: boolean | null; /** Format: int32 */ productManualEntry?: number | null; productTaxFlag?: boolean | null; technicianSignoffFlag?: boolean | null; /** @description On add/post, if customerSignoffText.Length > 0, this is set to true. */ customerSignoffTextFlag?: boolean | null; /** @description Max length: 4000; */ customerSignoffText?: string; customerSignoffFieldsFlag?: boolean | null; /** @description On add/post, if billingMethodsText.Length > 0, this is set to true. */ billingMethodsTextFlag?: boolean | null; /** @description Max length: 2000; */ billingMethodsText?: string; creditCardFieldsFlag?: boolean | null; defaultFFFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ServiceSignoffCustomField: { /** Format: int32 */ id?: number; /** Format: double */ sequenceNumber: number | null; /** @enum {string|null} */ displaySection: "CustomerInformation" | "Detail" | "Expenses" | "Configurations" | "AdditionalSignOffFields" | "InternalNotes" | "Time" | "Products" | "Resolution" | "Summary" | "Tasks" | null; userDefinedField: components["schemas"]["UserDefinedFieldReference"]; _info?: { [key: string]: string; }; }; ServiceSignoffInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; ServiceSignoffReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceSourceReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceStatusReference: { /** Format: int32 */ id?: number | null; name?: string; /** Format: int32 */ sort?: number | null; _info?: { [key: string]: string; }; }; ServiceSubTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceSurvey: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; headerIncludeLogoFlag?: boolean | null; /** @description Max length: 4000; */ headerText?: string; headerTextVisibleFlag?: boolean | null; /** @description Max length: 500; */ footerText?: string; footerTextVisibleFlag?: boolean | null; /** @description Max length: 4000; */ thankYouText?: string; notifyWho?: components["schemas"]["GenericIdIdentifierReference"]; notifyWhoVisibleFlag?: boolean | null; notifyMember?: components["schemas"]["MemberReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; ServiceSurveyQuestion: { /** Format: int32 */ id?: number; /** Format: int32 */ sequenceNumber?: number | null; /** @enum {string|null} */ type: "OpenEnded" | "Selection" | null; /** @description Max length: 1000; */ question: string; options?: components["schemas"]["ServiceSurveyQuestionOption"][]; includeFlag?: boolean | null; requiredFlag?: boolean | null; /** Format: int32 */ noAnswerPoints?: number | null; /** Format: int32 */ surveyId?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; ServiceSurveyQuestionOption: { includeFlag?: boolean | null; caption?: string; /** Format: int32 */ points?: number | null; }; ServiceSurveyReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceTask: { /** Format: int32 */ id?: number; /** Format: int32 */ ticketId?: number | null; notes?: string; closedFlag?: boolean | null; /** Format: int32 */ priority?: number | null; schedule?: components["schemas"]["ScheduleEntryReference"]; code?: components["schemas"]["ServiceCodeReference"]; member?: components["schemas"]["MemberReference"]; resolution?: string; /** @enum {string|null} */ childScheduleAction?: "Transfer" | "Delete" | "Done" | null; /** Format: int32 */ childTicketId?: number | null; summary?: string; _info?: { [key: string]: string; }; }; ServiceTeam: { /** Format: int32 */ id?: number; name?: string; leader?: components["schemas"]["MemberReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; deleteNotifyFlag?: boolean | null; _info?: { [key: string]: string; }; }; ServiceTeamReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceTemplate: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; board: components["schemas"]["BoardReference"]; type?: components["schemas"]["ServiceTypeReference"]; item?: components["schemas"]["ServiceItemReference"]; subtype?: components["schemas"]["ServiceSubTypeReference"]; serviceLocation?: components["schemas"]["ServiceLocationReference"]; status: components["schemas"]["ServiceStatusReference"]; source?: components["schemas"]["ServiceSourceReference"]; priority?: components["schemas"]["PriorityReference"]; team?: components["schemas"]["ServiceTeamReference"]; company?: components["schemas"]["CompanyReference"]; contact?: components["schemas"]["ContactReference"]; site?: components["schemas"]["SiteReference"]; assignedNotifyFlag?: boolean | null; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** @description Max length: 100; */ summary: string; problem?: string; /** Format: double */ hoursBudget?: number | null; /** Format: double */ hourlyRate?: number | null; internalAnalysis?: string; resolution?: string; timeBillableFlag?: boolean | null; expenseBillableFlag?: boolean | null; productBillableFlag?: boolean | null; /** @description Max length: 25; */ purchaseOrderNumber?: string; /** @description Max length: 50; */ reference?: string; /** Format: double */ estimatedExpenseCost?: number | null; /** Format: double */ estimatedExpenseRevenue?: number | null; /** Format: double */ estimatedProductCost?: number | null; /** Format: double */ estimatedProductRevenue?: number | null; /** Format: double */ estimatedTimeCost?: number | null; /** Format: double */ estimatedTimeRevenue?: number | null; billComplete_Flag?: boolean | null; billServiceSeparatelyFlag?: boolean | null; /** Format: double */ billingAmount?: number | null; billUnapprovedTimeAndExpensesFlag?: boolean | null; overrideFlag?: boolean | null; timeInvoiceFlag?: boolean | null; expenseInvoiceFlag?: boolean | null; productInvoiceFlag?: boolean | null; agreement?: components["schemas"]["AgreementReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; /** * @description Required On Updates; * @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** * @description Required On Updates; * @enum {string|null} */ billingMethod?: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** * @description Required On Updates; * @enum {string|null} */ severity?: "Low" | "Medium" | "High" | null; /** * @description Required On Updates; * @enum {string|null} */ impact?: "Low" | "Medium" | "High" | null; assignedBy?: components["schemas"]["MemberReference"]; /** Format: int32 */ scheduleDaysBefore?: number | null; /** Format: int32 */ serviceDaysBefore?: number | null; attachScheduleToNewServiceFlag?: boolean | null; templateFlag?: boolean | null; emailContactFlag?: boolean | null; emailResourceFlag?: boolean | null; emailCCFlag?: boolean | null; /** @description Max length: 1000; */ emailCC?: string; restrictDownpaymentFlag?: boolean | null; _info?: { [key: string]: string; }; }; ServiceTemplateInfo: { /** Format: int32 */ id?: number; name?: string; templateFlag?: boolean | null; _info?: { [key: string]: string; }; }; ServiceTemplateReference: { /** Format: int32 */ id?: number | null; name?: string; summary?: string; _info?: { [key: string]: string; }; }; ServiceTemplateTask: { /** Format: int32 */ id?: number; serviceTemplate?: components["schemas"]["ServiceTemplateReference"]; linkedServiceTemplateTask?: components["schemas"]["ServiceTemplateTaskReference"]; /** Format: int32 */ priority: number | null; code?: components["schemas"]["ServiceCodeReference"]; notes: string; _info?: { [key: string]: string; }; }; ServiceTemplateTaskReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; ServiceTicketLink: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; enabledFlag?: boolean | null; /** @description Max length: 50; */ linkText: string; /** @description Max length: 1000; */ url: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ServiceTicketLinkInfo: { /** Format: int32 */ id?: number; name?: string; enabledFlag?: boolean | null; linkText?: string; url?: string; _info?: { [key: string]: string; }; }; ServiceTicketNote: { /** Format: int32 */ id?: number; /** @enum {string|null} */ noteType?: "TicketNote" | "TimeEntryNote" | "MeetingNote" | null; ticket?: components["schemas"]["TicketReference"]; text?: string; isMarkdownFlag?: boolean | null; detailDescriptionFlag?: boolean | null; internalAnalysisFlag?: boolean | null; resolutionFlag?: boolean | null; timeStart?: string; timeEnd?: string; bundledFlag?: boolean | null; mergedFlag?: boolean | null; issueFlag?: boolean | null; originalAuthor?: string; createdByParentFlag?: boolean | null; member?: components["schemas"]["MemberReference"]; contact?: components["schemas"]["ContactReference"]; _info?: { [key: string]: string; }; }; ServiceTypeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SetupScreen: { /** Format: int32 */ id?: number; category?: string; name?: string; description?: string; moduleDescription?: string; moduleIdentifier?: string; moduleName?: string; _info?: { [key: string]: string; }; }; Severity: { /** Format: int32 */ id?: number; name?: string; /** @description Max length: 200; */ description: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; ShipmentMethod: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; /** @description Max length: 200; */ trackingUrl?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; ShipmentMethodInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; trackingUrl?: string; _info?: { [key: string]: string; }; }; ShipmentMethodReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SicCodeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SiteReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Skill: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; category: components["schemas"]["SkillCategoryReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; SkillCategory: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; SkillCategoryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SkillInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; SkillReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SLA: { /** Format: int32 */ id?: number; /** @description Max length: 25; */ name: string; /** @enum {string|null} */ basedOn: "AllHours" | "Customer" | "MyCalendar" | "Custom" | null; customCalendar?: components["schemas"]["CalendarReference"]; defaultFlag?: boolean | null; /** Format: int32 */ applicationOrder?: number | null; hiImpactHiUrgency?: components["schemas"]["PriorityReference"]; hiImpactMedUrgency?: components["schemas"]["PriorityReference"]; hiImpactLowUrgency?: components["schemas"]["PriorityReference"]; medImpactHiUrgency?: components["schemas"]["PriorityReference"]; medImpactMedUrgency?: components["schemas"]["PriorityReference"]; medImpactLowUrgency?: components["schemas"]["PriorityReference"]; lowImpactHiUrgency?: components["schemas"]["PriorityReference"]; lowImpactMedUrgency?: components["schemas"]["PriorityReference"]; lowImpactLowUrgency?: components["schemas"]["PriorityReference"]; /** Format: double */ respondHours?: number | null; /** Format: int32 */ respondPercent?: number | null; /** Format: double */ planWithin?: number | null; /** Format: int32 */ planWithinPercent?: number | null; /** Format: double */ resolutionHours?: number | null; /** Format: int32 */ resolutionPercent?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; SLAInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; SLAPriority: { /** Format: int32 */ id?: number; priority: components["schemas"]["PriorityReference"]; /** Format: double */ respondHours?: number | null; /** Format: int32 */ respondPercent?: number | null; /** Format: double */ planWithin?: number | null; /** Format: int32 */ planWithinPercent?: number | null; /** Format: double */ resolutionHours?: number | null; /** Format: int32 */ resolutionPercent?: number | null; sla?: components["schemas"]["SLAReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; serviceSlaPriorityCwId?: string; }; SLAReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; Source: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; defaultFlag?: boolean | null; enteredBy?: string; /** Format: date-time */ dateEntered?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; SourceInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; SsoConfiguration: { /** * Format: int32 * @description Unique identifier of the SSO Configuration */ id?: number; /** @description Descriptor of the SSO Configuration Max length: 100; */ name: string; /** * @description Type of SSO Configuration * @enum {string|null} */ ssoType: "CWSSO" | "SAML" | null; /** @description Whether the SSO configuration is not active */ inactiveFlag?: boolean | null; /** @description SAML Identity Provider Id Max length: 1000; */ samlEntityId?: string; /** @description Sign in url for the SAML Identity Provider Max length: 1000; */ samlSignInUrl?: string; /** @description Public certificate for Identity Provider signatures */ samlIdpCertificate?: string; /** @description Name of the SAML certificate. Metadata on SAML_Idp_Certificate */ samlCertificateName?: string; /** @description Who the SAML certificate was issued to. Metadata on SAML_Idp_Certificate */ samlCertificateIssuedTo?: string; /** @description Thumbprint of the SAML certificate. Metadata on SAML_Idp_Certificate */ samlCertificateThumbprint?: string; /** * Format: date-time * @description Date when the SAML certificate becomes valid. Metadata on SAML_Idp_Certificate */ samlCertificateValidFrom?: string; /** * Format: date-time * @description Date when the SAML certificate is no longer valid. Metadata on SAML_Idp_Certificate */ samlCertificateValidTo?: string; /** @description The locations where the SAML Idp Configuration is used */ locationIds: number[]; /** @description Client identity for this configuration of ConnectWise SSO Max length: 1000; */ clientId?: string; /** @description Sign in URL for ConnectWise SSO */ stsBaseUrl?: string; /** @description User Admin Url for ConnectWise SSO */ stsUserAdminUrl?: string; token?: string; /** Format: int32 */ submittedMemberCount?: number; allMembersSubmitted?: boolean; _info?: { [key: string]: string; }; isSsoOnByDefault?: boolean; }; SsoUser: { /** Format: int32 */ id?: number; ssoUserId?: string; userName?: string; firstName?: string; lastName?: string; email?: string; emailConfirmed?: boolean | null; disabledFlag?: boolean | null; linkedFlag?: boolean | null; dateEntered?: string; lastUpdated?: string; linkedMember?: components["schemas"]["MemberReference"]; }; StandardNote: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; contents: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; StandardNoteInfo: { /** Format: int32 */ id?: number; name?: string; contents?: string; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; board?: components["schemas"]["BoardReference"]; _info?: { [key: string]: string; }; }; State: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ identifier: string; /** @description Max length: 50; */ name: string; country: components["schemas"]["CountryReference"]; disabled?: boolean; _info?: { [key: string]: string; }; connectWiseId?: string; }; StateInfo: { /** Format: int32 */ id?: number; name?: string; identifier?: string; country?: components["schemas"]["CountryReference"]; _info?: { [key: string]: string; }; }; StateReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; StatusIndicator: { /** Format: int32 */ id?: number; identifier?: string; name?: string; color?: string; icon?: string; _info?: { [key: string]: string; }; }; StatusIndicatorReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; StructureReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SubCategory: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; /** @description Max length: 50; */ integrationXref?: string; defaultFlag?: boolean | null; category: components["schemas"]["ProductCategoryReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; SubCategoryInfo: { /** Format: int32 */ id?: number; name?: string; category?: components["schemas"]["ProductCategoryReference"]; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; SuccessResponse: { success?: boolean; message?: string; }; Survey: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @description Max length: 1000; */ instructions?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; SurveyInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; SurveyOption: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ caption: string; /** Format: int32 */ points: number | null; visibleflag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; SurveyQuestion: { /** Format: int32 */ id?: number; survey?: components["schemas"]["SurveyReference"]; /** @enum {string|null} */ fieldType: "TextArea" | "Button" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "Text" | "Password" | null; /** @enum {string|null} */ entryType: "Date" | "EntryField" | "List" | "Option" | null; /** Format: double */ sequenceNumber: number | null; /** @description Max length: 1000; */ question: string; /** Format: int32 */ numberOfDecimals?: number | null; requiredFlag?: boolean | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; SurveyQuestionReference: { /** Format: int32 */ id?: number | null; question?: string; _info?: { [key: string]: string; }; }; SurveyQuestionValue: { /** Format: int32 */ id?: number; survey?: components["schemas"]["SurveyReference"]; question?: components["schemas"]["SurveyQuestionReference"]; /** @description Max length: 1000; */ value: string; defaultFlag?: boolean | null; /** Format: int32 */ pointValue?: number | null; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; SurveyReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SurveyResult: { /** Format: int32 */ id?: number; /** Format: int32 */ ticketId: number | null; emailAddress?: string; footerResponse?: string; contactMeFlag?: boolean | null; contact?: components["schemas"]["ContactReference"]; results?: components["schemas"]["SurveyResultDetail"][]; /** Format: int32 */ totalPoints?: number | null; company?: components["schemas"]["CompanyReference"]; /** Format: int32 */ surveyId?: number | null; _info?: { [key: string]: string; }; }; SurveyResultDetail: { /** Format: int32 */ questionId?: number | null; /** @description If question type is Selection, this should be the option array index. */ answer?: Record; }; SystemDepartmentReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; SystemLocationReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SystemMenuEntryReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; SystemSetting: { /** Format: int32 */ id?: number; description?: string; value: string; valueType?: string; _info?: { [key: string]: string; }; }; TaxableExpenseTypeLevel: { /** Format: int32 */ id?: number; taxCodeLevel: components["schemas"]["TaxCodeLevelReference"]; _info?: { [key: string]: string; }; }; TaxableProductTypeLevel: { /** Format: int32 */ id?: number; taxCodeLevel: components["schemas"]["TaxCodeLevelReference"]; _info?: { [key: string]: string; }; }; TaxableWorkRoleLevel: { /** Format: int32 */ id?: number; taxCodeLevel: components["schemas"]["TaxCodeLevelReference"]; _info?: { [key: string]: string; }; }; TaxableXRefLevel: { /** Format: int32 */ id?: number; taxCodeLevel: components["schemas"]["TaxCodeLevelReference"]; _info?: { [key: string]: string; }; }; TaxCode: { /** Format: int32 */ id?: number; /** @description Max length: 8; */ identifier: string; /** @description Max length: 50; */ description: string; /** @description Max length: 25; */ invoiceCaption: string; country?: components["schemas"]["CountryReference"]; /** Format: date-time */ effectiveDate: string; defaultFlag?: boolean | null; displayOnInvoiceFlag?: boolean | null; canadaCalculateGSTFlag?: boolean | null; /** Format: date-time */ cancelDate?: string; /** Format: double */ levelOneRate?: number | null; /** @enum {string|null} */ levelOneRateType?: "Amount" | "Percent" | null; /** Format: double */ levelOneTaxableMax?: number | null; /** @description Max length: 25; */ levelOneCaption?: string; /** @description Max length: 50; */ levelOneTaxCodeXref?: string; /** @description Max length: 100; */ levelOneAgencyXref?: string; levelOneServicesFlag?: boolean | null; levelOneExpensesFlag?: boolean | null; levelOneProductsFlag?: boolean | null; levelOneApplySingleUnitFlag?: boolean | null; /** Format: double */ levelOneApplySingleUnitMin?: number | null; /** Format: double */ levelOneApplySingleUnitMax?: number | null; /** Format: double */ levelTwoRate?: number | null; /** @enum {string|null} */ levelTwoRateType?: "Amount" | "Percent" | null; /** Format: double */ levelTwoTaxableMax?: number | null; /** @description Max length: 25; */ levelTwoCaption?: string; /** @description Max length: 50; */ levelTwoTaxCodeXref?: string; /** @description Max length: 100; */ levelTwoAgencyXref?: string; levelTwoServicesFlag?: boolean | null; levelTwoExpensesFlag?: boolean | null; levelTwoProductsFlag?: boolean | null; levelTwoApplySingleUnitFlag?: boolean | null; /** Format: double */ levelTwoApplySingleUnitMin?: number | null; /** Format: double */ levelTwoApplySingleUnitMax?: number | null; /** Format: double */ levelThreeRate?: number | null; /** @enum {string|null} */ levelThreeRateType?: "Amount" | "Percent" | null; /** Format: double */ levelThreeTaxableMax?: number | null; /** @description Max length: 25; */ levelThreeCaption?: string; /** @description Max length: 50; */ levelThreeTaxCodeXref?: string; /** @description Max length: 100; */ levelThreeAgencyXref?: string; levelThreeServicesFlag?: boolean | null; levelThreeExpensesFlag?: boolean | null; levelThreeProductsFlag?: boolean | null; levelThreeApplySingleUnitFlag?: boolean | null; /** Format: double */ levelThreeApplySingleUnitMin?: number | null; /** Format: double */ levelThreeApplySingleUnitMax?: number | null; /** Format: double */ levelFourRate?: number | null; /** @enum {string|null} */ levelFourRateType?: "Amount" | "Percent" | null; /** Format: double */ levelFourTaxableMax?: number | null; /** @description Max length: 25; */ levelFourCaption?: string; /** @description Max length: 50; */ levelFourTaxCodeXref?: string; /** @description Max length: 100; */ levelFourAgencyXref?: string; levelFourServicesFlag?: boolean | null; levelFourExpensesFlag?: boolean | null; levelFourProductsFlag?: boolean | null; levelFourApplySingleUnitFlag?: boolean | null; /** Format: double */ levelFourApplySingleUnitMin?: number | null; /** Format: double */ levelFourApplySingleUnitMax?: number | null; /** Format: double */ levelFiveRate?: number | null; /** @enum {string|null} */ levelFiveRateType?: "Amount" | "Percent" | null; /** Format: double */ levelFiveTaxableMax?: number | null; /** @description Max length: 25; */ levelFiveCaption?: string; /** @description Max length: 50; */ levelFiveTaxCodeXref?: string; /** @description Max length: 100; */ levelFiveAgencyXref?: string; levelFiveServicesFlag?: boolean | null; levelFiveExpensesFlag?: boolean | null; levelFiveProductsFlag?: boolean | null; levelFiveApplySingleUnitFlag?: boolean | null; /** Format: double */ levelFiveApplySingleUnitMin?: number | null; /** Format: double */ levelFiveApplySingleUnitMax?: number | null; /** Format: double */ levelSixRate?: number | null; /** @enum {string|null} */ levelSixRateType?: "Amount" | "Percent" | null; /** Format: double */ levelSixTaxableMax?: number | null; /** @description Max length: 25; */ levelSixCaption?: string; /** @description Max length: 50; */ levelSixTaxCodeXref?: string; /** @description Max length: 100; */ levelSixAgencyXref?: string; levelSixServicesFlag?: boolean | null; levelSixExpensesFlag?: boolean | null; levelSixProductsFlag?: boolean | null; levelSixApplySingleUnitFlag?: boolean | null; /** Format: double */ levelSixApplySingleUnitMin?: number | null; /** Format: double */ levelSixApplySingleUnitMax?: number | null; /** @description Array of work role exemptions for the tax code. */ workRoleIds?: number[]; addAllWorkRoles?: boolean | null; removeAllWorkRoles?: boolean | null; /** @description Array of expense type exemptions for the tax code. */ expenseTypeIds?: number[]; addAllExpenseTypes?: boolean | null; removeAllExpenseTypes?: boolean | null; /** @description Array of product type exemptions for the tax code. */ productTypeIds?: number[]; addAllProductTypes?: boolean | null; removeAllProductTypes?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; TaxCodeInfo: { /** Format: int32 */ id?: number; identifier?: string; description?: string; effectiveDate?: string; cancelDate?: string; defaultFlag?: boolean | null; /** Format: double */ levelOneRate?: number | null; /** Format: double */ levelTwoRate?: number | null; /** Format: double */ levelThreeRate?: number | null; /** Format: double */ levelFourRate?: number | null; /** Format: double */ levelFiveRate?: number | null; /** Format: double */ levelSixRate?: number | null; _info?: { [key: string]: string; }; }; TaxCodeLevel: { /** Format: int32 */ id?: number; /** Format: int32 */ taxLevel?: number; /** Format: double */ taxRate: number | null; /** @enum {string|null} */ rateType: "Amount" | "Percent" | null; /** Format: double */ taxableMax?: number | null; /** @description Max length: 25; */ caption?: string; /** @description Max length: 50; */ taxCodeXref?: string; /** @description Max length: 100; */ agencyXref?: string; taxServicesFlag?: boolean | null; taxExpensesFlag?: boolean | null; taxProductsFlag?: boolean | null; singleUnitFlag?: boolean | null; /** Format: double */ singleUnitMinimum?: number | null; /** Format: double */ singleUnitMaximum?: number | null; _info?: { [key: string]: string; }; }; TaxCodeLevelReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TaxCodeReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TaxCodeXRef: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ description: string; defaultFlag?: boolean | null; /** @enum {string|null} */ levelOne?: "NonTaxable" | "Taxable" | null; /** @enum {string|null} */ levelTwo?: "NonTaxable" | "Taxable" | null; /** @enum {string|null} */ levelThree?: "NonTaxable" | "Taxable" | null; /** @enum {string|null} */ levelFour?: "NonTaxable" | "Taxable" | null; /** @enum {string|null} */ levelFive?: "NonTaxable" | "Taxable" | null; /** @enum {string|null} */ levelSix?: "NonTaxable" | "Taxable" | null; taxCode?: components["schemas"]["TaxCodeReference"]; taxableLevels?: number[]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; TaxIntegration: { /** @enum {string} */ taxIntegrationType?: "Avalara"; /** Format: int32 */ id?: number; /** @description Max length: 50; */ accountNumber?: string; /** @description Max length: 50; */ licenseKey?: string; /** @description Max length: 250; */ serviceUrl?: string; /** @description Max length: 50; */ companyCode?: string; /** @description Max length: 50; */ timeTaxCode?: string; /** @description Max length: 50; */ expenseTaxCode?: string; /** @description Max length: 50; */ productTaxCode?: string; /** @description Max length: 50; */ invoiceAmountTaxCode?: string; enabledFlag?: boolean | null; commitTransactionsFlag?: boolean | null; salesInvoiceFlag?: boolean | null; /** @description Max length: 50; */ freightTaxCode?: string; accountingIntegrationFlag?: boolean | null; taxLineFlag?: boolean | null; _info?: { [key: string]: string; }; }; TaxIntegrationInfo: { /** Format: int32 */ id?: number; enabledFlag?: boolean; /** @enum {string} */ taxIntegrationType?: "Avalara"; _info?: { [key: string]: string; }; }; Team: { /** Format: int32 */ id?: number; /** @enum {string|null} */ type: "Individual" | "Team" | null; member?: components["schemas"]["MemberReference"]; salesTeam?: components["schemas"]["SalesTeamReference"]; /** Format: int32 */ commissionPercent?: number | null; referralFlag?: boolean | null; /** Format: int32 */ opportunityId?: number | null; responsibleFlag?: boolean | null; _info?: { [key: string]: string; }; }; TeamMember: { /** Format: int32 */ id?: number; board?: components["schemas"]["BoardReference"]; team: components["schemas"]["ServiceTeamReference"]; member: components["schemas"]["MemberReference"]; teamLeaderFlag?: boolean | null; _info?: { [key: string]: string; }; }; TeamRole: { /** Format: int32 */ id?: number; /** @description Max length: 20; */ name: string; accountManagerFlag?: boolean | null; techFlag?: boolean | null; salesFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; TeamRoleInfo: { /** Format: int32 */ id?: number; name?: string; _info?: { [key: string]: string; }; }; TeamRoleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TemplateGenerate: { generateAllRecordsFlag?: boolean | null; }; TemplateGeneratedCountsModel: { /** Format: int32 */ serviceCount?: number; /** Format: int32 */ scheduleCount?: number; }; TemplatePhase: { parentPhase?: components["schemas"]["ProjectTemplatePhaseReference"]; /** Format: int32 */ id?: number; /** Format: int32 */ templateId?: number | null; description?: string; notes?: string; markAsMilestoneFlag?: boolean | null; billPhaseSeparately?: boolean | null; wbsCode?: string; _info?: { [key: string]: string; }; }; Ticket: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ summary: string; /** @enum {string|null} */ recordType?: "ProjectIssue" | "ProjectTicket" | "ServiceTicket" | null; board?: components["schemas"]["BoardReference"]; status?: components["schemas"]["ServiceStatusReference"]; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; company: components["schemas"]["CompanyReference"]; site?: components["schemas"]["SiteReference"]; /** @description Max length: 156; */ siteName?: string; /** @description Max length: 50; */ addressLine1?: string; /** @description Max length: 50; */ addressLine2?: string; /** @description Max length: 50; */ city?: string; /** @description Max length: 50; */ stateIdentifier?: string; /** @description Max length: 12; */ zip?: string; country?: components["schemas"]["CountryReference"]; contact?: components["schemas"]["ContactReference"]; /** @description Max length: 62; */ contactName?: string; /** @description Max length: 20; */ contactPhoneNumber?: string; /** @description Max length: 15; */ contactPhoneExtension?: string; /** @description Max length: 250; */ contactEmailAddress?: string; type?: components["schemas"]["ServiceTypeReference"]; subType?: components["schemas"]["ServiceSubTypeReference"]; item?: components["schemas"]["ServiceItemReference"]; team?: components["schemas"]["ServiceTeamReference"]; owner?: components["schemas"]["MemberReference"]; priority?: components["schemas"]["PriorityReference"]; serviceLocation?: components["schemas"]["ServiceLocationReference"]; source?: components["schemas"]["ServiceSourceReference"]; /** Format: date-time */ requiredDate?: string; /** Format: double */ budgetHours?: number | null; opportunity?: components["schemas"]["OpportunityReference"]; agreement?: components["schemas"]["AgreementReference"]; agreementType?: string; /** * @description Required On Updates; * @enum {string|null} */ severity?: "Low" | "Medium" | "High" | null; /** * @description Required On Updates; * @enum {string|null} */ impact?: "Low" | "Medium" | "High" | null; /** @description Max length: 100; */ externalXRef?: string; /** @description Max length: 50; */ poNumber?: string; /** Format: int32 */ knowledgeBaseCategoryId?: number | null; /** Format: int32 */ knowledgeBaseSubCategoryId?: number | null; allowAllClientsPortalView?: boolean | null; customerUpdatedFlag?: boolean | null; automaticEmailContactFlag?: boolean | null; automaticEmailResourceFlag?: boolean | null; automaticEmailCcFlag?: boolean | null; /** @description Max length: 1000; */ automaticEmailCc?: string; /** @description Only available for POST, will not be returned in the response. */ initialDescription?: string; /** @description Only available for POST, will not be returned in the response. */ initialInternalAnalysis?: string; /** @description Only available for POST, will not be returned in the response. */ initialResolution?: string; initialDescriptionFrom?: string; contactEmailLookup?: string; /** @description Can be set to false to skip notification processing when adding or updating a ticket (Defaults to True). */ processNotifications?: boolean | null; skipCallback?: boolean | null; closedDate?: string; closedBy?: string; closedFlag?: boolean | null; /** Format: double */ actualHours?: number | null; approved?: boolean | null; /** Format: double */ estimatedExpenseCost?: number | null; /** Format: double */ estimatedExpenseRevenue?: number | null; /** Format: double */ estimatedProductCost?: number | null; /** Format: double */ estimatedProductRevenue?: number | null; /** Format: double */ estimatedTimeCost?: number | null; /** Format: double */ estimatedTimeRevenue?: number | null; /** @enum {string|null} */ billingMethod?: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** Format: double */ billingAmount?: number | null; /** Format: double */ hourlyRate?: number | null; /** @enum {string|null} */ subBillingMethod?: "ActualRates" | "FixedFee" | "NotToExceed" | "OverrideRate" | null; /** Format: double */ subBillingAmount?: number | null; subDateAccepted?: string; dateResolved?: string; dateResplan?: string; dateResponded?: string; /** * Format: int32 * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ resolveMinutes?: number | null; /** * Format: int32 * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ resPlanMinutes?: number | null; /** * Format: int32 * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ respondMinutes?: number | null; /** * Format: date-time * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ respondByGoalUTC?: string; /** * Format: date-time * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ resplanGoalUTC?: string; /** * Format: date-time * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ resolutionGoalUTC?: string; /** * Format: int32 * @description To obtain the current SLA times for an active ticket, please use the /service/tickets/calculateSLA endpoint for multiple tickets or /service/tickets/{id} for individual tickets. */ escalationLastUpdateMinutes?: number | null; isInSla?: boolean | null; /** Format: int32 */ knowledgeBaseLinkId?: number | null; resources?: string; /** Format: int32 */ parentTicketId?: number | null; hasChildTicket?: boolean | null; hasMergedChildTicketFlag?: boolean | null; /** @enum {string|null} */ knowledgeBaseLinkType?: "Activity" | "ProjectIssue" | "KnowledgeBaseArticle" | "ProjectTicket" | "ServiceTicket" | "Time" | null; /** @enum {string|null} */ billTime?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billExpenses?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ billProducts?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @enum {string|null} */ predecessorType?: "Ticket" | "Phase" | null; /** Format: int32 */ predecessorId?: number | null; predecessorClosedFlag?: boolean | null; /** Format: int32 */ lagDays?: number | null; lagNonworkingDaysFlag?: boolean | null; /** Format: date-time */ estimatedStartDate?: string; /** Format: int32 */ duration?: number | null; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** Format: uuid */ mobileGuid?: string | null; sla?: components["schemas"]["SLAReference"]; slaStatus?: string; requestForChangeFlag?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; mergedParentTicket?: components["schemas"]["TicketReference"]; integratorTags?: string[]; _info?: { [key: string]: string; }; escalationStartDateUTC?: string; /** Format: int32 */ escalationLevel?: number | null; /** Format: int32 */ minutesBeforeWaiting?: number | null; /** Format: int32 */ respondedSkippedMinutes?: number | null; /** Format: int32 */ resplanSkippedMinutes?: number | null; /** Format: double */ respondedHours?: number | null; respondedBy?: string; /** Format: double */ resplanHours?: number | null; resplanBy?: string; /** Format: double */ resolutionHours?: number | null; resolvedBy?: string; /** Format: int32 */ minutesWaiting?: number | null; customFields?: components["schemas"]["CustomFieldValue"][]; }; TicketBundle: { childTicketIds?: number[]; }; TicketChangeLog: { /** * Format: int32 * @description Ticket Change Log ID */ id?: number; /** @description Partner ID. */ partnerId?: string; /** @description Product Instance ID. */ productInstanceId?: string; /** @description Action. */ action?: string; /** * Format: int32 * @description Board ID. */ boardId?: number | null; /** @description Board Name. */ boardName?: string; /** * Format: int32 * @description Company Identifier. */ companyIdentifier?: number | null; /** @description Company Name. */ companyName?: string; /** * Format: int32 * @description Contact ID. */ contactId?: number | null; /** @description Contact Name. */ contactName?: string; /** @description Impact. */ impact?: string; /** * Format: int32 * @description Owner Identifier. */ ownerIdentifier?: number | null; /** * Format: int32 * @description Priority ID. */ priorityId?: number | null; /** @description Priority Level. */ priorityLevel?: string; /** @description Priority Name. */ priorityName?: string; /** * Format: int32 * @description Priority Sort. */ prioritySort?: number | null; /** @description Resource List. */ resourceList?: string; /** @description Severity. */ severity?: string; /** @description SLA Name. */ slaName?: string; /** @description SLA Status. */ slaStatus?: string; /** @description Status. */ status?: string; /** @description Summary. */ summary?: string; /** @description Team Name. */ teamName?: string; /** * Format: int32 * @description Ticket Number. */ ticketNumber?: number | null; /** @description Record Type. */ recordType?: string; /** @description Ticket Owner. */ ticketOwner?: string; /** @description Closed Flag. */ closedFlag?: boolean | null; /** @description Customer Updated Flag. */ customerUpdatedFlag?: boolean | null; /** @description Processing Status. */ processingStatus?: string; /** * Format: int32 * @description Parent Ticket ID. */ parentTicketId?: number | null; /** * Format: int32 * @description Merged Parent Ticket ID. */ mergedParentTicketId?: number | null; _info?: { [key: string]: string; }; }; TicketInfo: { /** Format: int32 */ id?: number; summary?: string; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; TicketMerge: { mergeTicketIds: number[]; status: components["schemas"]["ServiceStatusReference"]; }; TicketNote: { /** Format: int32 */ id?: number; /** Format: int32 */ ticketId?: number | null; text?: string; detailDescriptionFlag?: boolean | null; internalAnalysisFlag?: boolean | null; resolutionFlag?: boolean | null; issueFlag?: boolean | null; member?: components["schemas"]["MemberReference"]; contact?: components["schemas"]["ContactReference"]; customerUpdatedFlag?: boolean | null; processNotifications?: boolean | null; internalFlag?: boolean | null; externalFlag?: boolean | null; _info?: { [key: string]: string; }; }; TicketReference: { /** Format: int32 */ id?: number | null; summary?: string; _info?: { [key: string]: string; }; }; TicketStopwatch: { _info?: { [key: string]: string; }; agreement?: components["schemas"]["AgreementReference"]; /** @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** Format: int32 */ businessUnitId?: number | null; /** Format: date-time */ dateEntered?: string; /** Format: date-time */ endTime?: string; /** Format: int32 */ id?: number; internalNotes?: string; /** Format: int32 */ locationId?: number | null; member: components["schemas"]["MemberReference"]; /** Format: uuid */ mobileGuid?: string | null; /** @description Max length: 4000; */ notes?: string; serviceStatus?: components["schemas"]["ServiceStatusReference"]; /** Format: date-time */ startTime?: string; /** @enum {string|null} */ status: "Reset" | "Running" | "Paused" | "Stopped" | null; ticket: components["schemas"]["TicketReference"]; /** Format: uuid */ ticketMobileGuid?: string | null; /** Format: int32 */ totalPauseTime?: number | null; workRole?: components["schemas"]["WorkRoleReference"]; workType?: components["schemas"]["WorkTypeReference"]; showNotesInDiscussionFlag?: boolean | null; showNotesInInternalFlag?: boolean | null; showNotesInResolutionFlag?: boolean | null; emailNotesToContactFlag?: boolean | null; emailNotesToResourcesFlag?: boolean | null; }; TicketSync: { /** Format: int32 */ id?: number; /** @description Max length: 80; */ name: string; /** @enum {string|null} */ vendorType: "Zenith" | null; integratorLogin: components["schemas"]["IntegratorLoginReference"]; company: components["schemas"]["CompanyReference"]; url: string; userName?: string; password?: string; psg?: string; problemDescriptionFlag?: boolean | null; internalAnalysisFlag?: boolean | null; resolutionFlag?: boolean | null; _info?: { [key: string]: string; }; }; TicketTask: { /** Format: int32 */ id?: number; /** Format: int32 */ ticketId?: number | null; notes?: string; closedFlag?: boolean | null; /** Format: int32 */ priority?: number | null; schedule?: components["schemas"]["ScheduleEntryReference"]; code?: components["schemas"]["ServiceCodeReference"]; member?: components["schemas"]["MemberReference"]; resolution?: string; summary?: string; /** @enum {string|null} */ childScheduleAction?: "Transfer" | "Delete" | "Done" | null; /** Format: int32 */ childTicketId?: number | null; _info?: { [key: string]: string; }; }; TimeAccrual: { /** Format: int32 */ id?: number; location?: components["schemas"]["SystemLocationReference"]; /** @description if vacationFlag is set to false, system will clear out or ingore the values of vacationAvailableType, vacationCarryoverAllowedFlag, vacationCarryoverLimit */ vacationFlag?: boolean | null; /** @enum {string|null} */ vacationAvailableType?: "AnniversaryYear" | "CalendarYear" | null; vacationCarryoverAllowedFlag?: boolean | null; /** Format: double */ vacationCarryoverLimit?: number | null; /** @description if sickFlag is set to false, system will clear out or ignore the values of sickAvailableType, sickCarryoverAllowedFlag, sickCarryoverLimit */ sickFlag?: boolean | null; /** @enum {string|null} */ sickAvailableType?: "AnniversaryYear" | "CalendarYear" | null; sickCarryoverAllowedFlag?: boolean | null; /** Format: double */ sickCarryoverLimit?: number | null; /** @description if ptoFlag is set to false, system will clear out or ignore the values of ptoAvailableType, ptoCarryoverAllowedFlag, ptoCarryoverLimit */ ptoFlag?: boolean | null; /** @enum {string|null} */ ptoAvailableType?: "AnniversaryYear" | "CalendarYear" | null; ptoCarryoverAllowedFlag?: boolean | null; /** Format: double */ ptoCarryoverLimit?: number | null; /** @description if holidayFlag is set to false, system will clear out or ignore the values of holidayAvailableType, holidayCarryoverAllowedFlag, holidayCarryoverLimit */ holidayFlag?: boolean | null; /** @enum {string|null} */ holidayAvailableType?: "AnniversaryYear" | "CalendarYear" | null; holidayCarryoverAllowedFlag?: boolean | null; /** Format: double */ holidayCarryoverLimit?: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; TimeAccrualDetail: { /** Format: int32 */ id?: number; /** * @description Available types are: Holiday, PTO, Sick and Vacation. * @enum {string|null} */ accrualType: "Holiday" | "PTO" | "Sick" | "Vacation" | null; /** Format: int32 */ startYear: number | null; /** Format: int32 */ endYear: number | null; /** Format: double */ hours: number | null; timeAccrual?: components["schemas"]["TimeAccrualReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; TimeAccrualReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TimeEntry: { /** Format: int32 */ id?: number; company?: components["schemas"]["CompanyReference"]; companyType?: string; /** * Format: int32 * @description If chargeToId is not specified, we asume you enter time against the company specified */ chargeToId?: number | null; /** * @description If chargeToId is not specified, we asume you enter time against the company specified * @enum {string|null} */ chargeToType?: "Company" | "ServiceTicket" | "ProjectTicket" | "ChargeCode" | "Activity" | null; member?: components["schemas"]["MemberReference"]; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ businessUnitId?: number | null; businessGroupDesc?: string; location?: components["schemas"]["OwnerLevelReference"]; department?: components["schemas"]["BillingUnitReference"]; workType?: components["schemas"]["WorkTypeReference"]; workRole?: components["schemas"]["WorkRoleReference"]; agreement?: components["schemas"]["AgreementReference"]; agreementType?: string; activity?: components["schemas"]["ActivityReference"]; /** Format: int32 */ opportunityRecid?: number | null; projectActivity?: string; territory?: string; /** Format: date-time */ timeStart: string; /** Format: date-time */ timeEnd?: string; /** Format: double */ hoursDeduct?: number | null; /** Format: double */ actualHours?: number | null; /** * @description Required On Updates; * @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; notes?: string; internalNotes?: string; addToDetailDescriptionFlag?: boolean | null; addToInternalAnalysisFlag?: boolean | null; addToResolutionFlag?: boolean | null; /** @description This is an action flag. To update this value use the /service/tickets endpoint automaticEmailResourceFlag field */ emailResourceFlag?: boolean | null; /** @description This is an action flag. To update this value use the /service/tickets endpoint automaticEmailContactFlag field */ emailContactFlag?: boolean | null; /** @description This is an action flag. To update this value use the /service/tickets endpoint automaticEmailCcFlag field */ emailCcFlag?: boolean | null; /** @description To update this value use the /service/tickets endpoint automaticEmailCc field */ emailCc?: string; /** Format: double */ hoursBilled?: number | null; /** Format: double */ invoiceHours?: number | null; hourlyCost?: string; enteredBy?: string; /** Format: date-time */ dateEntered?: string; invoice?: components["schemas"]["InvoiceReference"]; /** Format: uuid */ mobileGuid?: string | null; /** * Format: double * @description This field may only be Updated, it is defaulted on Create */ hourlyRate?: number | null; /** Format: double */ overageRate?: number | null; /** Format: double */ agreementHours?: number | null; /** Format: double */ agreementAmount?: number | null; /** Format: double */ agreementAdjustment?: number | null; /** Format: double */ adjustment?: number | null; /** Format: int32 */ invoiceReady?: number | null; timeSheet?: components["schemas"]["TimeSheetReference"]; /** @enum {string|null} */ status?: "Open" | "Rejected" | "PendingApproval" | "ErrorsCorrected" | "PendingProjectApproval" | "ApprovedByTierOne" | "RejectBySecondTier" | "ApprovedByTierTwo" | "ReadyToBill" | "Billed" | "WrittenOff" | "BilledAgreement" | null; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; phase?: components["schemas"]["ProjectPhaseReference"]; ticketBoard?: string; ticketStatus?: string; ticketType?: string; ticketSubType?: string; invoiceFlag?: boolean | null; /** Format: double */ extendedInvoiceAmount?: number | null; locationName?: string; taxCode?: components["schemas"]["TaxCodeReference"]; _info?: { [key: string]: string; }; customFields?: components["schemas"]["CustomFieldValue"][]; }; TimeEntryAudit: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** @enum {string|null} */ source?: "None" | "Member" | "API" | "Workflow" | "Portal" | "Mobile" | "Network" | "EmailConnector" | "MassMaintenance" | "Application" | "SystemAPI" | "Conversion" | null; /** @enum {string|null} */ type?: "Activity" | "CloseDate" | "Company" | "Contact" | "Conversion" | "Document" | "Forecast" | "Note" | "Notes" | "Opportunity" | "Products" | "Stage" | "Status" | "Surveys" | "Team" | "Tracks" | "Configuration" | "ConfigurationQuestions" | "DeviceBackupDetails" | "Tickets" | "Subject" | "ActivityOverview" | "Schedule" | "Resources" | "ExpenseEntry" | "Member" | "Date" | "Classification" | "Amount" | "ExpenseType" | "WorkType" | "WorkRole" | "Mileage" | "Billing" | "ExpenseHeader" | "Project" | "TimeEntry" | "TicketStatus" | "DateTime" | "DeductHours" | "ActualHours" | "Invoice" | "CompanyFinance" | "Billable" | "SalesOrder" | "Shipping" | "Profile" | "Group" | "GroupContact" | "GroupCompany" | "Options" | "Site" | "Agreement" | "Addition" | "Adjustment" | "Microsoft365" | "API" | "ProjectFinance" | "CompanyProfile" | "CompanyTeam" | "CompanyMgmt" | "InvoiceTotal" | "BillingInformation" | "ShippingInformation" | "BillingStatus" | "Location" | "Department" | "Territory" | "Payment" | "Credit" | "SubcontractorInformation" | "InvoicingParameters" | "ApplicationParameters" | "Finance" | "Invoicing" | "Email" | "Batching" | "KnowledgeBase" | "KbArticle" | "KnowledgeBaseApproval" | "KnowledgeBaseTicket" | "ManageNetwork" | "Tasks" | "CustomField" | "ScreenConnect" | "SLA" | "Ticket" | "Workflow" | "Record" | "CombinedTickets" | "Template" | "PurchaseOrder" | "Meeting" | "RmaOverview" | "ReturnedBy" | "PurchasedFromVendor" | "WarrantyVendor" | "RepairVendor" | "AdditionalDetails" | "TicketTemplate" | "AutoGeneration" | "TimeInternalNote" | "TimeDiscussion" | "TimeInternal" | "TimeResolution" | "MemberTemplate" | "Delegation" | "Skill" | "Certification" | "Accrual" | "ApiKey" | "Login" | "Notifications" | "System" | "ServiceBoard" | "ProjectBoard" | "Scheduling" | "TimeBillingExpense" | "CRM" | "Procurement" | "JobRole" | "Details" | "Authentication" | null; message?: string; oldValue?: string; newValue?: string; value?: string; _info?: { [key: string]: string; }; }; TimeEntryChangeLog: { /** * Format: int32 * @description Time Entry Change Log ID. */ id?: number; /** @description Partner ID. */ partnerId?: string; /** @description Product Instance ID. */ productInstanceId?: string; /** @description Action. */ action?: string; /** @description Activity Subject. */ activitySubject?: string; /** * Format: double * @description Actual Utilized Hours. */ actualUtilizedHrs?: number | null; /** * Format: double * @description Agreement Adjustment Firm. */ agreementAdjustmentFirm?: number | null; /** * Format: double * @description Agreement Adjustment Total. */ agreementAdjustmentTotal?: number | null; /** * Format: double * @description Agreement Amount Covered. */ agreementAmountCovered?: number | null; /** * Format: double * @description Agreement Hours Covered. */ agreementHoursCovered?: number | null; /** * Format: double * @description Billable Amount. */ billableAmount?: number | null; /** @description Billable Flag. */ billableFlag?: boolean | null; /** * Format: double * @description Billable Hours. */ billableHours?: number | null; /** * Format: double * @description Billable Utilized Hours. */ billableUtilizedHours?: number | null; /** * Format: double * @description Member Daily Capacity. */ memberDailyCapacity?: number | null; /** * @description Billable Option. * @enum {string|null} */ billableOption?: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault" | null; /** @description Business Group. */ businessGroup?: string; /** @description Location Name. */ locationName?: string; /** @description Charge Code. */ chargeCode?: string; /** @description Charge To. */ chargeTo?: string; /** * @description Charge To Type. * @enum {string|null} */ chargeToType?: "Company" | "ServiceTicket" | "ProjectTicket" | "ChargeCode" | "Activity" | null; /** * Format: int32 * @description Charge To Record ID. */ chargeToRecId?: number | null; /** @description Company and Agreement. */ companyAndAgreement?: string; /** @description Company Name. */ companyName?: string; /** @description Time Start. */ timeStart?: string; /** @description Time Start UTC. */ timeStartUtc?: string; /** @description Time End. */ timeEnd?: string; /** @description Time End UTC. */ timeEndUtc?: string; /** @description Date Start. */ dateStart?: string; /** @description Date Invoice. */ dateInvoice?: string; /** @description First Name. */ firstName?: string; /** @description Hourly Cost. */ hourlyCost?: string; /** * Format: double * @description Hourly Cost in Decimal. */ hourlyCostDecimal?: number | null; /** * Format: double * @description Hourly Rate. */ hourlyRate?: number | null; /** * Format: double * @description Actual Hours. */ hoursActual?: number | null; /** @description Internal Note. */ internalNote?: string; /** * Format: double * @description Invoice Adjustment Firm. */ invoiceAdjustmentFirm?: number | null; /** * Format: double * @description Invoice Adjustment Total. */ invoiceAdjustmentTotal?: number | null; /** @description Invoice Flag. */ invoiceFlag?: boolean; /** @description Invoice Number. */ invoiceNumber?: string; /** @description Invoice Ready status. */ invoiceReady?: boolean; /** @description Last Name. */ lastName?: string; /** @description Member ID. */ memberId?: string; /** * Format: double * @description Non-Billable Amount. */ nonBillableAmt?: number | null; /** * Format: double * @description Non-Billable Hours. */ nonBillableHrs?: number | null; /** @description Notes. */ notes?: string; /** * Format: int32 * @description Opportunity Record ID. */ opportunityRecId?: number | null; /** @description Option ID. */ optionId?: string; /** @description Project Activity. */ projectActivity?: string; /** @description Project Name. */ projectName?: string; /** @description Project Phase. */ projectPhase?: string; /** @description Service Request Status. */ serviceRequestStatus?: string; /** @description Service Request Summary. */ serviceRequestSummary?: string; /** @description Territory. */ territory?: string; /** * Format: int32 * @description Time Record ID. */ timeRecId?: number; /** @description Time Status. */ timeStatus?: string; /** @description Utilization Flag. */ utilizationFlag?: boolean | null; /** @description Company Type. */ companyType?: string; /** @description Current Board of the Ticket. */ ticketCurrentBoard?: string; /** @description Type of the Ticket. */ ticketType?: string; /** @description Subtype of the Ticket. */ ticketSubtype?: string; /** @description Type of the Agreement. */ agreementType?: string; /** @description Billing Status. */ billingStatus?: string; /** @description Processing Status. */ processingStatus?: string; /** * Format: double * @description Invoiced Hours. */ invoicedhours?: number | null; company?: components["schemas"]["CompanyReference"]; member?: components["schemas"]["MemberReference"]; workType?: components["schemas"]["WorkTypeReference"]; workRole?: components["schemas"]["WorkRoleReference"]; agreement?: components["schemas"]["AgreementReference"]; invoice?: components["schemas"]["InvoiceReference"]; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; phase?: components["schemas"]["ProjectPhaseReference"]; activity?: components["schemas"]["ActivityReference"]; _info?: { [key: string]: string; }; }; TimeEntryReference: { /** Format: int32 */ id?: number | null; _info?: { [key: string]: string; }; }; TimeEntryTierReject: { comment?: string; /** Format: int32 */ id?: number; /** @enum {string|null} */ approvalType?: "DataEntry" | "Tier1Update" | "Tier2Update" | "Billing" | "Service" | "Project" | "MonthlySummary" | "SalesActivity" | "Schedule" | null; }; TimeEntryTierUpdate: { /** Format: int32 */ id?: number; /** @enum {string|null} */ approvalType?: "DataEntry" | "Tier1Update" | "Tier2Update" | "Billing" | "Service" | "Project" | "MonthlySummary" | "SalesActivity" | "Schedule" | null; }; TimeExpense: { /** Format: int32 */ id?: number; tier1ApprovalFlag?: boolean | null; tier2ApprovalFlag?: boolean | null; disableTimeEntryFlag?: boolean | null; requireTimeNoteFlag?: boolean | null; requireExpenseNoteFlag?: boolean | null; /** Format: double */ roundingFactor?: number | null; /** Format: int32 */ invoiceStart?: number | null; /** @enum {string|null} */ defaultSpecialInvoiceType?: "Agreement" | "CreditMemo" | "DownPayment" | "Miscellaneous" | "Progress" | "Standard" | "Consolidated" | null; internalCompany: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; TimePeriod: { /** Format: int32 */ id?: number; timePeriodSetup?: components["schemas"]["TimePeriodSetupReference"]; /** Format: int32 */ period?: number | null; startDate?: string; endDate?: string; deadlineDate?: string; _info?: { [key: string]: string; }; }; TimePeriodSetup: { /** Format: int32 */ id?: number; /** @enum {string|null} */ periodApplyTo: "Both" | "Expense" | "Time" | null; /** Format: int32 */ year: number | null; /** Format: int32 */ numberFuturePeriods: number | null; /** @enum {string|null} */ type: "Weekly" | "BiWeekly" | "SemiMonthly" | "Monthly" | null; /** @description Max length: 100; */ description?: string; /** Format: date */ firstPeriodEndDate: string; /** * Format: int32 * @description Only needed when type is monthly */ monthlyPeriodEnds?: number | null; /** * Format: int32 * @description Only needed when type is semi-monthly */ semiMonthlyFirstPeriod?: number | null; /** * Format: int32 * @description Only needed when type is semi-monthly */ semiMonthlySecondPeriod?: number | null; semiMonthlyLastDayFlag?: boolean | null; /** @description Only needed when type is monthly */ lastDayFlag?: boolean | null; /** Format: int32 */ daysPastEndDate: number | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; TimePeriodSetupDefaults: Record; TimePeriodSetupReference: { /** Format: int32 */ id?: number | null; _info?: { [key: string]: string; }; }; TimeRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; TimeSheet: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** Format: int32 */ year?: number | null; /** Format: int32 */ period?: number | null; dateStart?: string; dateEnd?: string; /** @enum {string|null} */ status?: "Open" | "Rejected" | "PendingApproval" | "ErrorsCorrected" | "PendingProjectApproval" | "ApprovedByTierOne" | "RejectBySecondTier" | "ApprovedByTierTwo" | "ReadyToBill" | "Billed" | "WrittenOff" | "BilledAgreement" | null; /** Format: double */ hours?: number | null; deadline?: string; _info?: { [key: string]: string; }; }; TimeSheetAudit: { /** Format: int32 */ id?: number; member?: components["schemas"]["MemberReference"]; /** @enum {string|null} */ source?: "None" | "Member" | "API" | "Workflow" | "Portal" | "Mobile" | "Network" | "EmailConnector" | "MassMaintenance" | "Application" | "SystemAPI" | "Conversion" | null; /** @enum {string|null} */ type?: "Activity" | "CloseDate" | "Company" | "Contact" | "Conversion" | "Document" | "Forecast" | "Note" | "Notes" | "Opportunity" | "Products" | "Stage" | "Status" | "Surveys" | "Team" | "Tracks" | "Configuration" | "ConfigurationQuestions" | "DeviceBackupDetails" | "Tickets" | "Subject" | "ActivityOverview" | "Schedule" | "Resources" | "ExpenseEntry" | "Member" | "Date" | "Classification" | "Amount" | "ExpenseType" | "WorkType" | "WorkRole" | "Mileage" | "Billing" | "ExpenseHeader" | "Project" | "TimeEntry" | "TicketStatus" | "DateTime" | "DeductHours" | "ActualHours" | "Invoice" | "CompanyFinance" | "Billable" | "SalesOrder" | "Shipping" | "Profile" | "Group" | "GroupContact" | "GroupCompany" | "Options" | "Site" | "Agreement" | "Addition" | "Adjustment" | "Microsoft365" | "API" | "ProjectFinance" | "CompanyProfile" | "CompanyTeam" | "CompanyMgmt" | "InvoiceTotal" | "BillingInformation" | "ShippingInformation" | "BillingStatus" | "Location" | "Department" | "Territory" | "Payment" | "Credit" | "SubcontractorInformation" | "InvoicingParameters" | "ApplicationParameters" | "Finance" | "Invoicing" | "Email" | "Batching" | "KnowledgeBase" | "KbArticle" | "KnowledgeBaseApproval" | "KnowledgeBaseTicket" | "ManageNetwork" | "Tasks" | "CustomField" | "ScreenConnect" | "SLA" | "Ticket" | "Workflow" | "Record" | "CombinedTickets" | "Template" | "PurchaseOrder" | "Meeting" | "RmaOverview" | "ReturnedBy" | "PurchasedFromVendor" | "WarrantyVendor" | "RepairVendor" | "AdditionalDetails" | "TicketTemplate" | "AutoGeneration" | "TimeInternalNote" | "TimeDiscussion" | "TimeInternal" | "TimeResolution" | "MemberTemplate" | "Delegation" | "Skill" | "Certification" | "Accrual" | "ApiKey" | "Login" | "Notifications" | "System" | "ServiceBoard" | "ProjectBoard" | "Scheduling" | "TimeBillingExpense" | "CRM" | "Procurement" | "JobRole" | "Details" | "Authentication" | null; message?: string; oldValue?: string; newValue?: string; value?: string; _info?: { [key: string]: string; }; }; TimeSheetReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TimeSheetTierUpdate: { /** Format: int32 */ id?: number; /** @enum {string|null} */ approvalType?: "DataEntry" | "Tier1Update" | "Tier2Update" | "Billing" | "Service" | "Project" | "MonthlySummary" | "SalesActivity" | "Schedule" | null; }; TimeZoneReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TimeZoneSetup: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; timeZone: components["schemas"]["TimeZoneReference"]; /** * Format: double * @description The hours offset from UTC (+/-) */ offset?: number | null; /** @description Identifies the default system time zone setup */ defaultFlag?: boolean | null; /** * @description Determined based on system library value for specified timeZone. * Not able to be used in query params at this time */ daylightSavingsFlag?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; TimeZoneSetupInfo: { /** Format: int32 */ id?: number; name?: string; /** Format: double */ offset?: number | null; _info?: { [key: string]: string; }; }; TimeZoneSetupReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; TodayPageCategory: { /** Format: int32 */ id?: number; /** @description Max length: 30; */ name: string; /** Format: int32 */ sortOrder: number | null; location?: components["schemas"]["SystemLocationReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; TodayPageLink: { /** Format: int32 */ id?: number; description?: string; link?: string; openInNewWindow?: boolean; /** Format: int32 */ sortOrder?: number; /** Format: int32 */ category?: number; location?: components["schemas"]["SystemLocationReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; Token: { publicKey?: string; privateKey?: string; expiration?: string; }; Track: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; inactiveFlag?: boolean | null; notifyActionIds?: number[]; _info?: { [key: string]: string; }; connectWiseId?: string; }; TrackAction: { /** Format: int32 */ id?: number; /** @enum {string} */ notifyType: "CreateActivity" | "SendEmail" | "AddToGroup" | "AttachTrack" | "ChangeCompanyStatus" | "CreateServiceTicket"; serviceTemplate?: components["schemas"]["ServiceTemplateReference"]; specificMemberTo?: components["schemas"]["MemberReference"]; /** @description Max length: 250; */ emailRecipient?: string; specificMemberFrom?: components["schemas"]["MemberReference"]; /** @description Max length: 250; */ emailFrom?: string; /** @description Max length: 100; */ subject?: string; notes?: string; activityType?: components["schemas"]["ActivityTypeReference"]; activityStatus?: components["schemas"]["ActivityStatusReference"]; companyStatus?: components["schemas"]["CompanyStatusReference"]; track?: components["schemas"]["TrackReference"]; attachedTrack?: components["schemas"]["TrackReference"]; group?: components["schemas"]["GroupReference"]; ccContact?: components["schemas"]["ContactReference"]; bccContact?: components["schemas"]["ContactReference"]; /** Format: int32 */ daysToExecute?: number | null; notifyWho?: components["schemas"]["NotificationRecipientReference"]; notifyFrom?: components["schemas"]["NotificationRecipientReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; trackActionActivityTypeCwId?: string; trackActionActivityStatusCwId?: string; trackActioncompanyStatusCwId?: string; trackActionGroupCwId?: string; }; TrackReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; "Type.SubType.CampaignSubType": { /** Format: int32 */ id?: number; /** Format: int32 */ typeId?: number | null; name?: string; _info?: { [key: string]: string; }; connectWiseId?: string; parentConnectWiseId?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; grandParentConnectWiseId?: string; }; UnitOfMeasure: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; /** @description Max length: 31; */ uomScheduleXref?: string; _info?: { [key: string]: string; }; connectWiseId?: string; }; UnitOfMeasureReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; UnpostedExpense: { /** Format: int32 */ id?: number; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ departmentId?: number | null; company?: components["schemas"]["CompanyReference"]; accountNumber?: string; creditAccount?: string; /** Format: int32 */ expenseDetailId?: number | null; expenseType?: components["schemas"]["ExpenseTypeReference"]; /** @enum {string|null} */ classification?: "NonReimbursable" | "Reimbursable" | "Personal" | null; /** @enum {string|null} */ glType?: "AP" | "AR" | "EE" | "EI" | "EO" | "IA" | "IT" | "P" | "PF" | "R" | "RA" | "RD" | "RE" | "RP" | "ST" | "SD" | "ET" | "FT" | "PT" | "WP" | "WR" | null; member?: components["schemas"]["MemberReference"]; dateExpense?: string; chargeCode?: components["schemas"]["ChargeCodeReference"]; chargeDescription?: string; inPolicy?: boolean | null; paymentMethod?: components["schemas"]["PaymentMethodReference"]; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; /** Format: double */ billableAmount?: number | null; /** Format: double */ nonBillableAmount?: number | null; agreement?: components["schemas"]["AgreementReference"]; /** Format: double */ agreementAmountCovered?: number | null; ticket?: components["schemas"]["TicketReference"]; project?: components["schemas"]["ProjectReference"]; projectPhase?: components["schemas"]["ProjectPhaseReference"]; taxCode?: components["schemas"]["TaxCodeReference"]; /** @description Used to determine if Avalara tax is enabled. */ avalaraTaxFlag?: boolean | null; itemTaxableFlag?: boolean | null; /** Format: double */ salesTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the state level. */ stateTaxFlag?: boolean | null; stateTaxXref?: string; /** Format: double */ stateTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the county level. */ countyTaxFlag?: boolean | null; countyTaxXref?: string; /** Format: double */ countyTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the city level. */ cityTaxFlag?: boolean | null; cityTaxXref?: string; /** Format: double */ cityTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the country level. */ countryTaxFlag?: boolean | null; countryTaxXref?: string; /** Format: double */ countryTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the composite level. */ compositeTaxFlag?: boolean | null; compositeTaxXref?: string; /** Format: double */ compositeTaxAmount?: number | null; /** @description Set to true if transaction is taxable at level six. */ levelSixTaxFlag?: boolean | null; levelSixTaxXref?: string; /** Format: double */ levelSixTaxAmount?: number | null; dateClosed?: string; _info?: { [key: string]: string; }; }; UnpostedExpenseTaxableLevel: { /** Format: int32 */ id?: number; /** Format: int32 */ taxLevel?: number; taxCodeXref?: string; /** Format: double */ taxAmount?: number | null; _info?: { [key: string]: string; }; }; UnpostedInvoice: { /** Format: int32 */ id?: number; /** Format: int32 */ billingLogId?: number | null; /** Format: int32 */ locationId?: number | null; location?: components["schemas"]["OwnerLevelReference"]; /** Format: int32 */ departmentId?: number | null; department?: components["schemas"]["SystemDepartmentReference"]; company?: components["schemas"]["CompanyReference"]; accountNumber?: string; billToCompany?: components["schemas"]["CompanyReference"]; billToSite?: components["schemas"]["SiteReference"]; shipToCompany?: components["schemas"]["CompanyReference"]; shipToSite?: components["schemas"]["SiteReference"]; invoiceNumber?: string; invoiceDate?: string; /** @enum {string|null} */ invoiceType?: "Agreement" | "CreditMemo" | "DownPayment" | "Miscellaneous" | "Progress" | "Standard" | "Consolidated" | null; description?: string; billingTerms?: components["schemas"]["BillingTermsReference"]; dueDays?: string; dueDate?: string; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ subTotal?: number | null; /** Format: double */ total?: number | null; hasTime?: boolean; hasExpenses?: boolean; hasProducts?: boolean; invoiceTaxableFlag?: boolean | null; taxCode?: components["schemas"]["TaxCodeReference"]; /** @description Used to determine if Avalara tax is enabled. */ avalaraTaxFlag?: boolean | null; itemTaxableFlag?: boolean | null; /** Format: double */ salesTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the state level. */ stateTaxFlag?: boolean | null; stateTaxXref?: string; /** Format: double */ stateTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the county level. */ countyTaxFlag?: boolean | null; countyTaxXref?: string; /** Format: double */ countyTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the city level. */ cityTaxFlag?: boolean | null; cityTaxXref?: string; /** Format: double */ cityTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the country level. */ countryTaxFlag?: boolean | null; countryTaxXref?: string; /** Format: double */ countryTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the composite level. */ compositeTaxFlag?: boolean | null; compositeTaxXref?: string; /** Format: double */ compositeTaxAmount?: number | null; /** @description Set to true if transaction is taxable at level six. */ levelSixTaxFlag?: boolean | null; levelSixTaxXref?: string; /** Format: double */ levelSixTaxAmount?: number | null; createdBy?: string; dateClosed?: string; _info?: { [key: string]: string; }; }; UnpostedInvoiceTaxableLevel: { /** Format: int32 */ id?: number; /** Format: int32 */ taxLevel?: number; taxCodeXref?: string; /** Format: double */ taxAmount?: number | null; _info?: { [key: string]: string; }; }; UnpostedPayments: { /** Format: int32 */ id?: number; type?: string; /** @enum {string} */ source?: "Default" | "WisePay"; invoice?: components["schemas"]["InvoiceReference"]; /** Format: double */ amount?: number | null; paymentDate?: string; appliedBy?: string; _info?: { [key: string]: string; }; wisePayPayment?: components["schemas"]["WisePayPayment"]; paymentSyncStatus?: string; paymentSyncDate?: string; paymentAccount?: string; aRPaymentAccount?: string; }; UnpostedProcurement: { /** Format: int32 */ id?: number; description?: string; unpostedProductId?: string; /** Format: int32 */ locationId?: number | null; /** Format: int32 */ departmentId?: number | null; /** @enum {string|null} */ procurementType?: "Purchase" | "Adjustment" | "Transfer" | null; purchaseOrder?: components["schemas"]["PurchaseOrderReference"]; purchaseDate?: string; trackingNumber?: string; billingTerms?: components["schemas"]["BillingTermsReference"]; currency?: components["schemas"]["CurrencyReference"]; /** Format: double */ total?: number | null; taxCode?: components["schemas"]["TaxCodeReference"]; /** @description Used to determine if Avalara tax is enabled. */ avalaraTaxFlag?: boolean | null; itemTaxableFlag?: boolean | null; purchaseOrderTaxableFlag?: boolean | null; /** @description Set to true if transaction is taxable at the state level. */ stateTaxFlag?: boolean | null; stateTaxXref?: string; /** Format: double */ stateTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the county level. */ countyTaxFlag?: boolean | null; countyTaxXref?: string; /** Format: double */ countyTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the city level. */ cityTaxFlag?: boolean | null; cityTaxXref?: string; /** Format: double */ cityTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the country level. */ countryTaxFlag?: boolean | null; countryTaxXref?: string; /** Format: double */ countryTaxAmount?: number | null; /** @description Set to true if transaction is taxable at the composite level. */ compositeTaxFlag?: boolean | null; compositeTaxXref?: string; /** Format: double */ compositeTaxAmount?: number | null; /** @description Set to true if transaction is taxable at level six. */ levelSixTaxFlag?: boolean | null; levelSixTaxXref?: string; /** Format: double */ levelSixTaxAmount?: number | null; /** Format: double */ taxTotal?: number | null; customer?: components["schemas"]["CompanyReference"]; vendor?: components["schemas"]["CompanyReference"]; vendorAccountNumber?: string; vendorInvoiceNumber?: string; vendorInvoiceDate?: string; taxFreightFlag?: boolean | null; /** Format: double */ freightTaxTotal?: number | null; /** Format: double */ freightCost?: number | null; dateClosed?: string; _info?: { [key: string]: string; }; }; UnpostedProcurementTaxableLevel: { /** Format: int32 */ id?: number; /** Format: int32 */ taxLevel?: number; taxCodeXref?: string; /** Format: double */ taxAmount?: number | null; _info?: { [key: string]: string; }; }; Usage: { type?: string; /** Format: int32 */ count?: number | null; /** Format: int32 */ id?: number | null; description?: string; hyperlink?: string; typeKey?: string; }; UserDefinedField: { /** * Format: int32 * @description ID of the custom user defined field */ id?: number; /** * Format: int32 * @description Id of the Pod where the custom field will be placed */ podId: number | null; /** @description Field caption Max length: 25; */ caption: string; /** * Format: int32 * @description Must be between 1 and 500. This defines the order in which the custom fields will appear */ sequenceNumber: number | null; /** @description Field ScreenID Max length: 25; */ screenId?: string; /** @description Help text to accompany the custom field Max length: 1000; */ helpText?: string; /** @enum {string|null} */ fieldTypeIdentifier: "TextArea" | "Button" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "PhoneNumber" | "Text" | "Password" | null; /** * Format: int32 * @description Only valid for Number or percent */ numberDecimals?: number | null; /** @enum {string|null} */ entryTypeIdentifier?: "Date" | "EntryField" | "List" | "Option" | null; requiredFlag?: boolean | null; displayOnScreenFlag?: boolean | null; readOnlyFlag?: boolean | null; /** @description Denotes that this custom field is included on a list view */ listViewFlag?: boolean | null; /** @description Only available with Button Field Type. Required when entryTypeIdentifier is button Max length: 1000; */ buttonUrl?: string; options?: components["schemas"]["UserDefinedFieldOption"][]; businessUnitIds?: number[]; locationIds?: number[]; addAllBusinessUnits?: boolean | null; removeAllBusinessUnits?: boolean | null; addAllLocations?: boolean | null; removeAllLocations?: boolean | null; connectWiseID?: string; /** * Format: date-time * @description Date in UTC the custom field was created */ dateCreated?: string; _info?: { [key: string]: string; }; }; UserDefinedFieldInfo: { /** * Format: int32 * @description ID of the custom user defined field */ id?: number; /** * Format: int32 * @description Id of the Pod where the custom field will be placed */ podId?: number | null; /** @description Field caption */ caption?: string; /** * Format: int32 * @description Must be between 1 and 500. This defines the order in which the custom fields will appear */ sequenceNumber?: number | null; /** @description Help text to accompany the custom field */ helpText?: string; /** @enum {string|null} */ fieldTypeIdentifier?: "TextArea" | "Button" | "Currency" | "Date" | "Hyperlink" | "IPAddress" | "Checkbox" | "Number" | "Percent" | "PhoneNumber" | "Text" | "Password" | null; /** * Format: int32 * @description Only valid for Number or percent */ numberDecimals?: number | null; /** @enum {string|null} */ entryTypeIdentifier?: "Date" | "EntryField" | "List" | "Option" | null; requiredFlag?: boolean | null; displayOnScreenFlag?: boolean | null; readOnlyFlag?: boolean | null; /** @description Denotes that this custom field is included on a list view */ listViewFlag?: boolean | null; /** @description Only available with Button Field Type. Required when entryTypeIdentifier is button */ buttonUrl?: string; options?: components["schemas"]["UserDefinedFieldOption"][]; /** @description List of business unit ids using custom field */ businessUnitIds?: number[]; /** @description List of locations ids using custom field */ locationIds?: number[]; /** @description Date in UTC the custom field was created */ dateCreated?: string; _info?: { [key: string]: string; }; }; UserDefinedFieldOption: { /** Format: int32 */ id?: number; optionValue?: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; /** Format: int32 */ sortOrder?: number | null; }; UserDefinedFieldReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; UserDefinedFieldValueModel: { /** Format: int32 */ userDefinedFieldRecId?: number; value?: string; /** Format: int32 */ rowNum?: number; skipLocationAndBillingUnit?: boolean; filtered?: boolean; }; UserEmail: { id?: string; displayName?: string; userPrincipalName?: string; }; ValidatePortalRequest: { email: string; password: string; }; ValidatePortalResponse: { success?: boolean; /** Format: int32 */ contactId?: number; }; ValidationError: { code?: string; message?: string; resource?: string; field?: string; details?: string; }; Version: { /** Format: int32 */ major?: number; /** Format: int32 */ minor?: number; /** Format: int32 */ build?: number; /** Format: int32 */ revision?: number; /** Format: int32 */ majorRevision?: number; /** Format: int32 */ minorRevision?: number; }; Warehouse: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; company?: components["schemas"]["CompanyReference"]; location: components["schemas"]["SystemLocationReference"]; contact?: components["schemas"]["ContactReference"]; department: components["schemas"]["SystemDepartmentReference"]; manager?: components["schemas"]["MemberReference"]; site?: components["schemas"]["SiteReference"]; /** @description Max length: 10; */ locationXref?: string; locationDefaultFlag?: boolean | null; overallDefaultFlag?: boolean | null; inactiveFlag?: boolean | null; lockedFlag?: boolean | null; currency?: components["schemas"]["CurrencyReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; WarehouseBin: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; warehouse: components["schemas"]["WarehouseReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** Format: double */ minQuantity?: number | null; /** Format: double */ maxQuantity?: number | null; overflowBin?: components["schemas"]["WarehouseBinReference"]; manager?: components["schemas"]["MemberReference"]; /** Format: double */ length?: number | null; /** Format: double */ width?: number | null; /** Format: double */ height?: number | null; /** Format: double */ weight?: number | null; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; /** Format: int32 */ quantityOnHand?: number | null; company?: components["schemas"]["CompanyReference"]; transferBin?: components["schemas"]["WarehouseBinReference"]; _info?: { [key: string]: string; }; connectWiseId?: string; }; WarehouseBinInfo: { /** Format: int32 */ id?: number; name?: string; warehouse?: components["schemas"]["WarehouseReference"]; inactiveFlag?: boolean | null; defaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; WarehouseBinReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; WarehouseInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; overallDefaultFlag?: boolean | null; company?: components["schemas"]["CompanyReference"]; _info?: { [key: string]: string; }; }; WarehouseReference: { /** Format: int32 */ id?: number | null; name?: string; lockedFlag?: boolean; _info?: { [key: string]: string; }; }; WisePayBatchPayment: { /** Format: double */ amount?: number | null; wisePayHref?: string; }; WisePayFeeInvoice: { /** Format: int32 */ id?: number | null; invoiceNumber?: string; /** Format: double */ amount?: number | null; invoiceHref?: string; }; WisePayPayment: { paymentDateUtc?: string; wisePayReference?: string; batchPayment?: components["schemas"]["WisePayBatchPayment"]; feeInvoice?: components["schemas"]["WisePayFeeInvoice"]; }; WonRevenueReference: { /** Format: int32 */ id?: number | null; /** Format: double */ revenue?: number | null; /** Format: double */ cost?: number | null; /** Format: double */ margin?: number | null; /** Format: double */ percentage?: number | null; _info?: { [key: string]: string; }; }; Workflow: { /** Format: int32 */ id?: number; /** @description Max length: 100; */ name: string; tableType: components["schemas"]["WorkflowTableTypeReference"]; location?: components["schemas"]["SystemLocationReference"]; department?: components["schemas"]["SystemDepartmentReference"]; /** @description Batches can not be turned on until after the workflow is created and it has atleast one event associated with it */ activateFlag?: boolean | null; /** Format: int32 */ batchInterval?: number | null; /** * @description If not specified, defaults to Minutes. Months is not supported as month length varies * @enum {string|null} */ batchFrequencyUnit?: "Minutes" | "Hours" | "Days" | null; /** Format: date-time */ batchLastRan?: string; /** * @description If activateFlag is true, batchSchedule is required * @enum {string|null} */ batchSchedule?: "AnyTime" | "MyCompanyOfficeHours" | "SlaHours" | null; board?: components["schemas"]["BoardReference"]; connectWiseID?: string; _info?: { [key: string]: string; }; }; WorkflowAction: { /** Format: int32 */ id?: number; notifyType: components["schemas"]["NotifyTypeReference"]; notifyWho?: components["schemas"]["NotificationRecipientReference"]; specificMemberTo?: components["schemas"]["MemberReference"]; /** @description Required when notifyWho is set to: "Email Address" Max length: 250; */ emailRecipient?: string; notifyFrom?: components["schemas"]["NotificationRecipientReference"]; specificMemberFrom?: components["schemas"]["MemberReference"]; /** @description Required when notifyFrom is set to: "Email Address" Max length: 250; */ emailFrom?: string; ccContact?: components["schemas"]["ContactReference"]; bccContact?: components["schemas"]["ContactReference"]; /** @description Required when notifyType is set to: "Create Activity", "Send Email", "Assign Resource" Max length: 100; */ subject?: string; notes?: string; activityStatus?: components["schemas"]["ActivityStatusReference"]; activityType?: components["schemas"]["ActivityTypeReference"]; attachedTrack?: components["schemas"]["TrackReference"]; /** Format: int32 */ daysToExecute?: number | null; board?: components["schemas"]["BoardReference"]; boardStatus?: components["schemas"]["ServiceStatusReference"]; serviceType?: components["schemas"]["ServiceTypeReference"]; serviceSubType?: components["schemas"]["ServiceSubTypeReference"]; serviceItem?: components["schemas"]["ServiceItemReference"]; group?: components["schemas"]["GroupReference"]; serviceTemplate?: components["schemas"]["ServiceTemplateReference"]; /** Format: int32 */ invoiceMinDays?: number | null; automateScript?: components["schemas"]["AutomateScriptReference"]; scriptSuccessStatus?: components["schemas"]["ServiceStatusReference"]; scriptFailStatus?: components["schemas"]["ServiceStatusReference"]; detailNotesFlag?: boolean | null; internalNotesFlag?: boolean | null; auditNotesFlag?: boolean | null; servicePriority?: components["schemas"]["PriorityReference"]; updateOwnerFlag?: boolean | null; salesOrderStatus?: components["schemas"]["OrderStatusReference"]; projectStatus?: components["schemas"]["ProjectStatusReference"]; companyStatus?: components["schemas"]["CompanyStatusReference"]; attachments?: number[]; serviceSurvey?: components["schemas"]["ServiceSurveyReference"]; specificTeamTo?: components["schemas"]["GenericBoardTeamReference"]; /** * @description Required when notifyType is set to: "Attach Configuration" * @enum {string|null} */ attachConfigurationsFor?: "Company" | "Contact" | null; configurationType?: components["schemas"]["ConfigurationTypeReference"]; configurationStatus?: components["schemas"]["ConfigurationStatusReference"]; connectWiseID?: string; /** * Format: int32 * @description WF_NotifyEvents_RecID */ parentId?: number | null; /** * Format: int32 * @description WF_NotifyHeader_RecID */ grandParentId?: number | null; parentConnectWiseId?: string; grandParentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowActionAutomateParameter: { /** Format: int32 */ id?: number; name: string; value?: string; connectWiseID?: string; /** * Format: int32 * @description WF_NotifyActions_RecID */ parentId?: number | null; parentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowActionUserDefinedField: { /** Format: int32 */ id?: number; /** Format: int32 */ eventId?: number; /** Format: int32 */ actionId?: number; caption?: string; /** Format: int32 */ userDefinedFieldId?: number; value?: string; overwriteFlag?: boolean | null; podDescription?: string; fieldTypeId?: string; entryTypeId?: string; requiredFlag?: boolean | null; inactiveFlag?: boolean | null; connectWiseID?: string; /** * Format: int32 * @description WF_NotifyActions_RecID */ parentId?: number | null; /** * Format: int32 * @description WF_NotifyEvents_RecID */ grandParentId?: number | null; parentConnectWiseId?: string; grandParentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowAttachment: { /** Format: int32 */ id?: number; name?: string; connectWiseID?: string; /** * Format: int32 * @description WF_NotifyHeader_RecID */ parentId?: number | null; parentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowEvent: { /** Format: int32 */ id?: number; name?: string; eventCondition: string; /** * @description Required when exectionTimes is set to MultipleTimes or Continuously * @enum {string|null} */ frequencyUnit?: "Minutes" | "Hours" | "Days" | "Months" | null; /** * Format: int32 * @description Required when exectionTimes is set to MultipleTimes or Continuously */ frequencyOfExecution?: number | null; /** * Format: int32 * @description Required when exectionTimes is set to MultipleTimes */ maxNumberOfExecution?: number | null; /** * @description Defaults to Once when not specified * @enum {string|null} */ executionTime?: "Once" | "MultipleTimes" | "Continuously" | null; /** Format: date-time */ dateTestedUTC?: string; /** Format: int32 */ testRecordsMatched?: number | null; connectWiseID?: string; /** * Format: int32 * @description WF_NotifyHeader_RecID */ parentId?: number | null; parentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowNotifyType: { /** Format: int32 */ id?: number; identifier?: string; name?: string; /** @description If the current action is available because it is already set up. Pertains to integrations such as Automate */ isSetupFlag?: boolean | null; /** @description If the current action effects external objects e.g. integrations or sending an email */ externalFlag?: boolean | null; connectWiseID?: string; /** * Format: int32 * @description WF_NotifyHeader_RecID */ parentId?: number | null; parentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowNotifyTypeInfo: { /** Format: int32 */ id?: number; identifier?: string; name?: string; isSetupFlag?: boolean | null; _info?: { [key: string]: string; }; }; WorkflowTableType: { /** Format: int32 */ id?: number; identifier?: string; name?: string; connectWiseID?: string; _info?: { [key: string]: string; }; }; WorkflowTableTypeInfo: { /** Format: int32 */ id?: number; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; WorkflowTableTypeReference: { /** Format: int32 */ id?: number | null; identifier?: string; name?: string; _info?: { [key: string]: string; }; }; WorkflowTrigger: { /** Format: int32 */ id?: number; name?: string; description?: string; hasOptionsFlag?: boolean | null; hasOperatorFlag?: boolean | null; customField?: components["schemas"]["UserDefinedFieldReference"]; expectedType?: string; connectWiseID?: string; /** Format: int32 */ parentId?: number | null; parentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkflowTriggerOption: { value?: string; name?: string; customField?: components["schemas"]["UserDefinedFieldReference"]; connectWiseID?: string; /** Format: int32 */ parentId?: number | null; /** Format: int32 */ grandParentId?: number | null; parentConnectWiseId?: string; grandParentConnectWiseId?: string; _info?: { [key: string]: string; }; }; WorkRole: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** Format: double */ hourlyRate?: number | null; /** @description Max length: 50; */ integrationXref?: string; inactiveFlag?: boolean | null; addAllLocations?: boolean | null; removeAllLocations?: boolean | null; /** @description Used only on create to add the work role to all agreement and agreement type exclusion lists */ addAllAgreementExclusions?: boolean | null; locationIds?: number[]; _info?: { [key: string]: string; }; connectWiseId?: string; }; WorkRoleExemption: { /** Format: int32 */ id?: number; workRole: components["schemas"]["WorkRoleReference"]; taxableLevels?: number[]; _info?: { [key: string]: string; }; }; WorkRoleInfo: { /** Format: int32 */ id?: number; name?: string; inactiveFlag?: boolean | null; _info?: { [key: string]: string; }; }; WorkRoleLocation: { /** Format: int32 */ id?: number; location: components["schemas"]["SystemLocationReference"]; /** Format: double */ hourlyRate?: number | null; workRole?: components["schemas"]["WorkRoleReference"]; _info?: { [key: string]: string; }; }; WorkRoleReference: { /** Format: int32 */ id?: number | null; name?: string; _info?: { [key: string]: string; }; }; WorkType: { /** Format: int32 */ id?: number; /** @description Max length: 50; */ name: string; /** @enum {string|null} */ billTime: "Billable" | "DoNotBill" | "NoCharge" | null; /** @enum {string|null} */ rateType: "AdjAmount" | "Custom" | "Multiplier" | null; /** Format: double */ rate: number | null; /** Format: double */ hoursMin?: number | null; /** Format: double */ hoursMax?: number | null; /** Format: double */ roundBillHoursTo?: number | null; /** @enum {string|null} */ accrualType?: "Holiday" | "PTO" | "Sick" | "Vacation" | null; inactiveFlag?: boolean | null; overallDefaultFlag?: boolean | null; activityDefaultFlag?: boolean | null; utilizationFlag?: boolean | null; /** Format: double */ costMultiplier?: number | null; /** @description Max length: 50; */ integrationXRef?: string; /** @description Used only on create to add the work type to all agreement and agreement type exclusion lists */ addAllAgreementExclusions?: boolean | null; _info?: { [key: string]: string; }; connectWiseId?: string; }; WorkTypeInfo: { /** Format: int32 */ id?: number; name?: string; defaultFlag?: boolean | null; inactiveFlag?: boolean | null; activityDefaultFlag?: boolean | null; _info?: { [key: string]: string; }; }; WorkTypeReference: { /** Format: int32 */ id?: number | null; name?: string; utilizationFlag?: boolean | null; _info?: { [key: string]: string; }; }; }; responses: never; parameters: never; requestBodies: never; headers: never; pathItems: never; } export type $defs = Record; export interface operations { getCompanyAddressFormats: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AddressFormat */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormat"][]; }; }; }; }; postCompanyAddressFormats: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description addressFormat */ requestBody: { content: { "application/json": components["schemas"]["AddressFormat"]; }; }; responses: { /** @description AddressFormat */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormat"]; }; }; }; }; getCompanyAddressFormatsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description addressFormatId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AddressFormat */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormat"]; }; }; }; }; putCompanyAddressFormatsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description addressFormatId */ id: number; }; cookie?: never; }; /** @description addressFormat */ requestBody: { content: { "application/json": components["schemas"]["AddressFormat"]; }; }; responses: { /** @description AddressFormat */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormat"]; }; }; }; }; deleteCompanyAddressFormatsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description addressFormatId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyAddressFormatsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description addressFormatId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AddressFormat */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormat"]; }; }; }; }; getCompanyAddressFormatsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description AddressFormatInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AddressFormatInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormatInfo"]; }; }; }; }; getCompanyAddressFormatsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyAddressFormatsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of addressFormatInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AddressFormatInfo"][]; }; }; }; }; getCompanyAddressFormatsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCommunicationTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CommunicationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationType"][]; }; }; }; }; postCompanyCommunicationTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description communicationType */ requestBody: { content: { "application/json": components["schemas"]["CommunicationType"]; }; }; responses: { /** @description CommunicationType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationType"]; }; }; }; }; getCompanyCommunicationTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description communicationTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CommunicationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationType"]; }; }; }; }; putCompanyCommunicationTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description communicationTypeId */ id: number; }; cookie?: never; }; /** @description communicationType */ requestBody: { content: { "application/json": components["schemas"]["CommunicationType"]; }; }; responses: { /** @description CommunicationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationType"]; }; }; }; }; deleteCompanyCommunicationTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description communicationTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCommunicationTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description communicationTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CommunicationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationType"]; }; }; }; }; getCompanyCommunicationTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description AddressFormatInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CommunicationTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationTypeInfo"]; }; }; }; }; getCompanyCommunicationTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description communicationTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCommunicationTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description communicationTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCommunicationTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCommunicationTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CommunicationTypeInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CommunicationTypeInfo"][]; }; }; }; }; getCompanyCommunicationTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompanies: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company"][]; }; }; }; }; postCompanyCompanies: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description company */ requestBody: { content: { "application/json": components["schemas"]["Company"]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company"]; }; }; }; }; getCompanyCompaniesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company"]; }; }; }; }; putCompanyCompaniesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; /** @description company */ requestBody: { content: { "application/json": components["schemas"]["Company"]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company"]; }; }; }; }; deleteCompanyCompaniesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company"]; }; }; }; }; postCompanyCompaniesByIdMerge: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; /** @description merge */ requestBody: { content: { "application/json": components["schemas"]["CompanyMerge"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getCompanyCompaniesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesByParentIdCustomStatusNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyCustomNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCustomNote"][]; }; }; }; }; postCompanyCompaniesByParentIdCustomStatusNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description customNote */ requestBody: { content: { "application/json": components["schemas"]["CompanyCustomNote"]; }; }; responses: { /** @description CompanyCustomNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCustomNote"]; }; }; }; }; getCompanyCompaniesByParentIdCustomStatusNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description customStatusNoteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyCustomNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCustomNote"]; }; }; }; }; putCompanyCompaniesByParentIdCustomStatusNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customStatusNoteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description customNote */ requestBody: { content: { "application/json": components["schemas"]["CompanyCustomNote"]; }; }; responses: { /** @description CompanyCustomNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCustomNote"]; }; }; }; }; deleteCompanyCompaniesByParentIdCustomStatusNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customStatusNoteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdCustomStatusNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customStatusNoteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyCustomNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCustomNote"]; }; }; }; }; getCompanyCompaniesByParentIdCustomStatusNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdGroups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyGroup"][]; }; }; }; }; postCompanyCompaniesByParentIdGroups: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyGroup */ requestBody: { content: { "application/json": components["schemas"]["CompanyGroup"]; }; }; responses: { /** @description CompanyGroup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyGroup"]; }; }; }; }; getCompanyCompaniesByParentIdGroupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyGroup"]; }; }; }; }; putCompanyCompaniesByParentIdGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyGroup */ requestBody: { content: { "application/json": components["schemas"]["CompanyGroup"]; }; }; responses: { /** @description CompanyGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyGroup"]; }; }; }; }; deleteCompanyCompaniesByParentIdGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyGroup"]; }; }; }; }; getCompanyCompaniesByParentIdGroupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdManagementReportNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"][]; }; }; }; }; postCompanyCompaniesByParentIdManagementReportNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description managementReportNotification */ requestBody: { content: { "application/json": components["schemas"]["ManagementReportNotification"]; }; }; responses: { /** @description ManagementReportNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; getCompanyCompaniesByParentIdManagementReportNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; putCompanyCompaniesByParentIdManagementReportNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description managementReportNotification */ requestBody: { content: { "application/json": components["schemas"]["ManagementReportNotification"]; }; }; responses: { /** @description ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; deleteCompanyCompaniesByParentIdManagementReportNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdManagementReportNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; getCompanyCompaniesByParentIdManagementReportNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdManagementReportSetup: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementReportSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportSetup"][]; }; }; }; }; postCompanyCompaniesByParentIdManagementReportSetup: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description managementReportSetup */ requestBody: { content: { "application/json": components["schemas"]["ManagementReportSetup"]; }; }; responses: { /** @description ManagementReportSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportSetup"]; }; }; }; }; putCompanyCompaniesByParentIdManagementReportSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportSetupId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description managementReportSetup */ requestBody: { content: { "application/json": components["schemas"]["ManagementReportSetup"]; }; }; responses: { /** @description ManagementReportSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportSetup"]; }; }; }; }; patchCompanyCompaniesByParentIdManagementReportSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportSetupId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementReportSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportSetup"]; }; }; }; }; getCompanyCompaniesByParentIdManagementSummaryReports: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyManagementSummary */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyManagementSummary"][]; }; }; }; }; postCompanyCompaniesByParentIdManagementSummaryReports: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description managementSummary */ requestBody: { content: { "application/json": components["schemas"]["CompanyManagementSummary"]; }; }; responses: { /** @description CompanyManagementSummary */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyManagementSummary"]; }; }; }; }; getCompanyCompaniesByParentIdManagementSummaryReportsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementSummaryReportId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyManagementSummary */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyManagementSummary"]; }; }; }; }; putCompanyCompaniesByParentIdManagementSummaryReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementSummaryReportId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description managementSummary */ requestBody: { content: { "application/json": components["schemas"]["CompanyManagementSummary"]; }; }; responses: { /** @description CompanyManagementSummary */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyManagementSummary"]; }; }; }; }; deleteCompanyCompaniesByParentIdManagementSummaryReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementSummaryReportId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdManagementSummaryReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementSummaryReportId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyManagementSummary */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyManagementSummary"]; }; }; }; }; getCompanyCompaniesByParentIdManagementSummaryReportsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNote"][]; }; }; }; }; postCompanyCompaniesByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyNote */ requestBody: { content: { "application/json": components["schemas"]["CompanyNote"]; }; }; responses: { /** @description CompanyNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNote"]; }; }; }; }; getCompanyCompaniesByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNote"]; }; }; }; }; putCompanyCompaniesByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyNote */ requestBody: { content: { "application/json": components["schemas"]["CompanyNote"]; }; }; responses: { /** @description CompanyNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNote"]; }; }; }; }; deleteCompanyCompaniesByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNote"]; }; }; }; }; getCompanyCompaniesByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdServiceTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyServiceTemplate"][]; }; }; }; }; postCompanyCompaniesByParentIdServiceTemplates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description serviceTemplate */ requestBody: { content: { "application/json": components["schemas"]["ServiceTemplate"]; }; }; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; getCompanyCompaniesByParentIdServiceTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; putCompanyCompaniesByParentIdServiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; /** @description ServiceTemplate */ requestBody: { content: { "application/json": components["schemas"]["ServiceTemplate"]; }; }; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; deleteCompanyCompaniesByParentIdServiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdServiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; postCompanyCompaniesByParentIdServiceTemplatesByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; postCompanyCompaniesByParentIdServiceTemplatesByIdGenerate: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; /** @description templateGenerate */ requestBody: { content: { "application/json": components["schemas"]["TemplateGenerate"]; }; }; responses: { /** @description TemplateGeneratedCountsModel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TemplateGeneratedCountsModel"]; }; }; }; }; postCompanyCompaniesByParentIdServiceTemplatesByIdLink: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; postCompanyCompaniesByParentIdServiceTemplatesByIdUnlink: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; getCompanyCompaniesByParentIdServiceTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdSites: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanySite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySite"][]; }; }; }; }; postCompanyCompaniesByParentIdSites: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description site */ requestBody: { content: { "application/json": components["schemas"]["CompanySite"]; }; }; responses: { /** @description CompanySite */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySite"]; }; }; }; }; getCompanyCompaniesByParentIdSitesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanySite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySite"]; }; }; }; }; putCompanyCompaniesByParentIdSitesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description site */ requestBody: { content: { "application/json": components["schemas"]["CompanySite"]; }; }; responses: { /** @description CompanySite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySite"]; }; }; }; }; deleteCompanyCompaniesByParentIdSitesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdSitesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanySite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySite"]; }; }; }; }; getCompanyCompaniesByParentIdSitesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanySiteInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySiteInfo"]; }; }; }; }; getCompanyCompaniesByParentIdSitesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesByParentIdSitesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesByParentIdSitesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdSitesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of companySiteInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanySiteInfo"][]; }; }; }; }; getCompanyCompaniesByParentIdSitesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdSurveysCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdTeams: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTeam"][]; }; }; }; }; postCompanyCompaniesByParentIdTeams: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyTeam */ requestBody: { content: { "application/json": components["schemas"]["CompanyTeam"]; }; }; responses: { /** @description CompanyTeam */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTeam"]; }; }; }; }; getCompanyCompaniesByParentIdTeamsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTeam"]; }; }; }; }; putCompanyCompaniesByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyTeam */ requestBody: { content: { "application/json": components["schemas"]["CompanyTeam"]; }; }; responses: { /** @description CompanyTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTeam"]; }; }; }; }; deleteCompanyCompaniesByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTeam"]; }; }; }; }; getCompanyCompaniesByParentIdTeamsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdTracks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactTrack */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTrack"][]; }; }; }; }; postCompanyCompaniesByParentIdTracks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description track */ requestBody: { content: { "application/json": components["schemas"]["ContactTrack"]; }; }; responses: { /** @description ContactTrack */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTrack"]; }; }; }; }; getCompanyCompaniesByParentIdTracksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description trackId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactTrack */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTrack"]; }; }; }; }; deleteCompanyCompaniesByParentIdTracksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description trackId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getCompanyCompaniesByParentIdTracksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesByParentIdTypeAssociations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"][]; }; }; }; }; postCompanyCompaniesByParentIdTypeAssociations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"]; }; }; responses: { /** @description CompanyTypeAssociation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"]; }; }; }; }; getCompanyCompaniesByParentIdTypeAssociationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"]; }; }; }; }; putCompanyCompaniesByParentIdTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"]; }; }; responses: { /** @description CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"]; }; }; }; }; deleteCompanyCompaniesByParentIdTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesByParentIdTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description companyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyCompanyTypeAssociation.CompanyTypeAssociation"]; }; }; }; }; getCompanyCompaniesByParentIdTypeAssociationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesDefault: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Company.Company.Company */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company"]; }; }; }; }; getCompanyCompaniesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of companyInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyInfo"][]; }; }; }; }; getCompanyCompaniesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesInfoTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTypeInfo"][]; }; }; }; }; getCompanyCompaniesInfoTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyTypeInfo"]; }; }; }; }; getCompanyCompaniesInfoTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyStatus"][]; }; }; }; }; postCompanyCompaniesStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description companyStatus */ requestBody: { content: { "application/json": components["schemas"]["CompanyStatus"]; }; }; responses: { /** @description CompanyStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyStatus"]; }; }; }; }; getCompanyCompaniesStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyStatus"]; }; }; }; }; putCompanyCompaniesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description companyStatus */ requestBody: { content: { "application/json": components["schemas"]["CompanyStatus"]; }; }; responses: { /** @description CompanyStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyStatus"]; }; }; }; }; deleteCompanyCompaniesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyStatus"]; }; }; }; }; getCompanyCompaniesStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompaniesTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyType"][]; }; }; }; }; postCompanyCompaniesTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description companyType */ requestBody: { content: { "application/json": components["schemas"]["CompanyType"]; }; }; responses: { /** @description CompanyType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyType"]; }; }; }; }; getCompanyCompaniesTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyType"]; }; }; }; }; putCompanyCompaniesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description companyType */ requestBody: { content: { "application/json": components["schemas"]["CompanyType"]; }; }; responses: { /** @description CompanyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyType"]; }; }; }; }; deleteCompanyCompaniesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompaniesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyType"]; }; }; }; }; getCompanyCompaniesTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyCompaniesTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompanyPickerItems: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyPickerItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyPickerItem"][]; }; }; }; }; postCompanyCompanyPickerItems: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description companyPickerItem */ requestBody: { content: { "application/json": components["schemas"]["CompanyPickerItem"]; }; }; responses: { /** @description CompanyPickerItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyPickerItem"]; }; }; }; }; getCompanyCompanyPickerItemsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyPickerItemId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyPickerItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyPickerItem"]; }; }; }; }; deleteCompanyCompanyPickerItemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyPickerItemId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postCompanyCompanyPickerItemsClear: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description clearPickerRequest */ clearPickerRequest: components["schemas"]["ClearPickerRequest"]; }; cookie?: never; }; requestBody?: never; responses: { /** @description ClearPickerRequest */ 204: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ClearPickerRequest"]; }; }; }; }; getCompanyCompanyPickerItemsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCompanyTypeAssociations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.CompanyTypeAssociation"][]; }; }; }; }; postCompanyCompanyTypeAssociations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["Company.CompanyTypeAssociation"]; }; }; responses: { /** @description CompanyTypeAssociation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.CompanyTypeAssociation"]; }; }; }; }; getCompanyCompanyTypeAssociationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyTypeAssociationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.CompanyTypeAssociation"]; }; }; }; }; putCompanyCompanyTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyTypeAssociationId */ id: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["Company.CompanyTypeAssociation"]; }; }; responses: { /** @description CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.CompanyTypeAssociation"]; }; }; }; }; deleteCompanyCompanyTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyTypeAssociationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCompanyTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyTypeAssociationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.CompanyTypeAssociation"]; }; }; }; }; getCompanyCompanyTypeAssociationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyConfigurations: { parameters: { query?: { /** @description managedIdentifier */ managedIdentifier?: string; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Configuration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"][]; }; }; }; }; postCompanyConfigurations: { parameters: { query?: { /** @description managedInformation */ managedInformation?: components["schemas"]["ManagedInformation"]; }; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description configuration */ requestBody: { content: { "application/json": components["schemas"]["Company.Configuration"]; }; }; responses: { /** @description Configuration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; getCompanyConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description configurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Configuration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; putCompanyConfigurationsById: { parameters: { query?: { /** @description managedInformation */ managedInformation?: components["schemas"]["ManagedInformation"]; }; header: { clientId: string; }; path: { /** @description configurationId */ id: number; }; cookie?: never; }; /** @description configuration */ requestBody: { content: { "application/json": components["schemas"]["Company.Configuration"]; }; }; responses: { /** @description Configuration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; deleteCompanyConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description configurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyConfigurationsById: { parameters: { query?: { /** @description managedInformation */ managedInformation?: components["schemas"]["ManagedInformation"]; }; header: { clientId: string; }; path: { /** @description configurationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Configuration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; patchCompanyConfigurationsByIdChangeType: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description configurationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Configuration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; getCompanyConfigurationsByIdQuickAccessCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description configurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationApplicationParameters */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTabsCount"]; }; }; }; }; putCompanyConfigurationsBulk: { parameters: { query?: { /** @description managedInformation */ managedInformation?: components["schemas"]["ManagedInformation"]; }; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description List of Configuration */ requestBody: { content: { "application/json": components["schemas"]["Company.Configuration"][]; }; }; responses: { /** @description Configuration */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; postCompanyConfigurationsBulk: { parameters: { query?: { /** @description managedInformation */ managedInformation?: components["schemas"]["ManagedInformation"]; }; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description List of Configuration */ requestBody: { content: { "application/json": components["schemas"]["Company.Configuration"][]; }; }; responses: { /** @description Configuration */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.Configuration"]; }; }; }; }; deleteCompanyConfigurationsBulk: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description BulkResult */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BulkResult"]; }; }; }; }; getCompanyConfigurationsCount: { parameters: { query?: { /** @description managedIdentifier */ managedIdentifier?: string; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyConfigurationsStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatus"][]; }; }; }; }; postCompanyConfigurationsStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description configurationStatus */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationStatus"]; }; }; responses: { /** @description ConfigurationStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatus"]; }; }; }; }; getCompanyConfigurationsStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatus"]; }; }; }; }; putCompanyConfigurationsStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description configurationStatus */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationStatus"]; }; }; responses: { /** @description ConfigurationStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatus"]; }; }; }; }; deleteCompanyConfigurationsStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyConfigurationsStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConfigurationStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatus"]; }; }; }; }; getCompanyConfigurationsStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ConfigurationStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatusInfo"]; }; }; }; }; getCompanyConfigurationsStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyConfigurationsStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyConfigurationsStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyConfigurationsStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of configurationStatusesInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationStatusInfo"][]; }; }; }; }; getCompanyConfigurationsStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyConfigurationsTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationType"][]; }; }; }; }; postCompanyConfigurationsTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description configurationType */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationType"]; }; }; responses: { /** @description ConfigurationType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationType"]; }; }; }; }; getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationTypeQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionValue"][]; }; }; }; }; postCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValues: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; /** @description configurationTypeQuestionValue */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationTypeQuestionValue"]; }; }; responses: { /** @description ConfigurationTypeQuestionValue */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionValue"]; }; }; }; }; getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionValue"]; }; }; }; }; putCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; /** @description configurationTypeQuestionValue */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationTypeQuestionValue"]; }; }; responses: { /** @description ConfigurationTypeQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionValue"]; }; }; }; }; deleteCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConfigurationTypeQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionValue"]; }; }; }; }; getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description typeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyConfigurationsTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationType"]; }; }; }; }; putCompanyConfigurationsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description configurationType */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationType"]; }; }; responses: { /** @description ConfigurationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationType"]; }; }; }; }; deleteCompanyConfigurationsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyConfigurationsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConfigurationType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationType"]; }; }; }; }; getCompanyConfigurationsTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ConfigurationTypeInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeInfo"]; }; }; }; }; getCompanyConfigurationsTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyConfigurationsTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyConfigurationsTypesByParentIdQuestions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationTypeQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestion"][]; }; }; }; }; postCompanyConfigurationsTypesByParentIdQuestions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; /** @description configurationTypeQuestion */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationTypeQuestion"]; }; }; responses: { /** @description ConfigurationTypeQuestion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestion"]; }; }; }; }; getCompanyConfigurationsTypesByParentIdQuestionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestion"]; }; }; }; }; putCompanyConfigurationsTypesByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description typeId */ parentId: number; }; cookie?: never; }; /** @description configurationTypeQuestion */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationTypeQuestion"]; }; }; responses: { /** @description ConfigurationTypeQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestion"]; }; }; }; }; deleteCompanyConfigurationsTypesByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyConfigurationsTypesByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description typeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConfigurationTypeQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestion"]; }; }; }; }; getCompanyConfigurationsTypesByParentIdQuestionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postCompanyConfigurationsTypesCopy: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description copy */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationTypeCopy"]; }; }; responses: { /** @description Board */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationType"]; }; }; }; }; getCompanyConfigurationsTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyContacts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ApiContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Contact"][]; }; }; }; }; postCompanyContacts: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description contact */ requestBody: { content: { "application/json": components["schemas"]["Contact"]; }; }; responses: { /** @description ApiContact */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Contact"]; }; }; }; }; getCompanyContactsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ApiContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Contact"]; }; }; }; }; putCompanyContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; /** @description contact */ requestBody: { content: { "application/json": components["schemas"]["Contact"]; }; }; responses: { /** @description ApiContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Contact"]; }; }; }; }; deleteCompanyContactsById: { parameters: { query?: { /** @description transferContactId */ transferContactId?: number; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ApiContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Contact"]; }; }; }; }; getCompanyContactsByIdImage: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description useDefaultFlag */ useDefaultFlag: boolean; /** @description lastModified */ lastModified: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getCompanyContactsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ContactInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactInfo"]; }; }; }; }; getCompanyContactsByIdPortalSecurity: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalSecurity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecurity"][]; }; }; }; }; getCompanyContactsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyContactsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyContactsByParentIdCommunications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactCommunication */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactCommunication"][]; }; }; }; }; postCompanyContactsByParentIdCommunications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactCommunication */ requestBody: { content: { "application/json": components["schemas"]["ContactCommunication"]; }; }; responses: { /** @description ContactCommunication */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactCommunication"]; }; }; }; }; getCompanyContactsByParentIdCommunicationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description communicationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactCommunication */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactCommunication"]; }; }; }; }; putCompanyContactsByParentIdCommunicationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description communicationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactCommunication */ requestBody: { content: { "application/json": components["schemas"]["ContactCommunication"]; }; }; responses: { /** @description ContactCommunication */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactCommunication"]; }; }; }; }; deleteCompanyContactsByParentIdCommunicationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description communicationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsByParentIdCommunicationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description communicationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactCommunication */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactCommunication"]; }; }; }; }; getCompanyContactsByParentIdCommunicationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsByParentIdGroups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactGroup"][]; }; }; }; }; postCompanyContactsByParentIdGroups: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactGroup */ requestBody: { content: { "application/json": components["schemas"]["ContactGroup"]; }; }; responses: { /** @description ContactGroup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactGroup"]; }; }; }; }; getCompanyContactsByParentIdGroupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactGroup"]; }; }; }; }; putCompanyContactsByParentIdGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactGroup */ requestBody: { content: { "application/json": components["schemas"]["ContactGroup"]; }; }; responses: { /** @description ContactGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactGroup"]; }; }; }; }; deleteCompanyContactsByParentIdGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsByParentIdGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactGroup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactGroup"]; }; }; }; }; getCompanyContactsByParentIdGroupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactNote"][]; }; }; }; }; postCompanyContactsByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactNote */ requestBody: { content: { "application/json": components["schemas"]["ContactNote"]; }; }; responses: { /** @description ContactNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactNote"]; }; }; }; }; getCompanyContactsByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactNote"]; }; }; }; }; putCompanyContactsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactNote */ requestBody: { content: { "application/json": components["schemas"]["ContactNote"]; }; }; responses: { /** @description ContactNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactNote"]; }; }; }; }; deleteCompanyContactsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactNote"]; }; }; }; }; getCompanyContactsByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsByParentIdTracks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactTrack */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTrack"][]; }; }; }; }; postCompanyContactsByParentIdTracks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description track */ requestBody: { content: { "application/json": components["schemas"]["ContactTrack"]; }; }; responses: { /** @description ContactTrack */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTrack"]; }; }; }; }; getCompanyContactsByParentIdTracksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description trackId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactTrack */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTrack"]; }; }; }; }; deleteCompanyContactsByParentIdTracksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description trackId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getCompanyContactsByParentIdTracksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsByParentIdTypeAssociations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"][]; }; }; }; }; postCompanyContactsByParentIdTypeAssociations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"]; }; }; responses: { /** @description ContactTypeAssociation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"]; }; }; }; }; getCompanyContactsByParentIdTypeAssociationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"]; }; }; }; }; putCompanyContactsByParentIdTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description contactTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"]; }; }; responses: { /** @description ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"]; }; }; }; }; deleteCompanyContactsByParentIdTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsByParentIdTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeAssociationId */ id: number; /** @description contactId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactContactTypeAssociation.ContactTypeAssociation"]; }; }; }; }; getCompanyContactsByParentIdTypeAssociationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsDefault: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ companyId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ApiContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Contact"]; }; }; }; }; getCompanyContactsDepartments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactDepartment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartment"][]; }; }; }; }; postCompanyContactsDepartments: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description contactDepartment */ requestBody: { content: { "application/json": components["schemas"]["ContactDepartment"]; }; }; responses: { /** @description ContactDepartment */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartment"]; }; }; }; }; getCompanyContactsDepartmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactDepartment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartment"]; }; }; }; }; putCompanyContactsDepartmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; /** @description contactDepartment */ requestBody: { content: { "application/json": components["schemas"]["ContactDepartment"]; }; }; responses: { /** @description ContactDepartment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartment"]; }; }; }; }; deleteCompanyContactsDepartmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsDepartmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactDepartment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartment"]; }; }; }; }; getCompanyContactsDepartmentsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ContactDepartmentInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartmentInfo"]; }; }; }; }; getCompanyContactsDepartmentsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyContactsDepartmentsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyContactsDepartmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsDepartmentsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of contactDepartmentInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactDepartmentInfo"][]; }; }; }; }; getCompanyContactsDepartmentsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of contactInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactInfo"][]; }; }; }; }; getCompanyContactsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsRelationships: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactRelationship */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactRelationship"][]; }; }; }; }; postCompanyContactsRelationships: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description contactRelationship */ requestBody: { content: { "application/json": components["schemas"]["ContactRelationship"]; }; }; responses: { /** @description ContactRelationship */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactRelationship"]; }; }; }; }; getCompanyContactsRelationshipsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description relationshipId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactRelationship */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactRelationship"]; }; }; }; }; putCompanyContactsRelationshipsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description relationshipId */ id: number; }; cookie?: never; }; /** @description contactRelationship */ requestBody: { content: { "application/json": components["schemas"]["ContactRelationship"]; }; }; responses: { /** @description ContactRelationship */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactRelationship"]; }; }; }; }; deleteCompanyContactsRelationshipsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description relationshipId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsRelationshipsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description relationshipId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactRelationship */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactRelationship"]; }; }; }; }; getCompanyContactsRelationshipsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postCompanyContactsRequestPassword: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description request */ requestBody: { content: { "application/json": components["schemas"]["RequestPasswordRequest"]; }; }; responses: { /** @description Email sent to email address in request. */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getCompanyContactsTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactType"][]; }; }; }; }; postCompanyContactsTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description contactType */ requestBody: { content: { "application/json": components["schemas"]["ContactType"]; }; }; responses: { /** @description ContactType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactType"]; }; }; }; }; getCompanyContactsTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactType"]; }; }; }; }; putCompanyContactsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description contactType */ requestBody: { content: { "application/json": components["schemas"]["ContactType"]; }; }; responses: { /** @description ContactType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactType"]; }; }; }; }; deleteCompanyContactsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactType"]; }; }; }; }; getCompanyContactsTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactTypInfoe */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTypeInfo"]; }; }; }; }; getCompanyContactsTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsTypesCountInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyContactsTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ContactTypeInfo"][]; }; }; }; }; postCompanyContactsValidatePortalCredentials: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description request */ requestBody: { content: { "application/json": components["schemas"]["ValidatePortalRequest"]; }; }; responses: { /** @description ValidatePortalResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ValidatePortalResponse"]; }; }; }; }; getCompanyContactTypeAssociations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.ContactTypeAssociation"][]; }; }; }; }; postCompanyContactTypeAssociations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description contactTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["Company.ContactTypeAssociation"]; }; }; responses: { /** @description ContactTypeAssociation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.ContactTypeAssociation"]; }; }; }; }; getCompanyContactTypeAssociationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactTypeAssociationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.ContactTypeAssociation"]; }; }; }; }; putCompanyContactTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactTypeAssociationId */ id: number; }; cookie?: never; }; /** @description contactTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["Company.ContactTypeAssociation"]; }; }; responses: { /** @description ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.ContactTypeAssociation"]; }; }; }; }; deleteCompanyContactTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactTypeAssociationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyContactTypeAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactTypeAssociationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ContactTypeAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Company.ContactTypeAssociation"]; }; }; }; }; getCompanyContactTypeAssociationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCountries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Country */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Country"][]; }; }; }; }; postCompanyCountries: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description country */ requestBody: { content: { "application/json": components["schemas"]["Country"]; }; }; responses: { /** @description Country */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Country"]; }; }; }; }; getCompanyCountriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description countryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Country */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Country"]; }; }; }; }; putCompanyCountriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description countryId */ id: number; }; cookie?: never; }; /** @description country */ requestBody: { content: { "application/json": components["schemas"]["Country"]; }; }; responses: { /** @description Country */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Country"]; }; }; }; }; deleteCompanyCountriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description countryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyCountriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description countryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Country */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Country"]; }; }; }; }; getCompanyCountriesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description CountryInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CountryInfo"]; }; }; }; }; getCompanyCountriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyCountriesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of countryInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CountryInfo"][]; }; }; }; }; getCompanyCountriesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyEntityTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of EntityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EntityType"][]; }; }; }; }; getCompanyEntityTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entityTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EntityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EntityType"]; }; }; }; }; getCompanyEntitytypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description EntityTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EntityTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EntityTypeInfo"]; }; }; }; }; getCompanyEntityTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyEntitytypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of entityTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EntityTypeInfo"][]; }; }; }; }; getCompanyEntityTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyExpenseTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyM365contact: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of m365Contacts */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365Contact"][]; }; }; }; }; getCompanyM365contactById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description M365ContactyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description M365Contact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365Contact"]; }; }; }; }; getCompanyM365contactCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyM365contactsyncByIdProperty: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description M365ContactSyncPropertyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncProperty */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncProperty"]; }; }; }; }; postCompanyM365contactsyncProperty: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description country */ requestBody: { content: { "application/json": components["schemas"]["M365ContactSyncProperty"]; }; }; responses: { /** @description Country */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncProperty"]; }; }; }; }; deleteCompanyM365contactsyncProperty: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getCompanyM365contactsyncPropertyCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyM365contactsyncPropertyExcluded: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyRecId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of m365ContactSyncProperties */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncProperty"][]; }; }; }; }; getCompanyM365contactsyncPropertyIncluded: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyRecId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of m365ContactSyncProperties */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncProperty"][]; }; }; }; }; getCompanyManagedDevicesIntegrations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagedDevicesIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegration"][]; }; }; }; }; postCompanyManagedDevicesIntegrations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description managedDevicesIntegration */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegration"]; }; }; responses: { /** @description ManagedDevicesIntegration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegration"]; }; }; }; }; getCompanyManagedDevicesIntegrationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegration"]; }; }; }; }; putCompanyManagedDevicesIntegrationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ id: number; }; cookie?: never; }; /** @description managedDevicesIntegration */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegration"]; }; }; responses: { /** @description ManagedDevicesIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegration"]; }; }; }; }; deleteCompanyManagedDevicesIntegrationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyManagedDevicesIntegrationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagedDevicesIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegration"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ManagedDevicesIntegrationInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationInfo"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyManagedDevicesIntegrationsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdCrossReferences: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagedDevicesIntegrationCrossReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationCrossReference"][]; }; }; }; }; postCompanyManagedDevicesIntegrationsByParentIdCrossReferences: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description crossReference */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; responses: { /** @description ManagedDevicesIntegrationCrossReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description crossReferenceId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationCrossReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; }; }; putCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description crossReferenceId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description crossReference */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; responses: { /** @description ManagedDevicesIntegrationCrossReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; }; }; deleteCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description crossReferenceId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationCrossReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; }; }; patchCompanyManagedDevicesIntegrationsByParentIdCrossReferencesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description crossReferenceId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagedDevicesIntegrationCrossReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationCrossReference"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdCrossReferencesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdLogins: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagedDevicesIntegrationLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationLogin"][]; }; }; }; }; postCompanyManagedDevicesIntegrationsByParentIdLogins: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description login */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; responses: { /** @description ManagedDevicesIntegrationLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdLoginsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description loginId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; }; }; putCompanyManagedDevicesIntegrationsByParentIdLoginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description loginId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description login */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; responses: { /** @description ManagedDevicesIntegrationLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; }; }; deleteCompanyManagedDevicesIntegrationsByParentIdLoginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description loginId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; }; }; patchCompanyManagedDevicesIntegrationsByParentIdLoginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description loginId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagedDevicesIntegrationLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationLogin"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdLoginsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagedDevicesIntegrationNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationNotification"][]; }; }; }; }; postCompanyManagedDevicesIntegrationsByParentIdNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description notification */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; responses: { /** @description ManagedDevicesIntegrationNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; }; }; putCompanyManagedDevicesIntegrationsByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description notification */ requestBody: { content: { "application/json": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; responses: { /** @description ManagedDevicesIntegrationNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; }; }; deleteCompanyManagedDevicesIntegrationsByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagedDevicesIntegrationNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; }; }; patchCompanyManagedDevicesIntegrationsByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagedDevicesIntegrationNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationNotification"]; }; }; }; }; getCompanyManagedDevicesIntegrationsByParentIdNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managedDevicesIntegrationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagedDevicesIntegrationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagedDevicesIntegrationsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of managedDevicesIntegrationInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDevicesIntegrationInfo"][]; }; }; }; }; getCompanyManagedDevicesIntegrationsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagement: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Management */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Management"][]; }; }; }; }; getCompanyManagementById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Management */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Management"]; }; }; }; }; putCompanyManagementById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementId */ id: number; }; cookie?: never; }; /** @description management */ requestBody: { content: { "application/json": components["schemas"]["Management"]; }; }; responses: { /** @description Management */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Management"]; }; }; }; }; patchCompanyManagementById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Management */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Management"]; }; }; }; }; postCompanyManagementByIdExecuteManagedItSync: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getCompanyManagementByIdLogDownload: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementId */ id: number; /** @description filePath */ filePath: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getCompanyManagementByIdLogs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementLogDocumentInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementLogDocumentInfo"][]; }; }; }; }; getCompanyManagementByParentIdManagementReportNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"][]; }; }; }; }; postCompanyManagementByParentIdManagementReportNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementId */ parentId: number; }; cookie?: never; }; /** @description managementReportNotification */ requestBody: { content: { "application/json": components["schemas"]["ManagementReportNotification"]; }; }; responses: { /** @description ManagementReportNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; getCompanyManagementByParentIdManagementReportNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description managementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; putCompanyManagementByParentIdManagementReportNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description managementId */ parentId: number; }; cookie?: never; }; /** @description managementReportNotification */ requestBody: { content: { "application/json": components["schemas"]["ManagementReportNotification"]; }; }; responses: { /** @description ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; deleteCompanyManagementByParentIdManagementReportNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description managementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyManagementByParentIdManagementReportNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementReportNotificationId */ id: number; /** @description managementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementReportNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementReportNotification"]; }; }; }; }; getCompanyManagementByParentIdManagementReportNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagementCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagementBackups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementBackup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementBackup"][]; }; }; }; }; postCompanyManagementBackups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description managementBackup */ requestBody: { content: { "application/json": components["schemas"]["ManagementBackup"]; }; }; responses: { /** @description ManagementBackup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementBackup"]; }; }; }; }; getCompanyManagementBackupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementBackupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementBackup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementBackup"]; }; }; }; }; putCompanyManagementBackupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementBackupId */ id: number; }; cookie?: never; }; /** @description managementBackup */ requestBody: { content: { "application/json": components["schemas"]["ManagementBackup"]; }; }; responses: { /** @description ManagementBackup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementBackup"]; }; }; }; }; deleteCompanyManagementBackupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementBackupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyManagementBackupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementBackupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementBackup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementBackup"]; }; }; }; }; getCompanyManagementBackupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagementItSolutions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementItSolution */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolution"][]; }; }; }; }; postCompanyManagementItSolutions: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description managementItSolution */ requestBody: { content: { "application/json": components["schemas"]["ManagementItSolution"]; }; }; responses: { /** @description ManagementItSolution */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolution"]; }; }; }; }; getCompanyManagementItSolutionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementItSolutionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementItSolution */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolution"]; }; }; }; }; putCompanyManagementItSolutionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementItSolutionId */ id: number; }; cookie?: never; }; /** @description managementItSolution */ requestBody: { content: { "application/json": components["schemas"]["ManagementItSolution"]; }; }; responses: { /** @description ManagementItSolution */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolution"]; }; }; }; }; deleteCompanyManagementItSolutionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementItSolutionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyManagementItSolutionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementItSolutionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementItSolution */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolution"]; }; }; }; }; getCompanyManagementItSolutionsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementItSolutionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyManagementItSolutionsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementItSolutionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyManagementItSolutionsByParentIdManagementProducts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementItSolutionAgreementInterfaceParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"][]; }; }; }; }; postCompanyManagementItSolutionsByParentIdManagementProducts: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; /** @description managementProduct */ requestBody: { content: { "application/json": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; responses: { /** @description ManagementItSolutionAgreementInterfaceParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; }; }; getCompanyManagementItSolutionsByParentIdManagementProductsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementProductId */ id: number; /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementItSolutionAgreementInterfaceParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; }; }; putCompanyManagementItSolutionsByParentIdManagementProductsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementProductId */ id: number; /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; /** @description managementProduct */ requestBody: { content: { "application/json": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; responses: { /** @description ManagementItSolutionAgreementInterfaceParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; }; }; deleteCompanyManagementItSolutionsByParentIdManagementProductsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementProductId */ id: number; /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementItSolutionAgreementInterfaceParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; }; }; patchCompanyManagementItSolutionsByParentIdManagementProductsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementProductId */ id: number; /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementItSolutionAgreementInterfaceParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementItSolutionAgreementInterfaceParameter"]; }; }; }; }; getCompanyManagementItSolutionsByParentIdManagementProductsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementItSolutionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyManagementItSolutionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyMarketDescriptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MarketDescription */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescription"][]; }; }; }; }; postCompanyMarketDescriptions: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description marketDescription */ requestBody: { content: { "application/json": components["schemas"]["MarketDescription"]; }; }; responses: { /** @description MarketDescription */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescription"]; }; }; }; }; getCompanyMarketDescriptionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description marketDescriptionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MarketDescription */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescription"]; }; }; }; }; putCompanyMarketDescriptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description marketDescriptionId */ id: number; }; cookie?: never; }; /** @description marketDescription */ requestBody: { content: { "application/json": components["schemas"]["MarketDescription"]; }; }; responses: { /** @description MarketDescription */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescription"]; }; }; }; }; deleteCompanyMarketDescriptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description marketDescriptionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyMarketDescriptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description marketDescriptionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MarketDescription */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescription"]; }; }; }; }; getCompanyMarketDescriptionsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description MarketDescriptionInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MarketDescriptionInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescriptionInfo"]; }; }; }; }; getCompanyMarketDescriptionsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description marketDescriptionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyMarketDescriptionsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description marketDescriptionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyMarketDescriptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyMarketDescriptionsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of marketDescriptionInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketDescriptionInfo"][]; }; }; }; }; getCompanyMarketDescriptionsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyNoteTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyNoteType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteType"][]; }; }; }; }; postCompanyNoteTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description noteType */ requestBody: { content: { "application/json": components["schemas"]["CompanyNoteType"]; }; }; responses: { /** @description CompanyNoteType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteType"]; }; }; }; }; getCompanyNoteTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyNoteType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteType"]; }; }; }; }; putCompanyNoteTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteTypeId */ id: number; }; cookie?: never; }; /** @description noteType */ requestBody: { content: { "application/json": components["schemas"]["CompanyNoteType"]; }; }; responses: { /** @description CompanyNoteType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteType"]; }; }; }; }; deleteCompanyNoteTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyNoteTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyNoteType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteType"]; }; }; }; }; getCompanyNoteTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyNoteTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteTypeInfo"]; }; }; }; }; getCompanyNoteTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyNoteTypesCountInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyNoteTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CompanyNoteTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyNoteTypeInfo"][]; }; }; }; }; getCompanyOwnershipTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OwnershipType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipType"][]; }; }; }; }; postCompanyOwnershipTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ownershipType */ requestBody: { content: { "application/json": components["schemas"]["OwnershipType"]; }; }; responses: { /** @description OwnershipType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipType"]; }; }; }; }; getCompanyOwnershipTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ownershipTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OwnershipType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipType"]; }; }; }; }; putCompanyOwnershipTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ownershipTypeId */ id: number; }; cookie?: never; }; /** @description ownershipType */ requestBody: { content: { "application/json": components["schemas"]["OwnershipType"]; }; }; responses: { /** @description OwnershipType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipType"]; }; }; }; }; deleteCompanyOwnershipTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ownershipTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyOwnershipTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ownershipTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OwnershipType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipType"]; }; }; }; }; getCompanyOwnershipTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description OwnershipTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OwnershipTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipTypeInfo"]; }; }; }; }; getCompanyOwnershipTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyOwnershipTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ownershipTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OwnershipTypeInfo"][]; }; }; }; }; getCompanyOwnershipTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPaymentTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPortalConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfiguration"][]; }; }; }; }; postCompanyPortalConfigurations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description portalConfiguration */ requestBody: { content: { "application/json": components["schemas"]["PortalConfiguration"]; }; }; responses: { /** @description PortalConfiguration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfiguration"]; }; }; }; }; getCompanyPortalConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfiguration"]; }; }; }; }; putCompanyPortalConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalConfigurationId */ id: number; }; cookie?: never; }; /** @description portalConfiguration */ requestBody: { content: { "application/json": components["schemas"]["PortalConfiguration"]; }; }; responses: { /** @description PortalConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfiguration"]; }; }; }; }; deleteCompanyPortalConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyPortalConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalConfigurationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfiguration"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdInvoiceSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfigurationInvoiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationInvoiceSetup"][]; }; }; }; }; getCompanyPortalConfigurationsByParentIdInvoiceSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfigurationInvoiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationInvoiceSetup"]; }; }; }; }; putCompanyPortalConfigurationsByParentIdInvoiceSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description portalConfigurationInvoiceSetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationInvoiceSetup"]; }; }; responses: { /** @description PortalConfigurationInvoiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationInvoiceSetup"]; }; }; }; }; patchCompanyPortalConfigurationsByParentIdInvoiceSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfigurationInvoiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationInvoiceSetup"]; }; }; }; }; postCompanyPortalConfigurationsByParentIdInvoiceSetupsByIdTestTransaction: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description portalConfigurationInvoiceSetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationInvoiceSetup"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdInvoiceSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdOpportunitySetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfigurationOpportunitySetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationOpportunitySetup"][]; }; }; }; }; putCompanyPortalConfigurationsByParentIdOpportunitySetups: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description opportunitySetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; responses: { /** @description PortalConfigurationOpportunitySetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; }; }; patchCompanyPortalConfigurationsByParentIdOpportunitySetups: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfigurationOpportunitySetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdOpportunitySetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunitySetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfigurationOpportunitySetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; }; }; putCompanyPortalConfigurationsByParentIdOpportunitySetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunitySetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description opportunitySetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; responses: { /** @description PortalConfigurationOpportunitySetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; }; }; patchCompanyPortalConfigurationsByParentIdOpportunitySetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunitySetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfigurationOpportunitySetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationOpportunitySetup"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdPasswordEmailSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfigurationPasswordEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationPasswordEmailSetup"][]; }; }; }; }; getCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description passwordEmailSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfigurationPasswordEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationPasswordEmailSetup"]; }; }; }; }; putCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description passwordEmailSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description passwordEmailSetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationPasswordEmailSetup"]; }; }; responses: { /** @description PortalConfigurationPasswordEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationPasswordEmailSetup"]; }; }; }; }; patchCompanyPortalConfigurationsByParentIdPasswordEmailSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description passwordEmailSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfigurationPasswordEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationPasswordEmailSetup"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdProjectSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfigurationProjectSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationProjectSetup"][]; }; }; }; }; getCompanyPortalConfigurationsByParentIdProjectSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfigurationProjectSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationProjectSetup"]; }; }; }; }; putCompanyPortalConfigurationsByParentIdProjectSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description portalConfigurationProjectSetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationProjectSetup"]; }; }; responses: { /** @description PortalConfigurationProjectSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationProjectSetup"]; }; }; }; }; patchCompanyPortalConfigurationsByParentIdProjectSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfigurationProjectSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationProjectSetup"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdProjectSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdServiceSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfigurationServiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationServiceSetup"][]; }; }; }; }; getCompanyPortalConfigurationsByParentIdServiceSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfigurationServiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationServiceSetup"]; }; }; }; }; putCompanyPortalConfigurationsByParentIdServiceSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description portalConfigurationServiceSetup */ requestBody: { content: { "application/json": components["schemas"]["PortalConfigurationServiceSetup"]; }; }; responses: { /** @description PortalConfigurationServiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationServiceSetup"]; }; }; }; }; patchCompanyPortalConfigurationsByParentIdServiceSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceSetupId */ id: number; /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalConfigurationServiceSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationServiceSetup"]; }; }; }; }; getCompanyPortalConfigurationsByParentIdServiceSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalConfigurationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postCompanyPortalConfigurationsCopy: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description copy */ requestBody: { content: { "application/json": components["schemas"]["PortalConfiguration"]; }; }; responses: { /** @description PortalConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfiguration"]; }; }; }; }; getCompanyPortalConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPortalConfigurationsInvoiceSetupPaymentProcessors: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalConfigurationPaymentProcessor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationPaymentProcessor"][]; }; }; }; }; getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description paymentProcessorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalConfigurationPaymentProcessor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalConfigurationPaymentProcessor"]; }; }; }; }; getCompanyPortalConfigurationsInvoiceSetupPaymentProcessorsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPortalSecurityLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalSecurityLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecurityLevel"][]; }; }; }; }; getCompanyPortalSecurityLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalSecurityLevelId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalSecurityLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecurityLevel"]; }; }; }; }; putCompanyPortalSecurityLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalSecurityLevelId */ id: number; }; cookie?: never; }; /** @description _portalSecurityLevel */ requestBody: { content: { "application/json": components["schemas"]["PortalSecurityLevel"]; }; }; responses: { /** @description PortalSecurityLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecurityLevel"]; }; }; }; }; patchCompanyPortalSecurityLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalSecurityLevelId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalSecurityLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecurityLevel"]; }; }; }; }; getCompanyPortalSecurityLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyPortalSecuritySettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalSecuritySetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecuritySetting"][]; }; }; }; }; getCompanyPortalSecuritySettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalSecuritySettingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalSecuritySetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecuritySetting"]; }; }; }; }; putCompanyPortalSecuritySettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalSecuritySettingId */ id: number; }; cookie?: never; }; /** @description portalSecurity */ requestBody: { content: { "application/json": components["schemas"]["PortalSecuritySetting"]; }; }; responses: { /** @description PortalSecuritySetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecuritySetting"]; }; }; }; }; patchCompanyPortalSecuritySettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalSecuritySettingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalSecuritySetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalSecuritySetting"]; }; }; }; }; getCompanyPortalSecuritySettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyStates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of State */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["State"][]; }; }; }; }; postCompanyStates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description state */ requestBody: { content: { "application/json": components["schemas"]["State"]; }; }; responses: { /** @description State */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["State"]; }; }; }; }; getCompanyStatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description State */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["State"]; }; }; }; }; putCompanyStatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description stateId */ id: number; }; cookie?: never; }; /** @description state */ requestBody: { content: { "application/json": components["schemas"]["State"]; }; }; responses: { /** @description State */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["State"]; }; }; }; }; deleteCompanyStatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description stateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyStatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description stateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description State */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["State"]; }; }; }; }; getCompanyStatesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description StateInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description StateInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StateInfo"]; }; }; }; }; getCompanyStatesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyStatesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyStatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyStatesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of stateInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StateInfo"][]; }; }; }; }; getCompanyStatesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyTeamRoles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TeamRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRole"][]; }; }; }; }; postCompanyTeamRoles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description teamRole */ requestBody: { content: { "application/json": components["schemas"]["TeamRole"]; }; }; responses: { /** @description TeamRole */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRole"]; }; }; }; }; getCompanyTeamRolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TeamRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRole"]; }; }; }; }; putCompanyTeamRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamRoleId */ id: number; }; cookie?: never; }; /** @description teamRole */ requestBody: { content: { "application/json": components["schemas"]["TeamRole"]; }; }; responses: { /** @description TeamRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRole"]; }; }; }; }; deleteCompanyTeamRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyTeamRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamRoleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TeamRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRole"]; }; }; }; }; getCompanyTeamRolesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description TeamRoleInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TeamRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRoleInfo"]; }; }; }; }; getCompanyTeamRolesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyTeamRolesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getCompanyTeamRolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyTeamRolesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of teamRoleInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamRoleInfo"][]; }; }; }; }; getCompanyTeamRolesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyTracks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Track */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Track"][]; }; }; }; }; postCompanyTracks: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description track */ requestBody: { content: { "application/json": components["schemas"]["Track"]; }; }; responses: { /** @description Track */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Track"]; }; }; }; }; getCompanyTracksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description trackId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Track */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Track"]; }; }; }; }; putCompanyTracksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description trackId */ id: number; }; cookie?: never; }; /** @description track */ requestBody: { content: { "application/json": components["schemas"]["Track"]; }; }; responses: { /** @description Track */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Track"]; }; }; }; }; deleteCompanyTracksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description trackId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyTracksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description trackId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Track */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Track"]; }; }; }; }; getCompanyTracksByParentIdActions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description trackId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TrackAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TrackAction"][]; }; }; }; }; postCompanyTracksByParentIdActions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description trackId */ parentId: number; }; cookie?: never; }; /** @description trackAction */ requestBody: { content: { "application/json": components["schemas"]["TrackAction"]; }; }; responses: { /** @description TrackAction */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TrackAction"]; }; }; }; }; getCompanyTracksByParentIdActionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description trackId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TrackAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TrackAction"]; }; }; }; }; putCompanyTracksByParentIdActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description trackId */ parentId: number; }; cookie?: never; }; /** @description trackAction */ requestBody: { content: { "application/json": components["schemas"]["TrackAction"]; }; }; responses: { /** @description TrackAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TrackAction"]; }; }; }; }; deleteCompanyTracksByParentIdActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description trackId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchCompanyTracksByParentIdActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description trackId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TrackAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TrackAction"]; }; }; }; }; getCompanyTracksByParentIdActionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description trackId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getCompanyTracksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ConfigurationTypeQuestionInfo */ grandparentId: number; /** @description ConfigurationTypeQuestionInfo */ parentId: number; /** @description ConfigurationTypeQuestionInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeQuestionInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionInfo"]; }; }; }; }; getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ConfigurationTypeQuestionValueInfo */ grandparentId: number; /** @description ConfigurationTypeQuestionValueInfo */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationTypeQuestionInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionValueInfo"][]; }; }; }; }; getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ConfigurationTypeQuestionValueInfo */ grandparentId: number; /** @description ConfigurationTypeQuestionValueInfo */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getConfigurationsTypesByParentIdQuestionsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ConfigurationTypeQuestionInfo */ id: number; /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationTypeQuestionInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionInfo"]; }; }; }; }; getConfigurationsTypesByParentIdQuestionsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationTypeQuestionInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeQuestionInfo"][]; }; }; }; }; getConfigurationsTypesByParentIdQuestionsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getConfigurationsTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of configurationTypeInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationTypeInfo"][]; }; }; }; }; getConfigurationsTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseClassifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Classification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Classification"][]; }; }; }; }; getExpenseClassificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description classificationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Classification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Classification"]; }; }; }; }; getExpenseClassificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseEntries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntry"][]; }; }; }; }; postExpenseEntries: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description expenseEntry */ requestBody: { content: { "application/json": components["schemas"]["ExpenseEntry"]; }; }; responses: { /** @description ExpenseEntry */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntry"]; }; }; }; }; getExpenseEntriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntry"]; }; }; }; }; putExpenseEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description expenseEntry */ requestBody: { content: { "application/json": components["schemas"]["ExpenseEntry"]; }; }; responses: { /** @description ExpenseEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntry"]; }; }; }; }; deleteExpenseEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchExpenseEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ExpenseEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntry"]; }; }; }; }; getExpenseEntriesByParentIdAudits: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseEntryAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntryAudit"][]; }; }; }; }; getExpenseEntriesByParentIdAuditsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseEntryAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseEntryAudit"]; }; }; }; }; getExpenseEntriesByParentIdAuditsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseEntriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseInfoTaxTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseTaxTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTaxTypeInfo"][]; }; }; }; }; getExpenseInfoTaxTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseTaxTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTaxTypeInfo"]; }; }; }; }; getExpenseInfoTaxTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpensePaymentTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PaymentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentType"][]; }; }; }; }; postExpensePaymentTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description paymentType */ requestBody: { content: { "application/json": components["schemas"]["PaymentType"]; }; }; responses: { /** @description PaymentType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentType"]; }; }; }; }; getExpensePaymentTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description paymentTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PaymentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentType"]; }; }; }; }; putExpensePaymentTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description paymentTypeId */ id: number; }; cookie?: never; }; /** @description paymentType */ requestBody: { content: { "application/json": components["schemas"]["PaymentType"]; }; }; responses: { /** @description PaymentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentType"]; }; }; }; }; deleteExpensePaymentTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description paymentTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchExpensePaymentTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description paymentTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PaymentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentType"]; }; }; }; }; getExpensePaymentTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description PaymentTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PaymentTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentTypeInfo"]; }; }; }; }; getExpensePaymentTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpensePaymentTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of paymentTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PaymentTypeInfo"][]; }; }; }; }; getExpenseReports: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseReport"][]; }; }; }; }; getExpenseReportsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseReport"]; }; }; }; }; postExpenseReportsByIdApprove: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportId */ id: number; }; cookie?: never; }; /** @description reportId */ requestBody: { content: { "application/json": components["schemas"]["ExpenseReportTierUpdate"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postExpenseReportsByIdReject: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postExpenseReportsByIdReverse: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postExpenseReportsByIdSubmit: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getExpenseReportsByParentIdAudits: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseReportAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseReportAudit"][]; }; }; }; }; getExpenseReportsByParentIdAuditsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description reportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseReportAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseReportAudit"]; }; }; }; }; getExpenseReportsByParentIdAuditsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseReportsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseType"][]; }; }; }; }; postExpenseTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description expenseType */ requestBody: { content: { "application/json": components["schemas"]["ExpenseType"]; }; }; responses: { /** @description ExpenseType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseType"]; }; }; }; }; getExpenseTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseType"]; }; }; }; }; putExpenseTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description expenseType */ requestBody: { content: { "application/json": components["schemas"]["ExpenseType"]; }; }; responses: { /** @description ExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseType"]; }; }; }; }; deleteExpenseTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchExpenseTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseType"]; }; }; }; }; getExpenseTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ExpenseTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeInfo"]; }; }; }; }; getExpenseTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getExpenseTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of expenseTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeInfo"][]; }; }; }; }; getFinanceAccountingBatches: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AccountingBatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingBatch"][]; }; }; }; }; postFinanceAccountingBatches: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description accountingBatchParameters */ requestBody: { content: { "application/json": components["schemas"]["CreateAccountingBatchRequest"]; }; }; responses: { /** @description GLExport */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLExport"]; }; }; }; }; getFinanceAccountingBatchesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description batcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AccountingBatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingBatch"]; }; }; }; }; deleteFinanceAccountingBatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description batcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postFinanceAccountingBatchesByIdExport: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description batcheId */ id: number; }; cookie?: never; }; /** @description batchExportParameters */ requestBody: { content: { "application/json": components["schemas"]["ExportAccountingBatchRequest"]; }; }; responses: { /** @description GLExport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLExport"]; }; }; }; }; getFinanceAccountingBatchesByParentIdEntries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description batcheId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BatchEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BatchEntry"][]; }; }; }; }; getFinanceAccountingBatchesByParentIdEntriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ id: number; /** @description batcheId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BatchEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BatchEntry"]; }; }; }; }; getFinanceAccountingBatchesByParentIdEntriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description batcheId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingBatchesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postFinanceAccountingExport: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description batchExportParameters */ requestBody: { content: { "application/json": components["schemas"]["ExportAccountingBatchRequest"]; }; }; responses: { /** @description GLExport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLExport"]; }; }; }; }; getFinanceAccountingUnpostedexpenses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedExpense */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedExpense"][]; }; }; }; }; getFinanceAccountingUnpostedexpensesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedexpensId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedExpense */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedExpense"]; }; }; }; }; getFinanceAccountingUnpostedexpensesByParentIdTaxableLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedexpensId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedExpenseTaxableLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedExpenseTaxableLevel"][]; }; }; }; }; getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableLevelId */ id: number; /** @description unpostedexpensId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedExpenseTaxableLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedExpenseTaxableLevel"]; }; }; }; }; getFinanceAccountingUnpostedexpensesByParentIdTaxableLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedexpensId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingUnpostedexpensesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingUnpostedinvoices: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedInvoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedInvoice"][]; }; }; }; }; getFinanceAccountingUnpostedinvoicesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedinvoiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedInvoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedInvoice"]; }; }; }; }; getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedinvoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedInvoiceTaxableLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedInvoiceTaxableLevel"][]; }; }; }; }; getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableLevelId */ id: number; /** @description unpostedinvoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedInvoiceTaxableLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedInvoiceTaxableLevel"]; }; }; }; }; getFinanceAccountingUnpostedinvoicesByParentIdTaxableLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedinvoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingUnpostedinvoicesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingUnpostedpayments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedPayments */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedPayments"][]; }; }; }; }; getFinanceAccountingUnpostedPaymentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedPaymentsId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedPayments */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedPayments"]; }; }; }; }; getFinanceAccountingUnpostedPaymentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingUnpostedprocurement: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedProcurement */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedProcurement"][]; }; }; }; }; getFinanceAccountingUnpostedprocurementById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedprocurementId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedProcurement */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedProcurement"]; }; }; }; }; getFinanceAccountingUnpostedprocurementByParentIdTaxableLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedprocurementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnpostedProcurementTaxableLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedProcurementTaxableLevel"][]; }; }; }; }; getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableLevelId */ id: number; /** @description unpostedprocurementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnpostedProcurementTaxableLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnpostedProcurementTaxableLevel"]; }; }; }; }; getFinanceAccountingUnpostedprocurementByParentIdTaxableLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unpostedprocurementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingUnpostedprocurementCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingPackages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AccountingPackage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingPackage"][]; }; }; }; }; getFinanceAccountingPackagesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description accountingPackageId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AccountingPackage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingPackage"]; }; }; }; }; getFinanceAccountingPackagesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAccountingPackageSetup: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AccountingPackageSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingPackageSetup"][]; }; }; }; }; getFinanceAccountingPackageSetupById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description accountingPackageSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AccountingPackageSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingPackageSetup"]; }; }; }; }; putFinanceAccountingPackageSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accountingPackageSetupId */ id: number; }; cookie?: never; }; /** @description accountingPackageSetup */ requestBody: { content: { "application/json": components["schemas"]["AccountingPackageSetup"]; }; }; responses: { /** @description AccountingPackageSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingPackageSetup"]; }; }; }; }; patchFinanceAccountingPackageSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accountingPackageSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AccountingPackageSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AccountingPackageSetup"]; }; }; }; }; getFinanceAccountingPackageSetupCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementrecap: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of agreementRecapses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementRecap"][]; }; }; }; }; getFinanceAgreementrecapById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description AgreementRecapId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementRecap */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementRecap"]; }; }; }; }; getFinanceAgreements: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Agreement */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"][]; }; }; }; }; postFinanceAgreements: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description agreement */ requestBody: { content: { "application/json": components["schemas"]["Agreement"]; }; }; responses: { /** @description Agreement */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; getFinanceAgreementsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Agreement */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; putFinanceAgreementsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ id: number; }; cookie?: never; }; /** @description agreement */ requestBody: { content: { "application/json": components["schemas"]["Agreement"]; }; }; responses: { /** @description Agreement */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; deleteFinanceAgreementsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Agreement */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; getFinanceAgreementsByIdApplicationParametersByPodId: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementHeaderId */ id: number; /** @description podId */ podId: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementApplicationParameters */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementApplicationParameters"]; }; }; }; }; postFinanceAgreementsByIdInvoice: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description id */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Agreement */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": number; }; }; }; }; getFinanceAgreementsByIdQuickAccessCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementHeaderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementApplicationParameters */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTabsCount"]; }; }; }; }; getFinanceAgreementsByIdRecurringParametersByPodId: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ id: number; /** @description podId */ podId: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementRecurringParameters */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementRecurringParameters"]; }; }; }; }; getFinanceAgreementsByParentIdAdditions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Addition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Addition"][]; }; }; }; }; postFinanceAgreementsByParentIdAdditions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description addition */ requestBody: { content: { "application/json": components["schemas"]["Addition"]; }; }; responses: { /** @description Addition */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Addition"]; }; }; }; }; getFinanceAgreementsByParentIdAdditionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description additionId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Addition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Addition"]; }; }; }; }; putFinanceAgreementsByParentIdAdditionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description additionId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description addition */ requestBody: { content: { "application/json": components["schemas"]["Addition"]; }; }; responses: { /** @description Addition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Addition"]; }; }; }; }; deleteFinanceAgreementsByParentIdAdditionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description additionId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsByParentIdAdditionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description additionId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Addition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Addition"]; }; }; }; }; getFinanceAgreementsByParentIdAdditionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdAdjustments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Adjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement.Adjustment"][]; }; }; }; }; postFinanceAgreementsByParentIdAdjustments: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description adjustment */ requestBody: { content: { "application/json": components["schemas"]["Agreement.Adjustment"]; }; }; responses: { /** @description Adjustment */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement.Adjustment"]; }; }; }; }; getFinanceAgreementsByParentIdAdjustmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Adjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement.Adjustment"]; }; }; }; }; putFinanceAgreementsByParentIdAdjustmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description adjustment */ requestBody: { content: { "application/json": components["schemas"]["Agreement.Adjustment"]; }; }; responses: { /** @description Adjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement.Adjustment"]; }; }; }; }; deleteFinanceAgreementsByParentIdAdjustmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsByParentIdAdjustmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Adjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement.Adjustment"]; }; }; }; }; getFinanceAgreementsByParentIdAdjustmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdBoardDefaults: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardDefault"][]; }; }; }; }; postFinanceAgreementsByParentIdBoardDefaults: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description boardDefault */ requestBody: { content: { "application/json": components["schemas"]["BoardDefault"]; }; }; responses: { /** @description BoardDefault */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardDefault"]; }; }; }; }; getFinanceAgreementsByParentIdBoardDefaultsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardDefault"]; }; }; }; }; putFinanceAgreementsByParentIdBoardDefaultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description boardDefault */ requestBody: { content: { "application/json": components["schemas"]["BoardDefault"]; }; }; responses: { /** @description BoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardDefault"]; }; }; }; }; deleteFinanceAgreementsByParentIdBoardDefaultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsByParentIdBoardDefaultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardDefault"]; }; }; }; }; getFinanceAgreementsByParentIdBoardDefaultsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"][]; }; }; }; }; postFinanceAgreementsByParentIdConfigurations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description configuration */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationReference"]; }; }; responses: { /** @description ConfigurationReference */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"]; }; }; }; }; getFinanceAgreementsByParentIdConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description configurationId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"]; }; }; }; }; deleteFinanceAgreementsByParentIdConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description configurationId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getFinanceAgreementsByParentIdConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postFinanceAgreementsByParentIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CopyAgreementAction */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; getFinanceAgreementsByParentIdSites: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementSite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementSite"][]; }; }; }; }; postFinanceAgreementsByParentIdSites: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description site */ requestBody: { content: { "application/json": components["schemas"]["AgreementSite"]; }; }; responses: { /** @description AgreementSite */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementSite"]; }; }; }; }; getFinanceAgreementsByParentIdSitesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementSite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementSite"]; }; }; }; }; putFinanceAgreementsByParentIdSitesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description site */ requestBody: { content: { "application/json": components["schemas"]["AgreementSite"]; }; }; responses: { /** @description AgreementSite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementSite"]; }; }; }; }; deleteFinanceAgreementsByParentIdSitesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsByParentIdSitesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description siteId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementSite */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementSite"]; }; }; }; }; getFinanceAgreementsByParentIdSitesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdWorkRoleExclusions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementWorkRoleExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRoleExclusion"][]; }; }; }; }; postFinanceAgreementsByParentIdWorkRoleExclusions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description workRoleExclusion */ requestBody: { content: { "application/json": components["schemas"]["AgreementWorkRoleExclusion"]; }; }; responses: { /** @description AgreementWorkRoleExclusion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRoleExclusion"]; }; }; }; }; deleteFinanceAgreementsByParentIdWorkRoleExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleExclusionId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getFinanceAgreementsByParentIdWorkRoleExclusionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdWorkroles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRole"][]; }; }; }; }; postFinanceAgreementsByParentIdWorkroles: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description workRole */ requestBody: { content: { "application/json": components["schemas"]["AgreementWorkRole"]; }; }; responses: { /** @description AgreementWorkRole */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRole"]; }; }; }; }; getFinanceAgreementsByParentIdWorkrolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRole"]; }; }; }; }; putFinanceAgreementsByParentIdWorkrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description workRole */ requestBody: { content: { "application/json": components["schemas"]["AgreementWorkRole"]; }; }; responses: { /** @description AgreementWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRole"]; }; }; }; }; deleteFinanceAgreementsByParentIdWorkrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsByParentIdWorkrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkRole"]; }; }; }; }; getFinanceAgreementsByParentIdWorkrolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdWorkTypeExclusions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementWorkTypeExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkTypeExclusion"][]; }; }; }; }; postFinanceAgreementsByParentIdWorkTypeExclusions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description workTypeExclusion */ requestBody: { content: { "application/json": components["schemas"]["AgreementWorkTypeExclusion"]; }; }; responses: { /** @description AgreementWorkTypeExclusion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkTypeExclusion"]; }; }; }; }; deleteFinanceAgreementsByParentIdWorkTypeExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workTypeExclusionId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getFinanceAgreementsByParentIdWorkTypeExclusionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsByParentIdWorktypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkType"][]; }; }; }; }; postFinanceAgreementsByParentIdWorktypes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description workType */ requestBody: { content: { "application/json": components["schemas"]["AgreementWorkType"]; }; }; responses: { /** @description AgreementWorkType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkType"]; }; }; }; }; getFinanceAgreementsByParentIdWorktypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkType"]; }; }; }; }; putFinanceAgreementsByParentIdWorktypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description workType */ requestBody: { content: { "application/json": components["schemas"]["AgreementWorkType"]; }; }; responses: { /** @description AgreementWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkType"]; }; }; }; }; deleteFinanceAgreementsByParentIdWorktypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsByParentIdWorktypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementWorkType"]; }; }; }; }; getFinanceAgreementsByParentIdWorktypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementType"][]; }; }; }; }; postFinanceAgreementsTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description agreementType */ requestBody: { content: { "application/json": components["schemas"]["AgreementType"]; }; }; responses: { /** @description AgreementType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementType"]; }; }; }; }; getFinanceAgreementsTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementType"]; }; }; }; }; putFinanceAgreementsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description agreementType */ requestBody: { content: { "application/json": components["schemas"]["AgreementType"]; }; }; responses: { /** @description AgreementType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementType"]; }; }; }; }; deleteFinanceAgreementsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementType"]; }; }; }; }; getFinanceAgreementsTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeInfo"]; }; }; }; }; getFinanceAgreementsTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceAgreementsTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceAgreementsTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementsTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeInfo"][]; }; }; }; }; getFinanceAgreementsTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postFinanceAgreementsByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementType"]; }; }; }; }; getFinanceAgreementTypesByParentIdBoardDefaults: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeBoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeBoardDefault"][]; }; }; }; }; postFinanceAgreementTypesByParentIdBoardDefaults: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description boardDefault */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeBoardDefault"]; }; }; responses: { /** @description AgreementTypeBoardDefault */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeBoardDefault"]; }; }; }; }; getFinanceAgreementTypesByParentIdBoardDefaultsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementTypeBoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeBoardDefault"]; }; }; }; }; putFinanceAgreementTypesByParentIdBoardDefaultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description boardDefault */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeBoardDefault"]; }; }; responses: { /** @description AgreementTypeBoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeBoardDefault"]; }; }; }; }; deleteFinanceAgreementTypesByParentIdBoardDefaultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementTypesByParentIdBoardDefaultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardDefaultId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementTypeBoardDefault */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeBoardDefault"]; }; }; }; }; getFinanceAgreementTypesByParentIdBoardDefaultsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkRoleExclusions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeWorkRoleExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRoleExclusion"][]; }; }; }; }; postFinanceAgreementTypesByParentIdWorkRoleExclusions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description workRoleExclusion */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeWorkRoleExclusion"]; }; }; responses: { /** @description AgreementTypeWorkRoleExclusion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRoleExclusion"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkRoleExclusionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleExclusionId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementTypeWorkRoleExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRoleExclusion"]; }; }; }; }; deleteFinanceAgreementTypesByParentIdWorkRoleExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleExclusionId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getFinanceAgreementTypesByParentIdWorkRoleExclusionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkroles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRole"][]; }; }; }; }; postFinanceAgreementTypesByParentIdWorkroles: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description workRole */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeWorkRole"]; }; }; responses: { /** @description AgreementTypeWorkRole */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRole"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkrolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementTypeWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRole"]; }; }; }; }; putFinanceAgreementTypesByParentIdWorkrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description workRole */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeWorkRole"]; }; }; responses: { /** @description AgreementTypeWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRole"]; }; }; }; }; deleteFinanceAgreementTypesByParentIdWorkrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementTypesByParentIdWorkrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementTypeWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRole"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkrolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkrolesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRoleInfo"][]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkrolesInfoById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workroleId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementTypeWorkRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkRoleInfo"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkrolesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkTypeExclusions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeWorkTypeExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkTypeExclusion"][]; }; }; }; }; postFinanceAgreementTypesByParentIdWorkTypeExclusions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description workTypeExclusion */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeWorkTypeExclusion"]; }; }; responses: { /** @description AgreementTypeWorkTypeExclusion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkTypeExclusion"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorkTypeExclusionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workTypeExclusionId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementTypeWorkTypeExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkTypeExclusion"]; }; }; }; }; deleteFinanceAgreementTypesByParentIdWorkTypeExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workTypeExclusionId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getFinanceAgreementTypesByParentIdWorkTypeExclusionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorktypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementTypeWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkType"][]; }; }; }; }; postFinanceAgreementTypesByParentIdWorktypes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description workType */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeWorkType"]; }; }; responses: { /** @description AgreementTypeWorkType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkType"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorktypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementTypeWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkType"]; }; }; }; }; putFinanceAgreementTypesByParentIdWorktypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description workType */ requestBody: { content: { "application/json": components["schemas"]["AgreementTypeWorkType"]; }; }; responses: { /** @description AgreementTypeWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkType"]; }; }; }; }; deleteFinanceAgreementTypesByParentIdWorktypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceAgreementTypesByParentIdWorktypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description worktypeId */ id: number; /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementTypeWorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementTypeWorkType"]; }; }; }; }; getFinanceAgreementTypesByParentIdWorktypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description agreementTypeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBatchSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AgreementBatchSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementBatchSetup"][]; }; }; }; }; getFinanceBatchSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description batchSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AgreementBatchSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementBatchSetup"]; }; }; }; }; putFinanceBatchSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description batchSetupId */ id: number; }; cookie?: never; }; /** @description batchSetup */ requestBody: { content: { "application/json": components["schemas"]["AgreementBatchSetup"]; }; }; responses: { /** @description AgreementBatchSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementBatchSetup"]; }; }; }; }; patchFinanceBatchSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description batchSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AgreementBatchSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AgreementBatchSetup"]; }; }; }; }; getFinanceBatchSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingCycles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingCycle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycle"][]; }; }; }; }; postFinanceBillingCycles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description billingCycle */ requestBody: { content: { "application/json": components["schemas"]["BillingCycle"]; }; }; responses: { /** @description BillingCycle */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycle"]; }; }; }; }; getFinanceBillingCyclesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingCycleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingCycle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycle"]; }; }; }; }; putFinanceBillingCyclesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingCycleId */ id: number; }; cookie?: never; }; /** @description billingCycle */ requestBody: { content: { "application/json": components["schemas"]["BillingCycle"]; }; }; responses: { /** @description BillingCycle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycle"]; }; }; }; }; deleteFinanceBillingCyclesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingCycleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceBillingCyclesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingCycleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BillingCycle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycle"]; }; }; }; }; getFinanceBillingCyclesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description BillingCycleInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingCycleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycleInfo"]; }; }; }; }; getFinanceBillingCyclesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingCycleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceBillingCyclesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingCycleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceBillingCyclesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingCyclesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of billingCycleInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycleInfo"][]; }; }; }; }; getFinanceBillingCyclesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetup"][]; }; }; }; }; postFinanceBillingSetups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description billingSetup */ requestBody: { content: { "application/json": components["schemas"]["BillingSetup"]; }; }; responses: { /** @description BillingSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetup"]; }; }; }; }; getFinanceBillingSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetup"]; }; }; }; }; putFinanceBillingSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingSetupId */ id: number; }; cookie?: never; }; /** @description billingSetup */ requestBody: { content: { "application/json": components["schemas"]["BillingSetup"]; }; }; responses: { /** @description BillingSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetup"]; }; }; }; }; deleteFinanceBillingSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceBillingSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BillingSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetup"]; }; }; }; }; getFinanceBillingSetupsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description BillingSetupInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingSetupInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupInfo"]; }; }; }; }; getFinanceBillingSetupsByParentIdRoutings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingSetupRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupRouting"][]; }; }; }; }; postFinanceBillingSetupsByParentIdRoutings: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingSetupId */ parentId: number; }; cookie?: never; }; /** @description billingSetupRouting */ requestBody: { content: { "application/json": components["schemas"]["BillingSetupRouting"]; }; }; responses: { /** @description BillingSetupRouting */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupRouting"]; }; }; }; }; getFinanceBillingSetupsByParentIdRoutingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description routingId */ id: number; /** @description billingSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingSetupRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupRouting"]; }; }; }; }; putFinanceBillingSetupsByParentIdRoutingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description routingId */ id: number; /** @description billingSetupId */ parentId: number; }; cookie?: never; }; /** @description billingSetupRouting */ requestBody: { content: { "application/json": components["schemas"]["BillingSetupRouting"]; }; }; responses: { /** @description BillingSetupRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupRouting"]; }; }; }; }; deleteFinanceBillingSetupsByParentIdRoutingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description routingId */ id: number; /** @description billingSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceBillingSetupsByParentIdRoutingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description routingId */ id: number; /** @description billingSetupId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BillingSetupRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupRouting"]; }; }; }; }; getFinanceBillingSetupsByParentIdRoutingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingSetupsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of billingSetupInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingSetupInfo"][]; }; }; }; }; getFinanceBillingSetupsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatus"][]; }; }; }; }; postFinanceBillingStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description billingStatus */ requestBody: { content: { "application/json": components["schemas"]["BillingStatus"]; }; }; responses: { /** @description BillingStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatus"]; }; }; }; }; getFinanceBillingStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatus"]; }; }; }; }; putFinanceBillingStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; /** @description billingStatus */ requestBody: { content: { "application/json": components["schemas"]["BillingStatus"]; }; }; responses: { /** @description BillingStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatus"]; }; }; }; }; deleteFinanceBillingStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceBillingStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BillingStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatus"]; }; }; }; }; getFinanceBillingStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatusInfo"]; }; }; }; }; getFinanceBillingStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceBillingStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceBillingStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingStatusInfo"][]; }; }; }; }; getFinanceBillingStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingTerms: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingTerm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTerm"][]; }; }; }; }; postFinanceBillingTerms: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description billingTerms */ requestBody: { content: { "application/json": components["schemas"]["BillingTerm"]; }; }; responses: { /** @description BillingTerm */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTerm"]; }; }; }; }; getFinanceBillingTermsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingTerm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTerm"]; }; }; }; }; putFinanceBillingTermsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; /** @description billingTerms */ requestBody: { content: { "application/json": components["schemas"]["BillingTerm"]; }; }; responses: { /** @description BillingTerm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTerm"]; }; }; }; }; deleteFinanceBillingTermsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceBillingTermsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BillingTerm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTerm"]; }; }; }; }; getFinanceBillingTermsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BillingTermInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTermInfo"]; }; }; }; }; getFinanceBillingTermsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceBillingTermsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingTermId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceBillingTermsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceBillingTermsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BillingTermInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingTermInfo"][]; }; }; }; }; getFinanceBillingTermsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; putFinanceClosedInvoicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description closedInvoiceId */ id: number; }; cookie?: never; }; /** @description closedInvoice */ requestBody: { content: { "application/json": components["schemas"]["ClosedInvoice"]; }; }; responses: { /** @description ClosedInvoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ClosedInvoice"]; }; }; }; }; patchFinanceClosedInvoicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description closedInvoiceId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ClosedInvoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ClosedInvoice"]; }; }; }; }; getFinanceCompanyFinance: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of companyFinances */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyFinance"][]; }; }; }; }; getFinanceCompanyFinanceById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CompanyFinance */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyFinance"]; }; }; }; }; putFinanceCompanyFinanceById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; /** @description CompanyFinance */ requestBody: { content: { "application/json": components["schemas"]["CompanyFinance"]; }; }; responses: { /** @description CompanyFinance */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyFinance"]; }; }; }; }; patchFinanceCompanyFinanceById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CompanyFinance */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CompanyFinance"]; }; }; }; }; getFinanceCompanyFinanceCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceCurrencies: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Currency */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Finance.Currency"][]; }; }; }; }; postFinanceCurrencies: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description currency */ requestBody: { content: { "application/json": components["schemas"]["Finance.Currency"]; }; }; responses: { /** @description Currency */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Finance.Currency"]; }; }; }; }; getFinanceCurrenciesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description currencyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Currency */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Finance.Currency"]; }; }; }; }; putFinanceCurrenciesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description currencyId */ id: number; }; cookie?: never; }; /** @description currency */ requestBody: { content: { "application/json": components["schemas"]["Finance.Currency"]; }; }; responses: { /** @description Currency */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Finance.Currency"]; }; }; }; }; deleteFinanceCurrenciesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description currencyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceCurrenciesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description currencyId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Currency */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Finance.Currency"]; }; }; }; }; getFinanceCurrenciesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description CurrencyInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CurrencyInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CurrencyInfo"]; }; }; }; }; getFinanceCurrenciesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description currencyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceCurrenciesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description currencyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceCurrenciesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceCurrenciesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of currencyInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CurrencyInfo"][]; }; }; }; }; getFinanceCurrenciesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceDeliveryMethods: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DeliveryMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DeliveryMethod"][]; }; }; }; }; postFinanceDeliveryMethods: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description deliveryMethod */ requestBody: { content: { "application/json": components["schemas"]["DeliveryMethod"]; }; }; responses: { /** @description DeliveryMethod */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DeliveryMethod"]; }; }; }; }; getFinanceDeliveryMethodsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description deliveryMethodId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DeliveryMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DeliveryMethod"]; }; }; }; }; putFinanceDeliveryMethodsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description deliveryMethodId */ id: number; }; cookie?: never; }; /** @description deliveryMethod */ requestBody: { content: { "application/json": components["schemas"]["DeliveryMethod"]; }; }; responses: { /** @description DeliveryMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DeliveryMethod"]; }; }; }; }; deleteFinanceDeliveryMethodsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description deliveryMethodId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceDeliveryMethodsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description deliveryMethodId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description DeliveryMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DeliveryMethod"]; }; }; }; }; getFinanceDeliveryMethodsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceGlAccounts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of GLAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLAccount"][]; }; }; }; }; postFinanceGlAccounts: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description glAccount */ requestBody: { content: { "application/json": components["schemas"]["GLAccount"]; }; }; responses: { /** @description GLAccount */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLAccount"]; }; }; }; }; getFinanceGlAccountsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description glAccountId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description GLAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLAccount"]; }; }; }; }; putFinanceGlAccountsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glAccountId */ id: number; }; cookie?: never; }; /** @description glAccount */ requestBody: { content: { "application/json": components["schemas"]["GLAccount"]; }; }; responses: { /** @description GLAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLAccount"]; }; }; }; }; deleteFinanceGlAccountsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glAccountId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceGlAccountsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glAccountId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description GLAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLAccount"]; }; }; }; }; getFinanceGlAccountsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceGlAccountsMappedTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MappedType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MappedType"][]; }; }; }; }; getFinanceGlAccountsMappedTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceGlCaptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of GLCaption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLCaption"][]; }; }; }; }; getFinanceGlCaptionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description glCaptionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description GLCaption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLCaption"]; }; }; }; }; putFinanceGlCaptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glCaptionId */ id: number; }; cookie?: never; }; /** @description glCaption */ requestBody: { content: { "application/json": components["schemas"]["GLCaption"]; }; }; responses: { /** @description GLCaption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLCaption"]; }; }; }; }; patchFinanceGlCaptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glCaptionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description GLCaption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLCaption"]; }; }; }; }; getFinanceGlCaptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceGlpaths: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of GLPath */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLPath"][]; }; }; }; }; postFinanceGlpaths: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description gLPath */ requestBody: { content: { "application/json": components["schemas"]["GLPath"]; }; }; responses: { /** @description GLPath */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLPath"]; }; }; }; }; getFinanceGlpathsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description glpathId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description GLPath */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLPath"]; }; }; }; }; putFinanceGlpathsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glpathId */ id: number; }; cookie?: never; }; /** @description gLPath */ requestBody: { content: { "application/json": components["schemas"]["GLPath"]; }; }; responses: { /** @description GLPath */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLPath"]; }; }; }; }; deleteFinanceGlpathsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glpathId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceGlpathsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description glpathId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description GLPath */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLPath"]; }; }; }; }; getFinanceGlpathsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInfoCurrencyCodes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CurrencyCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CurrencyCode"][]; }; }; }; }; getFinanceInfoCurrencyCodesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description currencyCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CurrencyCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CurrencyCode"]; }; }; }; }; getFinanceInfoCurrencyCodesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInfoInvoiceById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceInfo"]; }; }; }; }; getFinanceInfoTaxIntegrations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxIntegrationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxIntegrationInfo"][]; }; }; }; }; getFinanceInfoTaxIntegrationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxIntegrationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxIntegrationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxIntegrationInfo"]; }; }; }; }; getFinanceInfoTaxIntegrationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInvoiceEmailTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InvoiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplate"][]; }; }; }; }; postFinanceInvoiceEmailTemplates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description invoiceEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["InvoiceEmailTemplate"]; }; }; responses: { /** @description InvoiceEmailTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplate"]; }; }; }; }; getFinanceInvoiceEmailTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceEmailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplate"]; }; }; }; }; putFinanceInvoiceEmailTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceEmailTemplateId */ id: number; }; cookie?: never; }; /** @description invoiceEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["InvoiceEmailTemplate"]; }; }; responses: { /** @description InvoiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplate"]; }; }; }; }; deleteFinanceInvoiceEmailTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceEmailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceInvoiceEmailTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceEmailTemplateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InvoiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplate"]; }; }; }; }; getFinanceInvoiceEmailTemplatesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description InvoiceEmailTemplateInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceEmailTemplateInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplateInfo"]; }; }; }; }; getFinanceInvoiceEmailTemplatesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceEmailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceInvoiceEmailTemplatesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceEmailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceInvoiceEmailTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInvoiceEmailTemplatesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of invoiceEmailTemplateInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceEmailTemplateInfo"][]; }; }; }; }; getFinanceInvoiceEmailTemplatesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInvoices: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Invoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Invoice"][]; }; }; }; }; postFinanceInvoices: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description invoice */ requestBody: { content: { "application/json": components["schemas"]["Invoice"]; }; }; responses: { /** @description Invoice */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Invoice"]; }; }; }; }; getFinanceInvoicesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Invoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Invoice"]; }; }; }; }; putFinanceInvoicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ id: number; }; cookie?: never; }; /** @description invoice */ requestBody: { content: { "application/json": components["schemas"]["Invoice"]; }; }; responses: { /** @description Invoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Invoice"]; }; }; }; }; deleteFinanceInvoicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceInvoicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Invoice */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Invoice"]; }; }; }; }; getFinanceInvoicesByIdPdf: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/pdf */ 200: { headers: { [name: string]: unknown; }; content: { "application/pdf": string; }; }; }; }; getFinanceInvoicesByParentIdCommissions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of invoiceCommissionses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceCommission"][]; }; }; }; }; getFinanceInvoicesByParentIdCommissionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description paymentId */ id: number; /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceCommission */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceCommission"]; }; }; }; }; patchFinanceInvoicesByParentIdCommissionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description InvoiceCommissionId */ id: number; /** @description invoiceId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InvoiceCommission */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceCommission"]; }; }; }; }; postFinanceInvoicesByParentIdCommissionsRecalculate: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getFinanceInvoicesByParentIdGlEntries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of gLEntrieses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLEntry"][]; }; }; }; }; getFinanceInvoicesByParentIdGlEntriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; /** @description gLEntryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description gLEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLEntry"]; }; }; }; }; putFinanceInvoicesByParentIdGlEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; /** @description gLEntryId */ id: number; }; cookie?: never; }; /** @description gLEntry */ requestBody: { content: { "application/json": components["schemas"]["GLEntry"]; }; }; responses: { /** @description gLEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLEntry"]; }; }; }; }; patchFinanceInvoicesByParentIdGlEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; /** @description GLEntryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description gLEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GLEntry"]; }; }; }; }; getFinanceInvoicesByParentIdPayments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Payment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoicePayment"][]; }; }; }; }; postFinanceInvoicesByParentIdPayments: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceId */ parentId: number; }; cookie?: never; }; /** @description payment */ requestBody: { content: { "application/json": components["schemas"]["InvoicePayment"]; }; }; responses: { /** @description Payment */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoicePayment"]; }; }; }; }; getFinanceInvoicesByParentIdPaymentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description paymentId */ id: number; /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Payment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoicePayment"]; }; }; }; }; putFinanceInvoicesByParentIdPaymentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description paymentId */ id: number; /** @description invoiceId */ parentId: number; }; cookie?: never; }; /** @description payment */ requestBody: { content: { "application/json": components["schemas"]["InvoicePayment"]; }; }; responses: { /** @description Payment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoicePayment"]; }; }; }; }; deleteFinanceInvoicesByParentIdPaymentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description paymentId */ id: number; /** @description invoiceId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceInvoicesByParentIdPaymentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description paymentId */ id: number; /** @description invoiceId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Payment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoicePayment"]; }; }; }; }; getFinanceInvoicesByParentIdRoutings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description Invoice */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of invoiceRoutings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceRouting"][]; }; }; }; }; postFinanceInvoicesByParentIdRoutings: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description Invoice */ parentId: number; }; cookie?: never; }; /** @description InvoiceRouting */ requestBody: { content: { "application/json": components["schemas"]["InvoiceRouting"]; }; }; responses: { /** @description InvoiceRouting */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceRouting"]; }; }; }; }; getFinanceInvoicesByParentIdRoutingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description InvoiceRoutingsId */ id: number; /** @description Invoice */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceRouting"]; }; }; }; }; putFinanceInvoicesByParentIdRoutingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description InvoiceRoutingId */ id: number; /** @description Invoice */ parentId: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["InvoiceRouting"]; }; }; responses: { /** @description InvoiceRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceRouting"]; }; }; }; }; deleteFinanceInvoicesByParentIdRoutingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description InvoiceRoutingsId */ id: number; /** @description Invoice */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceInvoicesByParentIdRoutingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description InvoiceRoutingsId */ id: number; /** @description Invoice */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InvoiceRouting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceRouting"]; }; }; }; }; getFinanceInvoicesByParentIdRoutingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description Invoice */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInvoicesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInvoiceTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InvoiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplate"][]; }; }; }; }; postFinanceInvoiceTemplates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description invoiceTemplate */ requestBody: { content: { "application/json": components["schemas"]["InvoiceTemplate"]; }; }; responses: { /** @description InvoiceTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplate"]; }; }; }; }; getFinanceInvoiceTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplate"]; }; }; }; }; putFinanceInvoiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceTemplateId */ id: number; }; cookie?: never; }; /** @description invoiceTemplate */ requestBody: { content: { "application/json": components["schemas"]["InvoiceTemplate"]; }; }; responses: { /** @description InvoiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplate"]; }; }; }; }; deleteFinanceInvoiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceInvoiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceTemplateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InvoiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplate"]; }; }; }; }; getFinanceInvoiceTemplatesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceInvoiceTemplatesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceInvoiceTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceInvoiceTemplateSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InvoiceTemplateSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplateSetup"][]; }; }; }; }; getFinanceInvoiceTemplateSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceTemplateSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceTemplateSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceTemplateSetup"]; }; }; }; }; getFinanceInvoiceTemplateSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCode"][]; }; }; }; }; postFinanceTaxCodes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description taxCode */ requestBody: { content: { "application/json": components["schemas"]["TaxCode"]; }; }; responses: { /** @description TaxCode */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCode"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxableExpenseTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableExpenseTypeLevel"][]; }; }; }; }; postFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevels: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableExpenseTypeLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableExpenseTypeLevel"]; }; }; responses: { /** @description TaxableExpenseTypeLevel */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableExpenseTypeLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableExpenseTypeLevelId */ id: number; /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxableExpenseTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableExpenseTypeLevel"]; }; }; }; }; putFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableExpenseTypeLevelId */ id: number; /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableExpenseTypeLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableExpenseTypeLevel"]; }; }; responses: { /** @description TaxableExpenseTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableExpenseTypeLevel"]; }; }; }; }; deleteFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableExpenseTypeLevelId */ id: number; /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableExpenseTypeLevelId */ id: number; /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxableExpenseTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableExpenseTypeLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdExpenseTypeExemptionsByParentIdTaxableExpenseTypeLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxableProductTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableProductTypeLevel"][]; }; }; }; }; postFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevels: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableProductTypeLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableProductTypeLevel"]; }; }; responses: { /** @description TaxableProductTypeLevel */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableProductTypeLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableProductTypeLevelId */ id: number; /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxableProductTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableProductTypeLevel"]; }; }; }; }; putFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableProductTypeLevelId */ id: number; /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableProductTypeLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableProductTypeLevel"]; }; }; responses: { /** @description TaxableProductTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableProductTypeLevel"]; }; }; }; }; deleteFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableProductTypeLevelId */ id: number; /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableProductTypeLevelId */ id: number; /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxableProductTypeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableProductTypeLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdProductTypeExemptionsByParentIdTaxableProductTypeLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxableXRefLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableXRefLevel"][]; }; }; }; }; postFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevels: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableXRefLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableXRefLevel"]; }; }; responses: { /** @description TaxableXRefLevel */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableXRefLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableXRefLevelId */ id: number; /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxableXRefLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableXRefLevel"]; }; }; }; }; putFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableXRefLevelId */ id: number; /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableXRefLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableXRefLevel"]; }; }; responses: { /** @description TaxableXRefLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableXRefLevel"]; }; }; }; }; deleteFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableXRefLevelId */ id: number; /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableXRefLevelId */ id: number; /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxableXRefLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableXRefLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdTaxCodeXRefsByParentIdTaxableXRefLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxableWorkRoleLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableWorkRoleLevel"][]; }; }; }; }; postFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevels: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableWorkRoleLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableWorkRoleLevel"]; }; }; responses: { /** @description TaxableWorkRoleLevel */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableWorkRoleLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxableWorkRoleLevelId */ id: number; /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxableWorkRoleLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableWorkRoleLevel"]; }; }; }; }; putFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableWorkRoleLevelId */ id: number; /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description taxableWorkRoleLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxableWorkRoleLevel"]; }; }; responses: { /** @description TaxableWorkRoleLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableWorkRoleLevel"]; }; }; }; }; deleteFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableWorkRoleLevelId */ id: number; /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxableWorkRoleLevelId */ id: number; /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxableWorkRoleLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxableWorkRoleLevel"]; }; }; }; }; getFinanceTaxCodesByGrandparentIdWorkRoleExemptionsByParentIdTaxableWorkRoleLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ parentId: number; /** @description taxCodeId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCode"]; }; }; }; }; putFinanceTaxCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; /** @description taxCode */ requestBody: { content: { "application/json": components["schemas"]["TaxCode"]; }; }; responses: { /** @description TaxCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCode"]; }; }; }; }; deleteFinanceTaxCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCode"]; }; }; }; }; postFinanceTaxCodesByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCode"]; }; }; }; }; getFinanceTaxCodesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description TaxCodeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxCodeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeInfo"]; }; }; }; }; getFinanceTaxCodesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceTaxCodesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getFinanceTaxCodesByParentIdExpenseTypeExemptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ExpenseTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeExemption"][]; }; }; }; }; postFinanceTaxCodesByParentIdExpenseTypeExemptions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description expenseTypeExemption */ requestBody: { content: { "application/json": components["schemas"]["ExpenseTypeExemption"]; }; }; responses: { /** @description ExpenseTypeExemption */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeExemption"]; }; }; }; }; getFinanceTaxCodesByParentIdExpenseTypeExemptionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ExpenseTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeExemption"]; }; }; }; }; putFinanceTaxCodesByParentIdExpenseTypeExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description expenseTypeExemption */ requestBody: { content: { "application/json": components["schemas"]["ExpenseTypeExemption"]; }; }; responses: { /** @description ExpenseTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeExemption"]; }; }; }; }; deleteFinanceTaxCodesByParentIdExpenseTypeExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByParentIdExpenseTypeExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ExpenseTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ExpenseTypeExemption"]; }; }; }; }; getFinanceTaxCodesByParentIdExpenseTypeExemptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByParentIdProductTypeExemptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeExemption"][]; }; }; }; }; postFinanceTaxCodesByParentIdProductTypeExemptions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description productTypeExemption */ requestBody: { content: { "application/json": components["schemas"]["ProductTypeExemption"]; }; }; responses: { /** @description ProductTypeExemption */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeExemption"]; }; }; }; }; getFinanceTaxCodesByParentIdProductTypeExemptionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProductTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeExemption"]; }; }; }; }; putFinanceTaxCodesByParentIdProductTypeExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description productTypeExemption */ requestBody: { content: { "application/json": components["schemas"]["ProductTypeExemption"]; }; }; responses: { /** @description ProductTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeExemption"]; }; }; }; }; deleteFinanceTaxCodesByParentIdProductTypeExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByParentIdProductTypeExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productTypeExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProductTypeExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeExemption"]; }; }; }; }; getFinanceTaxCodesByParentIdProductTypeExemptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByParentIdTaxCodeLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxCodeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeLevel"][]; }; }; }; }; postFinanceTaxCodesByParentIdTaxCodeLevels: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description taxCodeLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxCodeLevel"]; }; }; responses: { /** @description TaxCodeLevel */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeLevel"]; }; }; }; }; getFinanceTaxCodesByParentIdTaxCodeLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeLevelId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxCodeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeLevel"]; }; }; }; }; putFinanceTaxCodesByParentIdTaxCodeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeLevelId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description taxCodeLevel */ requestBody: { content: { "application/json": components["schemas"]["TaxCodeLevel"]; }; }; responses: { /** @description TaxCodeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeLevel"]; }; }; }; }; deleteFinanceTaxCodesByParentIdTaxCodeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeLevelId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByParentIdTaxCodeLevelsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeLevelId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxCodeLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeLevel"]; }; }; }; }; getFinanceTaxCodesByParentIdTaxCodeLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByParentIdTaxCodeXRefs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxCodeXRef */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeXRef"][]; }; }; }; }; postFinanceTaxCodesByParentIdTaxCodeXRefs: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description taxCodeXRef */ requestBody: { content: { "application/json": components["schemas"]["TaxCodeXRef"]; }; }; responses: { /** @description TaxCodeXRef */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeXRef"]; }; }; }; }; getFinanceTaxCodesByParentIdTaxCodeXRefsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxCodeXRef */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeXRef"]; }; }; }; }; putFinanceTaxCodesByParentIdTaxCodeXRefsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description taxCodeXRef */ requestBody: { content: { "application/json": components["schemas"]["TaxCodeXRef"]; }; }; responses: { /** @description TaxCodeXRef */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeXRef"]; }; }; }; }; deleteFinanceTaxCodesByParentIdTaxCodeXRefsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByParentIdTaxCodeXRefsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeXRefId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxCodeXRef */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeXRef"]; }; }; }; }; getFinanceTaxCodesByParentIdTaxCodeXRefsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesByParentIdWorkRoleExemptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkRoleExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleExemption"][]; }; }; }; }; postFinanceTaxCodesByParentIdWorkRoleExemptions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description workRoleExemption */ requestBody: { content: { "application/json": components["schemas"]["WorkRoleExemption"]; }; }; responses: { /** @description WorkRoleExemption */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleExemption"]; }; }; }; }; getFinanceTaxCodesByParentIdWorkRoleExemptionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkRoleExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleExemption"]; }; }; }; }; putFinanceTaxCodesByParentIdWorkRoleExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description workRoleExemption */ requestBody: { content: { "application/json": components["schemas"]["WorkRoleExemption"]; }; }; responses: { /** @description WorkRoleExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleExemption"]; }; }; }; }; deleteFinanceTaxCodesByParentIdWorkRoleExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchFinanceTaxCodesByParentIdWorkRoleExemptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleExemptionId */ id: number; /** @description taxCodeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkRoleExemption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleExemption"]; }; }; }; }; getFinanceTaxCodesByParentIdWorkRoleExemptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxCodesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of taxCodeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxCodeInfo"][]; }; }; }; }; getFinanceTaxCodesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getFinanceTaxIntegrations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TaxIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxIntegration"][]; }; }; }; }; getFinanceTaxIntegrationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taxIntegrationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TaxIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxIntegration"]; }; }; }; }; putFinanceTaxIntegrationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxIntegrationId */ id: number; }; cookie?: never; }; /** @description taxIntegration */ requestBody: { content: { "application/json": components["schemas"]["TaxIntegration"]; }; }; responses: { /** @description TaxIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxIntegration"]; }; }; }; }; patchFinanceTaxIntegrationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taxIntegrationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TaxIntegration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TaxIntegration"]; }; }; }; }; getFinanceTaxIntegrationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaigns: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Campaign */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign"][]; }; }; }; }; postMarketingCampaigns: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description campaign */ requestBody: { content: { "application/json": components["schemas"]["Campaign"]; }; }; responses: { /** @description Campaign */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign"]; }; }; }; }; getMarketingCampaignsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Campaign */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign"]; }; }; }; }; putMarketingCampaignsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; /** @description campaign */ requestBody: { content: { "application/json": components["schemas"]["Campaign"]; }; }; responses: { /** @description Campaign */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign"]; }; }; }; }; deleteMarketingCampaignsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Campaign */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign"]; }; }; }; }; getMarketingCampaignsByIdActivities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ActivityReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityReference"][]; }; }; }; }; getMarketingCampaignsByIdActivitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsByIdOpportunities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityReference"][]; }; }; }; }; getMarketingCampaignsByIdOpportunitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsByParentIdAudits: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CampaignAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignAudit"][]; }; }; }; }; postMarketingCampaignsByParentIdAudits: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description campaignAudit */ requestBody: { content: { "application/json": components["schemas"]["CampaignAudit"]; }; }; responses: { /** @description CampaignAudit */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignAudit"]; }; }; }; }; getMarketingCampaignsByParentIdAuditsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CampaignAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignAudit"]; }; }; }; }; putMarketingCampaignsByParentIdAuditsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description campaignAudit */ requestBody: { content: { "application/json": components["schemas"]["CampaignAudit"]; }; }; responses: { /** @description CampaignAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignAudit"]; }; }; }; }; deleteMarketingCampaignsByParentIdAuditsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsByParentIdAuditsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CampaignAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignAudit"]; }; }; }; }; getMarketingCampaignsByParentIdAuditsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsByParentIdEmailsOpened: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of EmailOpened */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailOpened"][]; }; }; }; }; postMarketingCampaignsByParentIdEmailsOpened: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description emailOpened */ requestBody: { content: { "application/json": components["schemas"]["EmailOpened"]; }; }; responses: { /** @description EmailOpened */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailOpened"]; }; }; }; }; getMarketingCampaignsByParentIdEmailsOpenedById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailsOpenedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailOpened */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailOpened"]; }; }; }; }; putMarketingCampaignsByParentIdEmailsOpenedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailsOpenedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description emailOpened */ requestBody: { content: { "application/json": components["schemas"]["EmailOpened"]; }; }; responses: { /** @description EmailOpened */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailOpened"]; }; }; }; }; deleteMarketingCampaignsByParentIdEmailsOpenedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailsOpenedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsByParentIdEmailsOpenedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailsOpenedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description EmailOpened */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailOpened"]; }; }; }; }; getMarketingCampaignsByParentIdEmailsOpenedCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsByParentIdFormsSubmitted: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of FormSubmitted */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FormSubmitted"][]; }; }; }; }; postMarketingCampaignsByParentIdFormsSubmitted: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description formSubmitted */ requestBody: { content: { "application/json": components["schemas"]["FormSubmitted"]; }; }; responses: { /** @description FormSubmitted */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FormSubmitted"]; }; }; }; }; getMarketingCampaignsByParentIdFormsSubmittedById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description formsSubmittedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description FormSubmitted */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FormSubmitted"]; }; }; }; }; putMarketingCampaignsByParentIdFormsSubmittedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description formsSubmittedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description formSubmitted */ requestBody: { content: { "application/json": components["schemas"]["FormSubmitted"]; }; }; responses: { /** @description FormSubmitted */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FormSubmitted"]; }; }; }; }; deleteMarketingCampaignsByParentIdFormsSubmittedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description formsSubmittedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsByParentIdFormsSubmittedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description formsSubmittedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description FormSubmitted */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FormSubmitted"]; }; }; }; }; getMarketingCampaignsByParentIdFormsSubmittedCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsByParentIdLinksClicked: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of LinkClicked */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkClicked"][]; }; }; }; }; postMarketingCampaignsByParentIdLinksClicked: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description linkClicked */ requestBody: { content: { "application/json": components["schemas"]["LinkClicked"]; }; }; responses: { /** @description LinkClicked */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkClicked"]; }; }; }; }; getMarketingCampaignsByParentIdLinksClickedById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description linksClickedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LinkClicked */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkClicked"]; }; }; }; }; putMarketingCampaignsByParentIdLinksClickedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linksClickedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description linkClicked */ requestBody: { content: { "application/json": components["schemas"]["LinkClicked"]; }; }; responses: { /** @description LinkClicked */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkClicked"]; }; }; }; }; deleteMarketingCampaignsByParentIdLinksClickedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linksClickedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsByParentIdLinksClickedById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linksClickedId */ id: number; /** @description campaignId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description LinkClicked */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkClicked"]; }; }; }; }; getMarketingCampaignsByParentIdLinksClickedCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description campaignId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CampaignStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignStatus"][]; }; }; }; }; postMarketingCampaignsStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description campaignStatus */ requestBody: { content: { "application/json": components["schemas"]["CampaignStatus"]; }; }; responses: { /** @description CampaignStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignStatus"]; }; }; }; }; getMarketingCampaignsStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CampaignStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignStatus"]; }; }; }; }; putMarketingCampaignsStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description campaignStatus */ requestBody: { content: { "application/json": components["schemas"]["CampaignStatus"]; }; }; responses: { /** @description CampaignStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignStatus"]; }; }; }; }; deleteMarketingCampaignsStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CampaignStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignStatus"]; }; }; }; }; getMarketingCampaignsStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsSubTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CampaignSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign.SubType.CampaignSubType"][]; }; }; }; }; postMarketingCampaignsSubTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description campaignSubType */ requestBody: { content: { "application/json": components["schemas"]["Campaign.SubType.CampaignSubType"]; }; }; responses: { /** @description CampaignSubType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign.SubType.CampaignSubType"]; }; }; }; }; getMarketingCampaignsSubTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CampaignSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign.SubType.CampaignSubType"]; }; }; }; }; putMarketingCampaignsSubTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subTypeId */ id: number; }; cookie?: never; }; /** @description campaignSubType */ requestBody: { content: { "application/json": components["schemas"]["Campaign.SubType.CampaignSubType"]; }; }; responses: { /** @description CampaignSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign.SubType.CampaignSubType"]; }; }; }; }; deleteMarketingCampaignsSubTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsSubTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CampaignSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Campaign.SubType.CampaignSubType"]; }; }; }; }; getMarketingCampaignsSubTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CampaignType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignType"][]; }; }; }; }; postMarketingCampaignsTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description campaignType */ requestBody: { content: { "application/json": components["schemas"]["CampaignType"]; }; }; responses: { /** @description CampaignType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignType"]; }; }; }; }; getMarketingCampaignsTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CampaignType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignType"]; }; }; }; }; putMarketingCampaignsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description campaignType */ requestBody: { content: { "application/json": components["schemas"]["CampaignType"]; }; }; responses: { /** @description CampaignType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignType"]; }; }; }; }; deleteMarketingCampaignsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingCampaignsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CampaignType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignType"]; }; }; }; }; getMarketingCampaignsTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CampaignTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignTypeInfo"]; }; }; }; }; getMarketingCampaignsTypesByParentIdSubTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CampaignSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Type.SubType.CampaignSubType"][]; }; }; }; }; getMarketingCampaignsTypesByParentIdSubTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subTypeId */ id: number; /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CampaignSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Type.SubType.CampaignSubType"]; }; }; }; }; getMarketingCampaignsTypesByParentIdSubTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingCampaignsTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CampaignTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CampaignTypeInfo"][]; }; }; }; }; getMarketingCampaignsTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingGroups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Group */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Group"][]; }; }; }; }; postMarketingGroups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description group */ requestBody: { content: { "application/json": components["schemas"]["Group"]; }; }; responses: { /** @description Group */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Group"]; }; }; }; }; getMarketingGroupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Group */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Group"]; }; }; }; }; putMarketingGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; /** @description group */ requestBody: { content: { "application/json": components["schemas"]["Group"]; }; }; responses: { /** @description Group */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Group"]; }; }; }; }; deleteMarketingGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingGroupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Group */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Group"]; }; }; }; }; getMarketingGroupsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description GroupInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GroupInfo"]; }; }; }; }; getMarketingGroupsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getMarketingGroupsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getMarketingGroupsByParentIdCompanies: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MarketingCompany */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingCompany"][]; }; }; }; }; postMarketingGroupsByParentIdCompanies: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ parentId: number; }; cookie?: never; }; /** @description marketingCompany */ requestBody: { content: { "application/json": components["schemas"]["MarketingCompany"]; }; }; responses: { /** @description MarketingCompany */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingCompany"]; }; }; }; }; getMarketingGroupsByParentIdCompaniesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description companyId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MarketingCompany */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingCompany"]; }; }; }; }; putMarketingGroupsByParentIdCompaniesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; /** @description marketingCompany */ requestBody: { content: { "application/json": components["schemas"]["MarketingCompany"]; }; }; responses: { /** @description MarketingCompany */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingCompany"]; }; }; }; }; deleteMarketingGroupsByParentIdCompaniesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingGroupsByParentIdCompaniesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description companyId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MarketingCompany */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingCompany"]; }; }; }; }; getMarketingGroupsByParentIdCompaniesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingGroupsByParentIdContacts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MarketingContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingContact"][]; }; }; }; }; postMarketingGroupsByParentIdContacts: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description groupId */ parentId: number; }; cookie?: never; }; /** @description marketingContact */ requestBody: { content: { "application/json": components["schemas"]["MarketingContact"]; }; }; responses: { /** @description MarketingContact */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingContact"]; }; }; }; }; getMarketingGroupsByParentIdContactsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MarketingContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingContact"]; }; }; }; }; putMarketingGroupsByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; /** @description marketingContact */ requestBody: { content: { "application/json": components["schemas"]["MarketingContact"]; }; }; responses: { /** @description MarketingContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingContact"]; }; }; }; }; deleteMarketingGroupsByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchMarketingGroupsByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description groupId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MarketingContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketingContact"]; }; }; }; }; getMarketingGroupsByParentIdContactsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description groupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingGroupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getMarketingGroupsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of GroupInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GroupInfo"][]; }; }; }; }; getMarketingGroupsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementAdjustments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProcurementAdjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementAdjustment"][]; }; }; }; }; postProcurementAdjustments: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description adjustment */ requestBody: { content: { "application/json": components["schemas"]["ProcurementAdjustment"]; }; }; responses: { /** @description ProcurementAdjustment */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementAdjustment"]; }; }; }; }; getProcurementAdjustmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProcurementAdjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementAdjustment"]; }; }; }; }; putProcurementAdjustmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; }; cookie?: never; }; /** @description adjustment */ requestBody: { content: { "application/json": components["schemas"]["ProcurementAdjustment"]; }; }; responses: { /** @description ProcurementAdjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementAdjustment"]; }; }; }; }; deleteProcurementAdjustmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementAdjustmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProcurementAdjustment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementAdjustment"]; }; }; }; }; getProcurementAdjustmentsByParentIdDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description adjustmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of AdjustmentDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentDetail"][]; }; }; }; }; postProcurementAdjustmentsByParentIdDetails: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description adjustmentId */ parentId: number; }; cookie?: never; }; /** @description adjustmentDetail */ requestBody: { content: { "application/json": components["schemas"]["AdjustmentDetail"]; }; }; responses: { /** @description AdjustmentDetail */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentDetail"]; }; }; }; }; getProcurementAdjustmentsByParentIdDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description adjustmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AdjustmentDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentDetail"]; }; }; }; }; deleteProcurementAdjustmentsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description adjustmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getProcurementAdjustmentsByParentIdDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description adjustmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementAdjustmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementAdjustmentsTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AdjustmentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentType"][]; }; }; }; }; postProcurementAdjustmentsTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description adjustmentTypes */ requestBody: { content: { "application/json": components["schemas"]["AdjustmentType"]; }; }; responses: { /** @description AdjustmentType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentType"]; }; }; }; }; getProcurementAdjustmentsTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AdjustmentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentType"]; }; }; }; }; putProcurementAdjustmentsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description adjustmentTypes */ requestBody: { content: { "application/json": components["schemas"]["AdjustmentType"]; }; }; responses: { /** @description AdjustmentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentType"]; }; }; }; }; deleteProcurementAdjustmentsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementAdjustmentsTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AdjustmentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentType"]; }; }; }; }; getProcurementAdjustmentsTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description AdjustmentTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AdjustmentTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentTypeInfo"]; }; }; }; }; getProcurementAdjustmentsTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementAdjustmentsTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementAdjustmentsTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementAdjustmentsTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of adjustmentTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AdjustmentTypeInfo"][]; }; }; }; }; getProcurementAdjustmentsTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCatalog: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CatalogItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItem"][]; }; }; }; }; postProcurementCatalog: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description catalogItem */ requestBody: { content: { "application/json": components["schemas"]["CatalogItem"]; }; }; responses: { /** @description CatalogItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItem"]; }; }; }; }; getProcurementCatalogByCatalogItemIdentifierQuantityOnHand: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogItemIdentifier */ catalogItemIdentifier: string; /** @description warehouseBinId */ warehouseBinId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCatalogById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CatalogItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItem"]; }; }; }; }; putProcurementCatalogById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; /** @description catalogItem */ requestBody: { content: { "application/json": components["schemas"]["CatalogItem"]; }; }; responses: { /** @description CatalogItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItem"]; }; }; }; }; deleteProcurementCatalogById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementCatalogById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CatalogItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItem"]; }; }; }; }; postProcurementCatalogByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CatalogItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItem"]; }; }; }; }; getProcurementCatalogByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CatalogItemInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItemInfo"]; }; }; }; }; postProcurementCatalogByIdPricing: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ id: number; }; cookie?: never; }; /** @description catalogPricing */ requestBody: { content: { "application/json": components["schemas"]["CatalogPricing"]; }; }; responses: { /** @description CatalogPricing */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogPricing"]; }; }; }; }; getProcurementCatalogByParentIdComponents: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CatalogComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogComponent"][]; }; }; }; }; postProcurementCatalogByParentIdComponents: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description catalogComponent */ requestBody: { content: { "application/json": components["schemas"]["CatalogComponent"]; }; }; responses: { /** @description CatalogComponent */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogComponent"]; }; }; }; }; getProcurementCatalogByParentIdComponentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CatalogComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogComponent"]; }; }; }; }; putProcurementCatalogByParentIdComponentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description catalogComponent */ requestBody: { content: { "application/json": components["schemas"]["CatalogComponent"]; }; }; responses: { /** @description CatalogComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogComponent"]; }; }; }; }; deleteProcurementCatalogByParentIdComponentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementCatalogByParentIdComponentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CatalogComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogComponent"]; }; }; }; }; getProcurementCatalogByParentIdComponentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCatalogByParentIdInventory: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CatalogInventory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogInventory"][]; }; }; }; }; getProcurementCatalogByParentIdInventoryById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description inventoryId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CatalogInventory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogInventory"]; }; }; }; }; getProcurementCatalogByParentIdInventoryCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCatalogByParentIdMinimumStockByWarehouse: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MinimumStockByWarehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MinimumStockByWarehouse"][]; }; }; }; }; postProcurementCatalogByParentIdMinimumStockByWarehouse: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description minimumStockByWarehouse */ requestBody: { content: { "application/json": components["schemas"]["MinimumStockByWarehouse"]; }; }; responses: { /** @description MinimumStockByWarehouse */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MinimumStockByWarehouse"]; }; }; }; }; getProcurementCatalogByParentIdMinimumStockByWarehouseById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description minimumStockByWarehouseId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MinimumStockByWarehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MinimumStockByWarehouse"]; }; }; }; }; putProcurementCatalogByParentIdMinimumStockByWarehouseById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description minimumStockByWarehouseId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description minimumStockByWarehouse */ requestBody: { content: { "application/json": components["schemas"]["MinimumStockByWarehouse"]; }; }; responses: { /** @description MinimumStockByWarehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MinimumStockByWarehouse"]; }; }; }; }; deleteProcurementCatalogByParentIdMinimumStockByWarehouseById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description minimumStockByWarehouseId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementCatalogByParentIdMinimumStockByWarehouseById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description minimumStockByWarehouseId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MinimumStockByWarehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MinimumStockByWarehouse"]; }; }; }; }; getProcurementCatalogByParentIdMinimumStockByWarehouseCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; putProcurementCatalogByParentIdVendorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description vendorId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description catalogItem */ requestBody: { content: { "application/json": components["schemas"]["CatalogItem"]; }; }; responses: { /** @description CatalogVendor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogVendors"]; }; }; }; }; deleteProcurementCatalogByParentIdVendorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description catalogId */ parentId: number; /** @description vendorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementCatalogByParentIdVendorsByIdById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description vendorId */ id: number; /** @description catalogId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BillingCycle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillingCycle"]; }; }; }; }; getProcurementCatalogCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCatalogInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CatalogItemInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogItemInfo"][]; }; }; }; }; getProcurementCatalogInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProcurementCatalogVendors: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description catalogVendors */ requestBody: { content: { "application/json": components["schemas"]["CatalogVendors"]; }; }; responses: { /** @description CatalogVendors */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogVendors"]; }; }; }; }; getProcurementCatalogVendorsByParentId: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description vendorId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CatalogVendors */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CatalogVendors"][]; }; }; }; }; getProcurementCategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Category */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Category"][]; }; }; }; }; postProcurementCategories: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description category */ requestBody: { content: { "application/json": components["schemas"]["Category"]; }; }; responses: { /** @description Category */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Category"]; }; }; }; }; getProcurementCategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description categoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Category */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Category"]; }; }; }; }; putProcurementCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description categoryId */ id: number; }; cookie?: never; }; /** @description category */ requestBody: { content: { "application/json": components["schemas"]["Category"]; }; }; responses: { /** @description Category */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Category"]; }; }; }; }; deleteProcurementCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description categoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description categoryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Category */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Category"]; }; }; }; }; getProcurementCategoriesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description categoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Category */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CategoryInfo"]; }; }; }; }; getProcurementCategoriesByParentIdSubcategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of LegacySubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategory"][]; }; }; }; }; postProcurementCategoriesByParentIdSubcategories: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description categoryId */ parentId: number; }; cookie?: never; }; /** @description subCategory */ requestBody: { content: { "application/json": components["schemas"]["LegacySubCategory"]; }; }; responses: { /** @description LegacySubCategory */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategory"]; }; }; }; }; getProcurementCategoriesByParentIdSubcategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LegacySubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategory"]; }; }; }; }; putProcurementCategoriesByParentIdSubcategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; /** @description categoryId */ parentId: number; }; cookie?: never; }; /** @description subCategory */ requestBody: { content: { "application/json": components["schemas"]["LegacySubCategory"]; }; }; responses: { /** @description LegacySubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategory"]; }; }; }; }; deleteProcurementCategoriesByParentIdSubcategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementCategoriesByParentIdSubcategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; /** @description categoryId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description LegacySubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategory"]; }; }; }; }; getProcurementCategoriesByParentIdSubcategoriesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LegacySubCategoryInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategoryInfo"]; }; }; }; }; getProcurementCategoriesByParentIdSubcategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCategoriesByParentIdSubcategoriesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of legacySubCategoryInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LegacySubCategoryInfo"][]; }; }; }; }; getProcurementCategoriesByParentIdSubcategoriesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description categoryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementCategoriesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Category */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CategoryInfo"][]; }; }; }; }; getProcurementCategoriesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementChangeorder: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of changeOrders */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChangeOrder"][]; }; }; }; }; postProcurementChangeorder: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description changeOrder */ requestBody: { content: { "application/json": components["schemas"]["ChangeOrder"]; }; }; responses: { /** @description ChangeOrder */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChangeOrder"]; }; }; }; }; deleteProcurementChangeorderById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ChangeOrderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementChangeorderById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ChangeOrderId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ChangeOrder */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChangeOrder"]; }; }; }; }; getProcurementChangeordersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementDirectionalSyncs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DirectionalSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSync"][]; }; }; }; }; postProcurementDirectionalSyncs: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description directionalSync */ requestBody: { content: { "application/json": components["schemas"]["DirectionalSync"]; }; }; responses: { /** @description DirectionalSync */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSync"]; }; }; }; }; getProcurementDirectionalSyncsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DirectionalSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSync"]; }; }; }; }; putProcurementDirectionalSyncsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; /** @description directionalSync */ requestBody: { content: { "application/json": components["schemas"]["DirectionalSync"]; }; }; responses: { /** @description DirectionalSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSync"]; }; }; }; }; deleteProcurementDirectionalSyncsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementDirectionalSyncsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description DirectionalSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSync"]; }; }; }; }; getProcurementDirectionalSyncsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementInvoicegrouping: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InvoiceGrouping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceGrouping"][]; }; }; }; }; getProcurementInvoicegroupingById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceGroupingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InvoiceGrouping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceGrouping"]; }; }; }; }; putProcurementInvoicegroupingById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceGroupingId */ id: number; }; cookie?: never; }; /** @description invoiceGrouping */ requestBody: { content: { "application/json": components["schemas"]["InvoiceGrouping"]; }; }; responses: { /** @description InvoiceGrouping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceGrouping"]; }; }; }; }; deleteProcurementInvoicegroupingById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceGroupingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementInvoicegroupingById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description invoiceGroupingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InvoiceGrouping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceGrouping"]; }; }; }; }; getProcurementInvoicegroupingByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceGroupingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementInvoicegroupingByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description invoiceGroupingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementInvoicegroupingCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProcurementInvoicegroupingCount: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description invoiceGrouping */ requestBody: { content: { "application/json": components["schemas"]["InvoiceGrouping"]; }; }; responses: { /** @description InvoiceGrouping */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InvoiceGrouping"]; }; }; }; }; getProcurementManufacturers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Manufacturer */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Manufacturer"][]; }; }; }; }; postProcurementManufacturers: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description manufacturer */ requestBody: { content: { "application/json": components["schemas"]["Manufacturer"]; }; }; responses: { /** @description Manufacturer */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Manufacturer"]; }; }; }; }; getProcurementManufacturersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description manufacturerId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Manufacturer */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Manufacturer"]; }; }; }; }; putProcurementManufacturersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description manufacturerId */ id: number; }; cookie?: never; }; /** @description manufacturer */ requestBody: { content: { "application/json": components["schemas"]["Manufacturer"]; }; }; responses: { /** @description Manufacturer */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Manufacturer"]; }; }; }; }; deleteProcurementManufacturersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description manufacturerId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementManufacturersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description manufacturerId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Manufacturer */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Manufacturer"]; }; }; }; }; getProcurementManufacturersByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description manufacturerId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManufacturerInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManufacturerInfo"]; }; }; }; }; getProcurementManufacturersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementManufacturersCountInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementManufacturersInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Manufacturer */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManufacturerInfo"][]; }; }; }; }; getProcurementOnhandserialnumbers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OnHandSerialNumber */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OnHandSerialNumber"][]; }; }; }; }; getProcurementOnhandserialnumbersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description onhandserialnumberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OnHandSerialNumber */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OnHandSerialNumber"]; }; }; }; }; getProcurementOnhandserialnumbersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPricingschedules: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PricingSchedule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingSchedule"][]; }; }; }; }; postProcurementPricingschedules: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description pricingSchedule */ requestBody: { content: { "application/json": components["schemas"]["PricingSchedule"]; }; }; responses: { /** @description PricingSchedule */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingSchedule"]; }; }; }; }; getProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PricingBreak */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingBreak"][]; }; }; }; }; postProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; /** @description pricingBreak */ requestBody: { content: { "application/json": components["schemas"]["PricingBreak"]; }; }; responses: { /** @description PricingBreak */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingBreak"]; }; }; }; }; getProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description breakId */ id: number; /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PricingBreak */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingBreak"]; }; }; }; }; putProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description breakId */ id: number; /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; /** @description pricingBreak */ requestBody: { content: { "application/json": components["schemas"]["PricingBreak"]; }; }; responses: { /** @description PricingBreak */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingBreak"]; }; }; }; }; deleteProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description breakId */ id: number; /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description breakId */ id: number; /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PricingBreak */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingBreak"]; }; }; }; }; getProcurementPricingschedulesByGrandparentIdDetailsByParentIdBreaksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ parentId: number; /** @description pricingscheduleId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPricingschedulesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description pricingscheduleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PricingSchedule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingSchedule"]; }; }; }; }; putProcurementPricingschedulesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pricingscheduleId */ id: number; }; cookie?: never; }; /** @description pricingSchedule */ requestBody: { content: { "application/json": components["schemas"]["PricingSchedule"]; }; }; responses: { /** @description PricingSchedule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingSchedule"]; }; }; }; }; deleteProcurementPricingschedulesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pricingscheduleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPricingschedulesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pricingscheduleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PricingSchedule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingSchedule"]; }; }; }; }; getProcurementPricingschedulesByParentIdDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PricingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingDetail"][]; }; }; }; }; postProcurementPricingschedulesByParentIdDetails: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; /** @description pricingDetail */ requestBody: { content: { "application/json": components["schemas"]["PricingDetail"]; }; }; responses: { /** @description PricingDetail */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingDetail"]; }; }; }; }; getProcurementPricingschedulesByParentIdDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PricingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingDetail"]; }; }; }; }; putProcurementPricingschedulesByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; /** @description pricingDetail */ requestBody: { content: { "application/json": components["schemas"]["PricingDetail"]; }; }; responses: { /** @description PricingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingDetail"]; }; }; }; }; deleteProcurementPricingschedulesByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPricingschedulesByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PricingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PricingDetail"]; }; }; }; }; getProcurementPricingschedulesByParentIdDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description pricingscheduleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPricingschedulesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementProducts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductItem"][]; }; }; }; }; postProcurementProducts: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description productItem */ requestBody: { content: { "application/json": components["schemas"]["ProductItem"]; }; }; responses: { /** @description ProductItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductItem"]; }; }; }; }; getProcurementProductsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProductItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductItem"]; }; }; }; }; putProcurementProductsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productId */ id: number; }; cookie?: never; }; /** @description productItem */ requestBody: { content: { "application/json": components["schemas"]["ProductItem"]; }; }; responses: { /** @description ProductItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductItem"]; }; }; }; }; deleteProcurementProductsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementProductsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProductItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductItem"]; }; }; }; }; postProcurementProductsByIdDetach: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productId */ id: number; }; cookie?: never; }; /** @description detach */ requestBody: { content: { "application/json": components["schemas"]["ProductDetach"]; }; }; responses: { /** @description ProductDetach */ 204: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductDetach"]; }; }; }; }; getProcurementProductsByParentIdComponents: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductComponent"][]; }; }; }; }; postProcurementProductsByParentIdComponents: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productId */ parentId: number; }; cookie?: never; }; /** @description productComponent */ requestBody: { content: { "application/json": components["schemas"]["ProductComponent"]; }; }; responses: { /** @description List of ProductComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductComponent"][]; }; }; }; }; getProcurementProductsByParentIdComponentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductComponent"][]; }; }; }; }; putProcurementProductsByParentIdComponentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; /** @description productComponent */ requestBody: { content: { "application/json": components["schemas"]["ProductComponent"]; }; }; responses: { /** @description List of ProductComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductComponent"][]; }; }; }; }; deleteProcurementProductsByParentIdComponentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementProductsByParentIdComponentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description componentId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description List of ProductComponent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductComponent"][]; }; }; }; }; getProcurementProductsByParentIdComponentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementProductsByParentIdPickingShippingDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductPickingShippingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductPickingShippingDetail"][]; }; }; }; }; postProcurementProductsByParentIdPickingShippingDetails: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description productId */ parentId: number; }; cookie?: never; }; /** @description productPickingShippingDetails */ requestBody: { content: { "application/json": components["schemas"]["ProductPickingShippingDetail"]; }; }; responses: { /** @description List of ProductPickingShippingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductPickingShippingDetail"][]; }; }; }; }; getProcurementProductsByParentIdPickingShippingDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description pickingShippingDetailId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductPickingShippingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductPickingShippingDetail"][]; }; }; }; }; putProcurementProductsByParentIdPickingShippingDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pickingShippingDetailId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; /** @description productPickingShippingDetails */ requestBody: { content: { "application/json": components["schemas"]["ProductPickingShippingDetail"]; }; }; responses: { /** @description List of ProductPickingShippingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductPickingShippingDetail"][]; }; }; }; }; deleteProcurementProductsByParentIdPickingShippingDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pickingShippingDetailId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementProductsByParentIdPickingShippingDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description pickingShippingDetailId */ id: number; /** @description productId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description List of ProductPickingShippingDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductPickingShippingDetail"][]; }; }; }; }; getProcurementProductsByParentIdPickingShippingDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementProductsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseorders: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrder */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrder"][]; }; }; }; }; postProcurementPurchaseorders: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description purchaseOrder */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrder"]; }; }; responses: { /** @description PurchaseOrder */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrder"]; }; }; }; }; getProcurementPurchaseordersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrder */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrder"]; }; }; }; }; putProcurementPurchaseordersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ id: number; }; cookie?: never; }; /** @description purchaseOrder */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrder"]; }; }; responses: { /** @description PurchaseOrder */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrder"]; }; }; }; }; deleteProcurementPurchaseordersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPurchaseordersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PurchaseOrder */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrder"]; }; }; }; }; postProcurementPurchaseordersByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrder */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrder"]; }; }; }; }; getProcurementPurchaseordersByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseOrderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderInfo"]; }; }; }; }; getProcurementPurchaseordersByIdQuickAccessCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseOrderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count of PurchaseOrder Quick Access Links */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HttpResponseMessage"]; }; }; }; }; postProcurementPurchaseordersByIdRebatch: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseOrderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postProcurementPurchaseordersByIdUnbatch: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseOrderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getProcurementPurchaseordersByParentIdLineitems: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrderLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderLineItem"][]; }; }; }; }; postProcurementPurchaseordersByParentIdLineitems: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderLineItem */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderLineItem"]; }; }; responses: { /** @description PurchaseOrderLineItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderLineItem"]; }; }; }; }; deleteProcurementPurchaseordersByParentIdLineitems: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; /** @description lineitemId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getProcurementPurchaseordersByParentIdLineitemsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description lineitemId */ id: number; /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderLineItem"]; }; }; }; }; putProcurementPurchaseordersByParentIdLineitemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description lineitemId */ id: number; /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderLineItem */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderLineItem"]; }; }; responses: { /** @description PurchaseOrderLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderLineItem"]; }; }; }; }; patchProcurementPurchaseordersByParentIdLineitemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description lineitemId */ id: number; /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PurchaseOrderLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderLineItem"]; }; }; }; }; putProcurementPurchaseordersByParentIdLineitemsBulk: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; /** @description List of PurchaseOrderLineItem */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderLineItem"][]; }; }; responses: { /** @description BulkResult */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BulkResult"]; }; }; }; }; postProcurementPurchaseordersByParentIdLineitemsBulk: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; /** @description List of PurchaseOrderLineItem */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderLineItem"][]; }; }; responses: { /** @description BulkResult */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BulkResult"]; }; }; }; }; deleteProcurementPurchaseordersByParentIdLineitemsBulk: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderLineItems */ requestBody: { content: { "application/json": components["schemas"]["IdCollection"]; }; }; responses: { /** @description BulkResult */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BulkResult"]; }; }; }; }; getProcurementPurchaseordersByParentIdLineitemsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseordersByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrder Notes */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderNote"][]; }; }; }; }; postProcurementPurchaseordersByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; /** @description PurchaseOrderNote */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderNote"]; }; }; responses: { /** @description PurchaseOrderNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderNote"]; }; }; }; }; getProcurementPurchaseordersByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderNote"]; }; }; }; }; putProcurementPurchaseordersByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; /** @description PurchaseOrderNote */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderNote"]; }; }; responses: { /** @description PurchaseOrderNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderNote"]; }; }; }; }; deleteProcurementPurchaseordersByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPurchaseordersByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PurchaseOrderNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderNote"]; }; }; }; }; getProcurementPurchaseordersByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description PurchaseHeaderRecID */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseordersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseordersInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrderInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderInfo"][]; }; }; }; }; getProcurementPurchaseordersInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseorderstatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatus"][]; }; }; }; }; postProcurementPurchaseorderstatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description poStatus */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderStatus"]; }; }; responses: { /** @description PurchaseOrderStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatus"]; }; }; }; }; getProcurementPurchaseorderstatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatus"]; }; }; }; }; putProcurementPurchaseorderstatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; /** @description purchaseOrderStatus */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderStatus"]; }; }; responses: { /** @description PurchaseOrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatus"]; }; }; }; }; deleteProcurementPurchaseorderstatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPurchaseorderstatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PurchaseOrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatus"]; }; }; }; }; getProcurementPurchaseorderstatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusInfo"]; }; }; }; }; getProcurementPurchaseorderstatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementPurchaseorderstatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementPurchaseorderstatusesByParentIdEmailtemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusEmailTemplate"][]; }; }; }; }; postProcurementPurchaseorderstatusesByParentIdEmailtemplates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderStatusEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderStatusEmailTemplate"]; }; }; responses: { /** @description PurchaseOrderStatusEmailTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusEmailTemplate"]; }; }; }; }; getProcurementPurchaseorderstatusesByParentIdEmailtemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusEmailTemplate"]; }; }; }; }; putProcurementPurchaseorderstatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderStatusEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderStatusEmailTemplate"]; }; }; responses: { /** @description PurchaseOrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusEmailTemplate"]; }; }; }; }; deleteProcurementPurchaseorderstatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPurchaseorderstatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PurchaseOrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusEmailTemplate"]; }; }; }; }; getProcurementPurchaseorderstatusesByParentIdEmailtemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseorderstatusesByParentIdNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusNotification"][]; }; }; }; }; postProcurementPurchaseorderstatusesByParentIdNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderStatusNotification"]; }; }; responses: { /** @description PurchaseOrderStatusNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusNotification"]; }; }; }; }; getProcurementPurchaseorderstatusesByParentIdNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PurchaseOrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusNotification"]; }; }; }; }; putProcurementPurchaseorderstatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; /** @description purchaseOrderStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["PurchaseOrderStatusNotification"]; }; }; responses: { /** @description PurchaseOrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusNotification"]; }; }; }; }; deleteProcurementPurchaseorderstatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementPurchaseorderstatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PurchaseOrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusNotification"]; }; }; }; }; getProcurementPurchaseorderstatusesByParentIdNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description purchaseorderstatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseorderstatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementPurchaseorderstatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PurchaseOrderStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchaseOrderStatusInfo"][]; }; }; }; }; getProcurementPurchaseorderstatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProcurementPurchasingDemands: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description purchasingDemand */ requestBody: { content: { "application/json": components["schemas"]["PurchasingDemand"]; }; }; responses: { /** @description PurchasingDemand */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PurchasingDemand"]; }; }; }; }; getProcurementRmaActions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of RmaAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaAction"][]; }; }; }; }; postProcurementRmaActions: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description rmaAction */ requestBody: { content: { "application/json": components["schemas"]["RmaAction"]; }; }; responses: { /** @description RmaAction */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaAction"]; }; }; }; }; getProcurementRmaActionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaActionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaAction"]; }; }; }; }; putProcurementRmaActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaActionId */ id: number; }; cookie?: never; }; /** @description rmaAction */ requestBody: { content: { "application/json": components["schemas"]["RmaAction"]; }; }; responses: { /** @description RmaAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaAction"]; }; }; }; }; deleteProcurementRmaActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaActionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementRmaActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaActionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description RmaAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaAction"]; }; }; }; }; getProcurementRmaActionsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description RmaActionInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaActionInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaActionInfo"]; }; }; }; }; getProcurementRmaActionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaActionsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of rmaActionInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaActionInfo"][]; }; }; }; }; getProcurementRmaActionsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRMADispositions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of RmaDisposition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDisposition"][]; }; }; }; }; postProcurementRMADispositions: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description rmaDisposition */ requestBody: { content: { "application/json": components["schemas"]["RmaDisposition"]; }; }; responses: { /** @description RmaDisposition */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDisposition"]; }; }; }; }; getProcurementRMADispositionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description RMADispositionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaDisposition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDisposition"]; }; }; }; }; putProcurementRMADispositionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description RMADispositionId */ id: number; }; cookie?: never; }; /** @description rmaDisposition */ requestBody: { content: { "application/json": components["schemas"]["RmaDisposition"]; }; }; responses: { /** @description RmaDisposition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDisposition"]; }; }; }; }; deleteProcurementRMADispositionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description RMADispositionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementRMADispositionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description RMADispositionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description RmaDisposition */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDisposition"]; }; }; }; }; getProcurementRMADispositionsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description RmaDispositionInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaDispositionInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDispositionInfo"]; }; }; }; }; getProcurementRMADispositionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRMADispositionsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of rmaDispositionInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaDispositionInfo"][]; }; }; }; }; getProcurementRMADispositionsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of RmaStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatus"][]; }; }; }; }; postProcurementRmaStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description rmaStatus */ requestBody: { content: { "application/json": components["schemas"]["RmaStatus"]; }; }; responses: { /** @description RmaStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatus"]; }; }; }; }; getProcurementRmaStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatus"]; }; }; }; }; putProcurementRmaStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaStatusId */ id: number; }; cookie?: never; }; /** @description rmaStatus */ requestBody: { content: { "application/json": components["schemas"]["RmaStatus"]; }; }; responses: { /** @description RmaStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatus"]; }; }; }; }; deleteProcurementRmaStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementRmaStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaStatusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description RmaStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatus"]; }; }; }; }; getProcurementRmaStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description RmaStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusInfo"]; }; }; }; }; getProcurementRmaStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementRmaStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; postProcurementRmaStatusesByParentIdEmailtemplates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; /** @description rmaStatusEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["RmaStatusEmailTemplate"]; }; }; responses: { /** @description RmaStatusEmailTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusEmailTemplate"]; }; }; }; }; getProcurementRmaStatusesByParentIdEmailTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of RmaStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusEmailTemplate"][]; }; }; }; }; getProcurementRmaStatusesByParentIdEmailtemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusEmailTemplate"]; }; }; }; }; putProcurementRmaStatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; /** @description rmaStatusEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["RmaStatusEmailTemplate"]; }; }; responses: { /** @description RmaStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusEmailTemplate"]; }; }; }; }; deleteProcurementRmaStatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementRmaStatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description RmaStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusEmailTemplate"]; }; }; }; }; getProcurementRmaStatusesByParentIdEmailtemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaStatusesByParentIdNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of RmaStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusNotification"][]; }; }; }; }; postProcurementRmaStatusesByParentIdNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; /** @description rmaStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["RmaStatusNotification"]; }; }; responses: { /** @description RmaStatusNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusNotification"]; }; }; }; }; getProcurementRmaStatusesByParentIdNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusNotification"]; }; }; }; }; putProcurementRmaStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; /** @description rmaStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["RmaStatusNotification"]; }; }; responses: { /** @description RmaStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusNotification"]; }; }; }; }; deleteProcurementRmaStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementRmaStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description RmaStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusNotification"]; }; }; }; }; getProcurementRmaStatusesByParentIdNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaStatusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of rmaStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaStatusInfo"][]; }; }; }; }; getProcurementRmaStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaTags: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of RmaTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaTag"][]; }; }; }; }; postProcurementRmaTags: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description rmaTag */ requestBody: { content: { "application/json": components["schemas"]["RmaTag"]; }; }; responses: { /** @description RmaTag */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaTag"]; }; }; }; }; getProcurementRmaTagsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description rmaTagId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaTag"]; }; }; }; }; putProcurementRmaTagsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaTagId */ id: number; }; cookie?: never; }; /** @description rmaTag */ requestBody: { content: { "application/json": components["schemas"]["RmaTag"]; }; }; responses: { /** @description RmaTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaTag"]; }; }; }; }; deleteProcurementRmaTagsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaTagId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementRmaTagsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description rmaTagId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description RmaTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaTag"]; }; }; }; }; getProcurementRmaTagsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementRmaTagsDefault: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description productId */ productId: number; /** @description billingLogId */ billingLogId: number; /** @description ticketId */ ticketId: number; /** @description projectId */ projectId: number; /** @description salesOrderId */ salesOrderId: number; /** @description companyId */ companyId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description RmaTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["RmaTag"]; }; }; }; }; getProcurementSettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProcurementSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementSetting"][]; }; }; }; }; getProcurementSettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description settingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProcurementSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementSetting"]; }; }; }; }; putProcurementSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description settingId */ id: number; }; cookie?: never; }; /** @description procurementSetting */ requestBody: { content: { "application/json": components["schemas"]["ProcurementSetting"]; }; }; responses: { /** @description ProcurementSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementSetting"]; }; }; }; }; patchProcurementSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description settingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProcurementSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProcurementSetting"]; }; }; }; }; getProcurementSettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementShipmentmethods: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ShipmentMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethod"][]; }; }; }; }; postProcurementShipmentmethods: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description shipmentMethod */ requestBody: { content: { "application/json": components["schemas"]["ShipmentMethod"]; }; }; responses: { /** @description ShipmentMethod */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethod"]; }; }; }; }; getProcurementShipmentmethodsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description shipmentmethodId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ShipmentMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethod"]; }; }; }; }; putProcurementShipmentmethodsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description shipmentmethodId */ id: number; }; cookie?: never; }; /** @description shipmentMethod */ requestBody: { content: { "application/json": components["schemas"]["ShipmentMethod"]; }; }; responses: { /** @description ShipmentMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethod"]; }; }; }; }; deleteProcurementShipmentmethodsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description shipmentmethodId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementShipmentmethodsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description shipmentmethodId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ShipmentMethod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethod"]; }; }; }; }; getProcurementShipmentmethodsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ShipmentMethodInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ShipmentMethodInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethodInfo"]; }; }; }; }; getProcurementShipmentmethodsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementShipmentmethodsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description shipmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementShipmentmethodsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementShipmentmethodsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of shipmentMethodInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ShipmentMethodInfo"][]; }; }; }; }; getProcurementShipmentmethodsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementSubcategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategory"][]; }; }; }; }; postProcurementSubcategories: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description subCategory */ requestBody: { content: { "application/json": components["schemas"]["SubCategory"]; }; }; responses: { /** @description SubCategory */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategory"]; }; }; }; }; getProcurementSubcategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategory"]; }; }; }; }; putProcurementSubcategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; /** @description subCategory */ requestBody: { content: { "application/json": components["schemas"]["SubCategory"]; }; }; responses: { /** @description SubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategory"]; }; }; }; }; deleteProcurementSubcategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementSubcategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategory"]; }; }; }; }; getProcurementSubcategoriesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SubCategoryInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategoryInfo"]; }; }; }; }; getProcurementSubcategoriesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementSubcategoriesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subcategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementSubcategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementSubcategoriesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SubCategoryInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SubCategoryInfo"][]; }; }; }; }; getProcurementSubcategoriesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductType"][]; }; }; }; }; postProcurementTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description productTypes */ requestBody: { content: { "application/json": components["schemas"]["ProductType"]; }; }; responses: { /** @description ProductType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductType"]; }; }; }; }; getProcurementTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProductType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductType"]; }; }; }; }; putProcurementTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description productTypes */ requestBody: { content: { "application/json": components["schemas"]["ProductType"]; }; }; responses: { /** @description ProductType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductType"]; }; }; }; }; deleteProcurementTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProductType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductType"]; }; }; }; }; getProcurementTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProductTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeInfo"]; }; }; }; }; getProcurementTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProcurementTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductTypeInfo"][]; }; }; }; }; getProcurementTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementUnitOfMeasures: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of UnitOfMeasure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnitOfMeasure"][]; }; }; }; }; postProcurementUnitOfMeasures: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description unitOfMeasure */ requestBody: { content: { "application/json": components["schemas"]["UnitOfMeasure"]; }; }; responses: { /** @description UnitOfMeasure */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnitOfMeasure"]; }; }; }; }; getProcurementUnitOfMeasuresById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UnitOfMeasure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnitOfMeasure"]; }; }; }; }; putProcurementUnitOfMeasuresById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ id: number; }; cookie?: never; }; /** @description unitOfMeasure */ requestBody: { content: { "application/json": components["schemas"]["UnitOfMeasure"]; }; }; responses: { /** @description UnitOfMeasure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnitOfMeasure"]; }; }; }; }; deleteProcurementUnitOfMeasuresById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementUnitOfMeasuresById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description UnitOfMeasure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UnitOfMeasure"]; }; }; }; }; getProcurementUnitOfMeasuresByParentIdConversions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Conversion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Conversion"][]; }; }; }; }; postProcurementUnitOfMeasuresByParentIdConversions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["Conversion"]; }; }; responses: { /** @description Conversion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Conversion"]; }; }; }; }; getProcurementUnitOfMeasuresByParentIdConversionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description conversionId */ id: number; /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Conversion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Conversion"]; }; }; }; }; putProcurementUnitOfMeasuresByParentIdConversionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description conversionId */ id: number; /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["Conversion"]; }; }; responses: { /** @description Conversion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Conversion"]; }; }; }; }; deleteProcurementUnitOfMeasuresByParentIdConversionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description conversionId */ id: number; /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementUnitOfMeasuresByParentIdConversionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description conversionId */ id: number; /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Conversion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Conversion"]; }; }; }; }; getProcurementUnitOfMeasuresByParentIdConversionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description unitOfMeasureId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementUnitOfMeasuresCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementWarehouseBins: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WarehouseBin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBin"][]; }; }; }; }; postProcurementWarehouseBins: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description warehouseBin */ requestBody: { content: { "application/json": components["schemas"]["WarehouseBin"]; }; }; responses: { /** @description WarehouseBin */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBin"]; }; }; }; }; getProcurementWarehouseBinsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description warehouseBinId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WarehouseBin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBin"]; }; }; }; }; putProcurementWarehouseBinsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehouseBinId */ id: number; }; cookie?: never; }; /** @description warehouseBin */ requestBody: { content: { "application/json": components["schemas"]["WarehouseBin"]; }; }; responses: { /** @description WarehouseBin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBin"]; }; }; }; }; deleteProcurementWarehouseBinsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehouseBinId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementWarehouseBinsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehouseBinId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WarehouseBin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBin"]; }; }; }; }; getProcurementWarehouseBinsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description WarehouseBinInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WarehouseBinInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBinInfo"]; }; }; }; }; getProcurementWarehouseBinsByParentIdInventoryOnHand: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description warehouseBinId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of InventoryOnHand */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InventoryOnHand"][]; }; }; }; }; getProcurementWarehouseBinsByParentIdInventoryOnHandById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description inventoryOnHandId */ id: number; /** @description warehouseBinId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InventoryOnHand */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InventoryOnHand"]; }; }; }; }; getProcurementWarehouseBinsByParentIdInventoryOnHandCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description warehouseBinId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementWarehouseBinsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementWarehouseBinsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of warehouseBinInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseBinInfo"][]; }; }; }; }; getProcurementWarehouseBinsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementWarehouses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Warehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Warehouse"][]; }; }; }; }; postProcurementWarehouses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description warehouse */ requestBody: { content: { "application/json": components["schemas"]["Warehouse"]; }; }; responses: { /** @description Warehouse */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Warehouse"]; }; }; }; }; getProcurementWarehousesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Warehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Warehouse"]; }; }; }; }; putProcurementWarehousesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; /** @description warehouse */ requestBody: { content: { "application/json": components["schemas"]["Warehouse"]; }; }; responses: { /** @description Warehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Warehouse"]; }; }; }; }; deleteProcurementWarehousesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProcurementWarehousesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description warehousId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Warehouse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Warehouse"]; }; }; }; }; getProcurementWarehousesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description WarehouseInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WarehouseInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseInfo"]; }; }; }; }; getProcurementWarehousesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProcurementWarehousesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of warehouseInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WarehouseInfo"][]; }; }; }; }; getProcurementWarehousesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectByParentIdBillingRates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectBillingRate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBillingRate"][]; }; }; }; }; postProjectByParentIdBillingRates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description billingRate */ requestBody: { content: { "application/json": components["schemas"]["ProjectBillingRate"]; }; }; responses: { /** @description ProjectBillingRate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBillingRate"]; }; }; }; }; getProjectByParentIdBillingRatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description billingRateId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectBillingRate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBillingRate"]; }; }; }; }; putProjectByParentIdBillingRatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingRateId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description billingRate */ requestBody: { content: { "application/json": components["schemas"]["ProjectBillingRate"]; }; }; responses: { /** @description ProjectBillingRate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBillingRate"]; }; }; }; }; deleteProjectByParentIdBillingRatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingRate */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getProjectByParentIdBillingRatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; patchProjectBillingRatesByParentIdBillingRatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description billingRateId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectBillingRate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBillingRate"]; }; }; }; }; getProjectBoardsByGrandparentIdTeamsByParentIdMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectBoardTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamMember"][]; }; }; }; }; postProjectBoardsByGrandparentIdTeamsByParentIdMembers: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description teamMember */ requestBody: { content: { "application/json": components["schemas"]["ProjectBoardTeamMember"]; }; }; responses: { /** @description ProjectBoardTeamMember */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamMember"]; }; }; }; }; getProjectBoardsByGrandparentIdTeamsByParentIdMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description teamId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectBoardTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamMember"]; }; }; }; }; putProjectBoardsByGrandparentIdTeamsByParentIdMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description teamId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description teamMember */ requestBody: { content: { "application/json": components["schemas"]["ProjectBoardTeamMember"]; }; }; responses: { /** @description ProjectBoardTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamMember"]; }; }; }; }; deleteProjectBoardsByGrandparentIdTeamsByParentIdMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description teamId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectBoardsByGrandparentIdTeamsByParentIdMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description teamId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectBoardTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamMember"]; }; }; }; }; getProjectBoardsByParentIdKanbanSettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectBoardKanbanSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardKanbanSetting"][]; }; }; }; }; postProjectBoardsByParentIdKanbanSettings: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description kanbanSettings */ requestBody: { content: { "application/json": components["schemas"]["ProjectBoardKanbanSetting"]; }; }; responses: { /** @description ProjectBoardKanbanSetting */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardKanbanSetting"]; }; }; }; }; getProjectBoardsByParentIdKanbanSettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description KanbanId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectBoardKanbanSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardKanbanSetting"]; }; }; }; }; putProjectBoardsByParentIdKanbanSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description KanbanId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description Kanban */ requestBody: { content: { "application/json": components["schemas"]["ProjectBoardKanbanSetting"]; }; }; responses: { /** @description ProjectBoardKanbanSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardKanbanSetting"]; }; }; }; }; deleteProjectBoardsByParentIdKanbanSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description KanbanId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectBoardsByParentIdKanbanSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description KanbanId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectBoardKanbanSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardKanbanSetting"]; }; }; }; }; getProjectBoardsByParentIdTeams: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectBoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeam"][]; }; }; }; }; postProjectBoardsByParentIdTeams: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description team */ requestBody: { content: { "application/json": components["schemas"]["ProjectBoardTeam"]; }; }; responses: { /** @description ProjectBoardTeam */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeam"]; }; }; }; }; getProjectBoardsByParentIdTeamsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectBoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeam"]; }; }; }; }; putProjectBoardsByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description team */ requestBody: { content: { "application/json": components["schemas"]["ProjectBoardTeam"]; }; }; responses: { /** @description ProjectBoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeam"]; }; }; }; }; deleteProjectBoardsByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectBoardsByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectBoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeam"]; }; }; }; }; getProjectBoardsByParentIdTeamsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectBoardTeamInfoId */ id: number; /** @description parentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectBoardTeamInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamInfo"]; }; }; }; }; getProjectBoardsByParentIdTeamsByIdInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectBoardTeamInfoId */ id: number; /** @description parentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectBoardsByParentIdTeamsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectBoardsByParentIdTeamsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectBoardTeamInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectBoardTeamInfo"][]; }; }; }; }; getProjectPhaseStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PhaseStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatus"][]; }; }; }; }; postProjectPhaseStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description phaseStatus */ requestBody: { content: { "application/json": components["schemas"]["PhaseStatus"]; }; }; responses: { /** @description PhaseStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatus"]; }; }; }; }; getProjectPhaseStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description phaseStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PhaseStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatus"]; }; }; }; }; putProjectPhaseStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description phaseStatusId */ id: number; }; cookie?: never; }; /** @description phaseStatus */ requestBody: { content: { "application/json": components["schemas"]["PhaseStatus"]; }; }; responses: { /** @description PhaseStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatus"]; }; }; }; }; deleteProjectPhaseStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description phaseStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectPhaseStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description phaseStatusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PhaseStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatus"]; }; }; }; }; getProjectPhaseStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description PhaseStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PhaseStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatusInfo"]; }; }; }; }; getProjectPhaseStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description phaseStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProjectPhaseStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description phaseStatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProjectPhaseStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectPhaseStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of phaseStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PhaseStatusInfo"][]; }; }; }; }; getProjectProjects: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ApiProject */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"][]; }; }; }; }; postProjectProjects: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description project */ requestBody: { content: { "application/json": components["schemas"]["Project"]; }; }; responses: { /** @description ApiProject */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"]; }; }; }; }; getProjectProjectsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ApiProject */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"]; }; }; }; }; putProjectProjectsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; /** @description project */ requestBody: { content: { "application/json": components["schemas"]["Project"]; }; }; responses: { /** @description ApiProject */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"]; }; }; }; }; deleteProjectProjectsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ApiProject */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"]; }; }; }; }; getProjectProjectsByIdProjectRecap: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectRecap */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectRecap"]; }; }; }; }; getProjectProjectsByIdProjectWorkplan: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectWorkplan */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectWorkplan"]; }; }; }; }; postProjectProjectsByParentIdApplyTemplateById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateProjectId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectWorkplan */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectWorkplan"]; }; }; }; }; postProjectProjectsByParentIdApplyTemplates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description List of Project Templates */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplate"][]; }; }; responses: { /** @description ProjectWorkplan */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectWorkplan"]; }; }; }; }; getProjectProjectsByParentIdContacts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectContact"][]; }; }; }; }; postProjectProjectsByParentIdContacts: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description contact */ requestBody: { content: { "application/json": components["schemas"]["ProjectContact"]; }; }; responses: { /** @description ProjectContact */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectContact"]; }; }; }; }; getProjectProjectsByParentIdContactsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectContact"]; }; }; }; }; deleteProjectProjectsByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getProjectProjectsByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectNote"][]; }; }; }; }; postProjectProjectsByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description note */ requestBody: { content: { "application/json": components["schemas"]["ProjectNote"]; }; }; responses: { /** @description ProjectNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectNote"]; }; }; }; }; getProjectProjectsByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectNote"]; }; }; }; }; putProjectProjectsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description note */ requestBody: { content: { "application/json": components["schemas"]["ProjectNote"]; }; }; responses: { /** @description ProjectNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectNote"]; }; }; }; }; deleteProjectProjectsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectNote"]; }; }; }; }; getProjectProjectsByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectsByParentIdPhases: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectPhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectPhase"][]; }; }; }; }; postProjectProjectsByParentIdPhases: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description projectPhase */ requestBody: { content: { "application/json": components["schemas"]["ProjectPhase"]; }; }; responses: { /** @description ProjectPhase */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectPhase"]; }; }; }; }; getProjectProjectsByParentIdPhasesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description phasId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectPhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectPhase"]; }; }; }; }; putProjectProjectsByParentIdPhasesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description phasId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description projectPhase */ requestBody: { content: { "application/json": components["schemas"]["ProjectPhase"]; }; }; responses: { /** @description ProjectPhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectPhase"]; }; }; }; }; deleteProjectProjectsByParentIdPhasesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description phasId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectsByParentIdPhasesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description phasId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectPhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectPhase"]; }; }; }; }; getProjectProjectsByParentIdPhasesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectsByParentIdTeamMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTeamMember"][]; }; }; }; }; postProjectProjectsByParentIdTeamMembers: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description teamMember */ requestBody: { content: { "application/json": components["schemas"]["ProjectTeamMember"]; }; }; responses: { /** @description ProjectTeamMember */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTeamMember"]; }; }; }; }; getProjectProjectsByParentIdTeamMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamMemberId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTeamMember"]; }; }; }; }; putProjectProjectsByParentIdTeamMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamMemberId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description teamMember */ requestBody: { content: { "application/json": components["schemas"]["ProjectTeamMember"]; }; }; responses: { /** @description ProjectTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTeamMember"]; }; }; }; }; deleteProjectProjectsByParentIdTeamMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamMemberId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectsByParentIdTeamMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamMemberId */ id: number; /** @description projectId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTeamMember"]; }; }; }; }; getProjectProjectsByParentIdTeamMembersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplates */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplate"][]; }; }; }; }; postProjectProjectTemplates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ProjectTemplate */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplate"]; }; }; responses: { /** @description ProjectTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplate"]; }; }; }; }; getProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplateTaskses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTask"][]; }; }; }; }; postProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; /** @description ProjectTemplateTask */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplateTask"]; }; }; responses: { /** @description ProjectTemplateTask */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTask"]; }; }; }; }; getProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplateTaskId */ id: number; /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTemplateTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTask"]; }; }; }; }; putProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateTaskId */ id: number; /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplateTask"]; }; }; responses: { /** @description ProjectTemplateTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTask"]; }; }; }; }; deleteProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateTaskId */ id: number; /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateTaskId */ id: number; /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectTemplateTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTask"]; }; }; }; }; getProjectProjectTemplatesByGrandParentIdProjectTemplateTicketsByParentIdTasksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ grandParentId: number; /** @description ProjectTemplateTicketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplate"]; }; }; }; }; putProjectProjectTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ id: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplate"]; }; }; responses: { /** @description ProjectTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplate"]; }; }; }; }; deleteProjectProjectTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplate"]; }; }; }; }; getProjectProjectTemplatesByIdWorkplan: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description projectTemplateWorkPlan */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateWorkPlan"][]; }; }; }; }; getProjectProjectTemplatesByParentIdProjectTemplatePhases: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description templateProjectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplatePhaseses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplatePhase"][]; }; }; }; }; postProjectProjectTemplatesByParentIdProjectTemplatePhases: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateProjectId */ parentId: number; }; cookie?: never; }; /** @description ProjectTemplatePhase */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplatePhase"]; }; }; responses: { /** @description ProjectTemplatePhase */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplatePhase"]; }; }; }; }; getProjectProjectTemplatesByParentIdProjectTemplatePhasesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplatePhaseId */ id: number; /** @description templateProjectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTemplatePhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplatePhase"]; }; }; }; }; putProjectProjectTemplatesByParentIdProjectTemplatePhasesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplatePhaseId */ id: number; /** @description templateProjectId */ parentId: number; }; cookie?: never; }; /** @description projectTemplatePhase */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplatePhase"]; }; }; responses: { /** @description ProjectTemplatePhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplatePhase"]; }; }; }; }; deleteProjectProjectTemplatesByParentIdProjectTemplatePhasesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplatePhaseId */ id: number; /** @description templateProjectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectTemplatesByParentIdProjectTemplatePhasesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplatePhaseId */ id: number; /** @description templateProjectId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectTemplatePhase */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplatePhase"]; }; }; }; }; getProjectProjectTemplatesByParentIdProjectTemplateTickets: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplateTickets */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTicket"][]; }; }; }; }; postProjectProjectTemplatesByParentIdProjectTemplateTickets: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; /** @description ProjectTemplateTicket */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplateTicket"]; }; }; responses: { /** @description ProjectTemplateTicket */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTicket"]; }; }; }; }; getProjectProjectTemplatesByParentIdProjectTemplateTicketsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTemplateTicketId */ id: number; /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTemplateTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTicket"]; }; }; }; }; putProjectProjectTemplatesByParentIdProjectTemplateTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateTicketId */ id: number; /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplateTicket"]; }; }; responses: { /** @description ProjectTemplateTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTicket"]; }; }; }; }; deleteProjectProjectTemplatesByParentIdProjectTemplateTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateTicketId */ id: number; /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectTemplatesByParentIdProjectTemplateTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ProjectTemplateTicketId */ id: number; /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectTemplateTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTicket"]; }; }; }; }; getProjectProjectTemplatesByParentIdProjectTemplateTicketsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProjectProjectTemplatesCreateFromProjectById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectId */ id: number; }; cookie?: never; }; /** @description ProjectTemplate */ requestBody: { content: { "application/json": components["schemas"]["ProjectTemplate"]; }; }; responses: { /** @description ProjectTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplate"]; }; }; }; }; getProjectProjectTemplatesProjectTemplatePhases: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description templateProjectId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplatePhaseses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplatePhase"][]; }; }; }; }; getProjectProjectTemplatesProjectTemplateTickets: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectTemplateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplateTickets */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTicket"][]; }; }; }; }; getProjectProjectTemplatesProjectTemplateTicketsTasks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTemplateTaskses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTemplateTask"][]; }; }; }; }; getProjectProjectTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectType"][]; }; }; }; }; postProjectProjectTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description projectType */ requestBody: { content: { "application/json": components["schemas"]["ProjectType"]; }; }; responses: { /** @description ProjectType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectType"]; }; }; }; }; getProjectProjectTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectType"]; }; }; }; }; putProjectProjectTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectTypeId */ id: number; }; cookie?: never; }; /** @description projectType */ requestBody: { content: { "application/json": components["schemas"]["ProjectType"]; }; }; responses: { /** @description ProjectType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectType"]; }; }; }; }; deleteProjectProjectTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectProjectTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description projectTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectType"]; }; }; }; }; getProjectProjectTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTypeInfo"]; }; }; }; }; getProjectProjectTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProjectProjectTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description projectTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProjectProjectTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectProjectTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTypeInfo"][]; }; }; }; }; getProjectProjectTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectSecurityRoles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectSecurityRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRole"][]; }; }; }; }; postProjectSecurityRoles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description projectSecurityRole */ requestBody: { content: { "application/json": components["schemas"]["ProjectSecurityRole"]; }; }; responses: { /** @description ProjectSecurityRole */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRole"]; }; }; }; }; getProjectSecurityRolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectSecurityRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRole"]; }; }; }; }; putProjectSecurityRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description securityRoleId */ id: number; }; cookie?: never; }; /** @description projectSecurityRole */ requestBody: { content: { "application/json": components["schemas"]["ProjectSecurityRole"]; }; }; responses: { /** @description ProjectSecurityRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRole"]; }; }; }; }; deleteProjectSecurityRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description securityRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectSecurityRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description securityRoleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectSecurityRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRole"]; }; }; }; }; getProjectSecurityRolesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectSecurityRoleInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectSecurityRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRoleInfo"]; }; }; }; }; getProjectSecurityRolesByParentIdSettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectSecurityRoleSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRoleSetting"][]; }; }; }; }; getProjectSecurityRolesByParentIdSettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description settingId */ id: number; /** @description securityRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectSecurityRoleSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRoleSetting"]; }; }; }; }; putProjectSecurityRolesByParentIdSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description settingId */ id: number; /** @description securityRoleId */ parentId: number; }; cookie?: never; }; /** @description projectSecurityRoleSetting */ requestBody: { content: { "application/json": components["schemas"]["ProjectSecurityRoleSetting"]; }; }; responses: { /** @description ProjectSecurityRoleSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRoleSetting"]; }; }; }; }; patchProjectSecurityRolesByParentIdSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description settingId */ id: number; /** @description securityRoleId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectSecurityRoleSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRoleSetting"]; }; }; }; }; getProjectSecurityRolesByParentIdSettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectSecurityRolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectSecurityRolesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectSecurityRoleInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectSecurityRoleInfo"][]; }; }; }; }; getProjectStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatus"][]; }; }; }; }; postProjectStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description projectStatus */ requestBody: { content: { "application/json": components["schemas"]["ProjectStatus"]; }; }; responses: { /** @description ProjectStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatus"]; }; }; }; }; getProjectStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatus"]; }; }; }; }; putProjectStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description projectStatus */ requestBody: { content: { "application/json": components["schemas"]["ProjectStatus"]; }; }; responses: { /** @description ProjectStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatus"]; }; }; }; }; deleteProjectStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatus"]; }; }; }; }; getProjectStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ProjectStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatusInfo"]; }; }; }; }; getProjectStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProjectStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getProjectStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of projectStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectStatusInfo"][]; }; }; }; }; getProjectStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectStatusIndicators: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of StatusIndicator */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StatusIndicator"][]; }; }; }; }; getProjectStatusIndicatorsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusIndicatorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description StatusIndicator */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StatusIndicator"]; }; }; }; }; getProjectStatusIndicatorsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProjectTicketNoteByIdMarkAs: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketNoteId */ id: number; }; cookie?: never; }; /** @description item */ requestBody: { content: { "application/json": components["schemas"]["ProjectTicketNote"]; }; }; responses: { /** @description Responses cannot be located for this operation. */ default: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getProjectTickets: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicket"][]; }; }; }; }; postProjectTickets: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ticket */ requestBody: { content: { "application/json": components["schemas"]["ProjectTicket"]; }; }; responses: { /** @description ProjectTicket */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicket"]; }; }; }; }; getProjectTicketsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ProjectTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicket"]; }; }; }; }; putProjectTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; /** @description ticket */ requestBody: { content: { "application/json": components["schemas"]["ProjectTicket"]; }; }; responses: { /** @description ProjectTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicket"]; }; }; }; }; deleteProjectTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ProjectTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicket"]; }; }; }; }; getProjectTicketsByParentIdActivities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ActivityReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityReference"][]; }; }; }; }; getProjectTicketsByParentIdActivitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsByParentIdAllNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProjectTicketNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicketNote"][]; }; }; }; }; getProjectTicketsByParentIdConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"][]; }; }; }; }; postProjectTicketsByParentIdConfigurations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description configuration */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationReference"]; }; }; responses: { /** @description ConfigurationReference */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"]; }; }; }; }; getProjectTicketsByParentIdConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"]; }; }; }; }; deleteProjectTicketsByParentIdConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getProjectTicketsByParentIdConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProjectTicketsByParentIdConvert: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description item */ requestBody: { content: { "application/json": components["schemas"]["ConvertItem"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getProjectTicketsByParentIdDocuments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of DocumentReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentReference"][]; }; }; }; }; getProjectTicketsByParentIdDocumentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TicketNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketNote"][]; }; }; }; }; postProjectTicketsByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description ticketNote */ requestBody: { content: { "application/json": components["schemas"]["TicketNote"]; }; }; responses: { /** @description TicketNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketNote"]; }; }; }; }; getProjectTicketsByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TicketNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketNote"]; }; }; }; }; putProjectTicketsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description ticketNote */ requestBody: { content: { "application/json": components["schemas"]["TicketNote"]; }; }; responses: { /** @description TicketNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketNote"]; }; }; }; }; deleteProjectTicketsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectTicketsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TicketNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketNote"]; }; }; }; }; getProjectTicketsByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsByParentIdProducts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductReference"][]; }; }; }; }; getProjectTicketsByParentIdProductsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsByParentIdScheduleentries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleEntryReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntryReference"][]; }; }; }; }; getProjectTicketsByParentIdScheduleentriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsByParentIdTasks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TicketTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketTask"][]; }; }; }; }; postProjectTicketsByParentIdTasks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description ticketTask */ requestBody: { content: { "application/json": components["schemas"]["TicketTask"]; }; }; responses: { /** @description TicketTask */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketTask"]; }; }; }; }; getProjectTicketsByParentIdTasksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TicketTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketTask"]; }; }; }; }; putProjectTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description ticketTask */ requestBody: { content: { "application/json": components["schemas"]["TicketTask"]; }; }; responses: { /** @description TicketTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketTask"]; }; }; }; }; deleteProjectTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchProjectTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TicketTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketTask"]; }; }; }; }; getProjectTicketsByParentIdTasksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsByParentIdTimeentries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeEntryReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntryReference"][]; }; }; }; }; getProjectTicketsByParentIdTimeentriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getProjectTicketsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postProjectTicketsSearch: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description filterValues */ requestBody: { content: { "application/json": components["schemas"]["FilterValues"]; }; }; responses: { /** @description List of ProjectTicket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProjectTicket"][]; }; }; }; }; getSalesActivities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Activity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Activity"][]; }; }; }; }; postSalesActivities: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description activity */ requestBody: { content: { "application/json": components["schemas"]["Activity"]; }; }; responses: { /** @description Activity */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Activity"]; }; }; }; }; getSalesActivitiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description activityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Activity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Activity"]; }; }; }; }; putSalesActivitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description activityId */ id: number; }; cookie?: never; }; /** @description activity */ requestBody: { content: { "application/json": components["schemas"]["Activity"]; }; }; responses: { /** @description Activity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Activity"]; }; }; }; }; deleteSalesActivitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description activityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesActivitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description activityId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Activity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Activity"]; }; }; }; }; getSalesActivitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesActivitiesStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ActivityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatus"][]; }; }; }; }; postSalesActivitiesStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description activityStatus */ requestBody: { content: { "application/json": components["schemas"]["ActivityStatus"]; }; }; responses: { /** @description ActivityStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatus"]; }; }; }; }; getSalesActivitiesStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ActivityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatus"]; }; }; }; }; putSalesActivitiesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description activityStatus */ requestBody: { content: { "application/json": components["schemas"]["ActivityStatus"]; }; }; responses: { /** @description ActivityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatus"]; }; }; }; }; deleteSalesActivitiesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesActivitiesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ActivityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatus"]; }; }; }; }; getSalesActivitiesStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ActivityStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ActivityStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatusInfo"]; }; }; }; }; getSalesActivitiesStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesActivitiesStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of activityStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStatusInfo"][]; }; }; }; }; getSalesActivitiesStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesActivitiesTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ActivityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityType"][]; }; }; }; }; postSalesActivitiesTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description activityType */ requestBody: { content: { "application/json": components["schemas"]["ActivityType"]; }; }; responses: { /** @description ActivityType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityType"]; }; }; }; }; getSalesActivitiesTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ActivityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityType"]; }; }; }; }; putSalesActivitiesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description activityType */ requestBody: { content: { "application/json": components["schemas"]["ActivityType"]; }; }; responses: { /** @description ActivityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityType"]; }; }; }; }; deleteSalesActivitiesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesActivitiesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ActivityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityType"]; }; }; }; }; getSalesActivitiesTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesActivitiesTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesActivitiesTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesCommissions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Commission */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Commission"][]; }; }; }; }; postSalesCommissions: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description commission */ requestBody: { content: { "application/json": components["schemas"]["Commission"]; }; }; responses: { /** @description Commission */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Commission"]; }; }; }; }; getSalesCommissionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description commissionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Commission */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Commission"]; }; }; }; }; putSalesCommissionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description commissionId */ id: number; }; cookie?: never; }; /** @description commission */ requestBody: { content: { "application/json": components["schemas"]["Commission"]; }; }; responses: { /** @description Commission */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Commission"]; }; }; }; }; deleteSalesCommissionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description commissionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesCommissionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description commissionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Commission */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Commission"]; }; }; }; }; getSalesCommissionsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description commissionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesCommissionsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description commissionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesCommissionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Opportunity"][]; }; }; }; }; postSalesOpportunities: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description opportunity */ requestBody: { content: { "application/json": components["schemas"]["Opportunity"]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Opportunity"]; }; }; }; }; getSalesOpportunitiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Opportunity"]; }; }; }; }; putSalesOpportunitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; /** @description opportunity */ requestBody: { content: { "application/json": components["schemas"]["Opportunity"]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Opportunity"]; }; }; }; }; deleteSalesOpportunitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Opportunity"]; }; }; }; }; postSalesOpportunitiesByIdConvertToAgreement: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["OpportunityToAgreementConversion"]; }; }; responses: { /** @description ApiAgreement */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; postSalesOpportunitiesByIdConvertToProject: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["OpportunityToProjectConversion"]; }; }; responses: { /** @description ApiProject */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"]; }; }; }; }; postSalesOpportunitiesByIdConvertToSalesOrder: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["OpportunityToSalesOrderConversion"]; }; }; responses: { /** @description ApiSalesOrder */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Order"]; }; }; }; }; postSalesOpportunitiesByIdConvertToServiceTicket: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["OpportunityToServiceTicketConversion"]; }; }; responses: { /** @description ApiTicket */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; getSalesOpportunitiesByParentIdContacts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityContact"][]; }; }; }; }; postSalesOpportunitiesByParentIdContacts: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description opportunityContact */ requestBody: { content: { "application/json": components["schemas"]["OpportunityContact"]; }; }; responses: { /** @description OpportunityContact */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityContact"]; }; }; }; }; getSalesOpportunitiesByParentIdContactsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityContact"]; }; }; }; }; putSalesOpportunitiesByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description opportunityContact */ requestBody: { content: { "application/json": components["schemas"]["OpportunityContact"]; }; }; responses: { /** @description OpportunityContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityContact"]; }; }; }; }; deleteSalesOpportunitiesByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesByParentIdContactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description contactId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OpportunityContact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityContact"]; }; }; }; }; getSalesOpportunitiesByParentIdContactsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesByParentIdForecast: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Forecast */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Forecast"][]; }; }; }; }; postSalesOpportunitiesByParentIdForecast: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description forecast */ requestBody: { content: { "application/json": components["schemas"]["Forecast"]; }; }; responses: { /** @description Forecast */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Forecast"]; }; }; }; }; putSalesOpportunitiesByParentIdForecast: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description forecast */ requestBody: { content: { "application/json": components["schemas"]["Forecast"]; }; }; responses: { /** @description Forecast */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Forecast"]; }; }; }; }; deleteSalesOpportunitiesByParentIdForecast: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesByParentIdForecast: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Forecast */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Forecast"]; }; }; }; }; getSalesOpportunitiesByParentIdForecastById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description forecastId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ForecastItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ForecastItem"]; }; }; }; }; putSalesOpportunitiesByParentIdForecastById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description forecastId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description forecast */ requestBody: { content: { "application/json": components["schemas"]["ForecastItem"]; }; }; responses: { /** @description ForecastItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ForecastItem"]; }; }; }; }; postSalesOpportunitiesByParentIdForecastById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description forecastId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description forecast */ requestBody: { content: { "application/json": components["schemas"]["ForecastItem"]; }; }; responses: { /** @description ForecastItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ForecastItem"]; }; }; }; }; deleteSalesOpportunitiesByParentIdForecastById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description forecastId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesByParentIdForecastById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description forecastId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ForecastItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ForecastItem"]; }; }; }; }; postSalesOpportunitiesByParentIdForecastCopyById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description copyId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSalesOpportunitiesByParentIdForecastCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityNote"][]; }; }; }; }; postSalesOpportunitiesByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description note */ requestBody: { content: { "application/json": components["schemas"]["OpportunityNote"]; }; }; responses: { /** @description OpportunityNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityNote"]; }; }; }; }; getSalesOpportunitiesByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityNote"]; }; }; }; }; putSalesOpportunitiesByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description note */ requestBody: { content: { "application/json": components["schemas"]["OpportunityNote"]; }; }; responses: { /** @description OpportunityNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityNote"]; }; }; }; }; deleteSalesOpportunitiesByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OpportunityNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityNote"]; }; }; }; }; getSalesOpportunitiesByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityNote"][]; }; }; }; }; getSalesOpportunitiesByParentIdTeam: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Team */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Team"][]; }; }; }; }; postSalesOpportunitiesByParentIdTeam: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description team */ requestBody: { content: { "application/json": components["schemas"]["Team"]; }; }; responses: { /** @description Team */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Team"]; }; }; }; }; getSalesOpportunitiesByParentIdTeamById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Team */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Team"]; }; }; }; }; putSalesOpportunitiesByParentIdTeamById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description team */ requestBody: { content: { "application/json": components["schemas"]["Team"]; }; }; responses: { /** @description Team */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Team"]; }; }; }; }; deleteSalesOpportunitiesByParentIdTeamById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesByParentIdTeamById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description opportunityId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Team */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Team"]; }; }; }; }; getSalesOpportunitiesByParentIdTeamCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesConversionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description opportunityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityConvesions */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesConversion"][]; }; }; }; }; getSalesOpportunitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesDefault: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.Sales.Opportunity.Opportunity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Opportunity"]; }; }; }; }; getSalesOpportunitiesRatings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityRating */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRating"][]; }; }; }; }; postSalesOpportunitiesRatings: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description opportunityRating */ requestBody: { content: { "application/json": components["schemas"]["OpportunityRating"]; }; }; responses: { /** @description OpportunityRating */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRating"]; }; }; }; }; getSalesOpportunitiesRatingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ratingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityRating */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRating"]; }; }; }; }; putSalesOpportunitiesRatingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ratingId */ id: number; }; cookie?: never; }; /** @description opportunityRating */ requestBody: { content: { "application/json": components["schemas"]["OpportunityRating"]; }; }; responses: { /** @description OpportunityRating */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRating"]; }; }; }; }; deleteSalesOpportunitiesRatingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ratingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesRatingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ratingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OpportunityRating */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRating"]; }; }; }; }; getSalesOpportunitiesRatingsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ratingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityRatingInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRatingInfo"]; }; }; }; }; getSalesOpportunitiesRatingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesRatingsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityRatingInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityRatingInfo"][]; }; }; }; }; getSalesOpportunitiesRatingsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatus"][]; }; }; }; }; postSalesOpportunitiesStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description status */ requestBody: { content: { "application/json": components["schemas"]["OpportunityStatus"]; }; }; responses: { /** @description OpportunityStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatus"]; }; }; }; }; getSalesOpportunitiesStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatus"]; }; }; }; }; putSalesOpportunitiesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description status */ requestBody: { content: { "application/json": components["schemas"]["OpportunityStatus"]; }; }; responses: { /** @description OpportunityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatus"]; }; }; }; }; deleteSalesOpportunitiesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OpportunityStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatus"]; }; }; }; }; getSalesOpportunitiesStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description OpportunityStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatusInfo"]; }; }; }; }; getSalesOpportunitiesStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesOpportunitiesStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesOpportunitiesStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of opportunityStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStatusInfo"][]; }; }; }; }; getSalesOpportunitiesStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OpportunityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityType"][]; }; }; }; }; postSalesOpportunitiesTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description opportunityType */ requestBody: { content: { "application/json": components["schemas"]["OpportunityType"]; }; }; responses: { /** @description OpportunityType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityType"]; }; }; }; }; getSalesOpportunitiesTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityType"]; }; }; }; }; putSalesOpportunitiesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description opportunityType */ requestBody: { content: { "application/json": components["schemas"]["OpportunityType"]; }; }; responses: { /** @description OpportunityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityType"]; }; }; }; }; deleteSalesOpportunitiesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOpportunitiesTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OpportunityType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityType"]; }; }; }; }; getSalesOpportunitiesTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description OpportunityTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OpportunityTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityTypeInfo"]; }; }; }; }; getSalesOpportunitiesTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesOpportunitiesTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesOpportunitiesTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOpportunitiesTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of opportunityTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityTypeInfo"][]; }; }; }; }; getSalesOpportunitiesTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOrders: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Order */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Order"][]; }; }; }; }; postSalesOrders: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description order */ requestBody: { content: { "application/json": components["schemas"]["Order"]; }; }; responses: { /** @description Order */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Order"]; }; }; }; }; getSalesOrdersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Order */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Order"]; }; }; }; }; putSalesOrdersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; /** @description order */ requestBody: { content: { "application/json": components["schemas"]["Order"]; }; }; responses: { /** @description Order */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Order"]; }; }; }; }; deleteSalesOrdersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOrdersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Order */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Order"]; }; }; }; }; postSalesOrdersByIdConvertToAgreement: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["OrderToAgreementConversion"]; }; }; responses: { /** @description ApiAgreement */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Agreement"]; }; }; }; }; postSalesOrdersByIdConvertToProject: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["OrderToProjectConversion"]; }; }; responses: { /** @description ApiProject */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Project"]; }; }; }; }; postSalesOrdersByIdConvertToServiceTicket: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; /** @description conversionSettings */ requestBody: { content: { "application/json": components["schemas"]["ConvertOrderToServiceTicket"]; }; }; responses: { /** @description Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; getSalesOrdersByIdFinancialrecap: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesOrderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of salesOrderRecapses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesOrderRecap"][]; }; }; }; }; getSalesOrdersByParentIdLineitems: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of salesOrdersLineItemses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesOrdersLineItem"][]; }; }; }; }; postSalesOrdersByParentIdLineitems: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; }; cookie?: never; }; /** @description salesOrdersLineItem */ requestBody: { content: { "application/json": components["schemas"]["SalesOrdersLineItem"]; }; }; responses: { /** @description SalesOrdersLineItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesOrdersLineItem"]; }; }; }; }; getSalesOrdersByParentIdLineitemsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; /** @description salesOrdersLineItemId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SalesOrdersLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesOrdersLineItem"]; }; }; }; }; putSalesOrdersByParentIdLineitemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; /** @description salesOrdersLineItemId */ id: number; }; cookie?: never; }; /** @description salesOrdersLineItem */ requestBody: { content: { "application/json": components["schemas"]["SalesOrdersLineItem"]; }; }; responses: { /** @description SalesOrdersLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesOrdersLineItem"]; }; }; }; }; deleteSalesOrdersByParentIdLineitemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; /** @description salesOrdersLineItemId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOrdersByParentIdLineitemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; /** @description salesOrdersLineItemId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SalesOrdersLineItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesOrdersLineItem"]; }; }; }; }; getSalesOrdersByParentIdLineitemsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesOrderId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOrdersConversionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description orderId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SalesOrderConvesions */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesConversion"][]; }; }; }; }; getSalesOrdersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOrdersStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatus"][]; }; }; }; }; postSalesOrdersStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description status */ requestBody: { content: { "application/json": components["schemas"]["OrderStatus"]; }; }; responses: { /** @description List of OrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatus"][]; }; }; }; }; getSalesOrdersStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatus"]; }; }; }; }; putSalesOrdersStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description status */ requestBody: { content: { "application/json": components["schemas"]["OrderStatus"]; }; }; responses: { /** @description OrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatus"]; }; }; }; }; deleteSalesOrdersStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOrdersStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OrderStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatus"]; }; }; }; }; getSalesOrdersStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description OrderStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OrderStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusInfo"]; }; }; }; }; getSalesOrdersStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesOrdersStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesOrdersStatusesByParentIdEmailtemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusEmailTemplate"][]; }; }; }; }; postSalesOrdersStatusesByParentIdEmailtemplates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; }; cookie?: never; }; /** @description orderStatusEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["OrderStatusEmailTemplate"]; }; }; responses: { /** @description OrderStatusEmailTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusEmailTemplate"]; }; }; }; }; getSalesOrdersStatusesByParentIdEmailtemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusEmailTemplate"]; }; }; }; }; putSalesOrdersStatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; /** @description orderStatusEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["OrderStatusEmailTemplate"]; }; }; responses: { /** @description OrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusEmailTemplate"]; }; }; }; }; deleteSalesOrdersStatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOrdersStatusesByParentIdEmailtemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailtemplateId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OrderStatusEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusEmailTemplate"]; }; }; }; }; getSalesOrdersStatusesByParentIdEmailtemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOrdersStatusesByParentIdNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of OrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusNotification"][]; }; }; }; }; postSalesOrdersStatusesByParentIdNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; }; cookie?: never; }; /** @description orderStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["OrderStatusNotification"]; }; }; responses: { /** @description OrderStatusNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusNotification"]; }; }; }; }; getSalesOrdersStatusesByParentIdNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusNotification"]; }; }; }; }; putSalesOrdersStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; /** @description orderStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["OrderStatusNotification"]; }; }; responses: { /** @description OrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusNotification"]; }; }; }; }; deleteSalesOrdersStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesOrdersStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OrderStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusNotification"]; }; }; }; }; getSalesOrdersStatusesByParentIdNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOrdersStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesOrdersStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of orderStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OrderStatusInfo"][]; }; }; }; }; getSalesOrdersStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesProbabilities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SalesProbability */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbability"][]; }; }; }; }; postSalesProbabilities: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description probability */ requestBody: { content: { "application/json": components["schemas"]["SalesProbability"]; }; }; responses: { /** @description SalesProbability */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbability"]; }; }; }; }; getSalesProbabilitiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description probabilityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SalesProbability */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbability"]; }; }; }; }; putSalesProbabilitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description probabilityId */ id: number; }; cookie?: never; }; /** @description probability */ requestBody: { content: { "application/json": components["schemas"]["SalesProbability"]; }; }; responses: { /** @description SalesProbability */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbability"]; }; }; }; }; deleteSalesProbabilitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description probabilityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesProbabilitiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description probabilityId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SalesProbability */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbability"]; }; }; }; }; getSalesProbabilitiesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SalesProbabilityInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SalesProbabilityInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbabilityInfo"]; }; }; }; }; getSalesProbabilitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesProbabilitiesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of salesProbabilityInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesProbabilityInfo"][]; }; }; }; }; getSalesProbabilitiesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesQuotas: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SalesQuota */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesQuota"][]; }; }; }; }; postSalesQuotas: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description salesQuota */ requestBody: { content: { "application/json": components["schemas"]["SalesQuota"]; }; }; responses: { /** @description SalesQuota */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesQuota"]; }; }; }; }; getSalesQuotasById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description quotaId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SalesQuota */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesQuota"]; }; }; }; }; putSalesQuotasById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description quotaId */ id: number; }; cookie?: never; }; /** @description salesQuota */ requestBody: { content: { "application/json": components["schemas"]["SalesQuota"]; }; }; responses: { /** @description SalesQuota */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesQuota"]; }; }; }; }; deleteSalesQuotasById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description quotaId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesQuotasById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description quotaId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SalesQuota */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesQuota"]; }; }; }; }; getSalesQuotasCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesRoles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Role */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Role"][]; }; }; }; }; postSalesRoles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description role */ requestBody: { content: { "application/json": components["schemas"]["Role"]; }; }; responses: { /** @description Role */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Role"]; }; }; }; }; getSalesRolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description roleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Role */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Role"]; }; }; }; }; putSalesRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description roleId */ id: number; }; cookie?: never; }; /** @description role */ requestBody: { content: { "application/json": components["schemas"]["Role"]; }; }; responses: { /** @description Role */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Role"]; }; }; }; }; deleteSalesRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description roleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description roleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Role */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Role"]; }; }; }; }; getSalesRolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesSalesTeams: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SalesTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeam"][]; }; }; }; }; postSalesSalesTeams: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description salesTeam */ requestBody: { content: { "application/json": components["schemas"]["SalesTeam"]; }; }; responses: { /** @description SalesTeam */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeam"]; }; }; }; }; getSalesSalesTeamsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesTeamId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SalesTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeam"]; }; }; }; }; putSalesSalesTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesTeamId */ id: number; }; cookie?: never; }; /** @description salesTeam */ requestBody: { content: { "application/json": components["schemas"]["SalesTeam"]; }; }; responses: { /** @description SalesTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeam"]; }; }; }; }; deleteSalesSalesTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesTeamId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesSalesTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesTeamId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SalesTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeam"]; }; }; }; }; getSalesSalesTeamsByParentIdMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesTeamId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SalesTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeamMember"][]; }; }; }; }; postSalesSalesTeamsByParentIdMembers: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description salesTeamId */ parentId: number; }; cookie?: never; }; /** @description salesTeamMember */ requestBody: { content: { "application/json": components["schemas"]["SalesTeamMember"]; }; }; responses: { /** @description SalesTeamMember */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeamMember"]; }; }; }; }; getSalesSalesTeamsByParentIdMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description salesTeamId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SalesTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeamMember"]; }; }; }; }; putSalesSalesTeamsByParentIdMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description salesTeamId */ parentId: number; }; cookie?: never; }; /** @description salesTeamMember */ requestBody: { content: { "application/json": components["schemas"]["SalesTeamMember"]; }; }; responses: { /** @description SalesTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeamMember"]; }; }; }; }; deleteSalesSalesTeamsByParentIdMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description salesTeamId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesSalesTeamsByParentIdMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description salesTeamId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SalesTeamMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SalesTeamMember"]; }; }; }; }; getSalesSalesTeamsByParentIdMembersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description salesTeamId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesSalesTeamsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesScheduleHolidaylistsByParentIdHolidaysInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description HolidayListId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesScheduleHolidaylistsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesServicePriorityInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesStages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Stage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStage"][]; }; }; }; }; postSalesStages: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description stage */ requestBody: { content: { "application/json": components["schemas"]["OpportunityStage"]; }; }; responses: { /** @description Stage */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStage"]; }; }; }; }; getSalesStagesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Stage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStage"]; }; }; }; }; putSalesStagesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; /** @description stage */ requestBody: { content: { "application/json": components["schemas"]["OpportunityStage"]; }; }; responses: { /** @description Stage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStage"]; }; }; }; }; deleteSalesStagesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSalesStagesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Stage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStage"]; }; }; }; }; getSalesStagesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description StageInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStageInfo"]; }; }; }; }; getSalesStagesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesStagesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description stageId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSalesStagesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSalesStagesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of StageInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OpportunityStageInfo"][]; }; }; }; }; getSalesStagesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleCalendars: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Calendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"][]; }; }; }; }; postScheduleCalendars: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description calendar */ requestBody: { content: { "application/json": components["schemas"]["Calendar"]; }; }; responses: { /** @description Calendar */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"]; }; }; }; }; getScheduleCalendarsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Calendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"]; }; }; }; }; putScheduleCalendarsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; /** @description calendar */ requestBody: { content: { "application/json": components["schemas"]["Calendar"]; }; }; responses: { /** @description Calendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"]; }; }; }; }; deleteScheduleCalendarsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchScheduleCalendarsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Calendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"]; }; }; }; }; postScheduleCalendarsByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Calendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"]; }; }; }; }; getScheduleCalendarsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description CalendarInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CalendarInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CalendarInfo"]; }; }; }; }; getScheduleCalendarsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getScheduleCalendarsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description calendarId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getScheduleCalendarsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Calendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Calendar"]; }; }; }; }; getScheduleCalendarsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of calendarInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CalendarInfo"][]; }; }; }; }; getScheduleCalendarsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description CalendarInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CalendarInfo"]; }; }; }; }; getScheduleColors: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleColor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleColor"][]; }; }; }; }; getScheduleColorsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description colorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleColor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleColor"]; }; }; }; }; putScheduleColorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description colorId */ id: number; }; cookie?: never; }; /** @description scheduleColor */ requestBody: { content: { "application/json": components["schemas"]["ScheduleColor"]; }; }; responses: { /** @description ScheduleColor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleColor"]; }; }; }; }; patchScheduleColorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description colorId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ScheduleColor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleColor"]; }; }; }; }; postScheduleColorsByIdClear: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description colorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleColor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleColor"]; }; }; }; }; getScheduleColorsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postScheduleColorsReset: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleColor */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleColor"][]; }; }; }; }; getScheduleDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleEntryDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntryDetail"][]; }; }; }; }; getScheduleDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleEntryDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntryDetail"]; }; }; }; }; getScheduleDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleEntries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntry"][]; }; }; }; }; postScheduleEntries: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description scheduleEntry */ requestBody: { content: { "application/json": components["schemas"]["ScheduleEntry"]; }; }; responses: { /** @description ScheduleEntry */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntry"]; }; }; }; }; getScheduleEntriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntry"]; }; }; }; }; putScheduleEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description scheduleEntry */ requestBody: { content: { "application/json": components["schemas"]["ScheduleEntry"]; }; }; responses: { /** @description ScheduleEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntry"]; }; }; }; }; deleteScheduleEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchScheduleEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ScheduleEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntry"]; }; }; }; }; deleteScheduleEntriesByIdByNotifyResource: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; /** @description notifyResource */ notifyResource: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getScheduleEntriesByParentIdDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleDetail"][]; }; }; }; }; getScheduleEntriesByParentIdDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleDetail"]; }; }; }; }; getScheduleEntriesByParentIdDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleEntriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleHolidayLists: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of HolidayList */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayList"][]; }; }; }; }; postScheduleHolidayLists: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description holidayList */ requestBody: { content: { "application/json": components["schemas"]["HolidayList"]; }; }; responses: { /** @description HolidayList */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayList"]; }; }; }; }; getScheduleHolidayListsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description holidayListId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description HolidayList */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayList"]; }; }; }; }; putScheduleHolidayListsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayListId */ id: number; }; cookie?: never; }; /** @description holidayList */ requestBody: { content: { "application/json": components["schemas"]["HolidayList"]; }; }; responses: { /** @description HolidayList */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayList"]; }; }; }; }; deleteScheduleHolidayListsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayListId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchScheduleHolidayListsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayListId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description HolidayList */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayList"]; }; }; }; }; getScheduleHolidaylistsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description HolidayListInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description HolidayListInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayListInfo"]; }; }; }; }; getScheduleHolidayListsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description holidayListId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getScheduleHolidayListsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description holidayListId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getScheduleHolidayListsByParentIdHolidays: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description holidayListId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Holiday */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Holiday"][]; }; }; }; }; postScheduleHolidayListsByParentIdHolidays: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayListId */ parentId: number; }; cookie?: never; }; /** @description holiday */ requestBody: { content: { "application/json": components["schemas"]["Holiday"]; }; }; responses: { /** @description Holiday */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Holiday"]; }; }; }; }; getScheduleHolidayListsByParentIdHolidaysById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description holidayId */ id: number; /** @description holidayListId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Holiday */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Holiday"]; }; }; }; }; putScheduleHolidayListsByParentIdHolidaysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayId */ id: number; /** @description holidayListId */ parentId: number; }; cookie?: never; }; /** @description holiday */ requestBody: { content: { "application/json": components["schemas"]["Holiday"]; }; }; responses: { /** @description Holiday */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Holiday"]; }; }; }; }; deleteScheduleHolidayListsByParentIdHolidaysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayId */ id: number; /** @description holidayListId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchScheduleHolidayListsByParentIdHolidaysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description holidayId */ id: number; /** @description holidayListId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Holiday */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Holiday"]; }; }; }; }; getScheduleHolidaylistsByParentIdHolidaysByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description HolidayListId */ parentId: number; /** @description HolidayInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description HolidayInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayInfo"]; }; }; }; }; getScheduleHolidayListsByParentIdHolidaysCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description holidayListId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleHolidaylistsByParentIdHolidaysInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description HolidayListId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of holidayInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayInfo"][]; }; }; }; }; postScheduleHolidayListsCopy: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description copy */ requestBody: { content: { "application/json": components["schemas"]["HolidayList"]; }; }; responses: { /** @description HolidayList */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayList"]; }; }; }; }; getScheduleHolidayListsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleHolidaylistsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of holidayListInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["HolidayListInfo"][]; }; }; }; }; getSchedulePortalcalendars: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalCalendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalCalendar"][]; }; }; }; }; getSchedulePortalcalendarsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalcalendarId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalCalendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalCalendar"]; }; }; }; }; putSchedulePortalcalendarsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalcalendarId */ id: number; }; cookie?: never; }; /** @description portalCalendar */ requestBody: { content: { "application/json": components["schemas"]["PortalCalendar"]; }; }; responses: { /** @description PortalCalendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalCalendar"]; }; }; }; }; patchSchedulePortalcalendarsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalcalendarId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalCalendar */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalCalendar"]; }; }; }; }; getSchedulePortalcalendarsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleReminderTimes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleReminderTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleReminderTime"][]; }; }; }; }; getScheduleReminderTimesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reminderTimeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleReminderTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleReminderTime"]; }; }; }; }; putScheduleReminderTimesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reminderTimeId */ id: number; }; cookie?: never; }; /** @description reminderTime */ requestBody: { content: { "application/json": components["schemas"]["ScheduleReminderTime"]; }; }; responses: { /** @description ScheduleReminderTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleReminderTime"]; }; }; }; }; patchScheduleReminderTimesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reminderTimeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ScheduleReminderTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleReminderTime"]; }; }; }; }; getScheduleReminderTimesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatus"][]; }; }; }; }; postScheduleStatuses: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description scheduleStatus */ requestBody: { content: { "application/json": components["schemas"]["ScheduleStatus"]; }; }; responses: { /** @description ScheduleStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatus"]; }; }; }; }; getScheduleStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatus"]; }; }; }; }; putScheduleStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description scheduleStatus */ requestBody: { content: { "application/json": components["schemas"]["ScheduleStatus"]; }; }; responses: { /** @description ScheduleStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatus"]; }; }; }; }; deleteScheduleStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchScheduleStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ScheduleStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatus"]; }; }; }; }; getScheduleStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ScheduleStatusInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatusInfo"]; }; }; }; }; getScheduleStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of scheduleStatusInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStatusInfo"][]; }; }; }; }; getScheduleStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleType"][]; }; }; }; }; postScheduleTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description scheduleType */ requestBody: { content: { "application/json": components["schemas"]["ScheduleType"]; }; }; responses: { /** @description ScheduleType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleType"]; }; }; }; }; getScheduleTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleType"]; }; }; }; }; putScheduleTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description scheduleType */ requestBody: { content: { "application/json": components["schemas"]["ScheduleType"]; }; }; responses: { /** @description ScheduleType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleType"]; }; }; }; }; deleteScheduleTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchScheduleTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ScheduleType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleType"]; }; }; }; }; getScheduleTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleTypeInfo"]; }; }; }; }; getScheduleTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getScheduleTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getScheduleTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getScheduleTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleTypeInfo"][]; }; }; }; }; getScheduleTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoards: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Board */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Board"][]; }; }; }; }; postServiceBoards: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description board */ requestBody: { content: { "application/json": components["schemas"]["Board"]; }; }; responses: { /** @description Board */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Board"]; }; }; }; }; getServiceBoardsByGrandparentIdItemsByParentIdAssociations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description itemId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardItemAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItemAssociation"][]; }; }; }; }; getServiceBoardsByGrandparentIdItemsByParentIdAssociationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description associationId */ id: number; /** @description itemId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardItemAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItemAssociation"]; }; }; }; }; putServiceBoardsByGrandparentIdItemsByParentIdAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description associationId */ id: number; /** @description itemId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description itemAssociation */ requestBody: { content: { "application/json": components["schemas"]["BoardItemAssociation"]; }; }; responses: { /** @description BoardItemAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItemAssociation"]; }; }; }; }; patchServiceBoardsByGrandparentIdItemsByParentIdAssociationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description associationId */ id: number; /** @description itemId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardItemAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItemAssociation"]; }; }; }; }; getServiceBoardsByGrandparentIdItemsByParentIdAssociationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description itemId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByGrandparentIdStatusesByParentIdNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusNotification"][]; }; }; }; }; postServiceBoardsByGrandparentIdStatusesByParentIdNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description boardStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["BoardStatusNotification"]; }; }; responses: { /** @description BoardStatusNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusNotification"]; }; }; }; }; getServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusNotification"]; }; }; }; }; putServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description boardStatusNotification */ requestBody: { content: { "application/json": components["schemas"]["BoardStatusNotification"]; }; }; responses: { /** @description BoardStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusNotification"]; }; }; }; }; deleteServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByGrandparentIdStatusesByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardStatusNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusNotification"]; }; }; }; }; getServiceBoardsByGrandparentIdStatusesByParentIdNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ parentId: number; /** @description boardId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Board */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Board"]; }; }; }; }; putServiceBoardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; /** @description board */ requestBody: { content: { "application/json": components["schemas"]["Board"]; }; }; responses: { /** @description Board */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Board"]; }; }; }; }; deleteServiceBoardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Board */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Board"]; }; }; }; }; getServiceBoardsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdAutoAssignResources: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardAutoAssignResource */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoAssignResource"][]; }; }; }; }; postServiceBoardsByParentIdAutoAssignResources: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardAutoAssignResource */ requestBody: { content: { "application/json": components["schemas"]["BoardAutoAssignResource"]; }; }; responses: { /** @description BoardAutoAssignResource */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoAssignResource"]; }; }; }; }; getServiceBoardsByParentIdAutoAssignResourcesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description autoAssignResourceId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardAutoAssignResource */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoAssignResource"]; }; }; }; }; putServiceBoardsByParentIdAutoAssignResourcesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoAssignResourceId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardAutoAssignResource */ requestBody: { content: { "application/json": components["schemas"]["BoardAutoAssignResource"]; }; }; responses: { /** @description BoardAutoAssignResource */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoAssignResource"]; }; }; }; }; deleteServiceBoardsByParentIdAutoAssignResourcesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoAssignResourceId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdAutoAssignResourcesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoAssignResourceId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardAutoAssignResource */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoAssignResource"]; }; }; }; }; getServiceBoardsByParentIdAutoAssignResourcesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdAutoTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardAutoTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoTemplate"][]; }; }; }; }; postServiceBoardsByParentIdAutoTemplates: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardAutoTemplate */ requestBody: { content: { "application/json": components["schemas"]["BoardAutoTemplate"]; }; }; responses: { /** @description BoardAutoTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoTemplate"]; }; }; }; }; getServiceBoardsByParentIdAutoTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description autoTemplateId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardAutoTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoTemplate"]; }; }; }; }; putServiceBoardsByParentIdAutoTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoTemplateId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardAutoTemplate */ requestBody: { content: { "application/json": components["schemas"]["BoardAutoTemplate"]; }; }; responses: { /** @description BoardAutoTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoTemplate"]; }; }; }; }; deleteServiceBoardsByParentIdAutoTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoTemplateId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdAutoTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoTemplateId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardAutoTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardAutoTemplate"]; }; }; }; }; getServiceBoardsByParentIdAutoTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdExcludedMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardExcludedMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardExcludedMember"][]; }; }; }; }; postServiceBoardsByParentIdExcludedMembers: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardExcludedMember */ requestBody: { content: { "application/json": components["schemas"]["BoardExcludedMember"]; }; }; responses: { /** @description BoardExcludedMember */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardExcludedMember"]; }; }; }; }; getServiceBoardsByParentIdExcludedMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description excludedMemberId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardExcludedMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardExcludedMember"]; }; }; }; }; deleteServiceBoardsByParentIdExcludedMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description excludedMemberId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getServiceBoardsByParentIdExcludedMembersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdItems: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItem"][]; }; }; }; }; postServiceBoardsByParentIdItems: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardItem */ requestBody: { content: { "application/json": components["schemas"]["BoardItem"]; }; }; responses: { /** @description BoardItem */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItem"]; }; }; }; }; getServiceBoardsByParentIdItemsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description itemId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItem"]; }; }; }; }; putServiceBoardsByParentIdItemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description itemId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardItem */ requestBody: { content: { "application/json": components["schemas"]["BoardItem"]; }; }; responses: { /** @description BoardItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItem"]; }; }; }; }; deleteServiceBoardsByParentIdItemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description itemId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdItemsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description itemId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardItem */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardItem"]; }; }; }; }; getServiceBoardsByParentIdItemsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description itemId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdItemsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description itemId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdItemsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdNotifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardNotification"][]; }; }; }; }; postServiceBoardsByParentIdNotifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardNotification */ requestBody: { content: { "application/json": components["schemas"]["BoardNotification"]; }; }; responses: { /** @description BoardNotification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardNotification"]; }; }; }; }; getServiceBoardsByParentIdNotificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardNotification"]; }; }; }; }; putServiceBoardsByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardNotification */ requestBody: { content: { "application/json": components["schemas"]["BoardNotification"]; }; }; responses: { /** @description BoardNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardNotification"]; }; }; }; }; deleteServiceBoardsByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdNotificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardNotification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardNotification"]; }; }; }; }; getServiceBoardsByParentIdNotificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdSkillMappings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardSkillMapping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSkillMapping"][]; }; }; }; }; postServiceBoardsByParentIdSkillMappings: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description BoardSkillMapping */ requestBody: { content: { "application/json": components["schemas"]["BoardSkillMapping"]; }; }; responses: { /** @description BoardSkillMapping */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSkillMapping"]; }; }; }; }; getServiceBoardsByParentIdSkillMappingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description BoardSkillMappingId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardSkillMapping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSkillMapping"]; }; }; }; }; putServiceBoardsByParentIdSkillMappingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description BoardSkillMappingId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardSkillMapping */ requestBody: { content: { "application/json": components["schemas"]["BoardSkillMapping"]; }; }; responses: { /** @description BoardSkillMapping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSkillMapping"]; }; }; }; }; deleteServiceBoardsByParentIdSkillMappingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description BoardSkillMappingId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdSkillMappingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description BoardSkillMappingId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardSkillMapping */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSkillMapping"]; }; }; }; }; getServiceBoardsByParentIdSkillMappingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdStatuses: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatus"][]; }; }; }; }; postServiceBoardsByParentIdStatuses: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardStatus */ requestBody: { content: { "application/json": components["schemas"]["BoardStatus"]; }; }; responses: { /** @description BoardStatus */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatus"]; }; }; }; }; getServiceBoardsByParentIdStatusesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatus"]; }; }; }; }; putServiceBoardsByParentIdStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardStatus */ requestBody: { content: { "application/json": components["schemas"]["BoardStatus"]; }; }; responses: { /** @description BoardStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatus"]; }; }; }; }; deleteServiceBoardsByParentIdStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdStatusesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description statusId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardStatus */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatus"]; }; }; }; }; getServiceBoardsByParentIdStatusesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceBoardId */ parentId: number; /** @description StatusId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardStatusInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusInfo"]; }; }; }; }; getServiceBoardsByParentIdStatusesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdStatusesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description statusId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdStatusesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdStatusesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceBoardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardStatusInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardStatusInfo"][]; }; }; }; }; getServiceBoardsByParentIdStatusesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceBoardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdSubtypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubType"][]; }; }; }; }; postServiceBoardsByParentIdSubtypes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardSubType */ requestBody: { content: { "application/json": components["schemas"]["BoardSubType"]; }; }; responses: { /** @description BoardSubType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubType"]; }; }; }; }; getServiceBoardsByParentIdSubtypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subtypeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubType"]; }; }; }; }; putServiceBoardsByParentIdSubtypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subtypeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardSubType */ requestBody: { content: { "application/json": components["schemas"]["BoardSubType"]; }; }; responses: { /** @description BoardSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubType"]; }; }; }; }; deleteServiceBoardsByParentIdSubtypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subtypeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdSubtypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description subtypeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardSubType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubType"]; }; }; }; }; getServiceBoardsByParentIdSubtypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; /** @description BoardSubTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardSubTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubTypeInfo"]; }; }; }; }; getServiceBoardsByParentIdSubtypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subtypeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdSubtypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description subtypeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdSubtypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdSubtypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of boardSubTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardSubTypeInfo"][]; }; }; }; }; getServiceBoardsByParentIdSubtypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdTeams: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeam"][]; }; }; }; }; postServiceBoardsByParentIdTeams: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description _boardTeam */ requestBody: { content: { "application/json": components["schemas"]["BoardTeam"]; }; }; responses: { /** @description BoardTeam */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeam"]; }; }; }; }; getServiceBoardsByParentIdTeamsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeam"]; }; }; }; }; putServiceBoardsByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description _boardTeam */ requestBody: { content: { "application/json": components["schemas"]["BoardTeam"]; }; }; responses: { /** @description BoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeam"]; }; }; }; }; deleteServiceBoardsByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdTeamsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeam"]; }; }; }; }; getServiceBoardsByParentIdTeamsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description BoardTeamInfoId */ id: number; parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardTeamInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeamInfo"]; }; }; }; }; getServiceBoardsByParentIdTeamsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdTeamsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdTeamsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of boardTeamInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTeamInfo"][]; }; }; }; }; getServiceBoardsByParentIdTeamsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardType"][]; }; }; }; }; postServiceBoardsByParentIdTypes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardType */ requestBody: { content: { "application/json": components["schemas"]["BoardType"]; }; }; responses: { /** @description BoardType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardType"]; }; }; }; }; getServiceBoardsByParentIdTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardType"]; }; }; }; }; putServiceBoardsByParentIdTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description boardType */ requestBody: { content: { "application/json": components["schemas"]["BoardType"]; }; }; responses: { /** @description BoardType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardType"]; }; }; }; }; deleteServiceBoardsByParentIdTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceBoardsByParentIdTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description BoardType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardType"]; }; }; }; }; getServiceBoardsByParentIdTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceBoardsByParentIdTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceBoardsByParentIdTypeSubTypeItemAssociations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardTypeSubTypeItemAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTypeSubTypeItemAssociation"][]; }; }; }; }; getServiceBoardsByParentIdTypeSubTypeItemAssociationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeSubTypeItemAssociationId */ id: number; /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardTypeSubTypeItemAssociation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTypeSubTypeItemAssociation"]; }; }; }; }; getServiceBoardsByParentIdTypeSubTypeItemAssociationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postServiceBoardsCopy: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description copy */ requestBody: { content: { "application/json": components["schemas"]["BoardCopy"]; }; }; responses: { /** @description Board */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Board"]; }; }; }; }; getServiceBoardsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceCodes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Code */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Code"][]; }; }; }; }; postServiceCodes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description code */ requestBody: { content: { "application/json": components["schemas"]["Code"]; }; }; responses: { /** @description Code */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Code"]; }; }; }; }; getServiceCodesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description codeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Code */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Code"]; }; }; }; }; putServiceCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description codeId */ id: number; }; cookie?: never; }; /** @description code */ requestBody: { content: { "application/json": components["schemas"]["Code"]; }; }; responses: { /** @description Code */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Code"]; }; }; }; }; deleteServiceCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description codeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description codeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Code */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Code"]; }; }; }; }; getServiceCodesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceEmailTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceEmailTemplate"][]; }; }; }; }; postServiceEmailTemplates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description serviceEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["ServiceEmailTemplate"]; }; }; responses: { /** @description ServiceEmailTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceEmailTemplate"]; }; }; }; }; getServiceEmailTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceEmailTemplate"]; }; }; }; }; putServiceEmailTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailTemplateId */ id: number; }; cookie?: never; }; /** @description serviceEmailTemplate */ requestBody: { content: { "application/json": components["schemas"]["ServiceEmailTemplate"]; }; }; responses: { /** @description ServiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceEmailTemplate"]; }; }; }; }; deleteServiceEmailTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceEmailTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailTemplateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceEmailTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceEmailTemplate"]; }; }; }; }; getServiceEmailTemplatesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceEmailTemplatesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceEmailTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceImpacts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Impact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Impact"][]; }; }; }; }; getServiceImpactsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description impactId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Impact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Impact"]; }; }; }; }; putServiceImpactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description impactId */ id: number; }; cookie?: never; }; /** @description impact */ requestBody: { content: { "application/json": components["schemas"]["Impact"]; }; }; responses: { /** @description Impact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Impact"]; }; }; }; }; patchServiceImpactsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description impactId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Impact */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Impact"]; }; }; }; }; getServiceImpactsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceInfoBoards: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardInfo"][]; }; }; }; }; getServiceInfoBoardsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardInfo"]; }; }; }; }; getServiceInfoBoardsActive: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of active BoardInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardInfo"][]; }; }; }; }; getServiceInfoBoardsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceInfoBoardtypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of BoardTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTypeInfo"][]; }; }; }; }; getServiceInfoBoardtypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description boardtypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description BoardTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BoardTypeInfo"]; }; }; }; }; getServiceInfoBoardtypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceKnowledgeBaseArticles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of KnowledgeBaseArticle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseArticle"][]; }; }; }; }; postServiceKnowledgeBaseArticles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description knowledgeBaseArticle */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseArticle"]; }; }; responses: { /** @description KnowledgeBaseArticle */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseArticle"]; }; }; }; }; getServiceKnowledgeBaseArticlesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description knowledgeBaseArticleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description KnowledgeBaseArticle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseArticle"]; }; }; }; }; putServiceKnowledgeBaseArticlesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseArticleId */ id: number; }; cookie?: never; }; /** @description knowledgeBaseArticle */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseArticle"]; }; }; responses: { /** @description KnowledgeBaseArticle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseArticle"]; }; }; }; }; deleteServiceKnowledgeBaseArticlesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseArticleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceKnowledgeBaseArticlesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseArticleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description KnowledgeBaseArticle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseArticle"]; }; }; }; }; getServiceKnowledgeBaseArticlesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceKnowledgeBaseCategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of KnowledgeBaseCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseCategory"][]; }; }; }; }; postServiceKnowledgeBaseCategories: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description knowledgeBaseCategory */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseCategory"]; }; }; responses: { /** @description KnowledgeBaseCategory */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseCategory"]; }; }; }; }; getServiceKnowledgeBaseCategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description knowledgeBaseCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description KnowledgeBaseCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseCategory"]; }; }; }; }; putServiceKnowledgeBaseCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseCategoryId */ id: number; }; cookie?: never; }; /** @description knowledgeBaseCategory */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseCategory"]; }; }; responses: { /** @description KnowledgeBaseCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseCategory"]; }; }; }; }; deleteServiceKnowledgeBaseCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceKnowledgeBaseCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseCategoryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description KnowledgeBaseCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseCategory"]; }; }; }; }; getServiceKnowledgeBaseCategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceKnowledgebasesettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description KnowledgeBaseSettings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSettings"]; }; }; }; }; postServiceKnowledgebasesettings: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description knowledgeBaseSettings */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseSettings"]; }; }; responses: { /** @description KnowledgeBaseSettings */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSettings"]; }; }; }; }; getServiceKnowledgebasesettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description knowledgebasesettingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description KnowledgeBaseSettings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSettings"]; }; }; }; }; putServiceKnowledgebasesettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgebasesettingId */ id: number; }; cookie?: never; }; /** @description knowledgeBaseSettings */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseSettings"]; }; }; responses: { /** @description KnowledgeBaseSettings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSettings"]; }; }; }; }; patchServiceKnowledgebasesettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgebasesettingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description KnowledgeBaseSettings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSettings"]; }; }; }; }; getServiceKnowledgeBaseSubCategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of KnowledgeBaseSubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSubCategory"][]; }; }; }; }; postServiceKnowledgeBaseSubCategories: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description knowledgeBaseSubCategory */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseSubCategory"]; }; }; responses: { /** @description KnowledgeBaseSubCategory */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSubCategory"]; }; }; }; }; getServiceKnowledgeBaseSubCategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description knowledgeBaseSubCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description KnowledgeBaseSubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSubCategory"]; }; }; }; }; putServiceKnowledgeBaseSubCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseSubCategoryId */ id: number; }; cookie?: never; }; /** @description knowledgeBaseSubCategory */ requestBody: { content: { "application/json": components["schemas"]["KnowledgeBaseSubCategory"]; }; }; responses: { /** @description KnowledgeBaseSubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSubCategory"]; }; }; }; }; deleteServiceKnowledgeBaseSubCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseSubCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceKnowledgeBaseSubCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description knowledgeBaseSubCategoryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description KnowledgeBaseSubCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KnowledgeBaseSubCategory"]; }; }; }; }; getServiceKnowledgeBaseSubCategoriesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description knowledgeBaseSubCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceKnowledgeBaseSubCategoriesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description knowledgeBaseSubCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceKnowledgeBaseSubCategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceLocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocation"][]; }; }; }; }; postServiceLocations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description location */ requestBody: { content: { "application/json": components["schemas"]["ServiceLocation"]; }; }; responses: { /** @description ServiceLocation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocation"]; }; }; }; }; getServiceLocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocation"]; }; }; }; }; putServiceLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; /** @description location */ requestBody: { content: { "application/json": components["schemas"]["ServiceLocation"]; }; }; responses: { /** @description ServiceLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocation"]; }; }; }; }; deleteServiceLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocation"]; }; }; }; }; getServiceLocationsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceLocationInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceLocationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocationInfo"]; }; }; }; }; getServiceLocationsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceLocationsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceLocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceLocationsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of serviceLocationInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceLocationInfo"][]; }; }; }; }; getServiceLocationsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServicePriorities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Priority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Priority"][]; }; }; }; }; postServicePriorities: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description priority */ requestBody: { content: { "application/json": components["schemas"]["Priority"]; }; }; responses: { /** @description Priority */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Priority"]; }; }; }; }; getServicePrioritiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description priorityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Priority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Priority"]; }; }; }; }; putServicePrioritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description priorityId */ id: number; }; cookie?: never; }; /** @description priority */ requestBody: { content: { "application/json": components["schemas"]["Priority"]; }; }; responses: { /** @description Priority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Priority"]; }; }; }; }; deleteServicePrioritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description priorityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServicePrioritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description priorityId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Priority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Priority"]; }; }; }; }; getServicePrioritiesByIdImage: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description priorityId */ id: number; /** @description lastModified */ lastModified: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getServicePrioritiesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description priorityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServicePrioritiesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description priorityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServicePrioritiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServicePriorityByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description PriorityInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PriorityInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PriorityInfo"]; }; }; }; }; getServicePriorityInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of priorityInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PriorityInfo"][]; }; }; }; }; getServiceSchedulingMembersByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SchedulingMemberInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SchedulingMemberInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SchedulingMemberInfo"]; }; }; }; }; getServiceSchedulingMembersInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of schedulingMemberInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SchedulingMemberInfo"][]; }; }; }; }; getServiceSchedulingMembersInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceServiceSignoff: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceSignoff */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoff"][]; }; }; }; }; postServiceServiceSignoff: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description serviceSignoff */ requestBody: { content: { "application/json": components["schemas"]["ServiceSignoff"]; }; }; responses: { /** @description ServiceSignoff */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoff"]; }; }; }; }; getServiceServiceSignoffById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceSignoffId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSignoff */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoff"]; }; }; }; }; putServiceServiceSignoffById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceSignoffId */ id: number; }; cookie?: never; }; /** @description serviceSignoff */ requestBody: { content: { "application/json": components["schemas"]["ServiceSignoff"]; }; }; responses: { /** @description ServiceSignoff */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoff"]; }; }; }; }; deleteServiceServiceSignoffById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceSignoffId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceServiceSignoffById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceSignoffId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceSignoff */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoff"]; }; }; }; }; getServiceServiceSignoffByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceSignoffInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSignoffInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffInfo"]; }; }; }; }; getServiceServiceSignoffByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceSignoffId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceServiceSignoffByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceSignoffId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceServiceSignoffByParentIdSignoffcustomfields: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceSignoffCustomField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffCustomField"][]; }; }; }; }; postServiceServiceSignoffByParentIdSignoffcustomfields: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; /** @description serviceSignoff */ requestBody: { content: { "application/json": components["schemas"]["ServiceSignoffCustomField"]; }; }; responses: { /** @description ServiceSignoffCustomField */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffCustomField"]; }; }; }; }; getServiceServiceSignoffByParentIdSignoffcustomfieldsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceSignoffCustomFieldId */ id: number; /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSignoffCustomField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffCustomField"]; }; }; }; }; putServiceServiceSignoffByParentIdSignoffcustomfieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ServiceSignoffCustomFieldId */ id: number; /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; /** @description ServiceSignoffCustomField */ requestBody: { content: { "application/json": components["schemas"]["ServiceSignoffCustomField"]; }; }; responses: { /** @description ServiceSignoffCustomField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffCustomField"]; }; }; }; }; deleteServiceServiceSignoffByParentIdSignoffcustomfieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ServiceSignoffCustomFieldId */ id: number; /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceServiceSignoffByParentIdSignoffcustomfieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ServiceSignoffCustomFieldId */ id: number; /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceSignoff */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffCustomField"]; }; }; }; }; getServiceServiceSignoffByParentIdSignoffcustomfieldsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceSignoffId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceServiceSignoffCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceServiceSignoffInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of serviceSignoffInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSignoffInfo"][]; }; }; }; }; getServiceServiceSignoffInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSeverities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Severity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Severity"][]; }; }; }; }; getServiceSeveritiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description severityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Severity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Severity"]; }; }; }; }; putServiceSeveritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description severityId */ id: number; }; cookie?: never; }; /** @description severity */ requestBody: { content: { "application/json": components["schemas"]["Severity"]; }; }; responses: { /** @description Severity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Severity"]; }; }; }; }; patchServiceSeveritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description severityId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Severity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Severity"]; }; }; }; }; getServiceSeveritiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSLAs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SLA */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLA"][]; }; }; }; }; postServiceSLAs: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description sLA */ requestBody: { content: { "application/json": components["schemas"]["SLA"]; }; }; responses: { /** @description SLA */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLA"]; }; }; }; }; getServiceSLAsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SLAId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SLA */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLA"]; }; }; }; }; putServiceSLAsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description SLAId */ id: number; }; cookie?: never; }; /** @description sLA */ requestBody: { content: { "application/json": components["schemas"]["SLA"]; }; }; responses: { /** @description SLA */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLA"]; }; }; }; }; deleteServiceSLAsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description SLAId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSLAsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description SLAId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SLA */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLA"]; }; }; }; }; getServiceSlasByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SLAInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SLAInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAInfo"]; }; }; }; }; getServiceSLAsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SLAId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceSLAsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SLAId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceSLAsByParentIdPriorities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SLAId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SLAPriority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAPriority"][]; }; }; }; }; postServiceSLAsByParentIdPriorities: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description SLAId */ parentId: number; }; cookie?: never; }; /** @description sLAPriority */ requestBody: { content: { "application/json": components["schemas"]["SLAPriority"]; }; }; responses: { /** @description SLAPriority */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAPriority"]; }; }; }; }; getServiceSLAsByParentIdPrioritiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description priorityId */ id: number; /** @description SLAId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SLAPriority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAPriority"]; }; }; }; }; putServiceSLAsByParentIdPrioritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description priorityId */ id: number; /** @description SLAId */ parentId: number; }; cookie?: never; }; /** @description sLAPriority */ requestBody: { content: { "application/json": components["schemas"]["SLAPriority"]; }; }; responses: { /** @description SLAPriority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAPriority"]; }; }; }; }; deleteServiceSLAsByParentIdPrioritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description priorityId */ id: number; /** @description SLAId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSLAsByParentIdPrioritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description priorityId */ id: number; /** @description SLAId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SLAPriority */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAPriority"]; }; }; }; }; getServiceSLAsByParentIdPrioritiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SLAId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSLAsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSlasInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of sLAInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SLAInfo"][]; }; }; }; }; getServiceSLAsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSources: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Source */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Source"][]; }; }; }; }; postServiceSources: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description source */ requestBody: { content: { "application/json": components["schemas"]["Source"]; }; }; responses: { /** @description Source */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Source"]; }; }; }; }; getServiceSourcesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description sourceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Source */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Source"]; }; }; }; }; putServiceSourcesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sourceId */ id: number; }; cookie?: never; }; /** @description source */ requestBody: { content: { "application/json": components["schemas"]["Source"]; }; }; responses: { /** @description Source */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Source"]; }; }; }; }; deleteServiceSourcesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sourceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSourcesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sourceId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Source */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Source"]; }; }; }; }; getServiceSourcesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SourceInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SourceInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SourceInfo"]; }; }; }; }; getServiceSourcesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description sourceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceSourcesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description sourceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceSourcesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSourcesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of sourceInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SourceInfo"][]; }; }; }; }; getServiceSourcesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSurveys: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceSurvey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurvey"][]; }; }; }; }; postServiceSurveys: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description survey */ requestBody: { content: { "application/json": components["schemas"]["ServiceSurvey"]; }; }; responses: { /** @description ServiceSurvey */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurvey"]; }; }; }; }; getServiceSurveysByGrandparentIdQuestionsByParentIdOptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SurveyOption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyOption"][]; }; }; }; }; postServiceSurveysByGrandparentIdQuestionsByParentIdOptions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; /** @description surveyOption */ requestBody: { content: { "application/json": components["schemas"]["SurveyOption"]; }; }; responses: { /** @description SurveyOption */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyOption"]; }; }; }; }; getServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description optionId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SurveyOption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyOption"]; }; }; }; }; putServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description optionId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; /** @description surveyOption */ requestBody: { content: { "application/json": components["schemas"]["SurveyOption"]; }; }; responses: { /** @description SurveyOption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyOption"]; }; }; }; }; deleteServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description optionId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSurveysByGrandparentIdQuestionsByParentIdOptionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description optionId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SurveyOption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyOption"]; }; }; }; }; getServiceSurveysByGrandparentIdQuestionsByParentIdOptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSurveysById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSurvey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurvey"]; }; }; }; }; putServiceSurveysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; /** @description survey */ requestBody: { content: { "application/json": components["schemas"]["ServiceSurvey"]; }; }; responses: { /** @description ServiceSurvey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurvey"]; }; }; }; }; deleteServiceSurveysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSurveysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceSurvey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurvey"]; }; }; }; }; postServiceSurveysByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSurvey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurvey"]; }; }; }; }; getServiceSurveysByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceSurveysByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getServiceSurveysByParentIdQuestions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceSurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurveyQuestion"][]; }; }; }; }; postServiceSurveysByParentIdQuestions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description serviceSurveyQuestion */ requestBody: { content: { "application/json": components["schemas"]["ServiceSurveyQuestion"]; }; }; responses: { /** @description ServiceSurveyQuestion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurveyQuestion"]; }; }; }; }; getServiceSurveysByParentIdQuestionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurveyQuestion"]; }; }; }; }; putServiceSurveysByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description serviceSurveyQuestion */ requestBody: { content: { "application/json": components["schemas"]["ServiceSurveyQuestion"]; }; }; responses: { /** @description ServiceSurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurveyQuestion"]; }; }; }; }; deleteServiceSurveysByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSurveysByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceSurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurveyQuestion"]; }; }; }; }; postServiceSurveysByParentIdQuestionsByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceSurveyQuestion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceSurveyQuestion"]; }; }; }; }; getServiceSurveysByParentIdQuestionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSurveysByParentIdResults: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SurveyResult */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyResult"][]; }; }; }; }; postServiceSurveysByParentIdResults: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description surveyResult */ requestBody: { content: { "application/json": components["schemas"]["SurveyResult"]; }; }; responses: { /** @description SurveyResult */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyResult"]; }; }; }; }; getServiceSurveysByParentIdResultsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description resultId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SurveyResult */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyResult"]; }; }; }; }; putServiceSurveysByParentIdResultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description resultId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description surveyResult */ requestBody: { content: { "application/json": components["schemas"]["SurveyResult"]; }; }; responses: { /** @description SurveyResult */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyResult"]; }; }; }; }; deleteServiceSurveysByParentIdResultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description resultId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceSurveysByParentIdResultsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description resultId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SurveyResult */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyResult"]; }; }; }; }; getServiceSurveysByParentIdResultsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceSurveysCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postServiceTeamMembers: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description teamMember */ requestBody: { content: { "application/json": components["schemas"]["TeamMember"]; }; }; responses: { /** @description TeamMember */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TeamMember"]; }; }; }; }; getServiceTeams: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTeam"][]; }; }; }; }; getServiceTeamsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description teamId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTeam */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTeam"]; }; }; }; }; getServiceTeamsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"][]; }; }; }; }; postServiceTemplates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description serviceTemplate */ requestBody: { content: { "application/json": components["schemas"]["ServiceTemplate"]; }; }; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; getServiceTemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; putServiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateId */ id: number; }; cookie?: never; }; /** @description ServiceTemplate */ requestBody: { content: { "application/json": components["schemas"]["ServiceTemplate"]; }; }; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; deleteServiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplate"]; }; }; }; }; postServiceTemplatesByIdGenerate: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateId */ id: number; }; cookie?: never; }; /** @description templateGenerate */ requestBody: { content: { "application/json": components["schemas"]["TemplateGenerate"]; }; }; responses: { /** @description TemplateGeneratedCountsModel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TemplateGeneratedCountsModel"]; }; }; }; }; getServiceTemplatesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceTemplateInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplateInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateInfo"]; }; }; }; }; getServiceTemplatesByParentIdTasks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description templateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Task */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateTask"][]; }; }; }; }; postServiceTemplatesByParentIdTasks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description templateId */ parentId: number; }; cookie?: never; }; /** @description serviceTemplateTask */ requestBody: { content: { "application/json": components["schemas"]["ServiceTemplateTask"]; }; }; responses: { /** @description ServiceTemplateTask */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateTask"]; }; }; }; }; getServiceTemplatesByParentIdTasksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description templateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTemplateTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateTask"]; }; }; }; }; putServiceTemplatesByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description templateId */ parentId: number; }; cookie?: never; }; /** @description serviceTemplateTask */ requestBody: { content: { "application/json": components["schemas"]["ServiceTemplateTask"]; }; }; responses: { /** @description ServiceTemplateTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateTask"]; }; }; }; }; deleteServiceTemplatesByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description templateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTemplatesByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description templateId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceTemplateTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateTask"]; }; }; }; }; getServiceTemplatesByParentIdTasksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description templateId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTemplatesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of serviceTemplateInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTemplateInfo"][]; }; }; }; }; getServiceTemplatesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketLinks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceTicketLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLink"][]; }; }; }; }; postServiceTicketLinks: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description serviceTicketLink */ requestBody: { content: { "application/json": components["schemas"]["ServiceTicketLink"]; }; }; responses: { /** @description ServiceTicketLink */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLink"]; }; }; }; }; getServiceTicketLinksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketLinkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTicketLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLink"]; }; }; }; }; putServiceTicketLinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketLinkId */ id: number; }; cookie?: never; }; /** @description serviceTicketLink */ requestBody: { content: { "application/json": components["schemas"]["ServiceTicketLink"]; }; }; responses: { /** @description ServiceTicketLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLink"]; }; }; }; }; deleteServiceTicketLinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketLinkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTicketLinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketLinkId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceTicketLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLink"]; }; }; }; }; getServiceTicketLinksByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ServiceTicketLinkInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTicketLinkInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLinkInfo"]; }; }; }; }; getServiceTicketLinksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketLinksInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of serviceTicketLinkInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketLinkInfo"][]; }; }; }; }; getServiceTicketLinksInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTickets: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWise.Apis.v3_0.v2015_3.Service.Ticket.Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"][]; }; }; }; }; postServiceTickets: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ticket */ requestBody: { content: { "application/json": components["schemas"]["Ticket"]; }; }; responses: { /** @description Ticket */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; getServiceTicketsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; putServiceTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; /** @description ticket */ requestBody: { content: { "application/json": components["schemas"]["Ticket"]; }; }; responses: { /** @description Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; deleteServiceTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTicketsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; postServiceTicketsByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"]; }; }; }; }; getServiceTicketsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description TicketInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TicketInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketInfo"]; }; }; }; }; getServiceTicketsByParentIdActivities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ActivityReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityReference"][]; }; }; }; }; getServiceTicketsByParentIdActivitiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsByParentIdAllNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceTicketNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTicketNote"][]; }; }; }; }; postServiceTicketsByParentIdAttachChildren: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description bundle */ requestBody: { content: { "application/json": components["schemas"]["TicketBundle"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getServiceTicketsByParentIdConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConfigurationReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"][]; }; }; }; }; postServiceTicketsByParentIdConfigurations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description configuration */ requestBody: { content: { "application/json": components["schemas"]["ConfigurationReference"]; }; }; responses: { /** @description ConfigurationReference */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"]; }; }; }; }; getServiceTicketsByParentIdConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description configurationId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConfigurationReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConfigurationReference"]; }; }; }; }; deleteServiceTicketsByParentIdConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description configurationId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getServiceTicketsByParentIdConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postServiceTicketsByParentIdConvert: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description conversion */ requestBody: { content: { "application/json": components["schemas"]["ConvertToProject"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getServiceTicketsByParentIdDocuments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of DocumentReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentReference"][]; }; }; }; }; getServiceTicketsByParentIdDocumentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postServiceTicketsByParentIdMerge: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description merge */ requestBody: { content: { "application/json": components["schemas"]["TicketMerge"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getServiceTicketsByParentIdNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceNote"][]; }; }; }; }; postServiceTicketsByParentIdNotes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description serviceNote */ requestBody: { content: { "application/json": components["schemas"]["ServiceNote"]; }; }; responses: { /** @description ServiceNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceNote"]; }; }; }; }; getServiceTicketsByParentIdNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceNote"]; }; }; }; }; putServiceTicketsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description serviceNote */ requestBody: { content: { "application/json": components["schemas"]["ServiceNote"]; }; }; responses: { /** @description ServiceNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceNote"]; }; }; }; }; deleteServiceTicketsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTicketsByParentIdNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description noteId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceNote"]; }; }; }; }; getServiceTicketsByParentIdNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsByParentIdProducts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ProductReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ProductReference"][]; }; }; }; }; getServiceTicketsByParentIdProductsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsByParentIdScheduleentries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleEntryReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleEntryReference"][]; }; }; }; }; getServiceTicketsByParentIdScheduleentriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsByParentIdTasks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Task */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTask"][]; }; }; }; }; postServiceTicketsByParentIdTasks: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description task */ requestBody: { content: { "application/json": components["schemas"]["ServiceTask"]; }; }; responses: { /** @description ServiceTask */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTask"]; }; }; }; }; getServiceTicketsByParentIdTasksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTask"]; }; }; }; }; putServiceTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description task */ requestBody: { content: { "application/json": components["schemas"]["ServiceTask"]; }; }; responses: { /** @description ServiceTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTask"]; }; }; }; }; deleteServiceTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTicketsByParentIdTasksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description taskId */ id: number; /** @description ticketId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ServiceTask */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceTask"]; }; }; }; }; getServiceTicketsByParentIdTasksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsByParentIdTimeentries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeEntryReference */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntryReference"][]; }; }; }; }; getServiceTicketsByParentIdTimeentriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsCalculateSla: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWise.Apis.v3_0.v2015_3.Service.Ticket.Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"][]; }; }; }; }; getServiceTicketsChangelogs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TicketChangeLog */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketChangeLog"][]; }; }; }; }; deleteServiceTicketsChangelogs: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getServiceTicketsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getServiceTicketsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ticketInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketInfo"][]; }; }; }; }; getServiceTicketsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postServiceTicketsSearch: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description filterValues */ requestBody: { content: { "application/json": components["schemas"]["FilterValues"]; }; }; responses: { /** @description List of Ticket */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Ticket"][]; }; }; }; }; getServiceTicketSyncs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TicketSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketSync"][]; }; }; }; }; postServiceTicketSyncs: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ticketSync */ requestBody: { content: { "application/json": components["schemas"]["TicketSync"]; }; }; responses: { /** @description TicketSync */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketSync"]; }; }; }; }; getServiceTicketSyncsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketSyncId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TicketSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketSync"]; }; }; }; }; putServiceTicketSyncsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketSyncId */ id: number; }; cookie?: never; }; /** @description ticketSync */ requestBody: { content: { "application/json": components["schemas"]["TicketSync"]; }; }; responses: { /** @description TicketSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketSync"]; }; }; }; }; deleteServiceTicketSyncsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketSyncId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchServiceTicketSyncsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketSyncId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TicketSync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketSync"]; }; }; }; }; getServiceTicketSyncsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemAllowedfiletypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AllowedFileType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedFileType"][]; }; }; }; }; postSystemAllowedFileTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description allowedFileType */ requestBody: { content: { "application/json": components["schemas"]["AllowedFileType"]; }; }; responses: { /** @description AllowedFileType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedFileType"]; }; }; }; }; getSystemAllowedfiletypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description allowedfiletypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AllowedFileType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedFileType"]; }; }; }; }; putSystemAllowedfiletypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description allowedFileTypeId */ id: number; }; cookie?: never; }; /** @description AllowedFileType */ requestBody: { content: { "application/json": components["schemas"]["AllowedFileType"]; }; }; responses: { /** @description allowedFileType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedFileType"]; }; }; }; }; deleteSystemAllowedfiletypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description allowedfiletypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemAllowedfiletypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description allowedFileTypesId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AllowedFileType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedFileType"]; }; }; }; }; getSystemAllowedfiletypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemAllowedorigins: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AllowedOrigin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedOrigin"][]; }; }; }; }; postSystemAllowedorigins: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description origin */ requestBody: { content: { "application/json": components["schemas"]["AllowedOrigin"]; }; }; responses: { /** @description AllowedOrigin */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedOrigin"]; }; }; }; }; getSystemAllowedoriginsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description allowedoriginId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AllowedOrigin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedOrigin"]; }; }; }; }; putSystemAllowedoriginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description allowedoriginId */ id: number; }; cookie?: never; }; /** @description origin */ requestBody: { content: { "application/json": components["schemas"]["AllowedOrigin"]; }; }; responses: { /** @description AllowedOrigin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedOrigin"]; }; }; }; }; deleteSystemAllowedoriginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description allowedoriginId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemAllowedoriginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description allowedoriginId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AllowedOrigin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AllowedOrigin"]; }; }; }; }; getSystemAllowedoriginsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemApiMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ApiMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ApiMember"][]; }; }; }; }; postSystemApiMembers: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description apiMember */ requestBody: { content: { "application/json": components["schemas"]["ApiMember"]; }; }; responses: { /** @description ApiMember */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ApiMember"]; }; }; }; }; getSystemApiMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description apiMemberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ApiMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ApiMember"]; }; }; }; }; putSystemApiMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description apiMemberId */ id: number; }; cookie?: never; }; /** @description apiMember */ requestBody: { content: { "application/json": components["schemas"]["ApiMember"]; }; }; responses: { /** @description ApiMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ApiMember"]; }; }; }; }; patchSystemApiMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description apiMemberId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ApiMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ApiMember"]; }; }; }; }; getSystemApiMembersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemApiMembersDefault: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description ApiMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ApiMember"]; }; }; }; }; getSystemAudittrail: { parameters: { query?: { /** @description type */ type?: "None" | "Ticket" | "Contact" | "Company" | "Opportunity" | "Time" | "Activity" | "ProductCatalog" | "ProjectTicket" | "Purchasing" | "Configuration" | "Schedule" | "Agreement" | "AgreementAddition" | "Project" | "Invoice" | "PurchaseOrder" | "Expense" | "ProductItem" | "Survey" | "Member" | "PurchaseOrderLineItem" | "Site"; /** @description id */ id?: number; /** @description deviceIdentifier */ deviceIdentifier?: string; /** @description xrefRecId */ xrefRecId?: number; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AuditTrailEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AuditTrailEntry"][]; }; }; }; }; getSystemAudittrailCount: { parameters: { query?: { /** @description type */ type?: "None" | "Ticket" | "Contact" | "Company" | "Opportunity" | "Time" | "Activity" | "ProductCatalog" | "ProjectTicket" | "Purchasing" | "Configuration" | "Schedule" | "Agreement" | "AgreementAddition" | "Project" | "Invoice" | "PurchaseOrder" | "Expense" | "ProductItem" | "Survey" | "Member" | "PurchaseOrderLineItem" | "Site"; /** @description id */ id?: number; /** @description deviceIdentifier */ deviceIdentifier?: string; /** @description xrefRecId */ xrefRecId?: number; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemAuthAnvils: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AuthAnvil"][]; }; }; }; }; getSystemAuthAnvilsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description authAnvilId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AuthAnvil"]; }; }; }; }; putSystemAuthAnvilsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description authAnvilId */ id: number; }; cookie?: never; }; /** @description authAnvil */ requestBody: { content: { "application/json": components["schemas"]["AuthAnvil"]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AuthAnvil"]; }; }; }; }; patchSystemAuthAnvilsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description authAnvilId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConnectWise.Apis.v3_0.v2015_3.System.AuthAnvil.AuthAnvil */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AuthAnvil"]; }; }; }; }; getSystemAuthAnvilsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemAuthAnvilsTestConnection: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemAutoSyncTime: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of AutoSyncTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AutoSyncTime"][]; }; }; }; }; postSystemAutoSyncTime: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description autoSyncTime */ requestBody: { content: { "application/json": components["schemas"]["AutoSyncTime"]; }; }; responses: { /** @description AutoSyncTime */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AutoSyncTime"]; }; }; }; }; getSystemAutoSyncTimeById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description autoSyncTimeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description AutoSyncTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AutoSyncTime"]; }; }; }; }; putSystemAutoSyncTimeById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoSyncTimeId */ id: number; }; cookie?: never; }; /** @description autoSyncTime */ requestBody: { content: { "application/json": components["schemas"]["AutoSyncTime"]; }; }; responses: { /** @description AutoSyncTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AutoSyncTime"]; }; }; }; }; deleteSystemAutoSyncTimeById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoSyncTimeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemAutoSyncTimeById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description autoSyncTimeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description AutoSyncTime */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["AutoSyncTime"]; }; }; }; }; getSystemAutoSyncTimeCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemBillableOptionsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of billableOptionsInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BillableOptionsInfo"][]; }; }; }; }; postSystemBundles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description requests */ requestBody: { content: { "application/json": components["schemas"]["BundleRequestsCollection"]; }; }; responses: { /** @description BundleResultsCollection */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BundleResultsCollection"]; }; }; }; }; postSystemBundlesCount: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description requests */ requestBody: { content: { "application/json": components["schemas"]["BundleRequestsCollection"]; }; }; responses: { /** @description BundleResultsCollection */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BundleResultsCollection"]; }; }; }; }; getSystemCallbacks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CallbackEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CallbackEntry"][]; }; }; }; }; postSystemCallbacks: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description callbackEntry */ requestBody: { content: { "application/json": components["schemas"]["CallbackEntry"]; }; }; responses: { /** @description CallbackEntry */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CallbackEntry"]; }; }; }; }; getSystemCallbacksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description callbackId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CallbackEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CallbackEntry"]; }; }; }; }; putSystemCallbacksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description callbackId */ id: number; }; cookie?: never; }; /** @description callbackEntry */ requestBody: { content: { "application/json": components["schemas"]["CallbackEntry"]; }; }; responses: { /** @description CallbackEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CallbackEntry"]; }; }; }; }; deleteSystemCallbacksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description callbackId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemCallbacksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description callbackId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CallbackEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CallbackEntry"]; }; }; }; }; getSystemCallbacksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemCertifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Certification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Certification"][]; }; }; }; }; postSystemCertifications: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description certification */ requestBody: { content: { "application/json": components["schemas"]["Certification"]; }; }; responses: { /** @description Certification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Certification"]; }; }; }; }; getSystemCertificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description certificationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Certification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Certification"]; }; }; }; }; putSystemCertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description certificationId */ id: number; }; cookie?: never; }; /** @description certification */ requestBody: { content: { "application/json": components["schemas"]["Certification"]; }; }; responses: { /** @description Certification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Certification"]; }; }; }; }; deleteSystemCertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description certificationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemCertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description certificationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Certification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Certification"]; }; }; }; }; getSystemCertificationsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description certificationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemCertificationsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description certificationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemCertificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemConnectWiseHostedScreens: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWiseHostedScreen */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedScreen"][]; }; }; }; }; getSystemConnectWiseHostedScreensById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description connectWiseHostedScreenId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWiseHostedScreen */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedScreen"]; }; }; }; }; getSystemConnectWiseHostedScreensCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemConnectwisehostedsetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ConnectWiseHostedSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedSetup"][]; }; }; }; }; postSystemConnectwisehostedsetups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description connectWiseHostedSetup */ requestBody: { content: { "application/json": components["schemas"]["ConnectWiseHostedSetup"]; }; }; responses: { /** @description ConnectWiseHostedSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedSetup"]; }; }; }; }; getSystemConnectwisehostedsetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description connectwisehostedsetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ConnectWiseHostedSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedSetup"]; }; }; }; }; putSystemConnectwisehostedsetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description connectwisehostedsetupId */ id: number; }; cookie?: never; }; /** @description connectWiseHostedSetup */ requestBody: { content: { "application/json": components["schemas"]["ConnectWiseHostedSetup"]; }; }; responses: { /** @description ConnectWiseHostedSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedSetup"]; }; }; }; }; deleteSystemConnectwisehostedsetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description connectwisehostedsetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemConnectwisehostedsetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description connectwisehostedsetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ConnectWiseHostedSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ConnectWiseHostedSetup"]; }; }; }; }; getSystemConnectwisehostedsetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemContactsyncMonitoring: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of M365ContactSyncMonitorings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncMonitoring"][]; }; }; }; }; postSystemContactsyncMonitoring: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncMonitoring */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncMonitoring"]; }; }; }; }; patchSystemContactsyncMonitoring: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncMonitoring */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncMonitoring"]; }; }; }; }; getSystemContactsyncMonitoringById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description M365ContactSyncMonitoringId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncMonitoring */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncMonitoring"]; }; }; }; }; getSystemContactsyncMonitoringCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemContactsyncMonitoringNotificationtype: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncMonitoring */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncMonitoring"]; }; }; }; }; getSystemContactsyncMonitoringTypeById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description M365ContactSyncMonitoringId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncMonitoring */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncMonitoring"]; }; }; }; }; deleteSystemContactsyncMonitoringTypeById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description M365ContactSyncMonitoringId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemCustomFieldInfos: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CustomFieldInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomFieldInfo"][]; }; }; }; }; getSystemCustomReports: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CustomReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReport"][]; }; }; }; }; postSystemCustomReports: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description customReport */ requestBody: { content: { "application/json": components["schemas"]["CustomReport"]; }; }; responses: { /** @description CustomReport */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReport"]; }; }; }; }; getSystemCustomReportsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description customReportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CustomReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReport"]; }; }; }; }; putSystemCustomReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customReportId */ id: number; }; cookie?: never; }; /** @description customReport */ requestBody: { content: { "application/json": components["schemas"]["CustomReport"]; }; }; responses: { /** @description CustomReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReport"]; }; }; }; }; deleteSystemCustomReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customReportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemCustomReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customReportId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CustomReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReport"]; }; }; }; }; getSystemCustomReportsByParentIdParameters: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description customReportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of CustomReportParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReportParameter"][]; }; }; }; }; postSystemCustomReportsByParentIdParameters: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description customReportId */ parentId: number; }; cookie?: never; }; /** @description customReportParameter */ requestBody: { content: { "application/json": components["schemas"]["CustomReportParameter"]; }; }; responses: { /** @description CustomReportParameter */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReportParameter"]; }; }; }; }; getSystemCustomReportsByParentIdParametersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parameterId */ id: number; /** @description customReportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CustomReportParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReportParameter"]; }; }; }; }; putSystemCustomReportsByParentIdParametersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parameterId */ id: number; /** @description customReportId */ parentId: number; }; cookie?: never; }; /** @description customReportParameter */ requestBody: { content: { "application/json": components["schemas"]["CustomReportParameter"]; }; }; responses: { /** @description CustomReportParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReportParameter"]; }; }; }; }; deleteSystemCustomReportsByParentIdParametersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parameterId */ id: number; /** @description customReportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemCustomReportsByParentIdParametersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parameterId */ id: number; /** @description customReportId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CustomReportParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CustomReportParameter"]; }; }; }; }; getSystemCustomReportsByParentIdParametersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description customReportId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemCustomReportsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemCwTimeZones: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CwTimeZone */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CwTimeZone"][]; }; }; }; }; getSystemCwTimeZonesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description cwTimeZoneId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CwTimeZone */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CwTimeZone"]; }; }; }; }; getSystemCwTimeZonesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemDepartments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Department */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Department"][]; }; }; }; }; postSystemDepartments: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description department */ requestBody: { content: { "application/json": components["schemas"]["Department"]; }; }; responses: { /** @description Department */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Department"]; }; }; }; }; getSystemDepartmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Department */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Department"]; }; }; }; }; putSystemDepartmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; /** @description department */ requestBody: { content: { "application/json": components["schemas"]["Department"]; }; }; responses: { /** @description Department */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Department"]; }; }; }; }; deleteSystemDepartmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemDepartmentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Department */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Department"]; }; }; }; }; getSystemDepartmentsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemDepartmentsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemDepartmentsByParentIdLocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of DepartmentLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocation"][]; }; }; }; }; postSystemDepartmentsByParentIdLocations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description departmentId */ parentId: number; }; cookie?: never; }; /** @description departmentLocation */ requestBody: { content: { "application/json": components["schemas"]["DepartmentLocation"]; }; }; responses: { /** @description DepartmentLocation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocation"]; }; }; }; }; getSystemDepartmentsByParentIdLocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description departmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DepartmentLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocation"]; }; }; }; }; putSystemDepartmentsByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description departmentId */ parentId: number; }; cookie?: never; }; /** @description departmentLocation */ requestBody: { content: { "application/json": components["schemas"]["DepartmentLocation"]; }; }; responses: { /** @description DepartmentLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocation"]; }; }; }; }; deleteSystemDepartmentsByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description departmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemDepartmentsByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description departmentId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description DepartmentLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocation"]; }; }; }; }; getSystemDepartmentsByParentIdLocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemDepartmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemDirectionalSyncsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description DirectionalSyncInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DirectionalSyncInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSyncInfo"]; }; }; }; }; getSystemDirectionalSyncsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DirectionalSyncInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DirectionalSyncInfo"][]; }; }; }; }; getSystemDirectionalSyncsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemDocuments: { parameters: { query?: { /** @description recordType */ recordType?: "Activity" | "Agreement" | "Company" | "Config" | "Configuration" | "Contact" | "CustomImage" | "Document" | "Expense" | "HTMLTemplate" | "Invoice" | "Opportunity" | "Project" | "ProjectActivity" | "PurchaseOrder" | "Rma" | "SalesOrder" | "Service" | "Ticket" | "ProjectTicket" | "ServiceTemplate" | "StandardServiceTemplate" | "SrDetail" | "TimeEntry" | "JobHeader" | "MarketingManagerAudit" | "KnowledgeBase" | "ToolbarIcon" | "Meeting" | "MeetingNote" | "ProductSetup" | "ProjectTemplateTicket" | "BillingSetup" | "ServiceBoard" | "WordTemplate" | "Member" | "PortalImagePortalLogo" | "PortalImageReportLogo" | "TopNavigationLogo" | "PhaseStatus" | "ProjectStatus" | "TicketStatus" | "Schedule" | "Priority" | "Unassigned"; /** @description recordId */ recordId?: number; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DocumentInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentInfo"][]; }; }; }; }; postSystemDocuments: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description Multipart */ requestBody: { content: { "multipart/form-data": components["schemas"]["DocumentFormData"]; }; }; responses: { /** @description DocumentInfo */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentInfo"]; }; }; }; }; getSystemDocumentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DocumentInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentInfo"]; }; }; }; }; postSystemDocumentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DocumentInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentInfo"]; }; }; }; }; deleteSystemDocumentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemDocumentsByIdDownload: { parameters: { query?: { /** @description lastModified */ lastModified?: string; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content: { "application/octet-stream": string; }; }; }; }; getSystemDocumentsByIdThumbnail: { parameters: { query?: { /** @description lastModified */ lastModified?: string; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content: { "application/octet-stream": string; }; }; }; }; getSystemDocumentsCount: { parameters: { query?: { /** @description recordType */ recordType?: "Activity" | "Agreement" | "Company" | "Config" | "Configuration" | "Contact" | "CustomImage" | "Document" | "Expense" | "HTMLTemplate" | "Invoice" | "Opportunity" | "Project" | "ProjectActivity" | "PurchaseOrder" | "Rma" | "SalesOrder" | "Service" | "Ticket" | "ProjectTicket" | "ServiceTemplate" | "StandardServiceTemplate" | "SrDetail" | "TimeEntry" | "JobHeader" | "MarketingManagerAudit" | "KnowledgeBase" | "ToolbarIcon" | "Meeting" | "MeetingNote" | "ProductSetup" | "ProjectTemplateTicket" | "BillingSetup" | "ServiceBoard" | "WordTemplate" | "Member" | "PortalImagePortalLogo" | "PortalImageReportLogo" | "TopNavigationLogo" | "PhaseStatus" | "ProjectStatus" | "TicketStatus" | "Schedule" | "Priority" | "Unassigned"; /** @description recordId */ recordId?: number; conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemDocumentsUploadsample: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = text/html */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemDocumentTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description documentTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DocumentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentType"]; }; }; }; }; getSystemDocumentTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DocumentType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentType"][]; }; }; }; }; getSystemDocumentTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEmailConnectors: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of EmailConnector */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnector"][]; }; }; }; }; postSystemEmailConnectors: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description emailConnector */ requestBody: { content: { "application/json": components["schemas"]["EmailConnector"]; }; }; responses: { /** @description EmailConnector */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnector"]; }; }; }; }; getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRules: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of EmailConnectorParsingRule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingRule"][]; }; }; }; }; postSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRules: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; /** @description emailConnectorParsingRule */ requestBody: { content: { "application/json": components["schemas"]["EmailConnectorParsingRule"]; }; }; responses: { /** @description EmailConnectorParsingRule */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingRule"]; }; }; }; }; getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parsingRuleId */ id: number; /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailConnectorParsingRule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingRule"]; }; }; }; }; putSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingRuleId */ id: number; /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; /** @description emailConnectorParsingRule */ requestBody: { content: { "application/json": components["schemas"]["EmailConnectorParsingRule"]; }; }; responses: { /** @description EmailConnectorParsingRule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingRule"]; }; }; }; }; deleteSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingRuleId */ id: number; /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingRuleId */ id: number; /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description EmailConnectorParsingRule */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingRule"]; }; }; }; }; getSystemEmailConnectorsByGrandparentIdParsingStylesByParentIdParsingRulesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parsingStyleId */ parentId: number; /** @description emailConnectorId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEmailConnectorsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailConnectorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailConnector */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnector"]; }; }; }; }; putSystemEmailConnectorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailConnectorId */ id: number; }; cookie?: never; }; /** @description emailConnector */ requestBody: { content: { "application/json": components["schemas"]["EmailConnector"]; }; }; responses: { /** @description EmailConnector */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnector"]; }; }; }; }; deleteSystemEmailConnectorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailConnectorId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemEmailConnectorsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailConnectorId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description EmailConnector */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnector"]; }; }; }; }; getSystemEmailConnectorsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description EmailConnectorInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailConnectorInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorInfo"]; }; }; }; }; getSystemEmailConnectorsByParentIdParsingStyles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of EmailConnectorParsingStyle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingStyle"][]; }; }; }; }; postSystemEmailConnectorsByParentIdParsingStyles: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; /** @description emailConnectorParsingStyle */ requestBody: { content: { "application/json": components["schemas"]["EmailConnectorParsingStyle"]; }; }; responses: { /** @description EmailConnectorParsingStyle */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingStyle"]; }; }; }; }; getSystemEmailConnectorsByParentIdParsingStylesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parsingStyleId */ id: number; /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailConnectorParsingStyle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingStyle"]; }; }; }; }; putSystemEmailConnectorsByParentIdParsingStylesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingStyleId */ id: number; /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; /** @description emailConnectorParsingStyle */ requestBody: { content: { "application/json": components["schemas"]["EmailConnectorParsingStyle"]; }; }; responses: { /** @description EmailConnectorParsingStyle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingStyle"]; }; }; }; }; deleteSystemEmailConnectorsByParentIdParsingStylesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingStyleId */ id: number; /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemEmailConnectorsByParentIdParsingStylesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description parsingStyleId */ id: number; /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description EmailConnectorParsingStyle */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorParsingStyle"]; }; }; }; }; getSystemEmailConnectorsByParentIdParsingStylesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailConnectorId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEmailConnectorsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEmailConnectorsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of emailConnectorInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailConnectorInfo"][]; }; }; }; }; getSystemEmailConnectorsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEmailExclusions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of EmailExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailExclusion"][]; }; }; }; }; postSystemEmailExclusions: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description emailExclusion */ requestBody: { content: { "application/json": components["schemas"]["EmailExclusion"]; }; }; responses: { /** @description EmailExclusion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailExclusion"]; }; }; }; }; getSystemEmailExclusionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailExclusionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailExclusion"]; }; }; }; }; putSystemEmailExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailExclusionId */ id: number; }; cookie?: never; }; /** @description emailExclusion */ requestBody: { content: { "application/json": components["schemas"]["EmailExclusion"]; }; }; responses: { /** @description EmailExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailExclusion"]; }; }; }; }; deleteSystemEmailExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailExclusionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemEmailExclusionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailExclusionId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description EmailExclusion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailExclusion"]; }; }; }; }; getSystemEmailExclusionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEmailTokens: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of EmailToken */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailToken"][]; }; }; }; }; getSystemEmailTokensById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailTokenId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EmailToken */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EmailToken"]; }; }; }; }; getSystemEmailTokensCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemEPayConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of EPayConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EPayConfiguration"][]; }; }; }; }; postSystemEPayConfigurations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ePayConfiguration */ requestBody: { content: { "application/json": components["schemas"]["EPayConfiguration"]; }; }; responses: { /** @description EPayConfiguration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EPayConfiguration"]; }; }; }; }; getSystemEPayConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ePayConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description EPayConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EPayConfiguration"]; }; }; }; }; putSystemEPayConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ePayConfigurationId */ id: number; }; cookie?: never; }; /** @description ePayConfiguration */ requestBody: { content: { "application/json": components["schemas"]["EPayConfiguration"]; }; }; responses: { /** @description EPayConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EPayConfiguration"]; }; }; }; }; deleteSystemEPayConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ePayConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemEPayConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ePayConfigurationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description EPayConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["EPayConfiguration"]; }; }; }; }; getSystemEPayConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemExperiments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Experiment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Experiment"][]; }; }; }; }; getSystemExperimentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description experimentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Experiment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Experiment"]; }; }; }; }; getSystemExperimentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemFileuploadsettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of fileUploadSettingses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FileUploadSetting"][]; }; }; }; }; getSystemFileuploadsettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description FileUploadSettingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description FileUploadSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FileUploadSetting"]; }; }; }; }; putSystemFileuploadsettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description FileUploadSettingId */ id: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["FileUploadSetting"]; }; }; responses: { /** @description FileUploadSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FileUploadSetting"]; }; }; }; }; patchSystemFileuploadsettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description FileUploadSettingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description FileUploadSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["FileUploadSetting"]; }; }; }; }; getSystemFileuploadsettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemGoogleemailsetup: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of googleEmailSetupses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GoogleEmailSetup"][]; }; }; }; }; postSystemGoogleemailsetup: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description GoogleEmailSetup */ requestBody: { content: { "application/json": components["schemas"]["GoogleEmailSetup"]; }; }; responses: { /** @description GoogleEmailSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GoogleEmailSetup"]; }; }; }; }; getSystemGoogleemailsetupById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description GoogleEmailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description GoogleEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GoogleEmailSetup"]; }; }; }; }; putSystemGoogleemailsetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description GoogleEmailSetupId */ id: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["GoogleEmailSetup"]; }; }; responses: { /** @description GoogleEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GoogleEmailSetup"]; }; }; }; }; deleteSystemGoogleemailsetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description GoogleEmailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemGoogleemailsetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description GoogleEmailSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description GoogleEmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["GoogleEmailSetup"]; }; }; }; }; postSystemGoogleemailsetupByIdTestConnection: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemGoogleemailsetupCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemImaps: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Imap */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Imap"][]; }; }; }; }; postSystemImaps: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description imap */ requestBody: { content: { "application/json": components["schemas"]["Imap"]; }; }; responses: { /** @description Imap */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Imap"]; }; }; }; }; getSystemImapsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description imapId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Imap */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Imap"]; }; }; }; }; putSystemImapsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description imapId */ id: number; }; cookie?: never; }; /** @description imap */ requestBody: { content: { "application/json": components["schemas"]["Imap"]; }; }; responses: { /** @description Imap */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Imap"]; }; }; }; }; deleteSystemImapsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description imapId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemImapsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description imapId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Imap */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Imap"]; }; }; }; }; getSystemImapsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ImapInfo */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ImapInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ImapInfo"]; }; }; }; }; getSystemImapsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemImapsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ImapInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ImapInfo"][]; }; }; }; }; getSystemImapsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postSystemImportMassMaintenanceById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description importMassMaintenanceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ImportMassMaintenance */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ImportMassMaintenance"]; }; }; }; }; getSystemInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Info */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Info"]; }; }; }; }; getSystemInfoDepartmentlocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DepartmentLocationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocationInfo"][]; }; }; }; }; getSystemInfoDepartmentlocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentlocationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DepartmentLocationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentLocationInfo"]; }; }; }; }; getSystemInfoDepartmentlocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoDepartments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DepartmentInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentInfo"][]; }; }; }; }; getSystemInfoDepartmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DepartmentInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DepartmentInfo"]; }; }; }; }; getSystemInfoDepartmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoLinks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of LinkInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkInfo"][]; }; }; }; }; getSystemInfoLinksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description linkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LinkInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkInfo"]; }; }; }; }; postSystemInfoLinksByIdResolveurl: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linkId */ id: number; }; cookie?: never; }; /** @description resolveInfo */ requestBody: { content: { "application/json": components["schemas"]["LinkResolveUrlInfo"]; }; }; responses: { /** @description LinkResolveUrlInfo */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LinkResolveUrlInfo"]; }; }; }; }; getSystemInfoLinksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoLocales: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of LocaleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocaleInfo"][]; }; }; }; }; getSystemInfoLocalesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description localeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LocaleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocaleInfo"]; }; }; }; }; getSystemInfoLocalesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoLocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of LocationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocationInfo"][]; }; }; }; }; getSystemInfoLocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LocationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocationInfo"]; }; }; }; }; getSystemInfoLocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberInfo"][]; }; }; }; }; getSystemInfoMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberInfo"]; }; }; }; }; getSystemInfoMembersmemberIdentifierregextypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description MemberInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberInfo"]; }; }; }; }; getSystemInfoMembersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoPersonas: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PersonasInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PersonasInfo"][]; }; }; }; }; getSystemInfoPersonasById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description personaId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PersonasInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PersonasInfo"]; }; }; }; }; getSystemInfoPersonasCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInfoStandardNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of StandardNoteInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNoteInfo"][]; }; }; }; }; getSystemInfoStandardNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description standardNoteId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description StandardNoteInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNoteInfo"]; }; }; }; }; getSystemInfoStandardNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInOutBoards: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InOutBoard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutBoard"][]; }; }; }; }; postSystemInOutBoards: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description inOutBoard */ requestBody: { content: { "application/json": components["schemas"]["InOutBoard"]; }; }; responses: { /** @description InOutBoard */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutBoard"]; }; }; }; }; getSystemInOutBoardsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description inOutBoardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InOutBoard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutBoard"]; }; }; }; }; putSystemInOutBoardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description inOutBoardId */ id: number; }; cookie?: never; }; /** @description inOutBoard */ requestBody: { content: { "application/json": components["schemas"]["InOutBoard"]; }; }; responses: { /** @description InOutBoard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutBoard"]; }; }; }; }; deleteSystemInOutBoardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description inOutBoardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemInOutBoardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description inOutBoardId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InOutBoard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutBoard"]; }; }; }; }; getSystemInOutBoardsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInOutTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InOutType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutType"][]; }; }; }; }; postSystemInOutTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description inOutType */ requestBody: { content: { "application/json": components["schemas"]["InOutType"]; }; }; responses: { /** @description InOutType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutType"]; }; }; }; }; getSystemInOutTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description inOutTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InOutType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutType"]; }; }; }; }; putSystemInOutTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description inOutTypeId */ id: number; }; cookie?: never; }; /** @description inOutType */ requestBody: { content: { "application/json": components["schemas"]["InOutType"]; }; }; responses: { /** @description InOutType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutType"]; }; }; }; }; deleteSystemInOutTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description inOutTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemInOutTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description inOutTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description InOutType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutType"]; }; }; }; }; getSystemInOutTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description inOutTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description InOutTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutTypeInfo"]; }; }; }; }; getSystemInOutTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInOutTypesCountInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemInOutTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of InOutTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["InOutTypeInfo"][]; }; }; }; }; getSystemIntegratorlogins: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of IntegratorLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorLogin"][]; }; }; }; }; postSystemIntegratorlogins: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description integratorLogin */ requestBody: { content: { "application/json": components["schemas"]["IntegratorLogin"]; }; }; responses: { /** @description IntegratorLogin */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorLogin"]; }; }; }; }; getSystemIntegratorloginsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description integratorloginId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description IntegratorLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorLogin"]; }; }; }; }; putSystemIntegratorloginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description integratorloginId */ id: number; }; cookie?: never; }; /** @description integratorLogin */ requestBody: { content: { "application/json": components["schemas"]["IntegratorLogin"]; }; }; responses: { /** @description IntegratorLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorLogin"]; }; }; }; }; deleteSystemIntegratorloginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description integratorloginId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemIntegratorloginsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description integratorloginId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description IntegratorLogin */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorLogin"]; }; }; }; }; getSystemIntegratorloginsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemIntegratorTags: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of IntegratorTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorTag"][]; }; }; }; }; postSystemIntegratorTags: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description tag */ requestBody: { content: { "application/json": components["schemas"]["IntegratorTag"]; }; }; responses: { /** @description IntegratorTag */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorTag"]; }; }; }; }; getSystemIntegratorTagsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description integratorTagId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description IntegratorTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorTag"]; }; }; }; }; putSystemIntegratorTagsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description integratorTagId */ id: number; }; cookie?: never; }; /** @description tag */ requestBody: { content: { "application/json": components["schemas"]["IntegratorTag"]; }; }; responses: { /** @description IntegratorTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorTag"]; }; }; }; }; deleteSystemIntegratorTagsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description integratorTagId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemIntegratorTagsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description integratorTagId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description IntegratorTag */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["IntegratorTag"]; }; }; }; }; getSystemIntegratorTagsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemKpiCategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of KPICategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KPICategory"][]; }; }; }; }; getSystemKpiCategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description kpiCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description KPICategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KPICategory"]; }; }; }; }; getSystemKpiCategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemKpis: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of KPI */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KPI"][]; }; }; }; }; getSystemKpisById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description kpiId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description KPI */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["KPI"]; }; }; }; }; getSystemKpisCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemLdapConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of LdapConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfiguration"][]; }; }; }; }; postSystemLdapConfigurations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ldapConfiguration */ requestBody: { content: { "application/json": components["schemas"]["LdapConfiguration"]; }; }; responses: { /** @description LdapConfiguration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfiguration"]; }; }; }; }; getSystemLdapConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ldapConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LdapConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfiguration"]; }; }; }; }; putSystemLdapConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ldapConfigurationId */ id: number; }; cookie?: never; }; /** @description ldapConfiguration */ requestBody: { content: { "application/json": components["schemas"]["LdapConfiguration"]; }; }; responses: { /** @description LdapConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfiguration"]; }; }; }; }; deleteSystemLdapConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ldapConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemLdapConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ldapConfigurationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description LdapConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfiguration"]; }; }; }; }; getSystemLdapConfigurationsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description LdapConfigurationInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LdapConfigurationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfigurationInfo"]; }; }; }; }; getSystemLdapConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemLdapConfigurationsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ldapConfigurationInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LdapConfigurationInfo"][]; }; }; }; }; getSystemLdapConfigurationsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postSystemLdapConfigurationsTestLink: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description server */ requestBody: { content: { "application/json": components["schemas"]["LdapConfigurationTestLink"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemLinks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Link */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Link"][]; }; }; }; }; postSystemLinks: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description link */ requestBody: { content: { "application/json": components["schemas"]["Link"]; }; }; responses: { /** @description Link */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Link"]; }; }; }; }; getSystemLinksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description linkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Link */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Link"]; }; }; }; }; putSystemLinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linkId */ id: number; }; cookie?: never; }; /** @description link */ requestBody: { content: { "application/json": components["schemas"]["Link"]; }; }; responses: { /** @description Link */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Link"]; }; }; }; }; deleteSystemLinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemLinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description linkId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Link */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Link"]; }; }; }; }; getSystemLinksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemLocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Location */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Location"][]; }; }; }; }; postSystemLocations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description location */ requestBody: { content: { "application/json": components["schemas"]["Location"]; }; }; responses: { /** @description Location */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Location"]; }; }; }; }; getSystemLocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Location */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Location"]; }; }; }; }; putSystemLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; /** @description location */ requestBody: { content: { "application/json": components["schemas"]["Location"]; }; }; responses: { /** @description Location */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Location"]; }; }; }; }; deleteSystemLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Location */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Location"]; }; }; }; }; getSystemLocationsByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemLocationsByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemLocationsByParentIdDepartments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of LocationDepartment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocationDepartment"][]; }; }; }; }; getSystemLocationsByParentIdDepartmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description departmentId */ id: number; /** @description locationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LocationDepartment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocationDepartment"]; }; }; }; }; getSystemLocationsByParentIdDepartmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemLocationsByParentIdWorkRoles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of LocationWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocationWorkRole"][]; }; }; }; }; getSystemLocationsByParentIdWorkRolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; /** @description locationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description LocationWorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["LocationWorkRole"]; }; }; }; }; getSystemLocationsByParentIdWorkRolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemLocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemM365contactsyncByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description M365ContactSyncInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description M365ContactSyncInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncInfo"]; }; }; }; }; getSystemM365contactsyncInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of m365ContactSyncInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["M365ContactSyncInfo"][]; }; }; }; }; getSystemM365contactsyncInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemManagementNetworkSecurities: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagementNetworkSecurity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementNetworkSecurity"][]; }; }; }; }; postSystemManagementNetworkSecurities: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description managementNetworkSecurity */ requestBody: { content: { "application/json": components["schemas"]["ManagementNetworkSecurity"]; }; }; responses: { /** @description ManagementNetworkSecurity */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementNetworkSecurity"]; }; }; }; }; getSystemManagementNetworkSecuritiesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementNetworkSecurityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ManagementNetworkSecurity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementNetworkSecurity"]; }; }; }; }; putSystemManagementNetworkSecuritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementNetworkSecurityId */ id: number; }; cookie?: never; }; /** @description managementNetworkSecurity */ requestBody: { content: { "application/json": components["schemas"]["ManagementNetworkSecurity"]; }; }; responses: { /** @description ManagementNetworkSecurity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementNetworkSecurity"]; }; }; }; }; deleteSystemManagementNetworkSecuritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementNetworkSecurityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemManagementNetworkSecuritiesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description managementNetworkSecurityId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ManagementNetworkSecurity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagementNetworkSecurity"]; }; }; }; }; getSystemManagementNetworkSecuritiesByIdTestCredentials: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description managementNetworkSecurityId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemManagementNetworkSecuritiesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMarketplaceimportGetdefinitionById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description getdefinitionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MarketplaceImport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketplaceImport"]; }; }; }; }; postSystemMarketplaceimportImport: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description marketplaceImport */ requestBody: { content: { "application/json": components["schemas"]["MarketplaceImport"]; }; }; responses: { /** @description MarketplaceImport */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MarketplaceImport"]; }; }; }; }; getSystemMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Member */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"][]; }; }; }; }; postSystemMembers: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description member */ requestBody: { content: { "application/json": components["schemas"]["Member"]; }; }; responses: { /** @description Member */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"]; }; }; }; }; getSystemMembersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Member */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"]; }; }; }; }; putSystemMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description member */ requestBody: { content: { "application/json": components["schemas"]["Member"]; }; }; responses: { /** @description Member */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"]; }; }; }; }; patchSystemMembersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Member */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"]; }; }; }; }; postSystemMembersByIdDeactivate: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description item */ requestBody: { content: { "application/json": components["schemas"]["MemberDeactivation"]; }; }; responses: { /** @description MemberDeactivation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDeactivation"]; }; }; }; }; getSystemMembersByIdImage: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; /** @description useDefaultFlag */ useDefaultFlag: boolean; /** @description lastmodified */ lastmodified: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postSystemMembersByIdLinkSsoUser: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description item */ requestBody: { content: { "application/json": components["schemas"]["MemberLinkSsoUser"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postSystemMembersByIdSubmit: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description item */ requestBody: { content: { "application/json": components["schemas"]["MemberSsoToken"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postSystemMembersByIdUnlinkSsoUser: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; deleteSystemMembersByIdUnusedTimeSheets: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemMembersByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemMembersByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getSystemMembersmemberIdentifierregextypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberIdentifier */ memberIdentifier: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description Member */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"]; }; }; }; }; postSystemMembersByMemberIdentifierTokens: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberIdentifier */ memberIdentifier: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description Token */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Token"]; }; }; }; }; getSystemMembersByParentIdAccruals: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberAccrual"][]; }; }; }; }; postSystemMembersByParentIdAccruals: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberAccrual */ requestBody: { content: { "application/json": components["schemas"]["MemberAccrual"]; }; }; responses: { /** @description MemberAccrual */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberAccrual"]; }; }; }; }; getSystemMembersByParentIdAccrualsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description accrualId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberAccrual"]; }; }; }; }; putSystemMembersByParentIdAccrualsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberAccrual */ requestBody: { content: { "application/json": components["schemas"]["MemberAccrual"]; }; }; responses: { /** @description MemberAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberAccrual"]; }; }; }; }; deleteSystemMembersByParentIdAccrualsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdAccrualsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberAccrual"]; }; }; }; }; getSystemMembersByParentIdAccrualsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersByParentIdCertifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"][]; }; }; }; }; postSystemMembersByParentIdCertifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberCertification */ requestBody: { content: { "application/json": components["schemas"]["MemberCertification"]; }; }; responses: { /** @description MemberCertification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; getSystemMembersByParentIdCertificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description certificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; putSystemMembersByParentIdCertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description certificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberCertification */ requestBody: { content: { "application/json": components["schemas"]["MemberCertification"]; }; }; responses: { /** @description MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; deleteSystemMembersByParentIdCertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description certificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdCertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description certificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; getSystemMembersByParentIdCertificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersByParentIdDelegations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"][]; }; }; }; }; postSystemMembersByParentIdDelegations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberDelegation */ requestBody: { content: { "application/json": components["schemas"]["MemberDelegation"]; }; }; responses: { /** @description MemberDelegation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; getSystemMembersByParentIdDelegationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; putSystemMembersByParentIdDelegationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberDelegation */ requestBody: { content: { "application/json": components["schemas"]["MemberDelegation"]; }; }; responses: { /** @description MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; deleteSystemMembersByParentIdDelegationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdDelegationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; getSystemMembersByParentIdDelegationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersByParentIdManagedDeviceAccounts: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ManagedDeviceAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ManagedDeviceAccount"][]; }; }; }; }; putSystemMembersByParentIdManagedDeviceAccountsBulk: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of ManagedDeviceAccount */ requestBody: { content: { "application/json": components["schemas"]["ManagedDeviceAccount"][]; }; }; responses: { /** @description BulkResult */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BulkResult"]; }; }; }; }; deleteSystemMembersByParentIdManagedDeviceAccountsBulk: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description managedDeviceAccounts */ requestBody: { content: { "application/json": components["schemas"]["IdCollection"]; }; }; responses: { /** @description BulkResult */ 207: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["BulkResult"]; }; }; }; }; getSystemMembersByParentIdMycertifications: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"][]; }; }; }; }; postSystemMembersByParentIdMycertifications: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberCertification */ requestBody: { content: { "application/json": components["schemas"]["MemberCertification"]; }; }; responses: { /** @description MemberCertification */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; getSystemMembersByParentIdMycertificationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description mycertificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; putSystemMembersByParentIdMycertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description mycertificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberCertification */ requestBody: { content: { "application/json": components["schemas"]["MemberCertification"]; }; }; responses: { /** @description MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; deleteSystemMembersByParentIdMycertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description mycertificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdMycertificationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description mycertificationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberCertification */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberCertification"]; }; }; }; }; getSystemMembersByParentIdMycertificationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersByParentIdNotificationSettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberNotificationSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberNotificationSetting"][]; }; }; }; }; postSystemMembersByParentIdNotificationSettings: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberNotificationSetting */ requestBody: { content: { "application/json": components["schemas"]["MemberNotificationSetting"]; }; }; responses: { /** @description MemberNotificationSetting */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberNotificationSetting"]; }; }; }; }; getSystemMembersByParentIdNotificationSettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationSettingId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberNotificationSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberNotificationSetting"]; }; }; }; }; putSystemMembersByParentIdNotificationSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationSettingId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberNotificationSetting */ requestBody: { content: { "application/json": components["schemas"]["MemberNotificationSetting"]; }; }; responses: { /** @description MemberNotificationSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberNotificationSetting"]; }; }; }; }; deleteSystemMembersByParentIdNotificationSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationSettingId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdNotificationSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description notificationSettingId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberNotificationSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberNotificationSetting"]; }; }; }; }; getSystemMembersByParentIdNotificationSettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersByParentIdPersonas: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberPersona */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberPersona"][]; }; }; }; }; postSystemMembersByParentIdPersonas: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberPersona */ requestBody: { content: { "application/json": components["schemas"]["MemberPersona"]; }; }; responses: { /** @description MemberPersona */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberPersona"]; }; }; }; }; getSystemMembersByParentIdPersonasById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description personaId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberPersona */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberPersona"]; }; }; }; }; putSystemMembersByParentIdPersonasById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description personaId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberPersona */ requestBody: { content: { "application/json": components["schemas"]["MemberPersona"]; }; }; responses: { /** @description MemberPersona */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberPersona"]; }; }; }; }; deleteSystemMembersByParentIdPersonasById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description personaId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdPersonasById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description personaId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberPersona */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberPersona"]; }; }; }; }; getSystemMembersByParentIdPersonasCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersByParentIdSkills: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"][]; }; }; }; }; postSystemMembersByParentIdSkills: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberSkill */ requestBody: { content: { "application/json": components["schemas"]["MemberSkill"]; }; }; responses: { /** @description MemberSkill */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; getSystemMembersByParentIdSkillsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; putSystemMembersByParentIdSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberSkill */ requestBody: { content: { "application/json": components["schemas"]["MemberSkill"]; }; }; responses: { /** @description MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; deleteSystemMembersByParentIdSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersByParentIdSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; getSystemMembersByParentIdSkillsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postSystemMembersBySsoidDeactivateIamMember: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ssoId */ ssoid: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemMembersCalendarsync: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Member for calendar sync */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberForCalSync"][]; }; }; }; }; getSystemMembersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberType"][]; }; }; }; }; postSystemMembersTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description type */ requestBody: { content: { "application/json": components["schemas"]["MemberType"]; }; }; responses: { /** @description MemberType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberType"]; }; }; }; }; getSystemMembersTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberType"]; }; }; }; }; putSystemMembersTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description type */ requestBody: { content: { "application/json": components["schemas"]["MemberType"]; }; }; responses: { /** @description MemberType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberType"]; }; }; }; }; deleteSystemMembersTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMembersTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberType"]; }; }; }; }; getSystemMembersTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description typeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberTypeInfo"]; }; }; }; }; getSystemMembersTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberTypeInfo"][]; }; }; }; }; getSystemMembersTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMembersWithSso: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Member */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Member"][]; }; }; }; }; getSystemMembertemplates: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of memberTemplateses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberTemplate"][]; }; }; }; }; postSystemMembertemplates: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description MemberTemplate */ requestBody: { content: { "application/json": components["schemas"]["MemberTemplate"]; }; }; responses: { /** @description MemberTemplate */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberTemplate"]; }; }; }; }; getSystemMembertemplatesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description MemberTemplateId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberTemplate"]; }; }; }; }; patchSystemMembertemplatesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description MemberTemplateId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberTemplate */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberTemplate"]; }; }; }; }; getSystemMembertemplatesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMenuentries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MenuEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntry"][]; }; }; }; }; postSystemMenuentries: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description menuEntry */ requestBody: { content: { "application/json": components["schemas"]["MenuEntry"]; }; }; responses: { /** @description MenuEntry */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntry"]; }; }; }; }; getSystemMenuentriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description menuentryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MenuEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntry"]; }; }; }; }; putSystemMenuentriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description menuentryId */ id: number; }; cookie?: never; }; /** @description menuEntry */ requestBody: { content: { "application/json": components["schemas"]["MenuEntry"]; }; }; responses: { /** @description MenuEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntry"]; }; }; }; }; deleteSystemMenuentriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description menuentryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMenuentriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description menuentryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MenuEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntry"]; }; }; }; }; getSystemMenuentriesByIdImage: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description menuentryId */ id: number; /** @description lastmodified */ lastmodified: string; /** @description largeFlag */ largeFlag: boolean; }; cookie?: never; }; requestBody?: never; responses: { /** @description ContentType = application/octet-stream */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postSystemMenuentriesByIdImage: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description menuentryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemMenuEntriesByParentIdLocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description menuEntryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MenuEntryLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntryLocation"][]; }; }; }; }; postSystemMenuEntriesByParentIdLocations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description menuEntryId */ parentId: number; }; cookie?: never; }; /** @description menuEntryLocation */ requestBody: { content: { "application/json": components["schemas"]["MenuEntryLocation"]; }; }; responses: { /** @description MenuEntryLocation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntryLocation"]; }; }; }; }; getSystemMenuEntriesByParentIdLocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description menuEntryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MenuEntryLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MenuEntryLocation"]; }; }; }; }; deleteSystemMenuEntriesByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description menuEntryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemMenuEntriesByParentIdLocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description menuEntryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMenuentriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyAccountById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MyAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MyAccount"]; }; }; }; }; putSystemMyAccountById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description myAccount */ requestBody: { content: { "application/json": components["schemas"]["MyAccount"]; }; }; responses: { /** @description MyAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MyAccount"]; }; }; }; }; patchSystemMyAccountById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MyAccount */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MyAccount"]; }; }; }; }; getSystemMyAccountByParentIdDelegations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"][]; }; }; }; }; postSystemMyAccountByParentIdDelegations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberDelegation */ requestBody: { content: { "application/json": components["schemas"]["MemberDelegation"]; }; }; responses: { /** @description MemberDelegation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; getSystemMyAccountByParentIdDelegationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; putSystemMyAccountByParentIdDelegationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberDelegation */ requestBody: { content: { "application/json": components["schemas"]["MemberDelegation"]; }; }; responses: { /** @description MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; deleteSystemMyAccountByParentIdDelegationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMyAccountByParentIdDelegationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description delegationId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberDelegation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberDelegation"]; }; }; }; }; getSystemMyAccountByParentIdDelegationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyAccountByParentIdSkills: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"][]; }; }; }; }; postSystemMyAccountByParentIdSkills: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberSkill */ requestBody: { content: { "application/json": components["schemas"]["MemberSkill"]; }; }; responses: { /** @description MemberSkill */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; getSystemMyAccountByParentIdSkillsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; putSystemMyAccountByParentIdSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description memberSkill */ requestBody: { content: { "application/json": components["schemas"]["MemberSkill"]; }; }; responses: { /** @description MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; deleteSystemMyAccountByParentIdSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemMyAccountByParentIdSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; /** @description memberId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MemberSkill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MemberSkill"]; }; }; }; }; getSystemMyAccountByParentIdSkillsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description memberId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyCompanyCorporateStructure: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CorporateStructure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructure"][]; }; }; }; }; getSystemMyCompanyCorporateStructureById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description corporateStructureId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CorporateStructure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructure"]; }; }; }; }; putSystemMyCompanyCorporateStructureById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description corporateStructureId */ id: number; }; cookie?: never; }; /** @description corporateStructure */ requestBody: { content: { "application/json": components["schemas"]["CorporateStructure"]; }; }; responses: { /** @description CorporateStructure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructure"]; }; }; }; }; patchSystemMyCompanyCorporateStructureById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description corporateStructureId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description CorporateStructure */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructure"]; }; }; }; }; getSystemMyCompanyCorporateStructureByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description CorporateStructureInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CorporateStructureInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructureInfo"]; }; }; }; }; getSystemMyCompanyCorporateStructureCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyCompanyCorporateStructureInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of corporateStructureInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructureInfo"][]; }; }; }; }; getSystemMyCompanyCorporateStructureInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyCompanyCorporateStructureLevels: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of CorporateStructureLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructureLevel"][]; }; }; }; }; getSystemMyCompanyCorporateStructureLevelsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description corporateStructureLevelId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CorporateStructureLevel */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CorporateStructureLevel"]; }; }; }; }; getSystemMyCompanyCorporateStructureLevelsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyCompanyCrm: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Crm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Crm"][]; }; }; }; }; getSystemMyCompanyCrmById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description crmId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Crm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Crm"]; }; }; }; }; putSystemMyCompanyCrmById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description crmId */ id: number; }; cookie?: never; }; /** @description crm */ requestBody: { content: { "application/json": components["schemas"]["Crm"]; }; }; responses: { /** @description Crm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Crm"]; }; }; }; }; patchSystemMyCompanyCrmById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description crmId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Crm */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Crm"]; }; }; }; }; getSystemMyCompanyCrmByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description CrmInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description CrmInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CrmInfo"]; }; }; }; }; getSystemMyCompanyCrmCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyCompanyCrmInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of crmInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["CrmInfo"][]; }; }; }; }; getSystemMyCompanyCrmInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMycompanyDocuments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of DocumentSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentSetup"][]; }; }; }; }; getSystemMycompanyDocumentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description DocumentSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentSetup"]; }; }; }; }; putSystemMycompanyDocumentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; /** @description document */ requestBody: { content: { "application/json": components["schemas"]["DocumentSetup"]; }; }; responses: { /** @description DocumentSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentSetup"]; }; }; }; }; patchSystemMycompanyDocumentsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description documentId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description DocumentSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["DocumentSetup"]; }; }; }; }; getSystemMycompanyInfoServices: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ServiceInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceInfo"][]; }; }; }; }; getSystemMycompanyInfoServicesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ServiceInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ServiceInfo"]; }; }; }; }; getSystemMyCompanyOther: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Other */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Other"][]; }; }; }; }; getSystemMyCompanyOtherById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description otherId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Other */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Other"]; }; }; }; }; putSystemMyCompanyOtherById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description otherId */ id: number; }; cookie?: never; }; /** @description other */ requestBody: { content: { "application/json": components["schemas"]["Other"]; }; }; responses: { /** @description Other */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Other"]; }; }; }; }; patchSystemMyCompanyOtherById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description otherId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Other */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Other"]; }; }; }; }; getSystemMyCompanyOtherCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMycompanyReportingServices: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ReportingService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportingService"][]; }; }; }; }; getSystemMycompanyReportingServicesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportingServiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ReportingService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportingService"]; }; }; }; }; putSystemMycompanyReportingServicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportingServiceId */ id: number; }; cookie?: never; }; /** @description service */ requestBody: { content: { "application/json": components["schemas"]["ReportingService"]; }; }; responses: { /** @description ReportingService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportingService"]; }; }; }; }; patchSystemMycompanyReportingServicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportingServiceId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ReportingService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportingService"]; }; }; }; }; postSystemMycompanyReportingServicesByIdTestConnection: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportingServiceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemMycompanyServices: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MyCompanyService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Service"][]; }; }; }; }; getSystemMycompanyServicesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description serviceId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description MyCompanyService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Service"]; }; }; }; }; putSystemMycompanyServicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceId */ id: number; }; cookie?: never; }; /** @description service */ requestBody: { content: { "application/json": components["schemas"]["Service"]; }; }; responses: { /** @description MyCompanyService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Service"]; }; }; }; }; patchSystemMycompanyServicesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description serviceId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description MyCompanyService */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Service"]; }; }; }; }; getSystemMyCompanyTimeExpense: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeExpense */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeExpense"][]; }; }; }; }; getSystemMyCompanyTimeExpenseById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description timeExpenseId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeExpense */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeExpense"]; }; }; }; }; putSystemMyCompanyTimeExpenseById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timeExpenseId */ id: number; }; cookie?: never; }; /** @description timeExpense */ requestBody: { content: { "application/json": components["schemas"]["TimeExpense"]; }; }; responses: { /** @description TimeExpense */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeExpense"]; }; }; }; }; patchSystemMyCompanyTimeExpenseById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timeExpenseId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TimeExpense */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeExpense"]; }; }; }; }; getSystemMyCompanyTimeExpenseCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemMyMembers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description MyMember */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MyMember"]; }; }; }; }; getSystemMyMembersInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description MyMemberInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MyMemberInfo"]; }; }; }; }; getSystemMySecurity: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of MySecurity */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MySecurity"][]; }; }; }; }; getSystemMySecurityCustomizeItems: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of mySecurityCustomizeItemses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["MySecurityCustomizeItem"][]; }; }; }; }; getSystemNotificationRecipients: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of NotificationRecipient */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["NotificationRecipient"][]; }; }; }; }; getSystemNotificationRecipientsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notificationRecipientId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description NotificationRecipient */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["NotificationRecipient"]; }; }; }; }; getSystemNotificationRecipientsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemOffice365ApplicationByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description Office365EmailApplicationInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Office365EmailApplicationInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailApplicationInfo"]; }; }; }; }; getSystemOffice365ApplicationInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of office365EmailApplicationInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailApplicationInfo"][]; }; }; }; }; getSystemOffice365ApplicationInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemOffice365EmailSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Office365EmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailSetup"][]; }; }; }; }; postSystemOffice365EmailSetups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description entity */ requestBody: { content: { "application/json": components["schemas"]["Office365EmailSetup"]; }; }; responses: { /** @description Office365EmailSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailSetup"]; }; }; }; }; getSystemOffice365EmailSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Office365EmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailSetup"]; }; }; }; }; putSystemOffice365EmailSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; /** @description entity */ requestBody: { content: { "application/json": components["schemas"]["Office365EmailSetup"]; }; }; responses: { /** @description Office365EmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailSetup"]; }; }; }; }; deleteSystemOffice365EmailSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemOffice365EmailSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Office365EmailSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Office365EmailSetup"]; }; }; }; }; postSystemOffice365EmailSetupsByIdAuthorize: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemOffice365EmailSetupsByIdGetEmails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of UserEmail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserEmail"][]; }; }; }; }; postSystemOffice365EmailSetupsByIdTestConnection: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description emailSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemOffice365EmailSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemOnPremiseSearchSetting: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of onPremiseSearchSettings */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OnPremiseSearchSetting"][]; }; }; }; }; getSystemOnPremiseSearchSettingById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description OnPremiseSearchSettingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OnPremiseSearchSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OnPremiseSearchSetting"]; }; }; }; }; putSystemOnPremiseSearchSettingById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description OnPremiseSearchSettingId */ id: number; }; cookie?: never; }; /** @description onPremiseSearchSetting */ requestBody: { content: { "application/json": components["schemas"]["OnPremiseSearchSetting"]; }; }; responses: { /** @description OnPremiseSearchSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OnPremiseSearchSetting"]; }; }; }; }; patchSystemOnPremiseSearchSettingById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description OnPremiseSearchSettingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OnPremiseSearch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OnPremiseSearchSetting"]; }; }; }; }; getSystemOnPremiseSearchSettingCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemOsgradeweights: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of OsGradeWeight */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OsGradeWeight"][]; }; }; }; }; getSystemOsgradeweightsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description osgradeweightId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description OsGradeWeight */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OsGradeWeight"]; }; }; }; }; putSystemOsgradeweightsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description osgradeweightId */ id: number; }; cookie?: never; }; /** @description osGradeWeight */ requestBody: { content: { "application/json": components["schemas"]["OsGradeWeight"]; }; }; responses: { /** @description OsGradeWeight */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OsGradeWeight"]; }; }; }; }; patchSystemOsgradeweightsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description osgradeweightId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description OsGradeWeight */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["OsGradeWeight"]; }; }; }; }; getSystemOsgradeweightsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemParsingTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ParsingType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ParsingType"][]; }; }; }; }; getSystemParsingTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parsingTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ParsingType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ParsingType"]; }; }; }; }; getSystemParsingTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemParsingVariables: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ParsingVariable */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ParsingVariable"][]; }; }; }; }; getSystemParsingVariablesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description parsingVariableId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ParsingVariable */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ParsingVariable"]; }; }; }; }; getSystemParsingVariablesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemPortalReports: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of PortalReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalReport"][]; }; }; }; }; postSystemPortalReports: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description portalReport */ requestBody: { content: { "application/json": components["schemas"]["PortalReport"]; }; }; responses: { /** @description PortalReport */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalReport"]; }; }; }; }; getSystemPortalReportsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description portalReportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description PortalReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalReport"]; }; }; }; }; putSystemPortalReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalReportId */ id: number; }; cookie?: never; }; /** @description portalReport */ requestBody: { content: { "application/json": components["schemas"]["PortalReport"]; }; }; responses: { /** @description PortalReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalReport"]; }; }; }; }; deleteSystemPortalReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalReportId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemPortalReportsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description portalReportId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description PortalReport */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["PortalReport"]; }; }; }; }; getSystemPortalReportsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemQuoteLinkSetup: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of QuoteLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["QuoteLink"][]; }; }; }; }; postSystemQuoteLinkSetup: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description quoteLink */ requestBody: { content: { "application/json": components["schemas"]["QuoteLink"]; }; }; responses: { /** @description QuoteLink */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["QuoteLink"]; }; }; }; }; getSystemQuoteLinkSetupById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description quoteLinkSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description QuoteLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["QuoteLink"]; }; }; }; }; putSystemQuoteLinkSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description quoteLinkSetupId */ id: number; }; cookie?: never; }; /** @description quoteLink */ requestBody: { content: { "application/json": components["schemas"]["QuoteLink"]; }; }; responses: { /** @description QuoteLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["QuoteLink"]; }; }; }; }; deleteSystemQuoteLinkSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description quoteLinkSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemQuoteLinkSetupById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description quoteLinkSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description QuoteLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["QuoteLink"]; }; }; }; }; getSystemQuoteLinkSetupCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemQuoteLinkSetupTestConnection: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description url */ url: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getSystemReportCards: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ReportCard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCard"][]; }; }; }; }; postSystemReportCards: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description reportCard */ requestBody: { content: { "application/json": components["schemas"]["ReportCard"]; }; }; responses: { /** @description ReportCard */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCard"]; }; }; }; }; getSystemReportCardsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportCardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ReportCard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCard"]; }; }; }; }; putSystemReportCardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportCardId */ id: number; }; cookie?: never; }; /** @description reportCard */ requestBody: { content: { "application/json": components["schemas"]["ReportCard"]; }; }; responses: { /** @description ReportCard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCard"]; }; }; }; }; deleteSystemReportCardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportCardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemReportCardsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportCardId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ReportCard */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCard"]; }; }; }; }; getSystemReportCardsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportCardId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ReportCardInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardInfo"]; }; }; }; }; getSystemReportCardsByParentIdDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportCardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ReportCardDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardDetail"][]; }; }; }; }; postSystemReportCardsByParentIdDetails: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description reportCardId */ parentId: number; }; cookie?: never; }; /** @description reportCardDetail */ requestBody: { content: { "application/json": components["schemas"]["ReportCardDetail"]; }; }; responses: { /** @description ReportCardDetail */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardDetail"]; }; }; }; }; getSystemReportCardsByParentIdDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description reportCardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ReportCardDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardDetail"]; }; }; }; }; putSystemReportCardsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description reportCardId */ parentId: number; }; cookie?: never; }; /** @description reportCardDetail */ requestBody: { content: { "application/json": components["schemas"]["ReportCardDetail"]; }; }; responses: { /** @description ReportCardDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardDetail"]; }; }; }; }; deleteSystemReportCardsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description reportCardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemReportCardsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description reportCardId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ReportCardDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardDetail"]; }; }; }; }; getSystemReportCardsByParentIdDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportCardId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemReportCardsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemReportCardsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ReportCardInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportCardInfo"][]; }; }; }; }; getSystemReportCardsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemReports: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Report */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Report"][]; }; }; }; }; getSystemReportsByReportName: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportName */ reportName: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description ReportDataResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ReportDataResponse"]; }; }; }; }; getSystemReportsByReportNameColumns: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportName */ reportName: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of columns */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": { [key: string]: components["schemas"]["ReportColumnDefinition"]; }[]; }; }; }; }; getSystemReportsByReportNameCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description reportName */ reportName: string; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSecurityroles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SecurityRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRole"][]; }; }; }; }; postSystemSecurityroles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description securityRole */ requestBody: { content: { "application/json": components["schemas"]["SecurityRole"]; }; }; responses: { /** @description SecurityRole */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRole"]; }; }; }; }; getSystemSecurityrolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityroleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SecurityRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRole"]; }; }; }; }; deleteSystemSecurityrolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description securityroleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getSystemSecurityrolesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityroleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SecurityRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRoleInfo"]; }; }; }; }; getSystemSecurityRolesByParentIdSettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SecurityRoleSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRoleSetting"][]; }; }; }; }; getSystemSecurityRolesByParentIdSettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description settingId */ id: number; /** @description securityRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SecurityRoleSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRoleSetting"]; }; }; }; }; getSystemSecurityRolesByParentIdSettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description securityRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSecurityrolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSecurityrolesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SecurityRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SecurityRoleInfo"][]; }; }; }; }; getSystemSecurityrolesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSettings: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SystemSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SystemSetting"][]; }; }; }; }; getSystemSettingsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description settingId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SystemSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SystemSetting"]; }; }; }; }; putSystemSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description settingId */ id: number; }; cookie?: never; }; /** @description systemSetting */ requestBody: { content: { "application/json": components["schemas"]["SystemSetting"]; }; }; responses: { /** @description SystemSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SystemSetting"]; }; }; }; }; patchSystemSettingsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description settingId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SystemSetting */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SystemSetting"]; }; }; }; }; getSystemSettingsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSetupScreens: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SetupScreen */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SetupScreen"][]; }; }; }; }; getSystemSetupScreensById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description setupScreenId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SetupScreen */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SetupScreen"]; }; }; }; }; getSystemSetupScreensCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSkillCategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SkillCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillCategory"][]; }; }; }; }; postSystemSkillCategories: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description skillCategory */ requestBody: { content: { "application/json": components["schemas"]["SkillCategory"]; }; }; responses: { /** @description SkillCategory */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillCategory"]; }; }; }; }; getSystemSkillCategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description skillCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SkillCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillCategory"]; }; }; }; }; putSystemSkillCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillCategoryId */ id: number; }; cookie?: never; }; /** @description skillCategory */ requestBody: { content: { "application/json": components["schemas"]["SkillCategory"]; }; }; responses: { /** @description SkillCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillCategory"]; }; }; }; }; deleteSystemSkillCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemSkillCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillCategoryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SkillCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillCategory"]; }; }; }; }; getSystemSkillCategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSkills: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Skill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Skill"][]; }; }; }; }; postSystemSkills: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description skill */ requestBody: { content: { "application/json": components["schemas"]["Skill"]; }; }; responses: { /** @description Skill */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Skill"]; }; }; }; }; getSystemSkillsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description skillId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Skill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Skill"]; }; }; }; }; putSystemSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; }; cookie?: never; }; /** @description skill */ requestBody: { content: { "application/json": components["schemas"]["Skill"]; }; }; responses: { /** @description Skill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Skill"]; }; }; }; }; deleteSystemSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemSkillsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description skillId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Skill */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Skill"]; }; }; }; }; getSystemSkillsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description SkillInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SkillInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillInfo"]; }; }; }; }; getSystemSkillsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSkillsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of skillInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SkillInfo"][]; }; }; }; }; getSystemSkillsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSsoConfigurations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SsoConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"][]; }; }; }; }; postSystemSsoConfigurations: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ssoConfiguration */ requestBody: { content: { "application/json": components["schemas"]["SsoConfiguration"]; }; }; responses: { /** @description SsoConfiguration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"]; }; }; }; }; getSystemSsoConfigurationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ssoConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SsoConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"]; }; }; }; }; putSystemSsoConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ssoConfigurationId */ id: number; }; cookie?: never; }; /** @description ssoConfiguration */ requestBody: { content: { "application/json": components["schemas"]["SsoConfiguration"]; }; }; responses: { /** @description SsoConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"]; }; }; }; }; deleteSystemSsoConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ssoConfigurationId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemSsoConfigurationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ssoConfigurationId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SsoConfiguration */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"]; }; }; }; }; postSystemSsoConfigurationsByIdRegistertoken: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ssoConfigurationId */ id: number; }; cookie?: never; }; /** @description ssoConfiguration */ requestBody: { content: { "application/json": components["schemas"]["SsoConfiguration"]; }; }; responses: { /** @description SsoConfiguration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"]; }; }; }; }; postSystemSsoConfigurationsByIdSubmitmembers: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ssoConfigurationId */ id: number; }; cookie?: never; }; /** @description ssoConfiguration */ requestBody: { content: { "application/json": components["schemas"]["SsoConfiguration"]; }; }; responses: { /** @description SsoConfiguration */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoConfiguration"]; }; }; }; }; getSystemSsoConfigurationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSsoUsers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SsoUser */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoUser"][]; }; }; }; }; getSystemSsoUsersByExternalId: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description externalId */ externalId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SsoUser */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SsoUser"]; }; }; }; }; getSystemSsoUsersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemStandardNotes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of StandardNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNote"][]; }; }; }; }; postSystemStandardNotes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description standardNote */ requestBody: { content: { "application/json": components["schemas"]["StandardNote"]; }; }; responses: { /** @description StandardNote */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNote"]; }; }; }; }; getSystemStandardNotesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description standardNoteId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description StandardNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNote"]; }; }; }; }; putSystemStandardNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description standardNoteId */ id: number; }; cookie?: never; }; /** @description standardNote */ requestBody: { content: { "application/json": components["schemas"]["StandardNote"]; }; }; responses: { /** @description StandardNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNote"]; }; }; }; }; deleteSystemStandardNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description standardNoteId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemStandardNotesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description standardNoteId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description StandardNote */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["StandardNote"]; }; }; }; }; getSystemStandardNotesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSurveys: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Survey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Survey"][]; }; }; }; }; postSystemSurveys: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description survey */ requestBody: { content: { "application/json": components["schemas"]["Survey"]; }; }; responses: { /** @description Survey */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Survey"]; }; }; }; }; getSystemSurveysByGrandparentIdQuestionsByParentIdValues: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SurveyQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestionValue"][]; }; }; }; }; postSystemSurveysByGrandparentIdQuestionsByParentIdValues: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; /** @description surveyQuestionValue */ requestBody: { content: { "application/json": components["schemas"]["SurveyQuestionValue"]; }; }; responses: { /** @description SurveyQuestionValue */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestionValue"]; }; }; }; }; getSystemSurveysByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SurveyQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestionValue"]; }; }; }; }; putSystemSurveysByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; /** @description surveyQuestionValue */ requestBody: { content: { "application/json": components["schemas"]["SurveyQuestionValue"]; }; }; responses: { /** @description SurveyQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestionValue"]; }; }; }; }; deleteSystemSurveysByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemSurveysByGrandparentIdQuestionsByParentIdValuesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description valueId */ id: number; /** @description questionId */ parentId: number; /** @description surveyId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SurveyQuestionValue */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestionValue"]; }; }; }; }; getSystemSurveysById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Survey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Survey"]; }; }; }; }; putSystemSurveysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; /** @description survey */ requestBody: { content: { "application/json": components["schemas"]["Survey"]; }; }; responses: { /** @description Survey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Survey"]; }; }; }; }; deleteSystemSurveysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemSurveysById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Survey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Survey"]; }; }; }; }; postSystemSurveysByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Survey */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Survey"]; }; }; }; }; getSystemSurveysByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SurveyInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyInfo"]; }; }; }; }; getSystemSurveysByParentIdQuestions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of SurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestion"][]; }; }; }; }; postSystemSurveysByParentIdQuestions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description surveyQuestion */ requestBody: { content: { "application/json": components["schemas"]["SurveyQuestion"]; }; }; responses: { /** @description SurveyQuestion */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestion"]; }; }; }; }; getSystemSurveysByParentIdQuestionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestion"]; }; }; }; }; putSystemSurveysByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description surveyQuestion */ requestBody: { content: { "application/json": components["schemas"]["SurveyQuestion"]; }; }; responses: { /** @description SurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestion"]; }; }; }; }; deleteSystemSurveysByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemSurveysByParentIdQuestionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description questionId */ id: number; /** @description surveyId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description SurveyQuestion */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyQuestion"]; }; }; }; }; getSystemSurveysByParentIdQuestionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description surveyId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSurveysCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemSurveysInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of SurveyInfos */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SurveyInfo"][]; }; }; }; }; getSystemSurveysInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemTimeZoneSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeZoneSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetup"][]; }; }; }; }; postSystemTimeZoneSetups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description timeZoneSetup */ requestBody: { content: { "application/json": components["schemas"]["TimeZoneSetup"]; }; }; responses: { /** @description TimeZoneSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetup"]; }; }; }; }; getSystemTimeZoneSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description timeZoneSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeZoneSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetup"]; }; }; }; }; putSystemTimeZoneSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timeZoneSetupId */ id: number; }; cookie?: never; }; /** @description timeZoneSetup */ requestBody: { content: { "application/json": components["schemas"]["TimeZoneSetup"]; }; }; responses: { /** @description TimeZoneSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetup"]; }; }; }; }; deleteSystemTimeZoneSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timeZoneSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemTimeZoneSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timeZoneSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TimeZoneSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetup"]; }; }; }; }; getSystemTimeZoneSetupsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description TimeZoneSetupInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeZoneSetupInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetupInfo"]; }; }; }; }; getSystemTimeZoneSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemTimeZoneSetupsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of timeZoneSetupInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeZoneSetupInfo"][]; }; }; }; }; getSystemTimeZoneSetupsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemTodayPageCategories: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TodayPageCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageCategory"][]; }; }; }; }; postSystemTodayPageCategories: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description todayPageCategory */ requestBody: { content: { "application/json": components["schemas"]["TodayPageCategory"]; }; }; responses: { /** @description TodayPageCategory */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageCategory"]; }; }; }; }; getSystemTodayPageCategoriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description todayPageCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TodayPageCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageCategory"]; }; }; }; }; putSystemTodayPageCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description todayPageCategoryId */ id: number; }; cookie?: never; }; /** @description todayPageCategory */ requestBody: { content: { "application/json": components["schemas"]["TodayPageCategory"]; }; }; responses: { /** @description TodayPageCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageCategory"]; }; }; }; }; deleteSystemTodayPageCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description todayPageCategoryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemTodayPageCategoriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description todayPageCategoryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TodayPageCategory */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageCategory"]; }; }; }; }; getSystemTodayPageCategoriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemTodayPagelinks: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of todayPageLinkses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageLink"][]; }; }; }; }; postSystemTodayPagelinks: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description TodayPageLink */ requestBody: { content: { "application/json": components["schemas"]["TodayPageLink"]; }; }; responses: { /** @description TodayPageLink */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageLink"]; }; }; }; }; getSystemTodayPagelinksById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description TodayPageLinkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TodayPageLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageLink"]; }; }; }; }; putSystemTodayPagelinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description TodayPageLinkId */ id: number; }; cookie?: never; }; /** @description companyTypeAssociation */ requestBody: { content: { "application/json": components["schemas"]["TodayPageLink"]; }; }; responses: { /** @description TodayPageLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageLink"]; }; }; }; }; deleteSystemTodayPagelinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description TodayPageLinkId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemTodayPagelinksById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description TodayPageLinkId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TodayPageLink */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TodayPageLink"]; }; }; }; }; getSystemTodayPagelinksCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemUserDefinedFields: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of UserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedField"][]; }; }; }; }; postSystemUserDefinedFields: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description userDefinedField */ requestBody: { content: { "application/json": components["schemas"]["UserDefinedField"]; }; }; responses: { /** @description UserDefinedField */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedField"]; }; }; }; }; getSystemUserDefinedFieldsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description userDefinedFieldId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedField"]; }; }; }; }; putSystemUserDefinedFieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description userDefinedFieldId */ id: number; }; cookie?: never; }; /** @description userDefinedField */ requestBody: { content: { "application/json": components["schemas"]["UserDefinedField"]; }; }; responses: { /** @description UserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedField"]; }; }; }; }; deleteSystemUserDefinedFieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description userDefinedFieldId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemUserDefinedFieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description userDefinedFieldId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description UserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedField"]; }; }; }; }; getSystemUserDefinedFieldsByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description UserDefinedFieldInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description UserDefinedFieldInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedFieldInfo"]; }; }; }; }; getSystemUserDefinedFieldsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemUserDefinedFieldsInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of userDefinedFieldInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["UserDefinedFieldInfo"][]; }; }; }; }; getSystemUserDefinedFieldsInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowActionsByParentIdAutomateParameters: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowActionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowActionAutomateParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"][]; }; }; }; }; postSystemWorkflowActionsByParentIdAutomateParameters: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowActionId */ parentId: number; }; cookie?: never; }; /** @description workflowActionAutomateParameter */ requestBody: { content: { "application/json": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; responses: { /** @description WorkflowActionAutomateParameter */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; }; }; getSystemWorkflowActionsByParentIdAutomateParametersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description automateParameterId */ id: number; /** @description workflowActionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowActionAutomateParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; }; }; putSystemWorkflowActionsByParentIdAutomateParametersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description automateParameterId */ id: number; /** @description workflowActionId */ parentId: number; }; cookie?: never; }; /** @description workflowActionAutomateParameter */ requestBody: { content: { "application/json": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; responses: { /** @description WorkflowActionAutomateParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; }; }; deleteSystemWorkflowActionsByParentIdAutomateParametersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description automateParameterId */ id: number; /** @description workflowActionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemWorkflowActionsByParentIdAutomateParametersById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description automateParameterId */ id: number; /** @description workflowActionId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkflowActionAutomateParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; }; }; getSystemWorkflowActionsByParentIdAutomateParametersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowActionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowActionsAutomateParameters: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowActionAutomateParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"][]; }; }; }; }; getSystemWorkflowActionsAutomateParametersById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description automateParameterId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowActionAutomateParameter */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionAutomateParameter"]; }; }; }; }; getSystemWorkflows: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of Workflow */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Workflow"][]; }; }; }; }; postSystemWorkflows: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description workflow */ requestBody: { content: { "application/json": components["schemas"]["Workflow"]; }; }; responses: { /** @description Workflow */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Workflow"]; }; }; }; }; getSystemWorkflowsByGrandparentIdEventsByParentIdActions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"][]; }; }; }; }; postSystemWorkflowsByGrandparentIdEventsByParentIdActions: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; /** @description workflowAction */ requestBody: { content: { "application/json": components["schemas"]["WorkflowAction"]; }; }; responses: { /** @description WorkflowAction */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"]; }; }; }; }; getSystemWorkflowsByGrandparentIdEventsByParentIdActionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"]; }; }; }; }; putSystemWorkflowsByGrandparentIdEventsByParentIdActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; /** @description workflowAction */ requestBody: { content: { "application/json": components["schemas"]["WorkflowAction"]; }; }; responses: { /** @description WorkflowAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"]; }; }; }; }; deleteSystemWorkflowsByGrandparentIdEventsByParentIdActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemWorkflowsByGrandparentIdEventsByParentIdActionsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ id: number; /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkflowAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"]; }; }; }; }; getSystemWorkflowsByGrandparentIdEventsByParentIdActionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description eventId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsByGrandparentIdTriggersByParentIdOptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description triggerId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowTriggerOption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTriggerOption"][]; }; }; }; }; getSystemWorkflowsByGrandparentIdTriggersByParentIdOptionsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description triggerId */ parentId: number; /** @description workflowId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Workflow */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Workflow"]; }; }; }; }; putSystemWorkflowsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowId */ id: number; }; cookie?: never; }; /** @description workflow */ requestBody: { content: { "application/json": components["schemas"]["Workflow"]; }; }; responses: { /** @description Workflow */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Workflow"]; }; }; }; }; deleteSystemWorkflowsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemWorkflowsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description Workflow */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Workflow"]; }; }; }; }; postSystemWorkflowsByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Workflow */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Workflow"]; }; }; }; }; getSystemWorkflowsByParentIdAttachments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowAttachment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAttachment"][]; }; }; }; }; getSystemWorkflowsByParentIdAttachmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description attachmentId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowAttachment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAttachment"]; }; }; }; }; getSystemWorkflowsByParentIdAttachmentsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsByParentIdEvents: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"][]; }; }; }; }; postSystemWorkflowsByParentIdEvents: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; /** @description workflowEvent */ requestBody: { content: { "application/json": components["schemas"]["WorkflowEvent"]; }; }; responses: { /** @description WorkflowEvent */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"]; }; }; }; }; getSystemWorkflowsByParentIdEventsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description eventId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"]; }; }; }; }; putSystemWorkflowsByParentIdEventsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description eventId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; /** @description workflowEvent */ requestBody: { content: { "application/json": components["schemas"]["WorkflowEvent"]; }; }; responses: { /** @description WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"]; }; }; }; }; deleteSystemWorkflowsByParentIdEventsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description eventId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchSystemWorkflowsByParentIdEventsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description eventId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"]; }; }; }; }; postSystemWorkflowsByParentIdEventsByIdCopy: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description eventId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"]; }; }; }; }; getSystemWorkflowsByParentIdEventsByIdTest: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description eventId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of test results */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": { [key: string]: Record; }[]; }; }; }; }; getSystemWorkflowsByParentIdEventsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsByParentIdNotifyTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowNotifyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowNotifyType"][]; }; }; }; }; getSystemWorkflowsByParentIdNotifyTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notifyTypeId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowNotifyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowNotifyType"]; }; }; }; }; getSystemWorkflowsByParentIdNotifyTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notifyTypeId */ id: number; /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowNotifyTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowNotifyTypeInfo"]; }; }; }; }; getSystemWorkflowsByParentIdNotifyTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsByParentIdNotifyTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowNotifyTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowNotifyTypeInfo"][]; }; }; }; }; getSystemWorkflowsByParentIdNotifyTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsByParentIdTriggers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowTrigger */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTrigger"][]; }; }; }; }; getSystemWorkflowsByParentIdTriggersCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workflowId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsAttachments: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowAttachment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAttachment"][]; }; }; }; }; getSystemWorkflowsAttachmentsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description attachmentId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowAttachment */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAttachment"][]; }; }; }; }; getSystemWorkflowsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsEvents: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"][]; }; }; }; }; getSystemWorkflowsEventsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description eventId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowEvent */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowEvent"]; }; }; }; }; getSystemWorkflowsEventsActions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"][]; }; }; }; }; getSystemWorkflowsEventsActionsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description actionId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowAction */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowAction"]; }; }; }; }; getSystemWorkflowsNotifyTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowNotifyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowNotifyType"][]; }; }; }; }; getSystemWorkflowsNotifyTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description notifyTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowNotifyType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowNotifyType"][]; }; }; }; }; getSystemWorkflowsTableTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowTableType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTableType"][]; }; }; }; }; getSystemWorkflowsTableTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description tableTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowTableType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTableType"]; }; }; }; }; getSystemWorkflowsTableTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description tableTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkflowTableTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTableTypeInfo"]; }; }; }; }; getSystemWorkflowsTableTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsTableTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowTableTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTableTypeInfo"][]; }; }; }; }; getSystemWorkflowsTableTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getSystemWorkflowsTriggers: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowTrigger */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTrigger"][]; }; }; }; }; getSystemWorkflowsTriggersOptions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowTriggerOption */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowTriggerOption"][]; }; }; }; }; putSystemWorkflowsUserdefinedfieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowActionUserDefinedFieldId */ id: number; }; cookie?: never; }; /** @description workflowActionUserDefinedField */ requestBody: { content: { "application/json": components["schemas"]["WorkflowActionUserDefinedField"]; }; }; responses: { /** @description WorkflowActionUserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionUserDefinedField"]; }; }; }; }; patchSystemWorkflowsUserdefinedfieldsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workflowActionUserDefinedFieldId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkflowActionUserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionUserDefinedField"]; }; }; }; }; deleteSystemWorkflowsUserdefinedfieldsActionsByParentId: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description actionId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postSystemWorkflowsUserdefinedfieldsEventsByGrandparentId: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description eventId */ grandparentId: number; }; cookie?: never; }; /** @description workflowActionUserDefinedField */ requestBody: { content: { "application/json": components["schemas"]["WorkflowActionUserDefinedField"]; }; }; responses: { /** @description WorkflowActionUserDefinedField */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionUserDefinedField"]; }; }; }; }; getSystemWorkflowsUserdefinedfieldsEventsByGrandparentIdActionsByParentId: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description actionId */ parentId: number; /** @description evnetId */ grandparentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowActionUserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionUserDefinedField"][]; }; }; }; }; getSystemWorkflowsUserdefinedfieldsEventsActions: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkflowActionUserDefinedField */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkflowActionUserDefinedField"][]; }; }; }; }; getTimeAccruals: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrual"][]; }; }; }; }; postTimeAccruals: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description timeAccrual */ requestBody: { content: { "application/json": components["schemas"]["TimeAccrual"]; }; }; responses: { /** @description TimeAccrual */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrual"]; }; }; }; }; getTimeAccrualsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description accrualId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrual"]; }; }; }; }; putTimeAccrualsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ id: number; }; cookie?: never; }; /** @description timeAccrual */ requestBody: { content: { "application/json": components["schemas"]["TimeAccrual"]; }; }; responses: { /** @description TimeAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrual"]; }; }; }; }; deleteTimeAccrualsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeAccrualsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TimeAccrual */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrual"]; }; }; }; }; getTimeAccrualsByParentIdDetails: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description accrualId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeAccrualDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrualDetail"][]; }; }; }; }; postTimeAccrualsByParentIdDetails: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description accrualId */ parentId: number; }; cookie?: never; }; /** @description timeAccrualDetail */ requestBody: { content: { "application/json": components["schemas"]["TimeAccrualDetail"]; }; }; responses: { /** @description TimeAccrualDetail */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrualDetail"]; }; }; }; }; getTimeAccrualsByParentIdDetailsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description accrualId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeAccrualDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrualDetail"]; }; }; }; }; putTimeAccrualsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description accrualId */ parentId: number; }; cookie?: never; }; /** @description timeAccrualDetail */ requestBody: { content: { "application/json": components["schemas"]["TimeAccrualDetail"]; }; }; responses: { /** @description TimeAccrualDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrualDetail"]; }; }; }; }; deleteTimeAccrualsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description accrualId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeAccrualsByParentIdDetailsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description detailId */ id: number; /** @description accrualId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TimeAccrualDetail */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeAccrualDetail"]; }; }; }; }; getTimeAccrualsByParentIdDetailsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description accrualId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeAccrualsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeActivitystopwatches: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ActivityStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStopwatch"][]; }; }; }; }; postTimeActivitystopwatches: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description activityStopwatch */ requestBody: { content: { "application/json": components["schemas"]["ActivityStopwatch"]; }; }; responses: { /** @description ActivityStopwatch */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStopwatch"]; }; }; }; }; getTimeActivitystopwatchesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description activitystopwatcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ActivityStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStopwatch"]; }; }; }; }; putTimeActivitystopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description activitystopwatcheId */ id: number; }; cookie?: never; }; /** @description activityStopwatch */ requestBody: { content: { "application/json": components["schemas"]["ActivityStopwatch"]; }; }; responses: { /** @description ActivityStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStopwatch"]; }; }; }; }; deleteTimeActivitystopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description activitystopwatcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeActivitystopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description activitystopwatcheId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ActivityStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ActivityStopwatch"]; }; }; }; }; getTimeActivitystopwatchesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeChangelogs: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeEntryChangeLog */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntryChangeLog"][]; }; }; }; }; deleteTimeChangelogs: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getTimeChargeCodes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ChargeCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCode"][]; }; }; }; }; postTimeChargeCodes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description chargeCode */ requestBody: { content: { "application/json": components["schemas"]["ChargeCode"]; }; }; responses: { /** @description ChargeCode */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCode"]; }; }; }; }; getTimeChargeCodesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ChargeCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCode"]; }; }; }; }; putTimeChargeCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; /** @description chargeCode */ requestBody: { content: { "application/json": components["schemas"]["ChargeCode"]; }; }; responses: { /** @description ChargeCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCode"]; }; }; }; }; deleteTimeChargeCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeChargeCodesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ChargeCode */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCode"]; }; }; }; }; getTimeChargeCodesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ChargeCodeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeInfo"]; }; }; }; }; getTimeChargeCodesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getTimeChargeCodesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description chargeCodeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getTimeChargeCodesByParentIdExpenseTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of ChargeCodeExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeExpenseType"][]; }; }; }; }; postTimeChargeCodesByParentIdExpenseTypes: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; /** @description chargeCodeExpenseType */ requestBody: { content: { "application/json": components["schemas"]["ChargeCodeExpenseType"]; }; }; responses: { /** @description ChargeCodeExpenseType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeExpenseType"]; }; }; }; }; getTimeChargeCodesByParentIdExpenseTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description expenseTypeId */ id: number; /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ChargeCodeExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeExpenseType"]; }; }; }; }; putTimeChargeCodesByParentIdExpenseTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeId */ id: number; /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; /** @description chargeCodeExpenseType */ requestBody: { content: { "application/json": components["schemas"]["ChargeCodeExpenseType"]; }; }; responses: { /** @description ChargeCodeExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeExpenseType"]; }; }; }; }; deleteTimeChargeCodesByParentIdExpenseTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeId */ id: number; /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeChargeCodesByParentIdExpenseTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description expenseTypeId */ id: number; /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ChargeCodeExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeExpenseType"]; }; }; }; }; getTimeChargeCodesByParentIdExpenseTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description chargeCodeId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeChargeCodesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeChargeCodesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ChargeCodeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeInfo"][]; }; }; }; }; getTimeChargeCodesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeEntries: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntry"][]; }; }; }; }; postTimeEntries: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description timeEntry */ requestBody: { content: { "application/json": components["schemas"]["TimeEntry"]; }; }; responses: { /** @description TimeEntry */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntry"]; }; }; }; }; getTimeEntriesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntry"]; }; }; }; }; putTimeEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description timeEntry */ requestBody: { content: { "application/json": components["schemas"]["TimeEntry"]; }; }; responses: { /** @description TimeEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntry"]; }; }; }; }; deleteTimeEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeEntriesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TimeEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntry"]; }; }; }; }; postTimeEntriesByIdCancelReject: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description timeEntryTierUpdate */ requestBody: { content: { "application/json": components["schemas"]["TimeEntryTierUpdate"]; }; }; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postTimeEntriesByIdDetach: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeEntry */ 200: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postTimeEntriesByIdReject: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description entryId */ id: number; }; cookie?: never; }; /** @description timeEntryTierUpdate */ requestBody: { content: { "application/json": components["schemas"]["TimeEntryTierReject"]; }; }; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; getTimeEntriesByParentIdAudits: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeEntryAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntryAudit"][]; }; }; }; }; getTimeEntriesByParentIdAuditsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeEntryAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntryAudit"]; }; }; }; }; getTimeEntriesByParentIdAuditsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description entryId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeEntriesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; postTimeEntriesDefaults: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description timeEntry */ requestBody: { content: { "application/json": components["schemas"]["TimeEntry"]; }; }; responses: { /** @description TimeEntry */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeEntry"]; }; }; }; }; getTimeInfoChargeCodeExpenseTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ChargeCodeExpenseType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ChargeCodeExpenseType"][]; }; }; }; }; getTimeInfoChargeCodeExpenseTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeSchedulestopwatches: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of ScheduleStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStopwatch"][]; }; }; }; }; postTimeSchedulestopwatches: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description scheduleStopwatch */ requestBody: { content: { "application/json": components["schemas"]["ScheduleStopwatch"]; }; }; responses: { /** @description ScheduleStopwatch */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStopwatch"]; }; }; }; }; getTimeSchedulestopwatchesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description schedulestopwatcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description ScheduleStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStopwatch"]; }; }; }; }; putTimeSchedulestopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description schedulestopwatcheId */ id: number; }; cookie?: never; }; /** @description scheduleStopwatch */ requestBody: { content: { "application/json": components["schemas"]["ScheduleStopwatch"]; }; }; responses: { /** @description ScheduleStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStopwatch"]; }; }; }; }; deleteTimeSchedulestopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description schedulestopwatcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeSchedulestopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description schedulestopwatcheId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description ScheduleStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["ScheduleStopwatch"]; }; }; }; }; getTimeSchedulestopwatchesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeSheets: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeSheet */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeSheet"][]; }; }; }; }; getTimeSheetsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description sheetId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeSheet */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeSheet"]; }; }; }; }; deleteTimeSheetsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; postTimeSheetsByIdApprove: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sheetId */ id: number; }; cookie?: never; }; /** @description sheetId */ requestBody: { content: { "application/json": components["schemas"]["TimeSheetTierUpdate"]; }; }; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postTimeSheetsByIdReject: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sheetId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postTimeSheetsByIdReverse: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sheetId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; postTimeSheetsByIdSubmit: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description sheetId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description SuccessResponse */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["SuccessResponse"]; }; }; }; }; getTimeSheetsByParentIdAudits: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description sheetId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimeSheetAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeSheetAudit"][]; }; }; }; }; getTimeSheetsByParentIdAuditsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description auditId */ id: number; /** @description sheetId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimeSheetAudit */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimeSheetAudit"]; }; }; }; }; getTimeSheetsByParentIdAuditsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description sheetId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeSheetsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeTicketstopwatches: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TicketStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketStopwatch"][]; }; }; }; }; postTimeTicketstopwatches: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description ticketStopwatch */ requestBody: { content: { "application/json": components["schemas"]["TicketStopwatch"]; }; }; responses: { /** @description TicketStopwatch */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketStopwatch"]; }; }; }; }; getTimeTicketstopwatchesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description ticketstopwatcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TicketStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketStopwatch"]; }; }; }; }; putTimeTicketstopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketstopwatcheId */ id: number; }; cookie?: never; }; /** @description ticketStopwatch */ requestBody: { content: { "application/json": components["schemas"]["TicketStopwatch"]; }; }; responses: { /** @description TicketStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketStopwatch"]; }; }; }; }; deleteTimeTicketstopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketstopwatcheId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeTicketstopwatchesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description ticketstopwatcheId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TicketStopwatch */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TicketStopwatch"]; }; }; }; }; getTimeTicketstopwatchesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeTimePeriodSetups: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimePeriodSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriodSetup"][]; }; }; }; }; postTimeTimePeriodSetups: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description timePeriodSetup */ requestBody: { content: { "application/json": components["schemas"]["TimePeriodSetup"]; }; }; responses: { /** @description TimePeriodSetup */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriodSetup"]; }; }; }; }; getTimeTimePeriodSetupsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description timePeriodSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimePeriodSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriodSetup"]; }; }; }; }; putTimeTimePeriodSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timePeriodSetupId */ id: number; }; cookie?: never; }; /** @description timePeriodSetup */ requestBody: { content: { "application/json": components["schemas"]["TimePeriodSetup"]; }; }; responses: { /** @description TimePeriodSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriodSetup"]; }; }; }; }; deleteTimeTimePeriodSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timePeriodSetupId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeTimePeriodSetupsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description timePeriodSetupId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description TimePeriodSetup */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriodSetup"]; }; }; }; }; getTimeTimePeriodSetupsByParentIdPeriods: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description timePeriodSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of TimePeriod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriod"][]; }; }; }; }; getTimeTimePeriodSetupsByParentIdPeriodsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description periodId */ id: number; /** @description timePeriodSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description TimePeriod */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriod"]; }; }; }; }; getTimeTimePeriodSetupsByParentIdPeriodsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description timePeriodSetupId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeTimePeriodSetupsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeTimePeriodSetupsDefault: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description TimePeriodSetupDefaults */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["TimePeriodSetupDefaults"]; }; }; }; }; getTimeWorkRoles: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRole"][]; }; }; }; }; postTimeWorkRoles: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description workRole */ requestBody: { content: { "application/json": components["schemas"]["WorkRole"]; }; }; responses: { /** @description WorkRole */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRole"]; }; }; }; }; getTimeWorkRolesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRole"]; }; }; }; }; putTimeWorkRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; /** @description workRole */ requestBody: { content: { "application/json": components["schemas"]["WorkRole"]; }; }; responses: { /** @description WorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRole"]; }; }; }; }; deleteTimeWorkRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeWorkRolesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkRole */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRole"]; }; }; }; }; getTimeWorkRolesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleInfo"]; }; }; }; }; getTimeWorkRolesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getTimeWorkRolesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getTimeWorkRolesByParentIdLocations: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkRoleLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleLocation"][]; }; }; }; }; postTimeWorkRolesByParentIdLocations: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workRoleId */ parentId: number; }; cookie?: never; }; /** @description workRoleLocation */ requestBody: { content: { "application/json": components["schemas"]["WorkRoleLocation"]; }; }; responses: { /** @description WorkRoleLocation */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleLocation"]; }; }; }; }; getTimeWorkRolesByParentIdLocationsById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description workRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkRoleLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleLocation"]; }; }; }; }; putTimeWorkRolesByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description workRoleId */ parentId: number; }; cookie?: never; }; /** @description workRoleLocation */ requestBody: { content: { "application/json": components["schemas"]["WorkRoleLocation"]; }; }; responses: { /** @description WorkRoleLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleLocation"]; }; }; }; }; deleteTimeWorkRolesByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description workRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeWorkRolesByParentIdLocationsById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description locationId */ id: number; /** @description workRoleId */ parentId: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkRoleLocation */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleLocation"]; }; }; }; }; getTimeWorkRolesByParentIdLocationsCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workRoleId */ parentId: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeWorkRolesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeWorkRolesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkRoleInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkRoleInfo"][]; }; }; }; }; getTimeWorkRolesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeWorkTypes: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of WorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkType"][]; }; }; }; }; postTimeWorkTypes: { parameters: { query?: never; header: { clientId: string; }; path?: never; cookie?: never; }; /** @description workType */ requestBody: { content: { "application/json": components["schemas"]["WorkType"]; }; }; responses: { /** @description WorkType */ 201: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkType"]; }; }; }; }; getTimeWorkTypesById: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkType"]; }; }; }; }; putTimeWorkTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; /** @description workType */ requestBody: { content: { "application/json": components["schemas"]["WorkType"]; }; }; responses: { /** @description WorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkType"]; }; }; }; }; deleteTimeWorkTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description No Content */ 204: { headers: { [name: string]: unknown; }; content?: never; }; }; }; patchTimeWorkTypesById: { parameters: { query?: never; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; /** @description List of PatchOperation */ requestBody: { content: { "application/json": components["schemas"]["PatchOperation"][]; }; }; responses: { /** @description WorkType */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkType"]; }; }; }; }; getTimeWorkTypesByIdInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description WorkTypeInfoId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description WorkTypeInfo */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkTypeInfo"]; }; }; }; }; getTimeWorkTypesByIdUsages: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getTimeWorkTypesByIdUsagesList: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path: { /** @description workTypeId */ id: number; }; cookie?: never; }; requestBody?: never; responses: { /** @description List of Usage */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Usage"][]; }; }; }; }; getTimeWorkTypesCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; getTimeWorkTypesInfo: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description List of workTypeInfoses */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["WorkTypeInfo"][]; }; }; }; }; getTimeWorkTypesInfoCount: { parameters: { query?: { conditions?: string; childConditions?: string; customFieldConditions?: string; orderBy?: string; fields?: string; page?: number | null; pageSize?: number | null; pageId?: number | null; }; header: { clientId: string; }; path?: never; cookie?: never; }; requestBody?: never; responses: { /** @description Count */ 200: { headers: { [name: string]: unknown; }; content: { "application/vnd.connectwise.com+json; version=2025.16": components["schemas"]["Count"]; }; }; }; }; } //# sourceMappingURL=ManageTypes.d.ts.map