User Tools

Site Tools


sales

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sales [2025/07/09 12:45]
clubadmin
sales [2025/11/19 14:19] (current)
clubadmin
Line 22: Line 22:
 Get list of sale prospect  Get list of sale prospect 
  
-        /// <param name="token"></param>        +        /// <param name="token"></param>   
 +        /// <param name="fromdate">optional</param>   
 +        /// <param name="todate">optional</param>  
                
 Example: Example:
Line 244: Line 246:
   ]   ]
 } }
 +
 +===== Sales.GetCalendarItems =====
 +
 +Sales.GetCalendarItems
 +Returns a list with all items in the given calendar
 +
 +    /// <param name="token"></param>
 +    /// <param name="id">id of the calendar</param>
 +    /// <param name="date">date of the selected day</param>
 +    /// <param name="empid">id of the employee, optional, default 0 (=all)</param>
 +
 +Example: https://demo.clubplanner.be/api/sales/getcalendarItems?token=DEMOTOKEN&id=1&date=19-NOV-2025
sales.1752057939.txt.gz · Last modified: 2025/07/09 12:45 by clubadmin