| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const place = {
'@odata.type': 'microsoft.graph.room',
displayName: 'Conf Room 4/3.3G11',
parentId: '46ef7aed-5d94-4fd4-ae03-b333bc7a6955',
bookingType: 'standard'
};
await client.api('/places')
.post(place);