Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC UDI Domain > Updating a Packaging Configuration in a Non-revisable UDI Super Set
Updating a Packaging Configuration in a Non-revisable UDI Super Set
The following example shows you how to update the existing packaging configuration in a non-revisable 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')
Request Body
{
"PackageDeviceIdentifier":"pkgid1",
"Quantity":"55",
"Description":"packagedeviceid_new"
}