Skip to main content
GET
Get one ContractProduct
A contract product (internally known as ContractProduct) is a recurring product line on a customer’s contract, billed with plan invoices and optionally controlled by a price override and billing window. When the product includes passes, booking time credit, monetary credit, or printing credit, those benefits are released as each contract invoice is created; configure the product’s credit expiration separately, either aligned with or independent of the billing cycle. A negative product price creates a discount shown as a negative invoice line; use ContractSchedule for a future contract price change instead. Do not use a contract product for a deposit: use ContractDeposit so it is invoiced only at contract start and can be refunded when appropriate.

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 ContractProduct-Read role.

Path Parameters

integer
required
The Id of the ContractProduct record to retrieve.

Code Examples

Response

200

integer
ID of the customer’s contract; it determines the location and billing cycle that will receive this recurring product line..
integer
Display value for CoworkerContract.Quantity..
string
Display value for CoworkerContract.FloorPlanDeskIds..
string
Display value for CoworkerContract.FloorPlanDeskNames..
string
Display value for CoworkerContract.Tariff.Name..
integer
Display value for CoworkerContract.Coworker.Id..
string
Display value for CoworkerContract.Coworker.FullName..
string
Display value for CoworkerContract.Coworker.BillingName..
integer
ID of the location product billed on the contract’s invoices; its current price is used when this line has no price override..
string
Display value for Product.Name..
number
Display value for Product.Price..
boolean
Display value for Product.ApplyProRating..
string
Display value for Product.Currency.Code..
string
Optional operator notes about this recurring product line..
integer
Number of product units billed in each contract billing cycle; must be at least 1..
number
Optional per-unit price override in the location’s currency; when null, the linked product’s price is used..
string
Optional UTC date and time for the first invoice period that includes this product line; inclusive, and null starts billing immediately..
string
Optional UTC date and time for the first invoice period that excludes this product line; exclusive, and null continues billing indefinitely..
boolean
Whether this line requests prorating when it ends during an invoice period; the product’s setting can also enable prorating, and the contract plan must have ProrateDaysBefore configured..
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