CoworkerProducts
Update CoworkerProduct
Update an existing CoworkerProduct record.
PUT
Update CoworkerProduct
Updates an existing CoworkerProduct 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 CoworkerProduct-Edit role.Enums
eRecurrentChargePattern — RepeatCycle values
eRecurrentChargePattern — RepeatCycle values
| Value | Name |
|---|---|
| 1 | PricePlan |
| 2 | Day |
| 3 | Week |
| 4 | Month |
| 5 | Year |
| 6 | LastDayOfMonth |
Request Body
Required Fields
The Id of the CoworkerProduct record to update.
ID of the coworker linked to this record.
ID of the business linked to this record.
ID of the product linked to this record.
Number of units.
Repeat cycle pattern. PricePlan can only be used if the customer has a main contract; prefer ContractProduct instead of CoworkerProducts repeating on PricePlan.
Credit amount.
Discount amount.
Optional Fields
Optional notes or comments about this coworker product.
Purchase order.
Activate immediately, releasing any benefits (credits or passes) even before the product is invoiced and paid.
Invoice this customer for this product instead of the paying member of their team.
Price override.
Whether this is a regular charge.
Number of repeat units.
Invoice on date.
Repeat from date.
Repeat until date.
Sale date.
Due date.
Whether it has been invoiced.
Whether mrm reminded is enabled.
Apply pro-rating.
ID of the proposal unique associated with this record.
Coworker invoice ID.
Coworker invoice number.
Whether coworker invoice is paid.
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 coworkerproduct 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 CoworkerProduct