V3_Result_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_Result_Post |
Resource Path:/api/v3/Sample/Result
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
The request body is of type Mes.WebApi.Models.V3.Quality.SampleCharsResults.
Required. The property information for the results being added.
The response body is of type Mes.WebApi.Models.V3.Quality.ControlRuleViolation.
OKThe following SampleCharsResults model property is required.
- To identify the sample: sample_id.
The objects in the char_results array are of type SampleCharResults. The following SampleCharResults model property is required for each characteristic result.
- To identify the characteristic: char_name.
The SampleCharResults model also includes the following properties. At least one of these properties should be included, and both can be, depending on what type of data you want to record. If both properties are null, the call does nothing.
- To specify the sample-characteristic link data: sample_char_data, which is an object of type SampleChar. None of the SampleChar properties are required, but those that are not set will be set to null in the database. Include those that are to be updated for the specified sample-characteristic link record.
- To specify the result values of the measured characteristic: results array whose objects are of type Result. For each Result object in the array, the following properties are required:
- To specify the order in the subgroup when multiple measurements are recorded: value_no.
- To specify the measured value of the characteristic result: result_value.