POST api/Party/AddTentativePartyBooking

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AccountNumber": "sample string 1",
  "ConfirmationDate": "2026-04-03T16:58:31.9729062+05:30",
  "FormNo": "sample string 3",
  "TotalGuest": 4,
  "SettleBy": "sample string 5",
  "Address": "sample string 6",
  "GuestName": "sample string 7",
  "GuestMobileNo": "sample string 8",
  "GuestEmailId": "sample string 9",
  "DependantAccountNumber": "sample string 10",
  "GSTNumber": "sample string 11",
  "PANNumber": "sample string 12",
  "CompanyName": "sample string 13",
  "Remarks": "sample string 14",
  "FunctionType": "sample string 15",
  "LeadId": "sample string 16",
  "Narration": [
    {
      "Date": "2026-04-03T16:58:31.973904+05:30",
      "TypeOfService": "sample string 2",
      "Meal": "sample string 3",
      "Price": "sample string 4"
    },
    {
      "Date": "2026-04-03T16:58:31.973904+05:30",
      "TypeOfService": "sample string 2",
      "Meal": "sample string 3",
      "Price": "sample string 4"
    },
    {
      "Date": "2026-04-03T16:58:31.973904+05:30",
      "TypeOfService": "sample string 2",
      "Meal": "sample string 3",
      "Price": "sample string 4"
    }
  ],
  "Slots": [
    {
      "PartyHallID": 1,
      "PartySlotID": 2,
      "PartyDate": "2026-04-03T16:58:31.973904+05:30",
      "Rent": 4.1,
      "GST": 5.1
    },
    {
      "PartyHallID": 1,
      "PartySlotID": 2,
      "PartyDate": "2026-04-03T16:58:31.973904+05:30",
      "Rent": 4.1,
      "GST": 5.1
    },
    {
      "PartyHallID": 1,
      "PartySlotID": 2,
      "PartyDate": "2026-04-03T16:58:31.973904+05:30",
      "Rent": 4.1,
      "GST": 5.1
    }
  ]
}

application/xml, text/xml

Sample:
<PartyTentativeBookingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPINew.Models">
  <AccountNumber>sample string 1</AccountNumber>
  <Address>sample string 6</Address>
  <CompanyName>sample string 13</CompanyName>
  <ConfirmationDate>2026-04-03T16:58:31.9729062+05:30</ConfirmationDate>
  <DependantAccountNumber>sample string 10</DependantAccountNumber>
  <FormNo>sample string 3</FormNo>
  <FunctionType>sample string 15</FunctionType>
  <GSTNumber>sample string 11</GSTNumber>
  <GuestEmailId>sample string 9</GuestEmailId>
  <GuestMobileNo>sample string 8</GuestMobileNo>
  <GuestName>sample string 7</GuestName>
  <LeadId>sample string 16</LeadId>
  <Narration>
    <PartyNarrationDto>
      <Date>2026-04-03T16:58:31.973904+05:30</Date>
      <Meal>sample string 3</Meal>
      <Price>sample string 4</Price>
      <TypeOfService>sample string 2</TypeOfService>
    </PartyNarrationDto>
    <PartyNarrationDto>
      <Date>2026-04-03T16:58:31.973904+05:30</Date>
      <Meal>sample string 3</Meal>
      <Price>sample string 4</Price>
      <TypeOfService>sample string 2</TypeOfService>
    </PartyNarrationDto>
    <PartyNarrationDto>
      <Date>2026-04-03T16:58:31.973904+05:30</Date>
      <Meal>sample string 3</Meal>
      <Price>sample string 4</Price>
      <TypeOfService>sample string 2</TypeOfService>
    </PartyNarrationDto>
  </Narration>
  <PANNumber>sample string 12</PANNumber>
  <Remarks>sample string 14</Remarks>
  <SettleBy>sample string 5</SettleBy>
  <Slots>
    <PartySlotDto>
      <GST>5.1</GST>
      <PartyDate>2026-04-03T16:58:31.973904+05:30</PartyDate>
      <PartyHallID>1</PartyHallID>
      <PartySlotID>2</PartySlotID>
      <Rent>4.1</Rent>
    </PartySlotDto>
    <PartySlotDto>
      <GST>5.1</GST>
      <PartyDate>2026-04-03T16:58:31.973904+05:30</PartyDate>
      <PartyHallID>1</PartyHallID>
      <PartySlotID>2</PartySlotID>
      <Rent>4.1</Rent>
    </PartySlotDto>
    <PartySlotDto>
      <GST>5.1</GST>
      <PartyDate>2026-04-03T16:58:31.973904+05:30</PartyDate>
      <PartyHallID>1</PartyHallID>
      <PartySlotID>2</PartySlotID>
      <Rent>4.1</Rent>
    </PartySlotDto>
  </Slots>
  <TotalGuest>4</TotalGuest>
</PartyTentativeBookingDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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