POST api/package/PackageInquiry
Request Information
URI Parameters
None.
Body Parameters
InquiryModelName | Description | Type | Additional information |
---|---|---|---|
TotalAdults | integer |
None. |
|
TotalKids | integer |
None. |
|
TotalInfants | integer |
None. |
|
Name | string |
None. |
|
PhoneNumber | string |
None. |
|
EmailID | string |
None. |
|
City | string |
None. |
|
TravelDate | string |
None. |
|
Remarks | string |
None. |
|
PackageIDF | integer |
None. |
|
CountryCode | string |
None. |
|
WebsiteIDF | integer |
None. |
|
CaptchaResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TotalAdults": 1, "TotalKids": 2, "TotalInfants": 3, "Name": "sample string 4", "PhoneNumber": "sample string 5", "EmailID": "sample string 6", "City": "sample string 7", "TravelDate": "sample string 8", "Remarks": "sample string 9", "PackageIDF": 10, "CountryCode": "sample string 11", "WebsiteIDF": 12, "CaptchaResponse": "sample string 13" }
application/xml, text/xml
Sample:
<InquiryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBtoC"> <CaptchaResponse>sample string 13</CaptchaResponse> <City>sample string 7</City> <CountryCode>sample string 11</CountryCode> <EmailID>sample string 6</EmailID> <Name>sample string 4</Name> <PackageIDF>10</PackageIDF> <PhoneNumber>sample string 5</PhoneNumber> <Remarks>sample string 9</Remarks> <TotalAdults>1</TotalAdults> <TotalInfants>3</TotalInfants> <TotalKids>2</TotalKids> <TravelDate>sample string 8</TravelDate> <WebsiteIDF>12</WebsiteIDF> </InquiryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |