_getStock

Get Stock details for given Jobs

Parameters

ids

The IDs of the Jobs which the stock details will be retrieved.

Example

FM_api('Jobs_getStock', ['ids' => ['137', '133', '132']])

Result

On Success

[[{"id":"1","amt":"4","source":"1_82878"}]]

Last updated