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:
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
I keep getting Bad Request when PUT-ting a request to this url:
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