---
title: "Complete an intake flow by processing all drafts and creating client/patient records"
method: POST
path: "/Drafts/flow/complete"
tags: ["Drafts"]
---

# Complete an intake flow by processing all drafts and creating client/patient records

`POST /Drafts/flow/complete`

## Request body

- CompleteIntakeFlowRequest — Request DTO for completing an intake flow
  - `flowKey` string, required

## Response `200`

OK

- FlowCompletionResultDto — Result DTO for flow completion operations
  - `success` boolean, required
  - `clientId` string, nullable, required
  - `patientId` string, nullable, required
  - `errorMessage` string, nullable, required

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
