PUT api/v2/sampletypes/{sampleTypeId}/UpdateReferenceKey
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleTypeId | integer |
Required |
Body Parameters
SampleTypeUpdateReferenceKey| 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.