---
title: "Create a total amount price adjustments"
method: POST
path: "/price-adjustments/manual-total-amount"
tags: ["Price Adjustments"]
---

# Create a total amount price adjustments

`POST /price-adjustments/manual-total-amount`

Use to create a manual price adjustments (increase or decrease) for a reservation.

## Request body

- object
  - `reservationId` string, required
  - `priceAdjustments` object[], required
    - `normalType` 'AF' | 'AFO' | 'ARC' | 'LOSD' | 'GCD' | 'CO' | 'PRO' | 'CF' | 'PCM' | 'CM' | 'LT' | 'CT' | 'TT' | 'GST' | 'VAT' | 'TTH' | 'LGT' | 'HT' | 'TAF' | 'TRT' | 'AFE' | 'PF' | 'CFE' | 'RT' | 'ST' | 'COT' | 'OCT' | 'TOT' | 'HSHAT' | 'HST' | 'MAT' | 'SDC' | 'TAX' | 'MARF' | 'MAR' | 'AFWD' | 'OT' | 'OTHER', required — Read more about valid enums <a href="https://open-api-docs.guesty.com/docs/valid-enumerations">here</a>
    - `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' | 'TOTAL_PAYOUT_BASED' | 'TOUR' | 'TOWELS' | 'TRANSFER' | 'TRANSPORTATION' | 'UTILITY_FEE' | 'VALET' | 'VIP_SERVICES' | 'WATER' | 'WELLNESS' | 'WIFI' | 'WOOD' | 'EXPEDIA_AFE' — When normalType AFE (Additional Fee) is selected, secondIdentifier is required, else it's forbidden. Second identifier is the type of the additional fee
    - `parentInvoiceItemId` string — The id of the invoice item that this adjustment is applied to
    - `amount` number, required
    - `description` string
    - `realizationDates` object[]
      - `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

## Response `201`

The updated reservation folio.

## Other responses

- `400` — Invalid request body.

---

[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)
