@bedrijfsdatanl/n8n-nodes-bedrijfsdata
Version:
n8n node for Bedrijfsdata.nl API - Search and retrieve Dutch company information
27 lines • 790 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.validationVatGetOperationProperties = void 0;
exports.validationVatGetOperationProperties = [
{
displayName: 'Dutch VAT Number',
name: 'vat',
type: 'string',
default: '',
required: true,
displayOptions: {
show: {
resource: ['validation'],
operation: ['get_vat']
},
},
routing: {
request: {
qs: {
vat: '={{ $value ? $value : undefined }}',
},
},
},
description: '(Required) Enter a Dutch VAT number (btw-nummer) to validate',
}
];
//# sourceMappingURL=ValidationVatGet.properties.js.map