Retrieving Variant Specification Information for a Collection of Parts
The following example shows how to retrieve Variant Specification Information from a Module Variant Information link for a collection of parts. Use the following URI with the POST method: and the request body.
Use the navigation ModuleVariantInformationLinks to include the Module Variant Information link information in the response.
URI
POST /Windchill/servlet/odata/ProdPlatformMgmt/GetVariantSpecificationsLinkedFromMVIL?$expand=VariantSpecifications($select=ID;$expand=ModuleVariantInformationLinks)
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"parts": [
{
"ID": "VR:wt.part.WTPart:201999"
},
{
"ID": "VR:wt.part.WTPart:202044"
}
]
}