POST TimeTrackingTask/CheckForRecurringInvoicesByTasksAndProject

Checks all recurring invoices for occurences of the tasks from the task ID list with the given project ID from the request.

Request Information

URI Parameters

None.

Body Parameters

Time Tracking Update Recurring Invoices Request Model
NameTypeAdditional informationDescription
TaskIds string

None.

ProjectId nullable integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskIds": "sample string 1",
  "ProjectId": 1
}

Response Information

Resource Description

Whether there are any recurring invoices which contain the Task specified by the given task ID.

bool

Response Formats

application/json, text/json

Sample:
true