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": "6c144618-ba89-4794-878f-fc6aa83f374f", "experimentId": "3652fb79-0735-4707-a96e-8086df49a537", "toCrop": 3, "userName": "sample string 4", "currentUserPartnerRoleId": "4a4e2651-2c57-47e3-8db6-26cdca486c67", "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>4a4e2651-2c57-47e3-8db6-26cdca486c67</currentUserPartnerRoleId> <experimentId>3652fb79-0735-4707-a96e-8086df49a537</experimentId> <locationId>6c144618-ba89-4794-878f-fc6aa83f374f</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:
"3962d088-56a9-4792-bd3a-e907a7403ef7"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3962d088-56a9-4792-bd3a-e907a7403ef7</guid>