Example Assembly
A few examples available in the Project-specific domain forassemblies are as follows:
Getting Assembly 
To get the assembly associated with a specific system, use to following GET URL
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/Assemblies
Getting specific Assembly details 
To get details of a specific assembly, use to following GET URL
URL
GET /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/Assemblies(<assemblyID>)
Updating details for a specific Assembly 
To update details of a specific assembly, use to following PATCH URL
URL
PATCH /WindchillRiskAndReliability12.0-REST/odata/Project_<projectID>/Systems(<systemID>)/Assemblies(<assemblyID>)
Request Body
{
"TrackedUnitTemperature": <temperature>
}