_getStock
Get Stock details for given Appointments
Parameters
ids
The IDs of the Appointments which the stock details will be retrieved.
Example
FM_api('Appointments_getStock', ['ids' => ['137', '133', '132']])
Result
On Success
[[{"id":"1","amt":"4","source":"1_82878"}]]
Last updated