GetInfo
Command, Introduced in version 22.9
POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/MeasuringReportings/GetInfo
The command is used to get information about a measuring reporting for a manufacturing order operation.
Returns MeasuringReportingInfo
Required permission
Show measuring templates
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ReportNumber | Int64 | The report number of the manufacturing order operation.
|
|
LowerQuantity | Int32? | The first quantity number for which to return information about measuring reporting rows.
|
|
UpperQuantity | Int32? | The last quantity number for which to return information about measuring reporting rows.
|
Example
{
"ReportNumber": 0,
"LowerQuantity": null,
"UpperQuantity": null
}