cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Assign classification characteristics to a Document Info Record (DMS) with API

ssfdgfdgfd
Explorer
0 Likes
396

Hi,

i need to assign the classification characteristics to a DMS document via API.

i tried the "Characteristic Data for Classification" API with POST /A_ClfnCharacteristicForKeyDate('{CharcInternalID}')/to_CharacteristicValue 

and this parameters:

CharcInternalID=905

(it's custom characteristic)


and payload:

{
   "CharcValue": "1000030",
      "DocNumber": "10000000034",
      "DocumentType": "ZA2",
      "DocumentPart": "000",
      "DocumentVersion": "00"
}

 

where 10000000034 is my DMS document and 1000030 is a supplier code, but i receive and error.

how can i create or change characteristics for a dms documents?

Accepted Solutions (0)

Answers (1)

Answers (1)

Enda
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi @ssfdgfdgfd 

 

The API API_CLFN_CHARACTERISTIC is used for updating characteristics data the same as using the Manage Characteristics.

 

An API to update object classification for the likes of a DIR is not available

 

THE APi API_DMS_PROCESS_SRV only supports Read Operations for Classification.

 

Please use the Migration Object Object classification (general template) if you need to mass assign classification to Document Info Records

 

Best Regards

Enda