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": "3c8aebc7-8a14-477e-8d61-a81cc6afccf5",
  "ToIssueId": "a15cff48-695b-4d63-9260-d9e95f3538e5"
}

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>3c8aebc7-8a14-477e-8d61-a81cc6afccf5</FromIssueId>
  <ToIssueId>a15cff48-695b-4d63-9260-d9e95f3538e5</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.