Create Timesheet on table https://instance.service-now.com/api/now/table/time_sheet

Khoa
Kilo Explorer

Can you give me the parameter to create a timesheet?

I was trying to create one but it didn't work, it says Operation against file 'time_sheet' was aborted by Business Rule

please help me

thank you

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

I used below REST API and i can create time sheet.

Please check if there are any custom business rule on your instance on time_sheet table

 

https://dev41006.service-now.com/api/now/table/time_sheet

Below is the payload

 

{"user":"12826bf03710200044e0bfc8bcbe5dcc"}

Use REST API explorer

find_real_file.png

Regards,
Sachin

Thank you for support.

But I do not have access role

Can you help me have 1 json sample?