Compare commits
4 Commits
enhancemen
...
master
Author | SHA1 | Date |
---|---|---|
|
aae137f838 | |
|
d8aaecca42 | |
|
f3b5f6c953 | |
|
dad641b8bc |
10
README.md
10
README.md
|
@ -29,16 +29,6 @@ We created this N8N module so that we could internet our internal tools together
|
||||||
- Get (single) Invoice
|
- Get (single) Invoice
|
||||||
- Update Invoice
|
- Update Invoice
|
||||||
- Delete 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
|
This module uses Plutio API version 1.10
|
||||||
|
|
||||||
|
|
|
@ -1406,7 +1406,8 @@ export class Plutio implements INodeType {
|
||||||
});
|
});
|
||||||
body.people = metadata;
|
body.people = metadata;
|
||||||
}
|
}
|
||||||
responseData = await plutioApiRequest.call(this, 'PUT', '/companies', body);
|
responseData = body;
|
||||||
|
// responseData = await plutioApiRequest.call(this, 'PUT', '/companies', body);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get company.
|
// Get company.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "n8n-nodes-plutio",
|
"name": "n8n-nodes-plutio",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Custom n8n node module for Plutio.",
|
"description": "Custom n8n node module for Plutio.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"n8n-community-node-package"
|
"n8n-community-node-package"
|
||||||
|
|
Loading…
Reference in New Issue