POST Requests/CopyRequest

Creates a copy of the request.

Request Information

URI Parameters

None.

Body Parameters

The ID of the request to be copied.

globally unique identifier

Request Formats

application/json, text/json

Sample:
{
  "results": [
    "f51d2e17-c9bc-42b2-aef0-e0290ec1d6b3"
  ]
}

text/javascript

Sample:
{"results":["f51d2e17-c9bc-42b2-aef0-e0290ec1d6b3"]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f51d2e17-c9bc-42b2-aef0-e0290ec1d6b3</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
{
  "results": [
    "46814cad-6a3b-4d91-8e08-54c195f2811b"
  ]
}

text/javascript

Sample:
{"results":["46814cad-6a3b-4d91-8e08-54c195f2811b"]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">46814cad-6a3b-4d91-8e08-54c195f2811b</guid>