Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC UDI Domain > Adding Packaging Configurations to a Non-revisable UDI Super Set
Adding Packaging Configurations to a Non-revisable UDI Super Set
This example shows you how to add packaging configurations to a non-revisable 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
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"PackageDeviceIdentifier":"pid1",
"Quantity":"444",
"Description":"packagedeviceid"
}
The request creates a non-revisable UDI super set and adds the packaging configuration to the UDI super set.