MaintenanceReportings
Queryable, Introduced in version 24.6
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/MaintenanceReportings
Represents a maintenance reporting.
GUID
E557EAFE-1137-42B7-A3A4-A610D9066703
Required permission
Show maintenance plan
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the maintenance reporting. |
|
SerialNumber | String | The serial number of the maintenance reporting.
|
|
ManufacturingOrderId | Int64 | The business key identifier of the manufacturing order.
|
|
ManufacturingOrder | ManufacturingOrders | The maintenance reporting manufacturing order.
|
|
ProductRecordId | Int64 | The business key identifier of product record. |
|
ProductRecord | ProductRecords | The product record of the maintenance reporting.
|
|
MaintenanceRowId | Int64 | The business key identifier of the maintenance row. |
|
ShortComment | String | The short comment of the maintenance reporting. |
|
CommentId | Int64 | The business key identifier of the comment.
|
|
Comment | Comments | The comment of the maintenance reporting.
|
|
MaintenanceStatus | Int32? | The maintenance status of the maintenance reporting.
|
|
ReportedById | Int64 | The business key identifier of person that reported on the maintenance reporting.
|
|
ReportedBy | Persons | The person that reported in the maintenance reporting.
|
|
ReportingStatus | Int32 | The reporting status of the maintenance reporting.
|
|
ActualDate | DateTimeOffset? | The actual date of the maintenance reporting. |
|
Status | Int32 | The serial number status of the maintenance reporting.
|
|
NextOccurrence | DateTimeOffset? | The next occurrence of the maintenance reporting. |
|
ColorCode | Int32? | The color code of the maintenance reporting. |
|
InstructionId | Int64 | The business key identifier of the instruction. |
|
Instruction | Comments | The instruction of the maintenance reporting.
|
Example
{
"Id": 0,
"SerialNumber": null,
"ManufacturingOrderId": 0,
"ManufacturingOrder": null,
"ProductRecordId": 0,
"ProductRecord": null,
"MaintenanceRowId": 0,
"ShortComment": null,
"CommentId": 0,
"Comment": null,
"MaintenanceStatus": null,
"ReportedById": 0,
"ReportedBy": null,
"ReportingStatus": 0,
"ActualDate": null,
"Status": 0,
"NextOccurrence": null,
"ColorCode": null,
"InstructionId": 0,
"Instruction": null
}