_new
Creates a new Requisition Order Entry
Parameters
ro_id
The ID of the Requisition Order being given a new Entry.
Example
FM_api('RequisitionOrderEntry_new', ['ro_id' => '10001'])
Result
On Success
The "id" value is the ID of the created Entry.
{"ok":1,"id":150002}
On Failure
If the "ro_id" parameter is not set:
{"error":"missing or invalid parameter: ro_id"}
Last updated