benchling_api_client.api.batches.create_batch module

async asyncio(*, client: Client, json_body: BatchCreate) Optional[Union[Batch, BadRequestError]]

Create a batch

async asyncio_detailed(*, client: Client, json_body: BatchCreate) Response[Union[Batch, BadRequestError]]
sync(*, client: Client, json_body: BatchCreate) Optional[Union[Batch, BadRequestError]]

Create a batch

sync_detailed(*, client: Client, json_body: BatchCreate) Response[Union[Batch, BadRequestError]]