Skip to content

Create Batch With Minimal Response

//trimblecloud-fileservice/trimblecloud.fileservice/FoldersAPI/createBatchWithMinimalResponse

createBatchWithMinimalResponse

[JVM]
abstract fun createBatchWithMinimalResponse(@NonNullrequest: @NonNullCreateBatchFolderRequest): CompletableFuture<Response<MinimalFolderBatch>>

Creates multiple folders in a specified space by providing a list of create folder request bodies with minimal response. A maximum of 50 folders can be created in a single request.

Return

  • A future that resolves to the batch folder creation response with minimal details.

Parameters

JVM

request- The batch folder creation request containing a list of folders to create.

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.