POST api/Participants/CheckInCatering
Request Information
URI Parameters
None.
Body Parameters
CheckIn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParticipantGuid | globally unique identifier |
None. |
|
| MealSlotId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8bf7f84a-f8c7-4803-b7d2-d64069875982",
"ParticipantGuid": "af68011f-1d58-4550-84ad-358053f64924",
"MealSlotId": "ec3dc7a0-d3ae-4a35-814d-2c0d14f19e6b"
}
application/xml, text/xml
Sample:
<CheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Catering"> <Id>8bf7f84a-f8c7-4803-b7d2-d64069875982</Id> <MealSlotId>ec3dc7a0-d3ae-4a35-814d-2c0d14f19e6b</MealSlotId> <ParticipantGuid>af68011f-1d58-4550-84ad-358053f64924</ParticipantGuid> </CheckIn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.