SubmitWithdrawTicketComment
The comment ID (set to 0 on request).
The user ID of the commenter.
The comment timestamp.
The comment text.
The operator ID.
The Order Management System ID.
The ticket code (GUID).
The ticket ID.
curl -L \ --request POST \ --url 'SubmitWithdrawTicketComment' \ --header 'Content-Type: application/json' \ --data '{"commentId":0,"enteredBy":0,"enteredDateTime":"0001-01-01T00:00:00","comment":"","operatorId":0,"omsId":0,"ticketCode":"43d1a9f0-8dc3-46f9-b457-297c800d8c9c","ticketId":0}'
{ "success": true, "commentid": 10000002 }