PartConfigurationTemplates
Queryable, Introduced in version 2.55
GET https://localhost:8001/sv/001.1/api/v1/Common/PartConfigurationTemplates
Represents a part configuration template.
GUID
8A3093D6-5E77-41FA-85EC-02E766FF7792
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the part configuration template. |
|
Version | Int32 | The version of the template. |
|
Code | String | The human readable identifier of the template.
|
|
Description | String | The decription of the template. |
|
CommentId | Int64? | The business key identifier of the comment that belongs to the template.
|
|
Comment | Comments | The comment that belongs to the template.
|
Example
{
"Id": 0,
"Version": 0,
"Code": null,
"Description": null,
"CommentId": null,
"Comment": null
}