GET api/getbookingcustomerbybookingid?bookingId={bookingId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
bookingId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "BookingId": 1,
  "CustomerName": "sample string 2",
  "CustomerPhone": "sample string 3",
  "NumberOfGuest": 4,
  "TableNumber": "sample string 5",
  "CustomerDetails": "sample string 6",
  "BookingTime": "2026-01-07T10:17:01.2086445+00:00",
  "ExpireTime": "2026-01-07T10:17:01.2086445+00:00",
  "StartTime": "sample string 8",
  "EndTime": "sample string 9",
  "Email": "sample string 10",
  "CustomerId": 11,
  "BookingPurpose": "sample string 12",
  "TempOrderInformationId": 13,
  "OnlineBookingId": 14,
  "Status": "sample string 15",
  "RejectMessage": "sample string 16",
  "CustomerInfo": {
    "CustomerID": 1,
    "Name": "sample string 2",
    "Phone": "sample string 3",
    "DelevaryAddress": "sample string 4",
    "Address": "sample string 5",
    "Details": "sample string 6",
    "Mobile": "sample string 7",
    "PostCode": "sample string 8",
    "AddressPostcode": "sample string 9",
    "TelePhone2": "sample string 10",
    "Email": "sample string 11",
    "Title": "sample string 12",
    "AnotherAddress": "sample string 13",
    "DateOfBirth": "sample string 14",
    "DelevaryAddress2": "sample string 15",
    "LoyaltyPoint": 16,
    "LogForOfferonOrder": 17,
    "CustomerNote": "sample string 18",
    "DeliveryAddresses": [
      {
        "Id": 1,
        "CustomerId": 2,
        "Address": "sample string 3",
        "PostCode": "sample string 4"
      },
      {
        "Id": 1,
        "CustomerId": 2,
        "Address": "sample string 3",
        "PostCode": "sample string 4"
      },
      {
        "Id": 1,
        "CustomerId": 2,
        "Address": "sample string 3",
        "PostCode": "sample string 4"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<BookingCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
  <BookingId>1</BookingId>
  <BookingPurpose>sample string 12</BookingPurpose>
  <BookingTime>2026-01-07T10:17:01.2086445+00:00</BookingTime>
  <CustomerDetails>sample string 6</CustomerDetails>
  <CustomerId>11</CustomerId>
  <CustomerInfo>
    <Address>sample string 5</Address>
    <AddressPostcode>sample string 9</AddressPostcode>
    <AnotherAddress>sample string 13</AnotherAddress>
    <CustomerID>1</CustomerID>
    <CustomerNote>sample string 18</CustomerNote>
    <DateOfBirth>sample string 14</DateOfBirth>
    <DelevaryAddress>sample string 4</DelevaryAddress>
    <DelevaryAddress2>sample string 15</DelevaryAddress2>
    <DeliveryAddresses>
      <DeliveryAddresses>
        <Address>sample string 3</Address>
        <CustomerId>2</CustomerId>
        <Id>1</Id>
        <PostCode>sample string 4</PostCode>
      </DeliveryAddresses>
      <DeliveryAddresses>
        <Address>sample string 3</Address>
        <CustomerId>2</CustomerId>
        <Id>1</Id>
        <PostCode>sample string 4</PostCode>
      </DeliveryAddresses>
      <DeliveryAddresses>
        <Address>sample string 3</Address>
        <CustomerId>2</CustomerId>
        <Id>1</Id>
        <PostCode>sample string 4</PostCode>
      </DeliveryAddresses>
    </DeliveryAddresses>
    <Details>sample string 6</Details>
    <Email>sample string 11</Email>
    <LogForOfferonOrder>17</LogForOfferonOrder>
    <LoyaltyPoint>16</LoyaltyPoint>
    <Mobile>sample string 7</Mobile>
    <Name>sample string 2</Name>
    <Phone>sample string 3</Phone>
    <PostCode>sample string 8</PostCode>
    <TelePhone2>sample string 10</TelePhone2>
    <Title>sample string 12</Title>
  </CustomerInfo>
  <CustomerName>sample string 2</CustomerName>
  <CustomerPhone>sample string 3</CustomerPhone>
  <Email>sample string 10</Email>
  <EndTime>sample string 9</EndTime>
  <ExpireTime>2026-01-07T10:17:01.2086445+00:00</ExpireTime>
  <NumberOfGuest>4</NumberOfGuest>
  <OnlineBookingId>14</OnlineBookingId>
  <RejectMessage>sample string 16</RejectMessage>
  <StartTime>sample string 8</StartTime>
  <Status>sample string 15</Status>
  <TableNumber>sample string 5</TableNumber>
  <TempOrderInformationId>13</TempOrderInformationId>
</BookingCustomer>