Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AgreementWorkTypesApi

Hierarchy

  • AgreementWorkTypesApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

financeAgreementsIdWorktypesCountGet

  • financeAgreementsIdWorktypesCountGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Count>
  • Get Work Types Count

    Parameters

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

    Returns Promise<Count>

financeAgreementsIdWorktypesGet

  • financeAgreementsIdWorktypesGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<AgreementWorkType>>
  • Get Work Types

    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<AgreementWorkType>>

financeAgreementsIdWorktypesPost

  • financeAgreementsIdWorktypesPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementWorkType>

financeAgreementsIdWorktypesWorktypeIdDelete

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

    Parameters

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

    Returns Promise<__type>

financeAgreementsIdWorktypesWorktypeIdGet

  • financeAgreementsIdWorktypesWorktypeIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementWorkType>
  • Get Work Type By Id

    Parameters

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

    Returns Promise<AgreementWorkType>

financeAgreementsIdWorktypesWorktypeIdPatch

  • financeAgreementsIdWorktypesWorktypeIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementWorkType>

financeAgreementsIdWorktypesWorktypeIdPut

  • financeAgreementsIdWorktypesWorktypeIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementWorkType>

Generated using TypeDoc