Retrieving a Collection of Department Data Objects
This example shows you how to retrieve a collection of Department Data objects. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/BomTransformation/GetDepartmentDatas
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"DepartmentDatas": [
"OR:com.ptc.windchill.enterprise.data.PlantFunctionalData:183265",
"OR:com.ptc.windchill.enterprise.data.PlantFunctionalData:183306",
"OR:com.ptc.windchill.enterprise.data.PlantFunctionalData:183323"
]
}