benchling_api_client.api.containers.transfer_into_containers module¶
- async asyncio(*, client: Client, json_body: MultipleContainersTransfersList) Optional[Union[AsyncTaskLink, BadRequestError]] ¶
Transfers a volume of an entity, batch, or container into a destination container. Limit of 5000 transfers per request. Concentration of all contents in the destination container will be automatically updated based on the previous volume & concentrations of the contents in that container, the concentration of the contents being transferred in, the volume of the contents being transferred in, and the final volume of the container. If no concentration is specified, the concentration will not be tracked.
- async asyncio_detailed(*, client: Client, json_body: MultipleContainersTransfersList) Response[Union[AsyncTaskLink, BadRequestError]] ¶
- sync(*, client: Client, json_body: MultipleContainersTransfersList) Optional[Union[AsyncTaskLink, BadRequestError]] ¶
Transfers a volume of an entity, batch, or container into a destination container. Limit of 5000 transfers per request. Concentration of all contents in the destination container will be automatically updated based on the previous volume & concentrations of the contents in that container, the concentration of the contents being transferred in, the volume of the contents being transferred in, and the final volume of the container. If no concentration is specified, the concentration will not be tracked.
- sync_detailed(*, client: Client, json_body: MultipleContainersTransfersList) Response[Union[AsyncTaskLink, BadRequestError]] ¶