How to replace the standard errorDescription in B2B Message Transaction of CMK
Summary:
Hi All,
In my AR Invoice outbound flow, CMK is sending XML message to OIC using Business event. When message fails in OIC, I am able to update the message status in CMK to Error from 'Delivery in progress'. However, I am not able to update the Error Description with actual root clause and it always remains "The message has encountered an error while being sent to the third party.".
I thought below Rest API would be helpful. So, tried to test it from Postman. While Get call worked fine but I was not able to call Put method to replace Error Description. For Put, I am getting 403 Forbidden error. Not sure if it's an access issue or something else. I also checked if CMK message State might be impacting it, so called the Put method when CMK message was in 'Delivery in progress' and 'Error' both, but got same error.