benchling_api_client.api.assay_results.create_assay_results_transaction module

async asyncio(*, client: Client) Optional[AssayResultTransactionCreateResponse]

Transactions allow results to be upload in multiple requests. This endpoint lets you create a transaction. You can then upload results to the transaction, abort the transaction, or commit the transaction.

async asyncio_detailed(*, client: Client) Response[AssayResultTransactionCreateResponse]
sync(*, client: Client) Optional[AssayResultTransactionCreateResponse]

Transactions allow results to be upload in multiple requests. This endpoint lets you create a transaction. You can then upload results to the transaction, abort the transaction, or commit the transaction.

sync_detailed(*, client: Client) Response[AssayResultTransactionCreateResponse]