Show / Hide Table of Contents

    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.

    • Not nullable
    • Unique
    ManufacturingOrderId Int64 The business key identifier of the manufacturing order.

    • References ManufacturingOrders
    ManufacturingOrder ManufacturingOrders The maintenance reporting manufacturing order.

    • Expandable
    ProductRecordId Int64 The business key identifier of product record.
    ProductRecord ProductRecords The product record of the maintenance reporting.

    • Expandable
    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.

    • References Comments
    Comment Comments The comment of the maintenance reporting.

    • Expandable
    MaintenanceStatus Int32? The maintenance status of the maintenance reporting.

    • Ok: 0
    • NotOk: 1
    • OkWithAction: 2
    ReportedById Int64 The business key identifier of person that reported on the maintenance reporting.

    • References Persons
    ReportedBy Persons The person that reported in the maintenance reporting.

    • Expandable
    ReportingStatus Int32 The reporting status of the maintenance reporting.

    • New: 0
    • InProgress: 1
    • Finished: 2
    ActualDate DateTimeOffset? The actual date of the maintenance reporting.
    Status Int32 The serial number status of the maintenance reporting.

    • ApprovalForUse: 0
    • NonApproval: 1
    • ServicePastDue: 2
    • UnderServiceOrCalibration: 3
    • Rejected: 4
    • ServiceOrCalibrationBeforeUse: 5
    • Missing: 6
    • Scrapped: 7
    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.

    • Expandable

    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB