DELETE api/timesheet/actuals?startDate={startDate}&endDate={endDate}

Clears actual cost data records within a specified date range.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

Optional start date to filter records to delete (inclusive).

date

None.

endDate

Optional end date to filter records to delete (inclusive).

date

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK. On failure: HTTP 400 Bad Request with a descriptive error message.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.