TariffProducts
Get one TariffProduct
Retrieve a single TariffProduct record by its Id.
GET
Get one TariffProduct
A plan component (internally TariffProduct) adds one product to a plan (internally tariff) so that the product is charged on every invoice raised for contracts on that plan, and its price is added to the plan’s total price. Use it for recurring add-ons such as mail handling, lockers or parking; one-off sign-up charges use sign-up products (TariffSignupProduct) instead.
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 TariffProduct-Read role.Path Parameters
integer
required
The Id of the TariffProduct record to retrieve.
Code Examples
Response
200
integer
ID of the plan this component belongs to; required, and every contract on that plan is then charged for the component’s product..
string
Display value for Tariff.Name..
boolean
Display value for Tariff.TransferProductsToContract..
integer
ID of the product charged as the plan component; required, and the product’s own current price is what gets invoiced, so reuse an existing product instead of creating a duplicate..
string
Display value for Product.Name..
number
Display value for Product.Price..
string
Display value for Product.Business.Currency.Code..
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