Skip to main content

Retrieves the list of car returns for a branch office on a given day

GET 

/api/operations/returns

All date math uses the queried branch office's timezone, not the logged-in user's. When no date is provided it defaults to the branch's current day.

For "today" (date omitted or equal to the branch's current day) the result includes:

  • Delivered bookings due today or overdue (return date on a previous day);
  • Reserved/Confirmed bookings still within the no-show window (FromDate + NoShowGap >= now); once that window elapses they are considered no-shows and excluded.

For any other (past/future) date, only returns whose return date falls on that exact day are listed. This mirrors the dashboard's today-returns (DashboardService.GetTodayDevolutions). #21500 #21501

The operation requires the 'CanGetTodayDeliveries' permission.

Request

Responses

List of returns for the requested day