---
title: "Updates ClientReviewReport with ConsumerFileId"
method: PATCH
path: "/v1/ClientReviewReport/linkreporttoconsumerfile"
tags: ["ClientReviewReport"]
---

# Updates ClientReviewReport with ConsumerFileId

`PATCH /v1/ClientReviewReport/linkreporttoconsumerfile`

## Request body

- AdaptekApiApplicationClientReviewReportCommandsLinkToConsumerFileLinkToConsumerFileCommand
  - `id` integer
  - `consumerFileId` integer, nullable

## Response `200`

Linked Consumer File to Client Review Report successfully

- AdaptekApiApplicationClientReviewReportQueriesGetClientReviewReportGetClientReviewReportResponse
  - `id` integer
  - `clientId` integer
  - `consumerFirstName` string, nullable
  - `consumerLastName` string, nullable
  - `spouseId` integer, nullable
  - `spouseFirstName` string, nullable
  - `spouseLastName` string, nullable
  - `notes` string, nullable
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `dateCreated` string, date-time
  - `dateLastSynced` string, date-time
  - `isDraft` boolean
  - `isDeleted` boolean
  - `consumerFileId` integer, nullable
  - `sentToVault` boolean
  - `lastUpdatedBy` integer, nullable
  - `clientReviewReportAccounts` AdaptekApiApplicationClientReviewReportClientReviewReportAccountDto[], nullable
    - `id` integer
    - `clientReviewReportId` integer
    - `clientReviewReportAccountTypeId` integer
    - `accountId` integer
    - `accountName` string, nullable
    - `startValueId` integer
    - `endValueId` integer
    - `isSelected` boolean
    - `isBaa` boolean
    - `contributions` number, double, nullable
    - `withdrawals` number, double, nullable
    - `surrenderValue` number, double, nullable
    - `deathBenefit` number, double, nullable
    - `incomeRider` number, double, nullable
    - `productType` string, nullable
    - `taxType` string, nullable
    - `issuedDate` string, date-time, nullable
    - `maturityDate` string, date-time, nullable
    - `accountEntityType` integer
    - `carrier` string, nullable
    - `heldInternally` boolean
    - `medicareProduct` string, nullable
    - `policyNumber` string, nullable
    - `stateOrProvinceId` integer, nullable
    - `policyStartDate` string, date-time, nullable
    - `medicarePolicyType` string, nullable
    - `startValue` AdaptekApiApplicationClientReviewReportClientReviewReportAccountValueDto
      - `id` integer
      - `valueDate` string, date-time
      - `value` number, double
      - `valueId` integer, nullable
      - `clientReviewReportAccountId` integer
    - `endValue` AdaptekApiApplicationClientReviewReportClientReviewReportAccountValueDto
      - `id` integer
      - `valueDate` string, date-time
      - `value` number, double
      - `valueId` integer, nullable
      - `clientReviewReportAccountId` integer
    - `clientReviewReportAccountValues` AdaptekApiApplicationClientReviewReportClientReviewReportAccountValueDto[], nullable
      - `id` integer
      - `valueDate` string, date-time
      - `value` number, double
      - `valueId` integer, nullable
      - `clientReviewReportAccountId` integer
    - `clientReviewReportAccountPersons` AdaptekApiApplicationClientReviewReportClientReviewReportAccountPersonDto[], nullable
      - `id` integer
      - `clientReviewReportAccountId` integer
      - `personId` integer
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `percentage` string, nullable
      - `beneficiaryType` string, nullable
      - `insuredType` string, nullable
  - `clientReviewReportSections` AdaptekApiApplicationClientReviewReportClientReviewReportSectionDto[], nullable
    - `id` integer
    - `clientReviewReportId` integer
    - `clientReviewReportAccountTypeId` integer
    - `option1` boolean
    - `option2` boolean
    - `option3` boolean

## Other responses

- `400` — Bad request

---

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