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.
|
|
CommentId | Int64? | The business key identifier of the comment that belongs to the configuration.
|
|
Comment | Comments | The comment that belongs to the configuration.
|
Example
{
"Id": 0,
"ResultId": null,
"CommentId": null,
"Comment": null
}