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:
UniqueId property Source entity CoworkerContractUniqueIdCoworkerContract ContractDepositUniqueIdContractDeposit ContractProductUniqueIdContractProduct BookingUniqueIdBooking CoworkerDeliveryUniqueIdCoworkerDelivery
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-List role.
Enums
eRecurrentChargePattern — RepeatCycle values
Value Name 1 PricePlan 2 Day 3 Week 4 Month 5 Year 6 LastDayOfMonth
Query Parameters
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g. Name, CreatedOn).
Sort direction. 1 for ascending, -1 for descending.
Filters
CoworkerProduct_Coworker_CoworkerType
Filter by coworker type.
CoworkerProduct_Coworker_FullName
Filter by coworker full name.
CoworkerProduct_Coworker_CompanyName
Filter by coworker company name.
CoworkerProduct_Coworker_BillingName
Filter by coworker billing name.
CoworkerProduct_Coworker_Email
Filter by coworker email.
CoworkerProduct_Product_Name
Filter by product name.
CoworkerProduct_Product_Price
Filter by product price.
CoworkerProduct_Product_ApplyProRating
Filter by 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).
CoworkerProduct_Product_Currency_Code
Filter by product currency code.
CoworkerProduct_PurchaseOrder
Filter by purchase order.
CoworkerProduct_OrderNumber
Filter by order number.
CoworkerProduct_Activated
Filter by whether the product is activated.
CoworkerProduct_ActivateNow
Filter by activate immediately, releasing any benefits (credits or passes) even before the product is invoiced and paid.
CoworkerProduct_InvoiceThisCoworker
Filter by invoice this customer for this product instead of the paying member of their team.
Filter by price override.
CoworkerProduct_RegularCharge
Filter by whether this is a regular charge.
CoworkerProduct_RepeatCycle
Filter by repeat cycle pattern. PricePlan can only be used if the customer has a main contract; prefer ContractProduct instead of CoworkerProducts repeating on PricePlan.
CoworkerProduct_RepeatUnit
Filter by number of repeat units.
CoworkerProduct_InvoiceOn
Filter by invoice on date.
CoworkerProduct_RepeatFrom
Filter by repeat from date.
CoworkerProduct_RepeatUntil
Filter by repeat until date.
Filter by whether it has been invoiced.
CoworkerProduct_InvoicedOn
Filter by date invoiced.
CoworkerProduct_FromTariff
Filter by whether added from tariff.
CoworkerProduct_BookingUniqueId
Filter by links to the Booking that generated this sale (GUID UniqueId, not integer ID).
CoworkerProduct_MrmReminded
Filter by Mrm Reminded.
CoworkerProduct_ApplyProRating
Filter by apply pro-rating.
CoworkerProduct_CoworkerContractUniqueId
Filter by links to the CoworkerContract that generated this sale (GUID UniqueId, not integer ID).
CoworkerProduct_ContractDepositUniqueId
Filter by links to the ContractDeposit that generated this sale (GUID UniqueId, not integer ID).
CoworkerProduct_ContractProductUniqueId
Filter by links to the ContractProduct that generated this sale (GUID UniqueId, not integer ID).
CoworkerProduct_CoworkerDeliveryUniqueId
Filter by links to the CoworkerDelivery that generated this sale (GUID UniqueId, not integer ID).
CoworkerProduct_ProposalUniqueId
Filter by Proposal Unique Id.
CoworkerProduct_CoworkerInvoiceId
Filter by coworker invoice ID.
CoworkerProduct_CoworkerInvoiceNumber
Filter by coworker invoice number.
CoworkerProduct_CoworkerInvoicePaid
Filter by whether coworker invoice is paid.
CoworkerProduct_TeamsAtTheTimeOfPurchase
Filter by teams at the time of purchase.
CoworkerProduct_CreditAmount
Filter by credit amount.
CoworkerProduct_DiscountAmount
Filter by discount amount.
Range Filters
from_CoworkerProduct_ProductPrice
Filter by product price greater than or equal to this value.
to_CoworkerProduct_ProductPrice
Filter by product price less than or equal to this value.
from_CoworkerProduct_Price
Filter by price override greater than or equal to this value.
Filter by price override less than or equal to this value.
from_CoworkerProduct_Quantity
Filter by quantity greater than or equal to this value.
to_CoworkerProduct_Quantity
Filter by quantity less than or equal to this value.
from_CoworkerProduct_RepeatUnit
Filter by number of repeat units greater than or equal to this value.
to_CoworkerProduct_RepeatUnit
Filter by number of repeat units less than or equal to this value.
from_CoworkerProduct_InvoiceOn
Filter by invoice on date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_InvoiceOn
Filter by invoice on date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_RepeatFrom
Filter by repeat from date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_RepeatFrom
Filter by repeat from date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_RepeatUntil
Filter by repeat until date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_RepeatUntil
Filter by repeat until date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_SaleDate
Filter by sale date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_SaleDate
Filter by sale date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_DueDate
Filter by due date greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_DueDate
Filter by due date less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_InvoicedOn
Filter by date invoiced greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_InvoicedOn
Filter by date invoiced less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_CoworkerInvoiceId
Filter by coworker invoice ID greater than or equal to this value.
to_CoworkerProduct_CoworkerInvoiceId
Filter by coworker invoice ID less than or equal to this value.
from_CoworkerProduct_CreditAmount
Filter by credit amount greater than or equal to this value.
to_CoworkerProduct_CreditAmount
Filter by credit amount less than or equal to this value.
from_CoworkerProduct_DiscountAmount
Filter by discount amount greater than or equal to this value.
to_CoworkerProduct_DiscountAmount
Filter by discount amount less than or equal to this value.
from_CoworkerProduct_CreatedOn
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_CreatedOn
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
from_CoworkerProduct_UpdatedOn
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
to_CoworkerProduct_UpdatedOn
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.
Code Examples
Simple listing
curl -X GET \
"https://spaces.nexudus.com/api/billing/coworkerproducts?page=1&size=15&orderBy=CreatedOn&dir=1" \
-H "Authorization: Bearer YOUR_TOKEN"
Filtering by CreatedOn
curl -X GET \
"https://spaces.nexudus.com/api/billing/coworkerproducts?CoworkerProduct_CreatedOn=example-value&orderBy=CreatedOn&dir=1" \
-H "Authorization: Bearer YOUR_TOKEN"
Range filters
curl -X GET \
"https://spaces.nexudus.com/api/billing/coworkerproducts?from_CoworkerProduct_UpdatedOn=2025-01-01T00:00&to_CoworkerProduct_UpdatedOn=2025-12-31T23:59&orderBy=UpdatedOn&dir=-1" \
-H "Authorization: Bearer YOUR_TOKEN"
Response
200
The list of CoworkerProduct records matching the query. See the Get one CoworkerProduct endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each CoworkerProduct. The following fields are not included in the Records[] response: Notes, PurchaseOrder, ActivateNow, InvoiceThisCoworker, CreditAmount, DiscountAmount.To get all fields, fetch the full record using the Get one CoworkerProduct endpoint. Important for updates: When updating a record via PUT, always retrieve the full record with a GET request first, apply your changes to that complete data, and then send the updated record. Do not use data from a listing response as the base for a PUT request, as missing fields may be unintentionally cleared.
Number of records per page.
The field used for sorting.
The sort direction (1 = ascending, -1 = descending).
Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Whether there is a next page of results.
Whether there is a previous page of results.
{
"Records" : [
{
"CoworkerId" : 0 ,
"CoworkerCoworkerType" : null ,
"CoworkerFullName" : null ,
"CoworkerCompanyName" : null ,
"CoworkerBillingName" : null ,
"CoworkerEmail" : null ,
"BusinessId" : 0 ,
"ProductId" : 0 ,
"ProductName" : null ,
"ProductPrice" : 0 ,
"ProductApplyProRating" : null ,
"ProductCurrencyCode" : null ,
"Notes" : null ,
"PurchaseOrder" : null ,
"OrderNumber" : null ,
"Activated" : false ,
"ActivateNow" : false ,
"InvoiceThisCoworker" : false ,
"Price" : null ,
"Quantity" : 0 ,
"RegularCharge" : false ,
"RepeatCycle" : 0 ,
"RepeatUnit" : null ,
"InvoiceOn" : null ,
"RepeatFrom" : null ,
"RepeatUntil" : null ,
"SaleDate" : null ,
"DueDate" : null ,
"Invoiced" : false ,
"InvoicedOn" : null ,
"FromTariff" : false ,
"BookingUniqueId" : null ,
"MrmReminded" : false ,
"ApplyProRating" : false ,
"CoworkerContractUniqueId" : null ,
"ContractDepositUniqueId" : null ,
"ContractProductUniqueId" : null ,
"CoworkerDeliveryUniqueId" : null ,
"ProposalUniqueId" : null ,
"CoworkerInvoiceId" : null ,
"CoworkerInvoiceNumber" : null ,
"CoworkerInvoicePaid" : false ,
"TeamsAtTheTimeOfPurchase" : null ,
"CreditAmount" : 0 ,
"DiscountAmount" : 0 ,
"Id" : 87654321 ,
"UpdatedOn" : "2025-01-15T10:30:00Z" ,
"CreatedOn" : "2025-01-10T08:00:00Z" ,
"UniqueId" : "a1b2c3d4-e5f6-7890-abcd-ef1234567890" ,
"UpdatedBy" : "admin@example.com" ,
"IsNew" : false ,
"SystemId" : null ,
"ToStringText" : "CoworkerProduct Example" ,
"LocalizationDetails" : null ,
"CustomFields" : null
}
],
"CurrentPageSize" : 15 ,
"CurrentPage" : 1 ,
"CurrentOrderField" : "CreatedOn" ,
"CurrentSortDirection" : 1 ,
"FirstItem" : 1 ,
"HasNextPage" : false ,
"HasPreviousPage" : false ,
"LastItem" : 1 ,
"PageNumber" : 1 ,
"PageSize" : 15 ,
"TotalItems" : 1 ,
"TotalPages" : 1
}