Updating Packaging Configurations in a UDI Super Set
The following example shows the request used to update the packaging configurations in a UDI super set. Use the following PATCH request with the request body.
URI
PATCH Windchill/servlet/odata/UDI/UDISuperSets('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:323573')/PackagingConfigurations('OR:com.ptc.qualitymanagement.udi.UDIPackaging:226033') HTTP/1.1
Request Body
{
"PackageDeviceIdentifier":"pkgid1",
"Quantity":"55",
"Description":"packagedeviceid_new"
}