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": "26648303-6848-4f9c-9453-e9996ab8a0a2",
"ToIssueId": "566c3dc7-90f6-45b3-b3ba-2935241af6c6"
}
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>26648303-6848-4f9c-9453-e9996ab8a0a2</FromIssueId> <ToIssueId>566c3dc7-90f6-45b3-b3ba-2935241af6c6</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.