Question
Please help me create WTPart with WRS
I am creating and testing simple functions using EXCEL VBA.
I am testing the function with WRS before coding EXCEL VBA.
WRS > PTC Product Management Domain V6 > Testing POST /CreateParts results in an error
Where the error occurs
"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:131308')",
erro code : 400
- MALFORMED_BINDING_LINK
- "The format of 'binding link' is incorrect."
Many users have asked about the above issue in Google search results, and I have tested it several times by referring to the answers.
1. I tested it by referring to the PTC manual, but an error occurred., - MALFORMED_BINDING_LINK
**** Request Body
{
"Name":"TestWTPart_001",
"AssemblyMode": {
"Value": "separable",
"Display": "Separable"
},
"PhantomManufacturingPart" : false,
"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:48507000')"
}
2. I also defined "Folder@odata.bind", but I get an error
3. I also defined "PTC.DataAdmin.Containers ('OR:wt.pdmlink.PDMLinkProduct:131308') ", but an error occurs
Anyone who has successfully created WTPart with WRS, please help me.
thank you
koko


