FilesApi - object-oriented interface export FilesApi

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

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

Methods

  • summary Upload a file for validationa and store in blob for payouts

    Parameters

    • OptionalpaymentCycleId: string

      Include the payment cycle ID associated with the uploaded file.

    • OptionalfileType: "payouts"

      payment cycle file type. payouts

    • Optionalfile: File

      file to upload.

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PaymentCycleFile, any>>

    memberof FilesApi