Reference for http://www.bungie.net/Platform/Forum/VerifyCreatePostAvailability/
Checks if the current user is able to post in the proposed location. Returns true if the posting is permitted, otherwise returns an error indicating what the restriction is.
Url: http://www.bungie.net/Platform/Forum/VerifyCreatePostAvailability/
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.
{
"parentPostId": null,
"tagCategory": null,
"groupId": null,
"isGroupPrivate": null,
"subTopicOverride": false
}
The following is an example of a response JSON body for this method.
{
"Response": false,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null,
"DetailedErrorTrace": null
}