Method: OpenapiClient::BatchesApi#create_batch

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

#create_batch(create_batch_request_body, opts = {}) ⇒ CreateBatchResponseBody

Create A Batch Create a Batch

Parameters:

  • create_batch_request_body (CreateBatchRequestBody)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



110
111
112
113
# File 'lib/openapi_client/api/batches_api.rb', line 110

def create_batch(create_batch_request_body, opts = {})
  data, _status_code, _headers = create_batch_with_http_info(create_batch_request_body, opts)
  data
end