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": "122c4b72-217a-448f-b221-4afd892433ba",
"experimentId": "8c132e20-0010-4ea3-ad3b-4e88012cfdf0",
"toCrop": 3,
"userName": "sample string 4",
"currentUserPartnerRoleId": "a9051813-d4e8-4168-93af-57d8e84f38c8",
"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>a9051813-d4e8-4168-93af-57d8e84f38c8</currentUserPartnerRoleId> <experimentId>8c132e20-0010-4ea3-ad3b-4e88012cfdf0</experimentId> <locationId>122c4b72-217a-448f-b221-4afd892433ba</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:
"fc24f243-f3c6-43bb-b247-9e2c482c9caf"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">fc24f243-f3c6-43bb-b247-9e2c482c9caf</guid>