Data/v1/SetClassification
This endpoint is deprecated. Please see the latest version.
Updates the Classification for a record. Can be used to remove the Classification from a record.
URL: /data/v1/setClassification
Method: POST
Method Parameters
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
See Model Object Properties. |
Model Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
The specified DataField should be of SystemLink type. |
|
|
|
Pass null to remove the classification set against the specified record. |
Response
The following responses may be returned in addition to the standard ones specified under Common Information.
Code |
Error Message |
Description |
|
|
|
Example call
URL: https://api.vision-mapping.com/data/v1/setClassification?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
recordKey: "abc",
dataFieldKey: "abc",
classificationKey: "abc"
}
OR
{
recordKey: "abc",
dataFieldKey: "abc",
classificationKey: null
}