POST api/flatplan/copyissue
Request Information
URI Parameters
None.
Body Parameters
CopyIssueModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FromIssueId | globally unique identifier |
None. |
|
| ToIssueId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromIssueId": "f8f73134-90cc-4513-9eff-de04c6e795d2",
"ToIssueId": "66e6d797-97bf-45d8-b808-36290b316218"
}
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>f8f73134-90cc-4513-9eff-de04c6e795d2</FromIssueId> <ToIssueId>66e6d797-97bf-45d8-b808-36290b316218</ToIssueId> </CopyIssueModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.