POST Location/CopyLocation
Request Information
URI Parameters
None.
Body Parameters
CopyLocationInput| Name | Description | Type | Additional information |
|---|---|---|---|
| origExperimentId | globally unique identifier |
None. |
|
| origLocationId | globally unique identifier |
None. |
|
| userName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"origExperimentId": "b961ca8d-462e-4fa1-b9a8-7f123a5f72b8",
"origLocationId": "e028f144-c8cb-4bb3-bb88-1b5764f3ff1f",
"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>b961ca8d-462e-4fa1-b9a8-7f123a5f72b8</origExperimentId> <origLocationId>e028f144-c8cb-4bb3-bb88-1b5764f3ff1f</origLocationId> <userName>sample string 3</userName> </LocationController.CopyLocationInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />