---
title: "Create owner adjustment"
method: POST
path: "/api/v3.3/owner-adjustments"
tags: ["Owner Adjustments"]
---

# Create owner adjustment

`POST /api/v3.3/owner-adjustments`

Creates a new owner adjustment record for the specified property

## Request body

- OwnerAdjustmentSavingApi3Dto
  - `currency` 'AED' | 'ARS' | 'AUD' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CZK' | 'DKK' | 'DOP' | 'EUR' | 'GBP' | 'GTQ' | 'HKD' | 'HUF' | 'IDR' | 'IKR' | 'ILS' | 'INR' | 'JPY' | 'KES' | 'KRW' | 'MXN' | 'MYR' | 'NOK' | 'NONE' | 'NZD' | 'PEN' | 'PHP' | 'PLN' | 'RON' | 'RUB' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'UYU' | 'VEF' | 'VND' | 'VUV' | 'JOD' | 'SAR' | 'EGP' | 'ZAR' | 'TTD' | 'BBD' | 'CVE' | 'AWG' | 'MAD' | 'PYG', required
  - `name` string, required
  - `propertyUid` string, required
  - `amount` number, required
  - `attachedImageUrl` string
  - `dateAccountedFor` string, date, required
  - `notes` string
  - `ownerAdjustmentScheduleUid` string
  - `taxationRate` number, required
  - `type` 'CLEANING_MAINTENANCE' | 'INSURANCE' | 'MANAGEMENT_FEES' | 'OTHER' | 'REPAIRS' | 'SUPPLIES' | 'UTILITIES', required

## Response `201`

Created

---

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