_setDescription

Set the description for a Requisition order.

Parameteres

###id ID of the requisition order which will have the delivery description set.

description

Textual description of a requisition order

Example

FM_api('RequisitionOrder_setDescription', ['id' => '1', 'description' => 'TEST DESCRIPTION'])

Result

On Success

{"ok":1}

Last updated