_setDeliveryCosts

Set the delivery costs details for a Requisition order.

Parameteres

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

delivery_net

The net cost for the delivery.

delivery_taxcode

The tax code for the delivery.

delivery_tax

The tax cost for the delivery.

Example

FM_api('RequisitionOrder_setDeliveryCosts', ['id' => '1', 'delivery_net' => '30', 'delivery_taxcode' => '10', 'delivery_tax' => '2.00'])

Result

On Success

{"ok":1}

Last updated