Reference for http://www.bungie.net/Platform/Forum/CreatePost/

Allows a user to create a new forum post or reply to an existing post. Returns the post.

Url: http://www.bungie.net/Platform/Forum/CreatePost/

HTTP Method: POST

Requires Sign-in: true

Url Parameters: No Url Parameter documentation is available for this method.

Request/Response Body Formats:

Message Direction Format Body
Request JSON JSON object
Response JSON JSON object

The following is an example of a request JSON body for this method.

{
  "subject": null,
  "body": null,
  "tagInput": null,
  "category": 0,
  "urlLinkOrImage": null,
  "metadata": null,
  "playerSupportFlags": 0,
  "playerSupportMetadata": null,
  "recruitMicrophoneRequired": null,
  "recruitIntensity": null,
  "recruitTone": null,
  "recruitSlots": null,
  "locale": null,
  "parentPostId": null,
  "tagCategory": null,
  "groupId": null,
  "isGroupPrivate": null,
  "subTopicOverride": false
}

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null,
  "DetailedErrorTrace": null
}