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": "4e2d9461-192d-49fc-bcd1-524973b75fd2",
"ToIssueId": "6c822cd9-d352-4527-be00-ca65adf7b5de"
}
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>4e2d9461-192d-49fc-bcd1-524973b75fd2</FromIssueId> <ToIssueId>6c822cd9-d352-4527-be00-ca65adf7b5de</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.