CoworkerExtraServices
Get one CoworkerExtraService
Retrieve a single CoworkerExtraService record by its Id.
GET
Get one CoworkerExtraService
A Customer Time Credit (CoworkerExtraService) records a customer’s booking time or printing allowance, or a charge generated for a booking; manual credits are used only for matching booking rates while plan, product, and booking records are managed by their source workflow.
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-Read role.Path Parameters
integer
required
The Id of the CoworkerExtraService record to retrieve.
Code Examples
Response
200
integer
ID of the customer who owns this time credit or booking charge..
integer
ID of the location that issued this record; it is required and cannot be changed after creation..
integer
ID of the booking rate that defines this record’s eligible resource types, currency, and credit type..
string
Display value for ExtraService.Name..
string
Display value for ExtraService.Currency.Code..
boolean
Display value for ExtraService.IsPrintingCredit..
string
Read-only description generated for the assigned booking rate or credit..
string
Optional internal notes about this time credit or booking charge..
integer
Read-only unused credit remaining, in the unit selected by ChargePeriod; it is reduced when the credit is used..
integer
Total credit granted, in the ChargePeriod unit; it must be at least RemainingUses and is set only when creating a manual credit..
boolean
Whether the record has no charge to the customer; when true, calculated price is zero..
number
Optional monetary amount charged in the booking rate’s currency; when omitted, the server calculates it from the rate and TotalUses..
number
Read-only monetary adjustment calculated for a last-minute booking..
number
Read-only monetary adjustment calculated by demand-based pricing..
number
Read-only price multiplier calculated for a last-minute booking..
number
Read-only price multiplier calculated by demand-based pricing..
string
Optional UTC date and time when credit becomes usable; blank means it can be used immediately..
string
Optional UTC expiry date and time; blank means no expiry, and when set it must be after ValidFrom and credit is valid only before it..
string
Optional UTC due date for invoicing this booking charge; blank means it is included on the next invoice..
string
Optional customer purchase-order reference for invoicing..
integer
Unit used for TotalUses and RemainingUses: Minutes, Days, Weeks, Months, Uses, or FourWeekMonths.. See
eChargePeriod enum values: 1 = Minutes, 2 = Days, 3 = Weeks, 4 = Months, 5 = Uses, 6 = FourWeekMonths.boolean
Whether this booking charge has been added to an invoice; invoiced records have billing update restrictions..
string
Read-only UTC date and time when this charge was invoiced..
boolean
Whether this credit was automatically provisioned from the customer’s plan; plan-provisioned credits cannot be deleted directly..
string
Internal identifier linking a plan-provisioned credit to its plan benefit definition; managed by contract processing..
string
Internal identifier linking this record to the customer product that provisioned it; such records cannot be deleted directly..
string
Internal booking identifier that links a generated booking charge to its source booking; reverse or change the booking instead..
boolean
Whether the record was created automatically for a booking rather than as a manually assigned credit; automatic records are not eligible credit..
boolean
Whether to invoice this customer directly rather than their team or company paying customer..
string
Read-only discount-code text applied to this charge..
string
Internal identifier of the customer discount applied to this charge; the discount is managed through its discount record..
number
Read-only monetary amount discounted from Price in the booking rate’s currency..
integer
Read-only internal numeric ID of the booking that generated this charge; use the Booking entity instead..
string
Read-only UTC start time copied from the source booking; update the booking instead..
string
Read-only UTC end time copied from the source booking; update the booking instead..
string
Read-only resource name copied from the source booking; update the booking instead..
string
Internal identifier linking a plan-provisioned credit to its customer contract; managed by contract processing..
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