Skip to main content
Answer

Timesheet REST API update

  • May 31, 2023
  • 1 reply
  • 211 views

I am using REST API to insert bunch of timesheets under a batch, this process is fine but later on I am not able to search through the batch in order to find a specific employee timesheet.

 

I want to find a particular timesheet, remove it or update it and put it back using the API. Is there a way of doing this instead of deleting the whole batch and recreating it again via API?

Best answer by ruchikasharma23

Hi @lalitnakrani 
Were you able to resolve this issue?

If you are creating Time Activities and they have been created successfully by your processing, those entries would be available on “Employee Time Activities” screen of Acumatica. 
To avoid batch processing to create/ update/ delete a single time entry, you can use the UI or make an API request. You can see sample API requests here:
https://help.acumatica.com/(W(70))/Help?ScreenId=ShowWiki&pageid=223986c1-b5a5-4506-b0d7-f426bc89d1b7

1 reply

Forum|alt.badge.img+3
  • Acumatica Moderator
  • Answer
  • February 21, 2024

Hi @lalitnakrani 
Were you able to resolve this issue?

If you are creating Time Activities and they have been created successfully by your processing, those entries would be available on “Employee Time Activities” screen of Acumatica. 
To avoid batch processing to create/ update/ delete a single time entry, you can use the UI or make an API request. You can see sample API requests here:
https://help.acumatica.com/(W(70))/Help?ScreenId=ShowWiki&pageid=223986c1-b5a5-4506-b0d7-f426bc89d1b7