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": "711aa385-892b-4ac7-beca-512e21685b2d", "experimentId": "059eca9e-67b4-425c-90b1-f02ffce0c9e0", "toCrop": 3, "userName": "sample string 4", "currentUserPartnerRoleId": "ad2e99b0-1add-4cc1-b4c3-1d5bcfa7667a", "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>ad2e99b0-1add-4cc1-b4c3-1d5bcfa7667a</currentUserPartnerRoleId> <experimentId>059eca9e-67b4-425c-90b1-f02ffce0c9e0</experimentId> <locationId>711aa385-892b-4ac7-beca-512e21685b2d</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:
"30fe22ea-ed78-4cff-b040-7a393b436914"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30fe22ea-ed78-4cff-b040-7a393b436914</guid>