Ticket TimeEntry

Number of APIs: 7

  1. Get Ticket Time Entry GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry/{timeEntry_id}

  2. List Ticket Time Entries GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry

  3. Add Ticket Time Entry POST {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry

  4. Update Ticket Time Entry PATCH {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry/{timeEntry_id}

  5. Delete Ticket Time Entry DELETE {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntry/{timeEntry_id}

  6. Get summation of Ticket Time Entries GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntrySummation

  7. Get Ticket Time Entries by Billing Type GET {{baseUrl}}/api/v1/tickets/:ticket_id/timeEntryByBillingType?billingType=<String>