CoworkerProducts
Get one CoworkerProduct
Retrieve a single CoworkerProduct record by its Id.
GET
Get one CoworkerProduct
A CoworkerProduct is a record of a product sold to a customer as a one-off or on a recurrent basis.
RepeatCycle can only be set to PricePlan if the customer has a contract set as their main contract. In general, it is best to use ContractProduct instead of adding CoworkerProducts repeating based on PricePlan.
InvoiceThisCoworker indicates this customer should be invoiced for this product instead of the paying member of their team.
ActivateNow releases any benefits (credits or passes) even before the product is invoiced and paid.
ProductApplyProRating indicates the sold product is configured to prorate the price of this sale based on the prorating rules of the main contract of the customer: it adjusts the price based on the number of days left between the current date and the next invoice date (RenewalDate) of the customer’s main contract.
Properties ending in UniqueId link the sale to the originating record using its GUID UniqueId property (not the integer ID). Only one of these will be populated per record:
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-Read role.Path Parameters
integer
required
The Id of the CoworkerProduct record to retrieve.
Code Examples
Response
200
integer
ID of the coworker linked to this record.
string
Coworker type.
string
Coworker full name.
string
Coworker company name.
string
Coworker billing name.
string
Coworker email.
integer
ID of the business linked to this record.
integer
ID of the product linked to this record.
string
Product name.
number
Product price.
string
Whether the sold product is configured to prorate the price of this sale based on the prorating rules of the customer’s main contract, adjusting the price based on the number of days left until the next invoice date (RenewalDate).
string
Product currency code.
string
Optional notes or comments about this coworker product.
string
Purchase order.
string
Order number.
boolean
Whether the product is activated.
boolean
Activate immediately, releasing any benefits (credits or passes) even before the product is invoiced and paid.
boolean
Invoice this customer for this product instead of the paying member of their team.
number
Price override.
integer
Number of units.
boolean
Whether this is a regular charge.
integer
Repeat cycle pattern. PricePlan can only be used if the customer has a main contract; prefer ContractProduct instead of CoworkerProducts repeating on PricePlan. See
eRecurrentChargePattern enum values: 1 = PricePlan, 2 = Day, 3 = Week, 4 = Month, 5 = Year, 6 = LastDayOfMonth.integer
Number of repeat units.
string
Invoice on date.
string
Repeat from date.
string
Repeat until date.
string
Sale date.
string
Due date.
boolean
Whether it has been invoiced.
string
Date invoiced.
boolean
Whether added from tariff.
string
Links to the Booking that generated this sale (GUID UniqueId, not integer ID).
boolean
Whether mrm reminded is enabled.
boolean
Apply pro-rating.
string
Links to the CoworkerContract that generated this sale (GUID UniqueId, not integer ID).
string
Links to the ContractDeposit that generated this sale (GUID UniqueId, not integer ID).
string
Links to the ContractProduct that generated this sale (GUID UniqueId, not integer ID).
string
Links to the CoworkerDelivery that generated this sale (GUID UniqueId, not integer ID).
string
ID of the proposal unique associated with this record.
integer
Coworker invoice ID.
string
Coworker invoice number.
boolean
Whether coworker invoice is paid.
string
Teams at the time of purchase.
number
Credit amount.
number
Discount amount.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one CoworkerProduct