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": [
    "765985e1-90f4-4996-923a-3070ddd62f5b"
  ]
}

text/javascript

Sample:
{"results":["765985e1-90f4-4996-923a-3070ddd62f5b"]}

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/">765985e1-90f4-4996-923a-3070ddd62f5b</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": [
    "3f2680ea-786d-4746-8559-0dba6479c061"
  ]
}

text/javascript

Sample:
{"results":["3f2680ea-786d-4746-8559-0dba6479c061"]}

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/">3f2680ea-786d-4746-8559-0dba6479c061</guid>