mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-03 11:58:08 -06:00
Adding customer actions
This commit is contained in:
parent
a52b70760e
commit
e254f685b0
11 changed files with 527 additions and 0 deletions
18
nodes/S4DSMain/actions/customers/inactiveCustomer.json
Normal file
18
nodes/S4DSMain/actions/customers/inactiveCustomer.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "inactiveCustomer",
|
||||
"method": "DELETE",
|
||||
"endpoint": "/customer/deleteCustomer",
|
||||
"description": "Deactivate/delete a customer.",
|
||||
"parameters": [],
|
||||
"requiresAuth": true,
|
||||
"requestBody": {
|
||||
"schema": "DeleteCustomerDTO",
|
||||
"required": true
|
||||
},
|
||||
"response": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"result": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue