action loket_get_fiscal_company_car_by_fiscal_company_car_id { label: "Details of a fiscal company car record" description: "__Activity name:__ GetFiscalCompanyCarByFiscalCompanyCarId\n\n\n Get the details of fiscal company car \n\n\n Please note this resource is related for the registration of the company car for tax purposes.\n This is NOT directly related to the registration of the company car(s) related to the HRM-module Verstrekking\n" provider: loket method: GET path: "/providers/employers/employees/employments/fiscalcompanycars/{fiscalCompanyCarId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } fiscalCompanyCarId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "fiscalCompanyCarId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }