Interface FormFileUploadApi

All Superinterfaces:
ApiClient.Api

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public interface FormFileUploadApi extends ApiClient.Api
  • Method Details

    • formFileUpload

      FormFileUploadResponse formFileUpload(File file)
      Upload a file Supports any type of files, used to upload a file before submitting a process or task form with a document in its contract
      Parameters:
      file - (optional)
      Returns:
      FormFileUploadResponse
    • formFileUploadWithHttpInfo

      ApiResponse<FormFileUploadResponse> formFileUploadWithHttpInfo(File file)
      Upload a file Similar to formFileUpload but it also returns the http response headers . Supports any type of files, used to upload a file before submitting a process or task form with a document in its contract
      Parameters:
      file - (optional)
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.