Method: OpenapiClient::BatchesApi#get_batch_by_external_id
- Defined in:
- lib/openapi_client/api/batches_api.rb
#get_batch_by_external_id(external_batch_id, opts = {}) ⇒ GetBatchByExternalIdResponseBody
Get Batch By External ID Get Batch By External ID
249 250 251 252 |
# File 'lib/openapi_client/api/batches_api.rb', line 249 def get_batch_by_external_id(external_batch_id, opts = {}) data, _status_code, _headers = get_batch_by_external_id_with_http_info(external_batch_id, opts) data end |