benchling_api_client.api.boxes.archive_boxes module

async asyncio(*, client: Client, json_body: BoxesArchive) Optional[BoxesArchivalChange]

Archive boxes and any containers of the boxes

async asyncio_detailed(*, client: Client, json_body: BoxesArchive) Response[BoxesArchivalChange]
sync(*, client: Client, json_body: BoxesArchive) Optional[BoxesArchivalChange]

Archive boxes and any containers of the boxes

sync_detailed(*, client: Client, json_body: BoxesArchive) Response[BoxesArchivalChange]