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