ContractDeposits
Get one ContractDeposit
Retrieve a single ContractDeposit record by its Id.
GET
Get one ContractDeposit
A ContractDeposit represents a security deposit or retainer associated with a plan contract (
CoworkerContract). Each deposit is based on a Product and is charged to the member either on the first invoice generated for the contract, or on the next invoice for any contract that has IncludeSignupFee = true.
ContractDeposits are created automatically when a contract is signed for a plan (Tariff) that includes one or more TariffSignupProducts. Each TariffSignupProduct on the plan becomes a corresponding ContractDeposit on the new contract.
When Refundable = true, cancelling the parent contract automatically generates a credit note for the deposit amount. That credit note can then be applied — fully or partially — against any outstanding fees or damage charges raised via a separate invoice.
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 ContractDeposit-Read role.Path Parameters
integer
required
The Id of the ContractDeposit record to retrieve.
Code Examples
Response
200
integer
ID of the coworker contract linked to this record.
integer
The coworker contract quantity value for this contract deposit.
string
The coworker contract floor plan desk ids value for this contract deposit.
string
The coworker contract floor plan desk names value for this contract deposit.
string
Name of the tariff/plan associated with the parent contract.
integer
ID of the coworker contract coworker associated with this record.
string
Full name of the member holding the parent contract.
string
Billing name of the member holding the parent contract.
integer
ID of the product linked to this record.
string
Name of the product this deposit is based on.
number
Default price of the underlying product (used when Price is not overridden).
string
ISO currency code of the underlying product.
string
Optional notes or internal comments about this deposit.
number
Deposit amount to charge. When set, overrides the default price of the linked product.
boolean
When true, cancelling the parent contract automatically generates a credit note for the deposit amount, which can be applied against outstanding fees or damages.
boolean
True once the deposit has been included in an invoice (either the first contract invoice or the next invoice when IncludeSignupFee = true on the contract).
boolean
True once a credit note has been issued for this refundable deposit following contract cancellation.
string
Date and time when the deposit was included in an invoice.
boolean
Whether invoice during online checkout is enabled.
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 ContractDeposit