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": "62e8df73-0bf7-4ad5-8e6b-6d47510da24b", "CrossPostKey": "7b105fdb-beec-4c0e-a0d7-08fb61563bf4" }
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>7b105fdb-beec-4c0e-a0d7-08fb61563bf4</CrossPostKey> <DiscussionKey>62e8df73-0bf7-4ad5-8e6b-6d47510da24b</DiscussionKey> <Subject>sample string 1</Subject> </NewDiscussionPostWithCrossPostRequest>
Response Information
Resource Description
None.