POST api/v2.0/Discussions/PostToDiscussionWithCrossPost
Request Information
URI Parameters
None.
Body Parameters
NewDiscussionPostWithCrossPostRequestName | Description | Type | Additional information |
---|---|---|---|
Subject | string |
Required Max length: 255 |
|
Body | string |
Required |
|
DiscussionKey | globally unique identifier |
Required |
|
CrossPostKey | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "Subject": "sample string 1", "Body": "sample string 2", "DiscussionKey": "2e3cacbe-1a03-4712-bb7b-0f7b955ba2b0", "CrossPostKey": "03666f81-2cc6-4d44-b3df-2e5b8419dfc5" }
application/xml, text/xml
Sample:
<NewDiscussionPostWithCrossPostRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Request"> <Body>sample string 2</Body> <CrossPostKey>03666f81-2cc6-4d44-b3df-2e5b8419dfc5</CrossPostKey> <DiscussionKey>2e3cacbe-1a03-4712-bb7b-0f7b955ba2b0</DiscussionKey> <Subject>sample string 1</Subject> </NewDiscussionPostWithCrossPostRequest>
Response Information
Resource Description
None.