POST api/WhasAppChatBot

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WhatsappMessageDetails
NameDescriptionTypeAdditional information
PDF_URL

string

None.

BookingCode

string

None.

WhatsappConfirmationDetails

ConfirmationEMail

None.

Response Formats

application/json, text/json

Sample:
{
  "PDF_URL": "sample string 1",
  "BookingCode": "sample string 2",
  "WhatsappConfirmationDetails": {
    "MobileNo": "sample string 1",
    "WhatsAppMsg": "sample string 2",
    "CheckInDate": "sample string 3",
    "CheckOutDate": "sample string 4",
    "Property": "sample string 5",
    "GuestName": "sample string 6",
    "PDF_URL": "sample string 7"
  }
}

application/xml, text/xml

Sample:
<WhatsappMessageDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhasAppChatBot.Models">
  <BookingCode>sample string 2</BookingCode>
  <PDF_URL>sample string 1</PDF_URL>
  <WhatsappConfirmationDetails>
    <CheckInDate>sample string 3</CheckInDate>
    <CheckOutDate>sample string 4</CheckOutDate>
    <GuestName>sample string 6</GuestName>
    <MobileNo>sample string 1</MobileNo>
    <PDF_URL>sample string 7</PDF_URL>
    <Property>sample string 5</Property>
    <WhatsAppMsg>sample string 2</WhatsAppMsg>
  </WhatsappConfirmationDetails>
</WhatsappMessageDetails>