Adding customer actions

This commit is contained in:
Melany 2025-07-22 15:15:57 -05:00
commit e254f685b0
11 changed files with 527 additions and 0 deletions

View file

@ -28,6 +28,42 @@
{
"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"
}
]
}