n8n-nodes-starter/nodes/S4DSMain/api-definitions.json
2025-07-22 15:15:57 -05:00

70 lines
No EOL
1.7 KiB
JSON

{
"authentication": {
"services": [
{
"name": "generateToken",
"file": "actions/authentication/generateToken.json"
}
]
},
"products": {
"services": [
{
"name": "getProductCount",
"file": "actions/products/getProductCount.json"
}
]
},
"customers": {
"services": [
{
"name": "getCustomerByDocument",
"file": "actions/customers/getCustomerByDocument.json"
},
{
"name": "createCustomer",
"file": "actions/customers/createCustomer.json"
},
{
"name": "updateCustomer",
"file": "actions/customers/updateCustomer.json"
},
{
"name": "cloneUsername",
"file": "actions/customers/cloneUsername.json"
},
{
"name": "getDocumentIdByAutocomplete",
"file": "actions/customers/getDocumentIdByAutocomplete.json"
},
{
"name": "getOffSyncCustomers",
"file": "actions/customers/getOffSyncCustomers.json"
},
{
"name": "getUserByToken",
"file": "actions/customers/getUserByToken.json"
},
{
"name": "getOrdersByCustomer",
"file": "actions/customers/getOrdersByCustomer.json"
},
{
"name": "customerInfo",
"file": "actions/customers/customerInfo.json"
},
{
"name": "getConsultantInformation",
"file": "actions/customers/getConsultantInformation.json"
},
{
"name": "inactiveCustomer",
"file": "actions/customers/inactiveCustomer.json"
},
{
"name": "getAdvancedSearch",
"file": "actions/customers/getAdvancedSearch.json"
}
]
}
}