Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS08
We are trying to create WTDocument subtype through rest services on postman application as mentioned in CS387007 article. We are facing some errors.
{
"error": {
"code": null,
"message": "The URI is malformed."
}
}
Here are the errors that I faced
{
"error": {
"code": null,
"message": "The URI is malformed."
}
}
Hi @ptc-879559
The error means that your REST call is wrong, and you need to find what is wrong in a format of your URL
For better understanding it would be nice to see your URL rest string that is used to call a rest function
PS> sure without sensitive information
PetrH