Hey Paul,
I want to push timesheet to keypay using bulk timesheet API, below is the Json Parameter which i am posting :
{
“FromDate”:“2015-09-10”,“ToDate”:“2015-09-16”,“Approved”:true,“EmployeeIdType”:“Standard”,“LocationIdType”:“Standard”,
“WorkTypeIdType”:“Standard”,“Timesheets”:
{“40753”:[
{
“employeeId”:40753,
“startTime”:“2015-09-12T15:00:00”,
“endTime”:“2015-09-12T18:00:00”,
“units”:null,
“workTypeId”:2557,
“locationId”:8028,
“comments”:"",
“breaks”:[],
“status”:“Approved”,
“leaveCategoryId”:0,
“payCategoryId”:0,
“classificationId”:0
}
]
}
}
i have checked EmployeesID and other details which seems to be proper
but still i am getting ‘An error occurred’ exception , am i missing any parameter?