we need end point for JSM server for create abjects.
Solved! Go to Solution.
Hi Manne,
{
"objectTypeId": 1,
"attributes": [
{
"objectTypeAttributeId": 2,
"objectAttributeValues": [
{
"value": "Hello"
}
]
}
]
}But payload i used got error, need exmple payload for create object can you help me for this.