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.
{"success":true,"commentid":10000002}
POST / HTTP/1.1 Host: SubmitDepositTicketComment Content-Type: application/json Accept: */* Content-Length: 172 { "commentId": 0, "enteredBy": 0, "enteredDateTime": "0001-01-01T00:00:00", "comment": "", "operatorId": 0, "omsId": 0, "ticketCode": "43d1a9f0-8dc3-46f9-b457-297c800d8c9c", "ticketId": 0 }
Successful submission of the deposit ticket comment.
{ "success": true, "commentid": 10000002 }