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": "a7786cc0-18e9-4d58-a6b1-bc066e5795c4",
  "ToIssueId": "933afc33-e345-47ee-a483-d8b0af59ad79"
}

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>a7786cc0-18e9-4d58-a6b1-bc066e5795c4</FromIssueId>
  <ToIssueId>933afc33-e345-47ee-a483-d8b0af59ad79</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.