POST api/Reservations/SaveIHostReservation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
reservation
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StoreId": "sample string 1",
  "transactionId": "sample string 2",
  "Timeperformed": 3,
  "reservationId": "sample string 4",
  "TableCode": "sample string 5",
  "status": "sample string 6",
  "arrivalTime": "sample string 7",
  "bill": 8.0,
  "people": 9,
  "note": "sample string 10",
  "dietaryRestriction": "sample string 11",
  "deleted": true,
  "customerId": "sample string 13",
  "surname": "sample string 14",
  "name": "sample string 15"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'iHostReservation'.