ProductRecordOperationReportings
Queryable, Introduced in version 2.49
GET https://localhost:8001/sv/001.1/api/v1/Inventory/ProductRecordOperationReportings
Represents a product record operation reporting.
GUID
4f6460a6-2d27-47b4-87a7-8c424f92ba08
Required permission
Show serial number
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the product record operation reporting. |
|
| LoggingTimeStamp | DateTimeOffset | The time when the product record operation reporting was reported. |
|
| ReportingType | Int32 | The type that the product record operation reporting is.
|
|
| ProductRecordId | Int64 | The business key identifier of the product record that the product record operation reporting applies.
|
|
| OperationReportingId | Int64? | The business key identifier of the manufacturing order operation reporting that the product record operation reporting applies. References ManufacturingOrderOperationReporting |
|
| OrderNumber | String | The product record operation reportings order number. |
|
| ReportedTime | TimeSpan? | The product record operation reportings reported time. |
|
| ReportedQuantity | Decimal? | The product record operation reportings reported quantity. |
|
| QuantityPerCycle | Decimal? | The product record operation reportings quantity per cycle. |
|
| CycleTime | TimeSpan? | The product record operation reportings cycle time. |
|
| TotalTime | TimeSpan? | The product record operation reportings total time. |
|
| TotalCycles | Decimal | The product record operation reportings total cycle. |
|
| TotalMeasurementSetting | Decimal | The product record operation reportings total seasurement setting. |
|
| ReportedMeasurementSetting | Decimal? | The product record operation reportings reported measurement setting. |
Example
{
"Id": 0,
"LoggingTimeStamp": "0001-01-01T00:00:00+00:00",
"ReportingType": 0,
"ProductRecordId": 0,
"OperationReportingId": null,
"OrderNumber": null,
"ReportedTime": null,
"ReportedQuantity": null,
"QuantityPerCycle": null,
"CycleTime": null,
"TotalTime": null,
"TotalCycles": 0.0,
"TotalMeasurementSetting": 0.0,
"ReportedMeasurementSetting": null
}