POST Confirmation/ExternalAPIConfirm

Request Information

URI Parameters

None.

Body Parameters

ExternalConfirm
NameDescriptionTypeAdditional information
LogTableId

integer

None.

checkInDate

string

None.

checkOutDate

string

None.

Gender

string

None.

Grade

string

None.

RoomTypeDetails

Collection of SelExternalRoomTypeDtls

None.

SecondGuestDtls

Collection of SecondGuestDtl

None.

BRstatus

string

None.

Occupancy

string

None.

cityId

integer

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogTableId": 1,
  "checkInDate": "sample string 2",
  "checkOutDate": "sample string 3",
  "Gender": "sample string 4",
  "Grade": "sample string 5",
  "RoomTypeDetails": [
    {
      "PropertyType": "sample string 1",
      "PropertyName": "sample string 2",
      "PropertyId": 3,
      "RoomTypeName": "sample string 4",
      "RoomTypeId": "sample string 5",
      "RatePlanCode": "sample string 6",
      "Tariff": 7.0,
      "HRSingle": 8.0,
      "HRDouble": 9.0,
      "Inclusions": "sample string 10",
      "StarRating": "sample string 11",
      "CancellationPolicy": "sample string 12",
      "Phone": "sample string 13",
      "Email": "sample string 14",
      "Locality": "sample string 15",
      "RoomTypeImg": "sample string 16",
      "ChkInTime": "sample string 17",
      "ChkOutTime": "sample string 18",
      "MealPlan": "sample string 19",
      "CityId": 20,
      "TAC": true,
      "TACPercentage": 22.0,
      "Sabre_PCC": "sample string 23",
      "Sabre_PCC_Authorization": "sample string 24",
      "Sabre_RateKey": "sample string 25",
      "Sabre_GuaranteeType": "sample string 26",
      "BOKHotelId": 27,
      "SBEHotelId": 28,
      "HYGHotelId": 29,
      "SBEHotelCode": "sample string 30",
      "SBECodeContext": "sample string 31",
      "SingleRate": 32.0,
      "SingleTax": 33.0,
      "SMarkupAmount": 34.0,
      "AgreedSingle": 35.0,
      "DoubleRate": 36.0,
      "DoubleTax": 37.0,
      "DMarkupAmount": 38.0,
      "AgreedDouble": 39.0,
      "HG_RatePlanId": "sample string 40"
    },
    {
      "PropertyType": "sample string 1",
      "PropertyName": "sample string 2",
      "PropertyId": 3,
      "RoomTypeName": "sample string 4",
      "RoomTypeId": "sample string 5",
      "RatePlanCode": "sample string 6",
      "Tariff": 7.0,
      "HRSingle": 8.0,
      "HRDouble": 9.0,
      "Inclusions": "sample string 10",
      "StarRating": "sample string 11",
      "CancellationPolicy": "sample string 12",
      "Phone": "sample string 13",
      "Email": "sample string 14",
      "Locality": "sample string 15",
      "RoomTypeImg": "sample string 16",
      "ChkInTime": "sample string 17",
      "ChkOutTime": "sample string 18",
      "MealPlan": "sample string 19",
      "CityId": 20,
      "TAC": true,
      "TACPercentage": 22.0,
      "Sabre_PCC": "sample string 23",
      "Sabre_PCC_Authorization": "sample string 24",
      "Sabre_RateKey": "sample string 25",
      "Sabre_GuaranteeType": "sample string 26",
      "BOKHotelId": 27,
      "SBEHotelId": 28,
      "HYGHotelId": 29,
      "SBEHotelCode": "sample string 30",
      "SBECodeContext": "sample string 31",
      "SingleRate": 32.0,
      "SingleTax": 33.0,
      "SMarkupAmount": 34.0,
      "AgreedSingle": 35.0,
      "DoubleRate": 36.0,
      "DoubleTax": 37.0,
      "DMarkupAmount": 38.0,
      "AgreedDouble": 39.0,
      "HG_RatePlanId": "sample string 40"
    }
  ],
  "SecondGuestDtls": [
    {
      "FirstName": "sample string 1",
      "LastName": "sample string 2",
      "Title": "sample string 3",
      "EmpCode": "sample string 4",
      "Grade": "sample string 5",
      "EmailId": "sample string 6",
      "MobileNo": "sample string 7",
      "EmployeeId": 8,
      "Designation": "sample string 9"
    },
    {
      "FirstName": "sample string 1",
      "LastName": "sample string 2",
      "Title": "sample string 3",
      "EmpCode": "sample string 4",
      "Grade": "sample string 5",
      "EmailId": "sample string 6",
      "MobileNo": "sample string 7",
      "EmployeeId": 8,
      "Designation": "sample string 9"
    }
  ],
  "BRstatus": "sample string 6",
  "Occupancy": "sample string 7",
  "cityId": 8,
  "Remarks": "sample string 9"
}

application/xml, text/xml

Sample:
<ExternalConfirm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/icicidirect_tool_API.Models">
  <BRstatus>sample string 6</BRstatus>
  <Gender>sample string 4</Gender>
  <Grade>sample string 5</Grade>
  <LogTableId>1</LogTableId>
  <Occupancy>sample string 7</Occupancy>
  <Remarks>sample string 9</Remarks>
  <RoomTypeDetails>
    <SelExternalRoomTypeDtls>
      <AgreedDouble>39</AgreedDouble>
      <AgreedSingle>35</AgreedSingle>
      <BOKHotelId>27</BOKHotelId>
      <CancellationPolicy>sample string 12</CancellationPolicy>
      <ChkInTime>sample string 17</ChkInTime>
      <ChkOutTime>sample string 18</ChkOutTime>
      <CityId>20</CityId>
      <DMarkupAmount>38</DMarkupAmount>
      <DoubleRate>36</DoubleRate>
      <DoubleTax>37</DoubleTax>
      <Email>sample string 14</Email>
      <HG_RatePlanId>sample string 40</HG_RatePlanId>
      <HRDouble>9</HRDouble>
      <HRSingle>8</HRSingle>
      <HYGHotelId>29</HYGHotelId>
      <Inclusions>sample string 10</Inclusions>
      <Locality>sample string 15</Locality>
      <MealPlan>sample string 19</MealPlan>
      <Phone>sample string 13</Phone>
      <PropertyId>3</PropertyId>
      <PropertyName>sample string 2</PropertyName>
      <PropertyType>sample string 1</PropertyType>
      <RatePlanCode>sample string 6</RatePlanCode>
      <RoomTypeId>sample string 5</RoomTypeId>
      <RoomTypeImg>sample string 16</RoomTypeImg>
      <RoomTypeName>sample string 4</RoomTypeName>
      <SBECodeContext>sample string 31</SBECodeContext>
      <SBEHotelCode>sample string 30</SBEHotelCode>
      <SBEHotelId>28</SBEHotelId>
      <SMarkupAmount>34</SMarkupAmount>
      <Sabre_GuaranteeType>sample string 26</Sabre_GuaranteeType>
      <Sabre_PCC>sample string 23</Sabre_PCC>
      <Sabre_PCC_Authorization>sample string 24</Sabre_PCC_Authorization>
      <Sabre_RateKey>sample string 25</Sabre_RateKey>
      <SingleRate>32</SingleRate>
      <SingleTax>33</SingleTax>
      <StarRating>sample string 11</StarRating>
      <TAC>true</TAC>
      <TACPercentage>22</TACPercentage>
      <Tariff>7</Tariff>
    </SelExternalRoomTypeDtls>
    <SelExternalRoomTypeDtls>
      <AgreedDouble>39</AgreedDouble>
      <AgreedSingle>35</AgreedSingle>
      <BOKHotelId>27</BOKHotelId>
      <CancellationPolicy>sample string 12</CancellationPolicy>
      <ChkInTime>sample string 17</ChkInTime>
      <ChkOutTime>sample string 18</ChkOutTime>
      <CityId>20</CityId>
      <DMarkupAmount>38</DMarkupAmount>
      <DoubleRate>36</DoubleRate>
      <DoubleTax>37</DoubleTax>
      <Email>sample string 14</Email>
      <HG_RatePlanId>sample string 40</HG_RatePlanId>
      <HRDouble>9</HRDouble>
      <HRSingle>8</HRSingle>
      <HYGHotelId>29</HYGHotelId>
      <Inclusions>sample string 10</Inclusions>
      <Locality>sample string 15</Locality>
      <MealPlan>sample string 19</MealPlan>
      <Phone>sample string 13</Phone>
      <PropertyId>3</PropertyId>
      <PropertyName>sample string 2</PropertyName>
      <PropertyType>sample string 1</PropertyType>
      <RatePlanCode>sample string 6</RatePlanCode>
      <RoomTypeId>sample string 5</RoomTypeId>
      <RoomTypeImg>sample string 16</RoomTypeImg>
      <RoomTypeName>sample string 4</RoomTypeName>
      <SBECodeContext>sample string 31</SBECodeContext>
      <SBEHotelCode>sample string 30</SBEHotelCode>
      <SBEHotelId>28</SBEHotelId>
      <SMarkupAmount>34</SMarkupAmount>
      <Sabre_GuaranteeType>sample string 26</Sabre_GuaranteeType>
      <Sabre_PCC>sample string 23</Sabre_PCC>
      <Sabre_PCC_Authorization>sample string 24</Sabre_PCC_Authorization>
      <Sabre_RateKey>sample string 25</Sabre_RateKey>
      <SingleRate>32</SingleRate>
      <SingleTax>33</SingleTax>
      <StarRating>sample string 11</StarRating>
      <TAC>true</TAC>
      <TACPercentage>22</TACPercentage>
      <Tariff>7</Tariff>
    </SelExternalRoomTypeDtls>
  </RoomTypeDetails>
  <SecondGuestDtls>
    <SecondGuestDtl>
      <Designation>sample string 9</Designation>
      <EmailId>sample string 6</EmailId>
      <EmpCode>sample string 4</EmpCode>
      <EmployeeId>8</EmployeeId>
      <FirstName>sample string 1</FirstName>
      <Grade>sample string 5</Grade>
      <LastName>sample string 2</LastName>
      <MobileNo>sample string 7</MobileNo>
      <Title>sample string 3</Title>
    </SecondGuestDtl>
    <SecondGuestDtl>
      <Designation>sample string 9</Designation>
      <EmailId>sample string 6</EmailId>
      <EmpCode>sample string 4</EmpCode>
      <EmployeeId>8</EmployeeId>
      <FirstName>sample string 1</FirstName>
      <Grade>sample string 5</Grade>
      <LastName>sample string 2</LastName>
      <MobileNo>sample string 7</MobileNo>
      <Title>sample string 3</Title>
    </SecondGuestDtl>
  </SecondGuestDtls>
  <checkInDate>sample string 2</checkInDate>
  <checkOutDate>sample string 3</checkOutDate>
  <cityId>8</cityId>
</ExternalConfirm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.