POST api/flatplan/copyissue

Request Information

URI Parameters

None.

Body Parameters

CopyIssueModel
NameDescriptionTypeAdditional information
FromIssueId

globally unique identifier

None.

ToIssueId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FromIssueId": "17a9bcb6-21e4-4530-ba44-1026d7379576",
  "ToIssueId": "34b25dc8-e68a-40be-ad56-883d7105f579"
}

application/xml, text/xml

Sample:
<CopyIssueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RunMags.Web.Client.Controllers">
  <FromIssueId>17a9bcb6-21e4-4530-ba44-1026d7379576</FromIssueId>
  <ToIssueId>34b25dc8-e68a-40be-ad56-883d7105f579</ToIssueId>
</CopyIssueModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CopyIssueModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.