action loket_get_additional_taxliability_by_license_plate_number { label: "Acquire the additional tax liability by the license plate number (company car)" description: "__Activity name:__ GetAdditionalTaxliabilityByLicensePlateNumber\n\nThis endpoint allows the user to acquire values for specific properties in the company car resource. This endpoint will require a license plate number (vehicle registration number), and will return aggregated data based on its RDW-registration.\n" provider: loket method: GET path: "/rdwservices/additionaltaxliability" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } licensePlateNumber: { type: "string" } } required: ["Accept", "Authorization", "licensePlateNumber"] additionalProperties: false } output: { type: "object" additionalProperties: true } }