---
title: "Create service"
method: POST
path: "/api/v3.3/services"
tags: ["Services"]
---

# Create service

`POST /api/v3.3/services`

Adds a new service to the system

## Request body

- ServiceAddingApi3Dto
  - `serviceProviderUid` string, required
  - `type` 'PERSONAL_SERVICE' | 'TRANSPORTATION_SERVICE' | 'CLEANING_SERVICE' | 'GREETING_SERVICE' | 'COOKING_SERVICE' | 'TOUR' | 'OTHER', required
  - `cateredToType` 'GUEST' | 'HOST' | 'BOTH', required
  - `duration` integer
  - `partyMaximumSize` integer
  - `price` number, double
  - `hourlyRate` number, double
  - `dailyRate` number, double
  - `title` string, required
  - `description` string — Optional field, max size is 255
  - `longDescription` string
  - `quantityDescription` string — Optional field, max size is 255
  - `isActive` boolean
  - `cancellationPolicy` string — Optional field, max size is 255
  - `defaultPicture` string — Optional field, max size is 255

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
