Updating a Non-revisable UDI Super Set
The following example shows you how to update an existing 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:323973')
Request Body
{
"LabeledAsNotMadeWithLatex": true,
"ModelNumber": "",
"UnitOfUseDeviceIdentifier": "",
"CombinationProduct": true,
"BrandName": "",
"ExemptFromDirectPartMarking": true,
"UpToDate": true,
"DeviceDescription": "",
"DirectPartMarkingDeviceIdentifier": "",
"ExpirationDateControlled": true,
"OverTheCounterUse": true,
"Templated": true,
"ExemptFromPremarketAuthorization": true,
"ManufactureDateControlled": true,
"BrandNamePartofDeviceFamily": true,
"ByDonationIdentificationNumber": true,
"Name": "",
"RequiresSterilization": true,
"CatalogNumber": "",
"ContainsLatex": true,
"LotControlled": true,
"KitProduct": true
}