Mes.WebApi.Models.V3.Quality.RecordSampleData JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| sample_id | The sample ID. | integer |
| update_sample_data | Indicates whether the sample data should be updated. If only pulling the sample or finalizing the sample, this flag should can be set to false and the segment_requirement_id, segment_response_id, lot_no, sublot_no, priority, spare1, spare2, spare3, spare4, and sample_attributes properties will be ignored. | boolean |
| segment_requirement_id | The segment requirement ID. | string |
| segment_response_id | The segment response ID. | string |
| lot_no | The lot number. | string |
| sublot_no | The sublot number. | string |
| priority | The priority of the sample. | integer |
| pulled | Indicates the pulled status of the sample. If true, the sample will be pulled. If false, the sample will be unpulled. If null, the sample's pulled status will be unchanged. | boolean |
| pulled_by | The ID of the user who is pulling the sample. This property is used only if the pulled property is set to true. If the pulled property is true and this property is null, the ID of the user making the call will be used. | string |
| pulled_at_utc | The date and time when the sample was pulled, in UTC. This property is used only if the pulled property is set to true. If the pulled property is true and this property is null, the current time will be used. | string |
| final | The final flag on the sample. If true, the sample will be finalized. If false, the sample will be marked as not final. If null, the final flag will not be changed. | boolean |
| finalized_by | The ID of the user finalizing the sample. This property is used only if the final property is set to true. If the final property is true and this property is null, the ID of the user making the call will be used. | string |
| finalized_at_utc | The date and time when the sample was finalized, in UTC. This property is used only if the final property is set to true. If the final property is true and this field is null, the current time will be used. | string |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| sample_attributes | An array of the attributes assigned to the sample. The objects in the array are of type | Array[Mes.WebApi.Models.V3.Quality.RecordSampleAttribute] |