Hello,
I'm trying to add a new LogNote to my Order Delivery via JSON-RPC but I can't seem to get it. Can anyone show me how to do it?
The following is the raw request made by the platform which I'm using as reference:
{"id":12,"jsonrpc":"2.0",
"method":"call",
"params":{ "context":{ "mail_post_autofollow":false,
"temporary_id":523.01},
"post_data":{
"body":"Test",
"attachment_ids":[],
"attachment_tokens":[],
"message_type":"comment",
"partner_ids":[],
"subtype_xmlid":"mail.mt_note",
"partner_emails":[]},
"thread_id":32, "thread_model":"stock.picking"}}
Best regards,