POST Location/CopyLocation

Request Information

URI Parameters

None.

Body Parameters

CopyLocationInput
NameDescriptionTypeAdditional information
origExperimentId

globally unique identifier

None.

origLocationId

globally unique identifier

None.

userName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "origExperimentId": "5865e570-82f5-4fea-b7db-ceb95ba9e75e",
  "origLocationId": "dd92d9d5-f9ff-41ea-a532-41e8e9975d45",
  "userName": "sample string 3"
}

application/xml, text/xml

Sample:
<LocationController.CopyLocationInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.TrialsAPIServices.Controllers">
  <origExperimentId>5865e570-82f5-4fea-b7db-ceb95ba9e75e</origExperimentId>
  <origLocationId>dd92d9d5-f9ff-41ea-a532-41e8e9975d45</origLocationId>
  <userName>sample string 3</userName>
</LocationController.CopyLocationInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />