_stockTotalsGet
Retrieve Customer stock totals.
Parameters
id
The ID of the Customer.
Example
FM_api('Customer_stockTotalsGet', ['id' => '1'])
Result
On Success
{"Door":6,"Camera":"2"}
Last updated
Retrieve Customer stock totals.
The ID of the Customer.
FM_api('Customer_stockTotalsGet', ['id' => '1'])
{"Door":6,"Camera":"2"}
Last updated