_getStock
Parameters
id
Example
FM_api('Appointment_getStock', ['id' => '780']);Result
On Success
{'general':[
{'id':'4',
'amt':'2',
'containers':
{'1_32':2}
}
],
'fieldspecific':[
{'id':7,
'amt':3,
'source':'user'},
{'id':7,
'amt':1,
'source':'user'}
]}On Failure
Last updated