Getting Error while defining business Object in Process - Field '@odata.context' is not a valid valu
Summary
Getting Error while defining business Object in Process - Field '@odata.context' is not a valid value for 'NCName'Content
Hi Experts
I am getting this error while trying to create one Business Object in OIC-Process.
Sample JSON is : -
{
"@odata.context": "https://platform.uipath.com/odata/$metadata#Jobs",
"value": [
{
"Key": "082fd915-3as4-46da-8196-9f579aed8651",
"StartTime": null,
"EndTime": null,
"State": "Pending",
"Source": "Manual",
"BatchExecutionKey": "1cfe638b-444f-4311-8cfb-5ec902f087de",
"Info": null,
"CreationTime": "2017-11-07T06:44:46.148889Z",
"StartingScheduleId": null,
"Id": 231733
}
]
}
Error is :-
The submitted JSON is invalid.
Field '@odata.context' is not a valid value for 'NCName'