FloorPlanDeskVariants
Update FloorPlanDeskVariant
Update an existing FloorPlanDeskVariant record.
PUT
Update FloorPlanDeskVariant
Updates an existing FloorPlanDeskVariant record. You must include the
Id of the record to update along with all required fields.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the FloorPlanDeskVariant-Edit role.Request Body
Required Fields
The Id of the FloorPlanDeskVariant record to update.
ID of the floor plan desk linked to this record.
The name value for this floor plan desk variant.
The occupancy percentage value for this floor plan desk variant.
Optional Fields
ID of the coworker linked to this record.
The size value for this floor plan desk variant.
The capacity value for this floor plan desk variant.
Unit price amount.
Optional notes or comments about this floor plan desk variant.
Whether available monday is enabled.
Whether available tuesday is enabled.
Whether available wednesday is enabled.
Whether available thursday is enabled.
Whether available friday is enabled.
Whether available saturday is enabled.
Whether available sunday is enabled.
ID of the access control group associated with this record.
The coworker contract ids value for this floor plan desk variant.
The coworker contract full names value for this floor plan desk variant.
The coworker contract start dates value for this floor plan desk variant.
Date/time value for available from time.
Date/time value for available to time.
Date/time value for available from time local.
Date/time value for available to time local.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the update.
Contains the
Id of the updated record.true if the floorplandeskvariant was updated successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Update FloorPlanDeskVariant