Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TaxCodeProductTypeExemptionsApi

Hierarchy

  • TaxCodeProductTypeExemptionsApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

financeTaxCodesIdProductTypeExemptionsCountGet

  • financeTaxCodesIdProductTypeExemptionsCountGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Count>
  • Get Tax Code Product Type Exemption Count

    Parameters

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

    Returns Promise<Count>

financeTaxCodesIdProductTypeExemptionsGet

  • financeTaxCodesIdProductTypeExemptionsGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<ProductTypeExemption>>
  • Get Tax Code Product Type Exemption

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

financeTaxCodesIdProductTypeExemptionsPost

  • financeTaxCodesIdProductTypeExemptionsPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProductTypeExemption>

financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdDelete

  • financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdDelete(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete Tax Code Product Type Exemption By Id

    Parameters

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

    Returns Promise<__type>

financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdGet

  • financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProductTypeExemption>
  • Get Tax Code Product Type Exemption By Id

    Parameters

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

    Returns Promise<ProductTypeExemption>

financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdPatch

  • financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProductTypeExemption>
  • Update Tax Code Product Type Exemption

    Parameters

    • params: object
      • id: number
      • operations: Array<PatchOperation>
      • productTypeExemptionId: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ProductTypeExemption>

financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdPut

  • financeTaxCodesIdProductTypeExemptionsProductTypeExemptionIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProductTypeExemption>
  • Replace Tax Code Product Type Exemption

    Parameters

    • params: object
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ProductTypeExemption>

Generated using TypeDoc