Set the email details for a Purchase order
This can be the ID of the purchase order.
The email address to be set.
The email message to be set.
The email subject to be set.
The senders email to be set.
The name to be set for the email.
If the purchase order no longer exists. {"error" => "purchase order no longer exists"}
Last updated 3 years ago
FM_api('PurchaseOrder_orderEmail', ['id' => '17', 'email' => '[email protected]', 'text' => 'Test text', 'subject' => 'Test email', 'sender' => '[email protected]', 'name' => 'Test name'])
{"ok":1}