POST hotel/ExtendRClassRoom

Request Information

URI Parameters

None.

Body Parameters

Reservation
NameDescriptionTypeAdditional information
HotelRoomStatusID

integer

None.

Minutes

integer

None.

CheckInDate

date

None.

CheckOutDate

date

None.

ArtistName

string

None.

NumberOfPeople

integer

None.

CostUSD

decimal number

None.

CostMXP

decimal number

None.

CreatedDateTime

date

None.

BusinessID

integer

None.

UserID

integer

None.

FolioCollectionID

integer

None.

PaymentUSD

decimal number

None.

PaymentMXP

decimal number

None.

ClassificationID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HotelRoomStatusID": 1,
  "Minutes": 2,
  "CheckInDate": "2026-05-24T23:41:39.673343-07:00",
  "CheckOutDate": "2026-05-24T23:41:39.673343-07:00",
  "ArtistName": "sample string 5",
  "NumberOfPeople": 6,
  "CostUSD": 7.0,
  "CostMXP": 8.0,
  "CreatedDateTime": "2026-05-24T23:41:39.673343-07:00",
  "BusinessID": 10,
  "UserID": 11,
  "FolioCollectionID": 12,
  "PaymentUSD": 13.0,
  "PaymentMXP": 14.0,
  "ClassificationID": 15
}

application/xml, text/xml

Sample:
<Reservation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBGApi.Data">
  <ArtistName>sample string 5</ArtistName>
  <BusinessID>10</BusinessID>
  <CheckInDate>2026-05-24T23:41:39.673343-07:00</CheckInDate>
  <CheckOutDate>2026-05-24T23:41:39.673343-07:00</CheckOutDate>
  <ClassificationID>15</ClassificationID>
  <CostMXP>8</CostMXP>
  <CostUSD>7</CostUSD>
  <CreatedDateTime>2026-05-24T23:41:39.673343-07:00</CreatedDateTime>
  <FolioCollectionID>12</FolioCollectionID>
  <HotelRoomStatusID>1</HotelRoomStatusID>
  <Minutes>2</Minutes>
  <NumberOfPeople>6</NumberOfPeople>
  <PaymentMXP>14</PaymentMXP>
  <PaymentUSD>13</PaymentUSD>
  <UserID>11</UserID>
</Reservation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.