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": "d4602976-3df0-42aa-a601-97354892dbeb",
  "ToIssueId": "554b931e-681c-43ea-a9c2-6b79b976a3ef"
}

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>d4602976-3df0-42aa-a601-97354892dbeb</FromIssueId>
  <ToIssueId>554b931e-681c-43ea-a9c2-6b79b976a3ef</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.