POST api/RFQ?Host={Host}&CredentialsUserName={CredentialsUserName}&CredentialsPassword={CredentialsPassword}&Port={Port}&ClientName={ClientName}&RequesterEmail={RequesterEmail}&RequesterName={RequesterName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Host | string |
Required |
|
| CredentialsUserName | string |
Required |
|
| CredentialsPassword | string |
Required |
|
| Port | integer |
Required |
|
| ClientName | string |
Required |
|
| RequesterEmail | string |
Required |
|
| RequesterName | string |
Required |
Body Parameters
Collection of PropertyRFQModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RFQId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| PropertyName | string |
None. |
|
| Localityarea | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
|
| LatitudeLongitude | string |
None. |
|
| PropertyAddress | string |
None. |
|
| PropertyDescription | string |
None. |
|
| CheckIn | integer |
None. |
|
| CheckOut | integer |
None. |
|
| CheckInType | string |
None. |
|
| CheckOutType | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| RowId | string |
None. |
|
| FromMail | string |
None. |
|
| CustomMessage | string |
None. |
|
| DetailId | integer |
None. |
|
| ExpectedSingletariff | string |
None. |
|
| ExpectedDoubletariff | string |
None. |
|
| CCEmail | string |
None. |
|
| RoomNights | string |
None. |
|
| RoomDetails | Collection of Object |
None. |
|
| IsTermsAccepted | boolean |
None. |
|
| TermsNdConditions | string |
None. |
|
| InviteMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"RFQId": 1,
"PropertyId": 2,
"PropertyName": "sample string 3",
"Localityarea": "sample string 4",
"State": "sample string 5",
"City": "sample string 6",
"LatitudeLongitude": "sample string 7",
"PropertyAddress": "sample string 8",
"PropertyDescription": "sample string 9",
"CheckIn": 10,
"CheckOut": 11,
"CheckInType": "sample string 12",
"CheckOutType": "sample string 13",
"Email": "sample string 14",
"Phone": "sample string 15",
"RowId": "sample string 16",
"FromMail": "sample string 17",
"CustomMessage": "sample string 18",
"DetailId": 19,
"ExpectedSingletariff": "sample string 20",
"ExpectedDoubletariff": "sample string 21",
"CCEmail": "sample string 22",
"RoomNights": "sample string 23",
"RoomDetails": null,
"IsTermsAccepted": true,
"TermsNdConditions": "sample string 25",
"InviteMsg": "sample string 26"
},
{
"RFQId": 1,
"PropertyId": 2,
"PropertyName": "sample string 3",
"Localityarea": "sample string 4",
"State": "sample string 5",
"City": "sample string 6",
"LatitudeLongitude": "sample string 7",
"PropertyAddress": "sample string 8",
"PropertyDescription": "sample string 9",
"CheckIn": 10,
"CheckOut": 11,
"CheckInType": "sample string 12",
"CheckOutType": "sample string 13",
"Email": "sample string 14",
"Phone": "sample string 15",
"RowId": "sample string 16",
"FromMail": "sample string 17",
"CustomMessage": "sample string 18",
"DetailId": 19,
"ExpectedSingletariff": "sample string 20",
"ExpectedDoubletariff": "sample string 21",
"CCEmail": "sample string 22",
"RoomNights": "sample string 23",
"RoomDetails": null,
"IsTermsAccepted": true,
"TermsNdConditions": "sample string 25",
"InviteMsg": "sample string 26"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.