Creating an Engineering Material Part Describe Link
An engineering material part describe link exists between an existing engineering material object and a document.
You can create an engineering material part describe link by specifying the engineering material OID in the request URI and the document OID in the request body.
|
|
• You cannot create an engineering material part describe link for a document of type Reference when the Part to Document Association Logic preference is set to No in the Preference Management utility in Windchill.
• You can create an engineering material part describe link for any of the document types when the Part to Document Association Logic preference is set to Yes in the Preference Management utility in Windchill.
|
Example: Creating an Engineering Material Part Describe Link
The following example shows you how to create an engineering material part describe link for the engineering material OID specified in the request URI.
Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/Sustainability/EngineeringMaterials('OR:wt.part.WTPart:486117')/DescribedBy
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
The request creates an engineering material part describe link between the specified engineering material and document, and returns the details of the link in the response.
The specified document is added to the Described By Documents table in the Related Objects tab available for the specified engineering material in Windchill.