POST Location/ChangeLocationCrop
Request Information
URI Parameters
None.
Body Parameters
ChangeLocationCropInputName | 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": "368f83c9-0a2b-4056-b193-4a55f0de2f0e", "experimentId": "f0ad5484-d2a9-41e0-aab5-082809cf1691", "toCrop": 3, "userName": "sample string 4", "currentUserPartnerRoleId": "664d8538-d621-4274-b81c-47d51db23acc", "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>664d8538-d621-4274-b81c-47d51db23acc</currentUserPartnerRoleId> <experimentId>f0ad5484-d2a9-41e0-aab5-082809cf1691</experimentId> <locationId>368f83c9-0a2b-4056-b193-4a55f0de2f0e</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:
"bfc313f1-a7ba-4484-945b-a8132853854c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">bfc313f1-a7ba-4484-945b-a8132853854c</guid>