PUT api/ServicePrices/Edit/MeetingRoom/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PutMeetingRoomServicesPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CutOffDay | integer |
None. |
|
| Hours | integer |
Required |
|
| Cost | decimal number |
Required |
|
| StartDate | date |
Required |
|
| EndDate | date |
Required |
|
| UomId | string |
Required |
|
| TaxTypeId | integer |
None. |
|
| Currency | string |
Required |
|
| Rank | integer |
Required |
|
| ServiceItemId | integer |
Required |
|
| ServicePriceType | ServicePriceType |
None. |
|
| MinimumPax | integer |
Required |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CutOffDay": 2,
"Hours": 3,
"Cost": 4.0,
"StartDate": "2025-12-13T23:35:02.9900719+00:00",
"EndDate": "2025-12-13T23:35:02.9900719+00:00",
"UomId": "sample string 7",
"TaxTypeId": 8,
"Currency": "sample string 9",
"Rank": 10,
"ServiceItemId": 11,
"ServicePriceType": 0,
"MinimumPax": 12,
"Description": "sample string 13"
}
application/xml, text/xml
Sample:
<PutMeetingRoomServicesPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO"> <Cost>4</Cost> <Currency>sample string 9</Currency> <Description>sample string 13</Description> <EndDate>2025-12-13T23:35:02.9900719+00:00</EndDate> <MinimumPax>12</MinimumPax> <Rank>10</Rank> <ServiceItemId>11</ServiceItemId> <ServicePriceType>NotSet</ServicePriceType> <StartDate>2025-12-13T23:35:02.9900719+00:00</StartDate> <TaxTypeId>8</TaxTypeId> <UomId>sample string 7</UomId> <CutOffDay>2</CutOffDay> <Hours>3</Hours> <Id>1</Id> </PutMeetingRoomServicesPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServicePriceViewBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Cost | decimal number |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UomId | string |
None. |
|
| TaxTypeId | integer |
None. |
|
| Currency | string |
None. |
|
| Rank | integer |
None. |
|
| CalculationBase | integer |
None. |
|
| ServiceItemId | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.