Hi
I investigated forum and didn’t find any solution which helped me.
I want to create Job
I try to send POST request /odata/Jobs/UiPath.Server.Configuration.OData.StartJobs
with next body:
{
"processName": "BVT_SGI_TestCases",
"robotName": "rci\\NagaMahitha.Yalamanc",
"jobsCount": 1,
"jobPriority":"Normal",
"strategy":"ModernJobsCount",
"runtimeType":"Unattended"
}
and next headers:
"Content-Type", "application/json"
"x-uipath-organizationunitid", "2"
"Accept", "application/json"
and after that I get only this response: {"message":"startJobParameters must not be null","errorCode":0,"resourceIds":null}
When I try to send this request via web and I look in the console web at networks
There are the same body and headers and everything is OK.
Can you help me please with this issue?
5 posts - 4 participants