mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
18 lines
No EOL
341 B
JSON
18 lines
No EOL
341 B
JSON
{
|
|
"name": "createCustomer",
|
|
"method": "POST",
|
|
"endpoint": "/customer",
|
|
"description": "Create a new customer.",
|
|
"parameters": [],
|
|
"requiresAuth": true,
|
|
"requestBody": {
|
|
"schema": "SetNewCustomerDTO",
|
|
"required": true
|
|
},
|
|
"response": {
|
|
"type": "object",
|
|
"properties": {
|
|
"customer": "object"
|
|
}
|
|
}
|
|
} |