CapacityUsedDeleteBookingRequest
DELETE {{base_url}}/CapacityUsedDeleteBookingRequest?ReferenceId={{integer}}&ResourceId={{integer}}&TaskId={{integer}}&DayDate={{string}}
Deletes a capacity used booking based on a given identifier.
Requires Authentication
Yes
Returns
boolean
Batch?
Yes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ReferenceId | string | Required. | |
(int32) | |||
The identifier of the associated task resource. | |||
ResourceId | string | Required. | |
(int32) | |||
The identifier of the associated WorkBook resource. | |||
TaskId | string | Required. | |
(int32) | |||
The identifier of the associated task. | |||
Note: For information about the Task object, see Task. | |||
DayDate | string | Required. | |
(date-time) | |||
The date and time stamp of the capacity used booking. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
true