_new
Creates a new Quote for a Customer.
Parameters
user_id
The ID of the User.
customer_id
The ID of the Customer.
total_tax
The total tax amount.
total_gross
The total gross amount.
total_net
The total net amount.
Example
Result
On Success
On Failure
If the specified User does not exist:
If the specified Customer does not exist:
Last updated