# Create borrower case

Create a new case and associate it with a borrower using their ID.

Endpoint: POST /people/{personId}/cases
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `personId` (string, required)
    A Borrower's unique identifier, tied to a person or a business. Can be Peach or a lender's external identifier.

## Request fields (application/json):

  - `typeId` (string, required)
    Unique identifier of the case type.

## Response 200 fields (application/json):

  - `message` (string)
    Description of the server action or error.

  - `status` (integer)
    HTTP status code.

  - `data` (object)

  - `data.typeId` (string, required)
    Unique identifier of the case type.

