Status 500 while using POST for json
Summary
Status 500 while using POST for jsonContent
Hi All,
I am trying to POST a very simple equipment json via postman. I am getting the following error:
{"status":500,"title":"Internal Server Error","detail":"The server encountered an internal error that prevented it from fulfilling this request."}
I have already set the content-type correctly. It actually allows me to use PATCH but POST for a new equiment is not working.
Its a basic file. Equipment type also exists in OTM.
{
"equipmentXid": "EQP",
"equipmentType": "ANIRBAN.EQP",
"isContainer": false,
"domainName": "ANIRBAN",
}
Please let me know if anyone has encountered this earlier.
Version
Tagged:
1