_new

Creates a new Requisition order

Parameters

user_id

ID of the User to be assigned to the requisition order.

description

A description for the requisition order.

Example

FM_api('RequisitionOrder_new', ['user_id' => '82878', 'description' => 'Test Description'])

On Success

"{"ok":1,"id":12}"

Last updated