Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AgreementTypeWorkTypeExclusionsApi

Hierarchy

  • AgreementTypeWorkTypeExclusionsApi

Index

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://api-na.myconnectwise.net/v4_6_release/apis/3.0"

defaultHeaders

defaultHeaders: any

Methods

financeAgreementTypesIdWorkTypeExclusionsCountGet

  • financeAgreementTypesIdWorkTypeExclusionsCountGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Count>
  • Get Work Type Exclusions Count

    Parameters

    • params: object
      • Optional conditions?: string
      • id: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<Count>

financeAgreementTypesIdWorkTypeExclusionsGet

  • financeAgreementTypesIdWorkTypeExclusionsGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<AgreementTypeWorkTypeExclusion>>
  • Get Work Type Exclusions

    Parameters

    • params: object
      • Optional childconditions?: string
      • Optional conditions?: string
      • Optional customfieldconditions?: string
      • id: number
      • Optional orderBy?: string
      • Optional page?: number
      • Optional pageSize?: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<Array<AgreementTypeWorkTypeExclusion>>

financeAgreementTypesIdWorkTypeExclusionsPost

  • financeAgreementTypesIdWorkTypeExclusionsPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementTypeWorkTypeExclusion>

financeAgreementTypesIdWorkTypeExclusionsWorkTypeExclusionIdDelete

  • financeAgreementTypesIdWorkTypeExclusionsWorkTypeExclusionIdDelete(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete Work Type Exclusion By Id

    Parameters

    • params: object
      • id: number
      • workTypeExclusionId: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<__type>

financeAgreementTypesIdWorkTypeExclusionsWorkTypeExclusionIdGet

  • financeAgreementTypesIdWorkTypeExclusionsWorkTypeExclusionIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementTypeWorkTypeExclusion>
  • Get Work Type Exclusion By Id

    Parameters

    • params: object
      • id: number
      • workTypeExclusionId: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<AgreementTypeWorkTypeExclusion>

Generated using TypeDoc