Question
ODATA Create Folder
Hello,
can anybody have a hint of what am I doing wrong? I am trying to create subfolder in the Windchill, using Postman application but all I got is the message "The syntax of the JSON document is not valid.".
The query is POST:
and the body is: (the example is from WIndchill REST Guide 2.4 page 466.
{
"Name": "NewFolder",
"Description" : "Desc",
}
the headers are:

Also, Authorization is done using wcadmin account.
I tried different data in json body but without luck.
Does anyone have a clue what is the problem?
Best regards!

