---
title: "Create Invoice Item"
method: POST
path: "/invoice-items/reservation/{reservationId}"
tags: ["Invoice Items"]
---

# Create Invoice Item

`POST /invoice-items/reservation/{reservationId}`

Create Invoice Item

## Path parameters

- `reservationId` string, required

## Request body

- object
  - `title` string, required — Title of the invoice item
  - `amount` number, required — Price to be charged for the invoice item
  - `description` string — Description of the invoice item
  - `secondIdentifier` 'ACTIVITIES' | 'ADDITIONAL_BED' | 'ADDITIONAL_CHARGE' | 'AIR_CONDITIONING' | 'BABY_BED' | 'BEVERAGE' | 'BOOKING_FEE' | 'BREAKFAST' | 'BUSINESS_CENTER' | 'CAR_RENTAL' | 'CHEF' | 'CLEANING' | 'CLUB_CARD' | 'COMMISSION_CHARGE' | 'COMMUNITY' | 'CONCIERGE' | 'CREDIT_CARD_PROCESSING_FEE' | 'DAMAGE_CHARGE' | 'DAMAGE_WAIVER' | 'DEPOSIT' | 'DIRECT_SERVICE' | 'DOCK_FEE' | 'EARLY_CHECK_IN' | 'EARLY_CHECKOUT' | 'ELECTRICITY' | 'EQUIPMENT_RENTAL' | 'FLIGHTS' | 'FOOD' | 'GIFT_BASKET' | 'GOLF_CART_RENTAL' | 'GUEST_SERVICE' | 'GUESTY_BASIC_TRAVEL_COVERAGE' | 'GUESTY_EXTENDED_TRAVEL_COVERAGE' | 'GUESTY_SHIELD' | 'HEATING' | 'HOMEOWNERS_ASSOCIATION' | 'HOT_TUB' | 'HOUSEKEEPING' | 'INSURANCE' | 'PROPERTY_INSURANCE' | 'INTERNET' | 'LATE_CHECK_IN' | 'LATE_CHECKOUT' | 'LAUNDRY' | 'LINENS' | 'MANAGEMENT' | 'MEAL' | 'MEET_AND_GREET' | 'MINIBAR' | 'MISCELLANEOUS' | 'OIL' | 'PARKING' | 'PAYMENT_FEE' | 'PET' | 'POOL' | 'POOL_HEATING' | 'RESERVATION_FEE' | 'RESORT' | 'SERVICE' | 'SHIPPING' | 'SPA' | 'TOILETRIES' | 'TOUR' | 'TOWELS' | 'TRANSFER' | 'TRANSPORTATION' | 'UTILITY_FEE' | 'VALET' | 'VIP_SERVICES' | 'WATER' | 'WELLNESS' | 'WIFI' | 'WOOD' — When normalType AFE (Additional Fee) is selected, secondIdentifier is required, else it's forbidden. Second identifier is the type of the additional fee
  - `normalType` 'CF' | 'CFE' | 'PCM' | 'LT' | 'CT' | 'VAT' | 'GST' | 'TT' | 'TAX' | 'ST' | 'COT' | 'OCT' | 'TOT' | 'HSHAT' | 'HST' | 'MAT' | 'AFE', required — Invoice item type identifier. Read more about valid enums <a href="https://open-api-docs.guesty.com/docs/valid-enumerations">here</a>
  - `realizationDates` object[] — The date in which the invoice item fee is to be realized. If not provided, the system sets a default based on the earliest available date.
    - `date` string — The date in which the invoice item fee is to be realized. Provide if you want to set a single date for the realization date. Allowed only if "from" and "to" are not provided.
    - `from` string — The start date of the realization date range. Provide if you want to set a range for the realization dates, If you provide the "from" date, you must provide the "to" date.
    - `to` string — The end date of the realization date range. Provide if you want to set a range for the realization dates, If you provide the "to" date, you must provide the "from" date.
  - `stayIndex` number
  - `isUpsellFee` boolean

## Response `200`

The updated folio with the new invoice item

## Other responses

- `201`
- `400` — Some of the request parameters are invalid

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
