Show / Hide Table of Contents

    PartConfigurations

    Queryable, Introduced in version 2.55

    GET https://localhost:8001/sv/001.1/api/v1/Common/PartConfigurations
    

    Represents a part configuration.

    GUID

    E73969AC-6664-4679-83E3-23BDC14BD32C
    

    Required permission

    Show part
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the part configuration.
    ResultId Int64? The business key identifier of the configuration's result.

    • References PartConfigurationResults
    CommentId Int64? The business key identifier of the comment that belongs to the configuration.

    • References Comments
    Comment Comments The comment that belongs to the configuration.

    • Expandable

    Example

    {
      "Id": 0,
      "ResultId": null,
      "CommentId": null,
      "Comment": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB