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": "8c9f6a44-0d0d-4584-a6a7-d444d4e079d6",
  "ToIssueId": "df0ea8a2-f550-47cb-ad24-da25055d08ec"
}

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>8c9f6a44-0d0d-4584-a6a7-d444d4e079d6</FromIssueId>
  <ToIssueId>df0ea8a2-f550-47cb-ad24-da25055d08ec</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.