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 ModelName | Type | Additional information | Description |
---|---|---|---|
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.
boolResponse Formats
application/json, text/json
Sample:
true