Adding Packaging Configurations to UDI Super Set
This example shows you how to add packaging configurations to the UDI super set. Use the following POST URI with the request body.
URI
POST Windchill/servlet/odata/UDI/UDISuperSets('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:323573')/PackagingConfigurations HTTP/1.1
Request Body
{
"PackageDeviceIdentifier":"pid1",
"Quantity":"444",
"Description":"packagedeviceid"
}