PUT api/v2/samples/{sampleId}/UpdateReferenceKey
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
Body Parameters
SampleUpdateReferenceKey| Name | Description | Type | Additional information |
|---|---|---|---|
| ReferenceKey | string |
Request Formats
application/json, text/json
Sample:
{
"ReferenceKey": "sample string 1"
}
text/html
Sample:
{"ReferenceKey":"sample string 1"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.