forum/message/put

Put a new message.

Parameters

NameRequiredDefaultDescriptionExample
groupIDtrueN/Aforum group context12
categoryIDtrueN/Acategory of messages to create120
subjecttrueN/Asubject of messageMy Message Subject
bodytrueN/Abody of messageThis is my message body
postImmediatelytruefalsewhether or not to post. If false, only a draft will be madetrue
formatfalsespecified at session openresponse output format (json|xml|csv|gchart)json

Errors

{subject} may not be null-4
{body} may not be null-4
{groupID} may not be null-4
{categoryID} may not be null-4
Must be logged in.-5