01_getDT
returns all quotes within a result range
Parameters
draw
start
Start from given result
length
Limit results
dateFrom
Show from this date
dateTo
Show to this date
customer_id
id of a customer
status
Quote status
user_id
id of a user
Example
FM_api('Quotes_getDT',[
'draw'=>'1',
'start'=>'0',
'length'=>'10',
'dateFrom'=>'2017-08-21',
'dateTo'=>'2017-09-21',
'status'=>'-1'
])
Last updated