TipLinksApi - object-oriented interface export TipLinksApi

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • summary Upload image

    Parameters

    • Optionalimage: File
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TipLinksImage, any>>

    memberof TipLinksApi

  • summary Create a new Tip Link

    Parameters

    • OptionaltipLinkCreateDeets: TipLinkCreateDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TipLink, any>>

    memberof TipLinksApi

  • summary Get data for a single Tip Link by id

    Parameters

    • id: string

      The id of the record you wish to retrieve

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TipLink, any>>

    memberof TipLinksApi

  • summary Get data for all Tip Links

    Parameters

    • Optionallimit: number

      A limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25

    • Optionalpage: number

      1-based page index for paginated results

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TipLinkListResponse, any>>

    memberof TipLinksApi

  • Search tip links based on contract id Returns a list of TipLink.

    summary Search tip links

    Parameters

    • OptionalcontractId: string

      The search for contract Id

    • Optionallimit: number

      A limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25

    • Optionalpage: number

      1-based page index for paginated results

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TipLinkListResponse, any>>

    memberof TipLinksApi

  • summary Make changes to an existing Tip Link

    Parameters

    • id: string
    • OptionaltipLinkUpdateDeets: TipLinkUpdateDeets
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TipLink, any>>

    memberof TipLinksApi