v1
latestOpenAPI 3.1.02026-07-242735131.1 MBPricing Plans
Show product prices in the company's desired currency
list product prices in the company's desired currency. the endpoint currently only returns the product prices for the EOR monthly product and the contractor products (Standard, Plus and COR). the product prices are then used to create a pricing plan for the company.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage companies (company_management) | View pricing plans (pricing_plan:read) | Manage pricing plans (pricing_plan:write) |
get/v1/companies/{company_id}/product-prices
Path parameters
company_idstring uuid required
Identifier of the employment being terminated.
Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5
Company ID
Response
Success
Example response
{
"data": {
"product_prices": [
{
"base_price": {
"amount": 29900,
"currency": {
"code": "CZK",
"name": "Czech Koruna",
"symbol": "Kč"
}
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "EOR Monthly Core"
}
]
}
}