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

---

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