POST api/Users/{id}/lunchroom

Sets the default lunchroom for the user.

Request Information

Parameters

NameDescriptionAdditional information
id
Id of user

Define this parameter in the request URI.

lunchroomId
Id of lunchroom

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/x-www-form-urlencoded

Sample:
=1