POST api/HBRFQ/UpdateRoomTypeDetails

Request Information

URI Parameters

None.

Body Parameters

PropertySubmitRequest
NameDescriptionTypeAdditional information
PropertyName

string

None.

PropertyAddress

string

None.

City

string

None.

State

string

None.

Email

string

None.

Phone

string

None.

CheckIn

string

None.

CheckOut

string

None.

CheckInType

string

None.

CheckOutType

string

None.

GSTNo

string

None.

PropertyId

integer

None.

IndPropId

integer

None.

RFQId

integer

None.

Type

string

None.

GroupId

integer

None.

ResendFlag

string

None.

FinalPropertySubmit

boolean

None.

GroupDetails

Collection of Object

None.

ChannelManagerList

Collection of Object

None.

RoomTypeDetails

Collection of Object

None.

RoomAmenities

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyName": "sample string 1",
  "PropertyAddress": "sample string 2",
  "City": "sample string 3",
  "State": "sample string 4",
  "Email": "sample string 5",
  "Phone": "sample string 6",
  "CheckIn": "sample string 7",
  "CheckOut": "sample string 8",
  "CheckInType": "sample string 9",
  "CheckOutType": "sample string 10",
  "GSTNo": "sample string 11",
  "PropertyId": 12,
  "IndPropId": 13,
  "RFQId": 14,
  "Type": "sample string 15",
  "GroupId": 16,
  "ResendFlag": "sample string 17",
  "FinalPropertySubmit": true,
  "GroupDetails": null,
  "ChannelManagerList": null,
  "RoomTypeDetails": null,
  "RoomAmenities": null
}

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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.