For the complete documentation index, see llms.txt. This page is also available as Markdown.

_delete

Delete a Requisition Order.

Parameters

ID

The requisition order ID number.

Example

FM_api('RequisitionOrder_delete', ['id' => '3'])

Result

On Success

{"ok":1}

Last updated