benchling_api_client.api.locations.create_location module

async asyncio(*, client: Client, json_body: LocationCreate) Optional[Union[Location, BadRequestError]]

Create a location

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

Create a location

sync_detailed(*, client: Client, json_body: LocationCreate) Response[Union[Location, BadRequestError]]