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": "7ddd6b9e-859a-4768-b2a5-b14441f3181e",
"ToIssueId": "55c57ec6-33df-452d-9ca8-e5da38ed3955"
}
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>7ddd6b9e-859a-4768-b2a5-b14441f3181e</FromIssueId> <ToIssueId>55c57ec6-33df-452d-9ca8-e5da38ed3955</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.