Fetch BOM Data from WRS
Trying to fetch BOM data with ID e.g.OR:wt.part.WTPart:455420, in the WRS Domain under Product Management Domain under POST GetBOM i enter Parameters and CSRF TOKEN from /servlet/odata/PTC/GetCSRFToken()
the Parameters
Name Description
$select
string
(query)
$select
$expand
string
(query)
Components($expand=Part($select=Name,Number),PartUse,Occurrences;$levels=max)
CSRF_NONCE *
string
(header)
wq4/k91jTdavRJ8Olv9d34oJDJLcCNM5s4FQ37gbFbObF/hh+pgU+ocrf73iE647gcNW1vIIfeuVdag68ZsHq+1Te+6ZcKVD9MgO9q8Nda/VEKp9p5xwyqlUKJnnfMVHl95c9u87err1D9NMgMplqqsAcA==
PartId *
string
(path)
OR:wt.part.WTPart:455420
body *
object
(body)
Edit Value
Model
{
"navigationCriteriaId": ""
}
and click execute
Here are the errors that I faced
when i paste the link in the POSTMAN I am getting error
{
"error": {
"code": null,
"message": "The syntax of the JSON document is not valid."
}
}






