_quotesGetDT

Gets Customer Quotes.

Parameters

customer_id

The ID of the customer.

Example

FM_api('Customer_QuotesGetDT', ['customer_id' => '1']);

Result

On Success

{"draw":0,"recordsTotal":"1","recordsFiltered":"1","data":[["1","2018-10-31 15:59:32","Jennifer",null,"100.00","200.00","Quoted","300","82878",""]]}

Last updated