---
title: "Update Business Profile Result"
method: POST
path: "/verify/update_business_profile_result"
tags: ["KYB > Profile Management"]
---

# Update Business Profile Result

`POST /verify/update_business_profile_result`

Update the result of existing Business Profile

## Request body

- UpdateBusinessProfileResultSchema
  - `business_profile_id` string, required — The unique identifier for the business to which you want to associate the document.
  - `result` string, required — The result can be APPROVED / DECLINED / REVIEW / DEACTIVATED

## Response `200`

Successful operation

- object
  - `business_profile_id` string

## Other responses

- `400` — Bad Request

---

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