> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PurchaseEngagementCreateInput

> Input to create a purchase engagement.

## Fields

<ParamField path="clients" type="[EngagementClientInput!]!" required>
  The clients for this engagement.
</ParamField>

<ParamField path="closingDate" type="ISO8601Date!" required>
  The closing date.
</ParamField>

<ParamField path="newMortgageFileIds" type="[FileRecordGID!]!" required>
  GIDs of staged file records for new mortgage files.
</ParamField>

<ParamField path="newMortgageNumber" type="String">
  The new mortgage number.
</ParamField>

<ParamField path="notes" type="String">
  Notes for the engagement.
</ParamField>

<ParamField path="owner" type="TeamMemberGID!" required>
  The team member who owns this engagement.
</ParamField>

<ParamField path="propertyAddress" type="AddressInput">
  The property address.
</ParamField>

## Used by

* [`engagementCreate`](/lender-api/reference/mutations/engagements/engagement-create) (mutation)
