POST api/Assetscoring/{orgKey}/AddREditAssetScoreRules
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | string |
None. |
Body Parameters
DataQualityRules| Name | Description | Type | Additional information |
|---|---|---|---|
| DataQualityRuleKey | integer |
None. |
|
| OrgKey | integer |
None. |
|
| DataQualityRuleTemplates | DataQualityRuleTemplates |
None. |
|
| DataQualityRuleAttribute | string |
None. |
|
| DataQualityRuleAttributeValue | string |
None. |
|
| DataQualityRuleDecrementScore | integer |
None. |
|
| DataQualityRuleScoreCreatedBy | integer |
None. |
|
| DataQualityRuleScoreCreateDate | date |
None. |
|
| DataQualityRuleScoreUpdatedBy | integer |
None. |
|
| DataQualityRuleScoreUpdateDate | date |
None. |
|
| StatusModel | StatusModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-30T01:00:15.5718323+00:00"
}