@bedrijfsdatanl/n8n-nodes-bedrijfsdata
Version:
n8n node for Bedrijfsdata.nl API - Search and retrieve Dutch company information
47 lines • 1.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.otherPropertyGetOperationProperties = void 0;
exports.otherPropertyGetOperationProperties = [
{
displayName: 'Bedrijfsdata.nl ID',
name: 'id',
type: 'string',
default: '',
displayOptions: {
show: {
resource: ['data_misc'],
operation: ['get_property']
},
},
routing: {
request: {
qs: {
id: '={{ $value ? $value : undefined }}',
},
},
},
description: '(Optional) Search by Bedrijfsdata.nl ID of a specific company',
},
{
displayName: 'Address ID',
name: 'addressid',
type: 'string',
default: '',
placeholder: 'e.g., NL1234AB-150',
displayOptions: {
show: {
resource: ['data_misc'],
operation: ['get_property']
},
},
routing: {
request: {
qs: {
addressid: '={{ $value ? $value : undefined }}',
},
},
},
description: '(Optional) Search by (Dutch) address. Format: NL{postcode}-{house number}, for example "NL1234AB-150".',
},
];
//# sourceMappingURL=OtherPropertyGet.properties.js.map