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

# EngagementCreateInput

> Input to create an engagement. Exactly one of the type-specific inputs must be provided.

<Note>Exactly one of the following fields must be provided.</Note>

## Fields

<ParamField path="purchase" type="PurchaseEngagementCreateInput">
  Input to create a purchase engagement.
</ParamField>

<ParamField path="refinance" type="RefinanceEngagementCreateInput">
  Input to create a refinance engagement.
</ParamField>

## Used by

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