_containers

Returns array of all locations, users and vehicles to which stock can be allocated.

Example

FM_api('Stock_containers'); 

Example Result

{"locations":[{"id":"1","name":"Loc1"},{"id":"3","name":"Loc2"}],"users":[{"id":"5205","name":"Bob"},{"id":"5203","name":"Linney"},{"id":"28715","name":"Edel"}],"vehicles":[{"id":"559a508794c152077a3c2d87","reg":"98-MN-4356","last_edited":"2016-03-24 11:57:46"},{"id":"563775eb94c1524a6ef77f69","reg":"131-CN-4567","last_edited":"2016-03-24 11:58:00"}]}

Last updated