_orderEmail
Set the email details for a Purchase order
Parameters
id
This can be the ID of the purchase order.
email
The email address to be set.
text
The email message to be set.
subject
The email subject to be set.
sender
The senders email to be set.
name
The name to be set for the email.
Example
Result
On Success
On Failure
If the purchase order no longer exists. {"error" => "purchase order no longer exists"}
Last updated