Community Tip - You can change your system assigned username to something more personal in your community settings. X
Does exist some way how from $metadata obtain object model in C#? Please, see attached figure.
By $metadata I mean for example info on this page:
https://<windchill_path>/Windchill/servlet/odata/ProdMgmt/$metadata
It describes entities of REST API,
It seems I am able to import schemas of OData into the C# (Visual Studio) with OData Connected Service.
Now I got additional challange, how to start to work with this Class Model? How to suppress houndreds of error messages in this imported class model? How to perform first stuffs, like login at certain uri and how to ask for example for WTPart details? Does someone have an experinece with this?