CoworkerExtraServices
Update CoworkerExtraService
Update an existing CoworkerExtraService record.
PUT
Update CoworkerExtraService
Updates an existing CoworkerExtraService record. You must include theDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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 CoworkerExtraService-Edit role.Request Body
Required Fields
The Id of the CoworkerExtraService record to update.
Coworker Id.
Business Id.
Extra Service Id.
Total credit originally allocated (time or printing). Unit depends on the ChargePeriod of the linked extra service.
Unit of measurement for time credit (Minutes, Days, Weeks, Months, Uses, FourWeekMonths).
Optional Fields
Internal notes.
Whether this charge or credit is free (no cost to the customer).
Price charged for this extra service.
Date from which this credit becomes usable.
Date when this credit expires and can no longer be used.
Payment due date for the charge.
Purchase order.
Invoice the customer directly instead of the team or company paying member.
ID of the booking that generated this charge.
Start time of the booking that generated this charge.
End time of the booking that generated this charge.
Name of the resource booked (e.g., meeting room name).
Links this credit back to the customer contract that provisioned it.
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 coworkerextraservice 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 CoworkerExtraService