---
title: "PATCH /business-domains/{businessDomainId}/assets"
method: PATCH
path: "/business-domains/{businessDomainId}/assets"
tags: ["DQ Assets"]
---

# PATCH /business-domains/{businessDomainId}/assets

`PATCH /business-domains/{businessDomainId}/assets`

Creates a DQ asset within a business domain. Data product is specified as optional query parameter.

## Path parameters

- `businessDomainId` string, required

## Query parameters

- `api-version` string, required
- `dataProductId` string

## Request body

- CreateDqAssetRequest — DQ asset creation request payload
  - `businessDomainId` string — Business domain identifier
  - `dataMapAssetId` string — Data map asset identifier (GUID)
  - `fqn` string — Fully qualified name of the asset
  - `catalogAssetId` string — Catalog asset identifier
  - `isGovernedAssetFlag` boolean — Whether the asset is governed

## Response `201`

The request has succeeded and a new resource has been created as a result.

- DqAssetResponse — DQ asset entity with score, audit fields, and base request fields
  - `businessDomainId` string — Business domain identifier
  - `dataMapAssetId` string — Data map asset identifier (GUID)
  - `fqn` string — Fully qualified name of the asset
  - `catalogAssetId` string — Catalog asset identifier
  - `isGovernedAssetFlag` boolean — Whether the asset is governed
  - `dataProductId` string — Data product identifier. For assets not associated with any Data Product, use Guid.Empty for dataProductId.
  - `score` number, double — Data quality score for the asset
  - `assetId` string — DQ asset identifier (GUID)
  - `createdAt` string — Creation timestamp (ISO 8601)
  - `createdBy` string — Created by (user or system)
  - `lastModifiedAt` string — Last modified timestamp (ISO 8601)
  - `lastModifiedBy` string — Last modified by (user or system)
  - `eTag` string — ETag for concurrency

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/purviewdatagovernace-azure-analaytics-purview-dataquality.md) · [All operations](https://skmtc.net/azure/apis/purviewdatagovernace-azure-analaytics-purview-dataquality/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purviewdatagovernace-azure-analaytics-purview-dataquality/revisions/19e792d8178b/schema)
