Example DVP Sub-Table
A few examples available in the Project-specific domain for DVP sub-tables are as follows:
Getting DVP sub-tables 
To get a DVP sub-tables, use the following GET URL.
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s
Updating a DVP sub-table 
To update a DVP sub-tables, use the following PATCH URL.
URL
PATCH /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s(<dvpsubtableID>)
Request Body
{
"User@odata.bind": "/WindchillRiskAndReliability12.0-REST/odata/Administration/Users(<userID>)"
}
Creating FMEA DVP sub-tables 
To add a DVP sub-tables for expanded user properties, use the following POST URL.
URL
POST /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s
Request Body
{
"User@odata.bind": "/WindchillRiskAndReliability12.0-REST/odata/Administration/Users(<userID>)"
}
Deleting DVP sub-tables 
To delete a DVP sub-tables, use the following DELETE URL.
URL
DELETE /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/DVPs(<dvpID>)/DVPSubTable1s(<dvpsubtableID>)