---
title: "POST /contracts"
method: POST
path: "/contracts"
---

# POST /contracts

`POST /contracts`

## Request body

- CreateContractModel
  - `property_id` string, required
  - `seller_name` string, required
  - `address` object, required
    - `country` string, required
    - `city` string, required
    - `street` string, required
    - `number` integer, required

## Response `200`

200 response

- Empty

## Changes

- **2026-07-17** `b091a4496da7` — 3 breaking, 3 warning
  - added the new required request property `address`
  - added the new required request property `property_id`
  - added the new required request property `seller_name`
  - removed the request property `Address`
  - …2 more
- **2025-10-27** `de095a6d5446` — 3 breaking, 3 warning
  - added the new required request property `Address`
  - added the new required request property `PropertyId`
  - added the new required request property `SellerName`
  - removed the request property `address`
  - …2 more

[Change history](https://skmtc.dev/aws-samples/apis/unicorn-contracts-api/changes/contracts/post.md)

---

[API](https://skmtc.dev/aws-samples/apis/unicorn-contracts-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/unicorn-contracts-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/unicorn-contracts-api/revisions/b091a4496da7/schema)
