n8n-nodes-starter/nodes/S4DSMain/api-definitions.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2025-07-10 16:01:04 -05:00
{
"authentication": {
2025-07-22 08:19:06 -05:00
"services": [
{
"name": "generateToken",
"file": "actions/authentication/generateToken.json"
2025-07-10 16:01:04 -05:00
}
2025-07-22 08:19:06 -05:00
]
2025-07-10 16:01:04 -05:00
},
"products": {
2025-07-22 08:19:06 -05:00
"services": [
{
"name": "getProductCount",
"file": "actions/products/getProductCount.json"
2025-07-10 16:01:04 -05:00
}
2025-07-22 08:19:06 -05:00
]
2025-07-10 16:01:04 -05:00
},
"customers": {
2025-07-22 08:19:06 -05:00
"services": [
{
"name": "getCustomerByDocument",
"file": "actions/customers/getCustomerByDocument.json"
2025-07-10 16:01:04 -05:00
},
2025-07-22 08:19:06 -05:00
{
"name": "createCustomer",
"file": "actions/customers/createCustomer.json"
2025-07-19 16:41:02 -05:00
},
2025-07-22 08:19:06 -05:00
{
"name": "updateCustomer",
"file": "actions/customers/updateCustomer.json"
2025-07-22 15:15:57 -05:00
},
{
"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"
2025-07-19 16:41:02 -05:00
}
2025-07-22 08:19:06 -05:00
]
2025-07-10 16:01:04 -05:00
}
}