Uri
/services/maps/
Method
message.send
Summary
Send a message
Arguments
| Parameter | Data Type | Notes |
| key | alphanumeric | required |
| message | alphanumeric | required |
| ms_id | numeric | required |
| session | alphanumeric | required |
| title | alphanumeric | required |
| username | alphanumeric | required |
| mod_flag | alphanumeric | ( optional ) Flag message as moderator note |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <message id="128" title="mesg title" sent_date="2009-08-14 11:20:22" task_id="1499" task_title="revised title" ms_id="4952" scode="100" status="unread" sender="andrew_campbell_2" recipient="andrew_campbell" /> </response> |