PUT api/v2/samples/{sampleId}/UpdateReceivedTime
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
Body Parameters
testParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceivedTime | date | ||
| ChangeReason | string |
Request Formats
application/json, text/json
Sample:
{
"ReceivedTime": "2026-02-02T21:08:06.5177158Z",
"ChangeReason": "sample string 2"
}
text/html
Sample:
{"ReceivedTime":"2026-02-02T21:08:06.5177158Z","ChangeReason":"sample string 2"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.