diff --git a/README.md b/README.md index cf68a37..a1bc57c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,16 @@ We created this N8N module so that we could internet our internal tools together - Get (single) Invoice - Update Invoice - Delete Invoice +- Company + - Create Company + - Get (single) Company + - Update Company + - Delete Company +- People + - Create People + - Get (single) Person + - Update People + - Delete People This module uses Plutio API version 1.10 diff --git a/nodes/Plutio/Plutio.node.ts b/nodes/Plutio/Plutio.node.ts index de6083f..f0c5d24 100644 --- a/nodes/Plutio/Plutio.node.ts +++ b/nodes/Plutio/Plutio.node.ts @@ -1406,8 +1406,7 @@ export class Plutio implements INodeType { }); body.people = metadata; } - responseData = body; - // responseData = await plutioApiRequest.call(this, 'PUT', '/companies', body); + responseData = await plutioApiRequest.call(this, 'PUT', '/companies', body); } // Get company.