Ticket TimeEntry
Number of APIs: 7
-
Get Ticket Time Entry GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry/{timeEntry_id}
-
List Ticket Time Entries GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry
-
Add Ticket Time Entry POST {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry
-
Update Ticket Time Entry PATCH {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry/{timeEntry_id}
-
Delete Ticket Time Entry DELETE {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry/{timeEntry_id}
-
Get summation of Ticket Time Entries GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntrySummation
-
Get Ticket Time Entries by Billing Type GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntryByBillingType?billingType=<String>