CapacityUsedNewBookingRequest

PUT {{base_url}}/CapacityUsedNewBookingRequest

Creates a new capacity used booking.

API
Capacity Used API

Requires Authentication
Yes

Returns
CapacityUsed

Batch?
No

Request Body

[{"name"=>"ResourceId", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"TaskId", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"DayDate", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"HoursUsed", "value"=>"{{number}}", "datatype"=>"string"}, {"name"=>"StartTimeFixed", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"CheckOverbooking", "value"=>"{{boolean}}", "datatype"=>"string"}, {"name"=>"Reschedule", "value"=>"{{boolean}}", "datatype"=>"string"}, {"name"=>"ManualReorder", "value"=>"{{boolean}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

{"Id":17671111,"ReferenceId":267399,"ResourceId":35879,"DayDate":"2022-12-10T00:00:00.000Z","HoursUsed":0.5,"CreateDate":"2022-12-10T02:03:24.743Z","StartTimeFixed":0}