POST api/Assetscoring/{orgKey}/AddREdit
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | string |
None. |
Body Parameters
DataScoreColorTemplates| Name | Description | Type | Additional information |
|---|---|---|---|
| DataScoreColorTemplateKey | byte |
None. |
|
| OrgKey | integer |
None. |
|
| DataScore | integer |
None. |
|
| DataScoreColor | string |
None. |
|
| DataScoreTemplateCreateDate | date |
None. |
|
| StatusKey | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"dataScoreColorTemplateKey": 64,
"orgKey": 2,
"dataScore": 3,
"dataScoreColor": "sample string 4",
"dataScoreTemplateCreateDate": "2026-01-30T01:00:16.2281551+00:00",
"statusKey": 64
}
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:16.2281551+00:00"
}