Show / Hide Table of Contents

    PartActivities

    Queryable, Introduced in version 22.7

    GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartActivities
    

    Represents an part activity.

    GUID

    020CE79F-716A-4879-93BA-0D26F1D3D88A
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the part activity.
    PartId Int64 The business key identifier of the part that the activity belongs to.

    • References Parts
    ActivityTypeId Int64 The business key identifier of the part activity type.

    • References PartActivityTypes
    Description String The description of the activity.
    ResponsibleUserId Int64 The business key identifier of the user that is responsible for the activity.

    • References ApplicationUsers
    CommentId Int64? The business key identifier of the activity's comment.

    • References Comments
    ReminderId Int64 The business key identifier of the reminder that is linked with the activity.

    • References Reminder
    PlannedCompletionDate DateTimeOffset The planned completion date of the activity.
    Status Int32 The status of the the activity.

    • Registered: 1
    • InProgress: 2
    • History: 9

    Example

    {
      "Id": 0,
      "PartId": 0,
      "ActivityTypeId": 0,
      "Description": null,
      "ResponsibleUserId": 0,
      "CommentId": null,
      "ReminderId": 0,
      "PlannedCompletionDate": "0001-01-01T00:00:00+00:00",
      "Status": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB