Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AgreementTypeWorkTypesApi

Hierarchy

  • AgreementTypeWorkTypesApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

financeAgreementTypesIdWorktypesCountGet

  • financeAgreementTypesIdWorktypesCountGet(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>

financeAgreementTypesIdWorktypesGet

  • financeAgreementTypesIdWorktypesGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<AgreementTypeWorkType>>
  • 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<AgreementTypeWorkType>>

financeAgreementTypesIdWorktypesPost

  • financeAgreementTypesIdWorktypesPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementTypeWorkType>

financeAgreementTypesIdWorktypesWorktypeIdDelete

  • financeAgreementTypesIdWorktypesWorktypeIdDelete(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>

financeAgreementTypesIdWorktypesWorktypeIdGet

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

    Parameters

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

    Returns Promise<AgreementTypeWorkType>

financeAgreementTypesIdWorktypesWorktypeIdPatch

  • financeAgreementTypesIdWorktypesWorktypeIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementTypeWorkType>

financeAgreementTypesIdWorktypesWorktypeIdPut

  • financeAgreementTypesIdWorktypesWorktypeIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<AgreementTypeWorkType>

Generated using TypeDoc