---
title: "POST /parties:overlap"
method: POST
path: "/parties:overlap"
tags: ["Parties"]
---

# POST /parties:overlap

`POST /parties:overlap`

Returns overlapping area between two resources.

## Query parameters

- `api-version` string, required

## Request body

- OverlapResourcesQuery — Overlap Resource Query Parameters.
  - `resources` OverlapResource[] — List of resources.
    - `partyId` string, required — Party Id of the resource.
    - `resourceType` string, required — Resource type of the resource.
    - `resourceId` string, required — Id of the resource.
    - `resourceArea` number, double — Acreage of the resource.

## Response `200`

Success

- PartyOverlapResponse — Schema of Party Overlap Response.
  - `resources` OverlapResource[] — Resources with area.
    - `partyId` string, required — Party Id of the resource.
    - `resourceType` string, required — Resource type of the resource.
    - `resourceId` string, required — Id of the resource.
    - `resourceArea` number, double — Acreage of the resource.
  - `overlappingArea` number, double — Acreage of overlapping area.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/revisions/33cf1de6e0c4/schema)
