Is there anyone who has succesfully implemented an API call to update the RM Status for a Node ?
I keep getting Bad Request when PUT-ting a request to this url:
https://myopentexturl/OTCS/CS.exe/api/v1/nodes/908816/rmclassifications
This is my request-body: (I received the RMMetadataToken boy doing a GET request).
class_id:258356
status:"MYCUSTOMSTATUS"
rm_metadataToken:MyRMMEtadataToken
status_date:20201106
secondary_class_ids:null
cycle_period:1
official:false
rsi:"7JR_2WKN_1"
storage:"ELECTRONIC"
accession:null
subject:null
addressee:null
sent_to:null
originator:null
establishment:null
record_date:20200218
record_type:null
status_date:20200218
received_date:null
next_review_date:20201206
last_review_date:null
My response-Header: OTCSTICKET: MyOtcsTicket
The above gives me a bad request every time
Looks like a valid call. I tried the same with Postman and received the following. Maybe you can tryout Postman and see?
Bad request normally returning 500 and normally producing trace. Any clue in there, maybe?
Postman LL Image