benchling_api_client.api.containers.reserve_containers module¶
- async asyncio(*, client: Client, json_body: ContainersCheckout) Optional[Union[EmptyObject, BadRequestError]] ¶
Reserve containers to signify that someone plans to use the containers.
- async asyncio_detailed(*, client: Client, json_body: ContainersCheckout) Response[Union[EmptyObject, BadRequestError]] ¶
- sync(*, client: Client, json_body: ContainersCheckout) Optional[Union[EmptyObject, BadRequestError]] ¶
Reserve containers to signify that someone plans to use the containers.
- sync_detailed(*, client: Client, json_body: ContainersCheckout) Response[Union[EmptyObject, BadRequestError]] ¶