Method: OpenapiClient::BatchesApi#process_batch

Defined in:
lib/openapi_client/api/batches_api.rb

#process_batch(batch_id, process_batch_request_body, opts = {}) ⇒ String

Process Batch ID Labels Process Batch ID Labels

Parameters:

  • batch_id (String)

    Batch ID

  • process_batch_request_body (ProcessBatchRequestBody)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (String)


555
556
557
558
# File 'lib/openapi_client/api/batches_api.rb', line 555

def process_batch(batch_id, process_batch_request_body, opts = {})
  data, _status_code, _headers = process_batch_with_http_info(batch_id, process_batch_request_body, opts)
  data
end