PUT api/ServicePrices/Edit/TourGuide/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

EditTourGuideServicesPrice
NameDescriptionTypeAdditional information
Id

integer

Required

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-06-26T13:46:35.856287+00:00",
  "EndDate": "2025-06-26T13:46:35.856287+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:
<EditTourGuideServicesPrice 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-06-26T13:46:35.856287+00:00</EndDate>
  <MinimumPax>12</MinimumPax>
  <Rank>10</Rank>
  <ServiceItemId>11</ServiceItemId>
  <ServicePriceType>NotSet</ServicePriceType>
  <StartDate>2025-06-26T13:46:35.856287+00:00</StartDate>
  <TaxTypeId>8</TaxTypeId>
  <UomId>sample string 7</UomId>
  <CutOffDay>2</CutOffDay>
  <Hours>3</Hours>
  <Id>1</Id>
</EditTourGuideServicesPrice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServicePriceViewBindingModel
NameDescriptionTypeAdditional 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.