POST Location/ChangeLocationCrop
Request Information
URI Parameters
None.
Body Parameters
ChangeLocationCropInput| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | globally unique identifier |
None. |
|
| experimentId | globally unique identifier |
None. |
|
| toCrop | integer |
None. |
|
| userName | string |
None. |
|
| currentUserPartnerRoleId | globally unique identifier |
None. |
|
| roleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"locationId": "688bf260-941b-4523-983a-5889ff81d6d9",
"experimentId": "ed594788-ab1e-4e96-b3f2-3d7362c633e6",
"toCrop": 3,
"userName": "sample string 4",
"currentUserPartnerRoleId": "8b662f46-48d0-4c00-b119-d26376766faf",
"roleId": 6
}
application/xml, text/xml
Sample:
<LocationController.ChangeLocationCropInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.TrialsAPIServices.Controllers"> <currentUserPartnerRoleId>8b662f46-48d0-4c00-b119-d26376766faf</currentUserPartnerRoleId> <experimentId>ed594788-ab1e-4e96-b3f2-3d7362c633e6</experimentId> <locationId>688bf260-941b-4523-983a-5889ff81d6d9</locationId> <roleId>6</roleId> <toCrop>3</toCrop> <userName>sample string 4</userName> </LocationController.ChangeLocationCropInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"204a7f4a-ed9e-4fd3-ae21-858d48a6a487"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">204a7f4a-ed9e-4fd3-ae21-858d48a6a487</guid>