---
title: "Get a specific service."
method: GET
path: "/rateplan/v1/services/{id}"
tags: ["Service"]
---

# Get a specific service.

`GET /rateplan/v1/services/{id}`

Get a specific service.<br>You must have at least one of these scopes: 'services.read, setup.read, setup.manage'.

## Path parameters

- `id` string, required

## Query parameters

- `languages` string[]
- `expand` string[]

## Response `200`

Success.

- ServiceModel
  - `id` string, required — The service id
  - `code` string, required — The code for the service
  - `name` object, required — The name for the service
  - `description` object, required — The description for the service
  - `defaultGrossPrice` MonetaryValueModel, required
    - `amount` number, double, required
    - `currency` string, required
  - `pricingUnit` 'Room' | 'Person', required — Defines the granularity (room, person) for which this item is offered and priced
  - `postNextDay` boolean, required — Whether the service is delivered and posted on the same business date as the accommodation, or on the next day.
  - `availability` AvailabilityModel, required
    - `mode` 'Arrival' | 'Departure' | 'Daily', required — You can choose if the service will only be offered for the arrival or departure time slice like early check-in or a final cleaning service. You can also define a service that is available to be booked for the whole stay. The property defaults to 'Daily'.
    - `quantity` integer, nullable — Quota/Limit for service. By default service is unlimited.
    - `daysOfWeek` string[], nullable — You can choose if the service should be available for specific days of the week
  - `accountingConfigs` AccountingConfigModel[], required — The collection of accounting configs with validity periods.
    - `vatType` 'Null' | 'VeryReduced' | 'Reduced' | 'Normal' | 'Without' | 'Special' | 'Special1' | 'Special2' | 'ReducedCovid19' | 'NormalCovid19' | 'Mixed', required — The VAT type
    - `serviceType` 'Other' | 'Accommodation' | 'FoodAndBeverages', required — The service type
    - `subAccountId` string, nullable — The sub-accounts id
    - `validFrom` string, date, required — Which date this configuration is valid from
  - `property` EmbeddedPropertyModel, required
    - `id` string, required — The property id
    - `code` string, nullable — The code for the property that can be shown in reports and table views
    - `name` string, nullable — The name for the property
    - `description` string, nullable — The description for the property
  - `channelCodes` string[], nullable — The channel codes the service is sold through. When no channels are defined, the service is sold only in a package
  - `ageCategoryId` string, nullable — The id of the age category associated with this service.

## Other responses

- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

[API](https://skmtc.dev/apaleo/apis/apaleo-rate-plan-api.md) · [All operations](https://skmtc.dev/apaleo/apis/apaleo-rate-plan-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apaleo/apaleo-rate-plan-api/revisions/876b6db65772/schema)
