UpdatePurchaseInput
Input fields
The account number.
A JSON object containing client parameters to store on the purchase.
A JSON object containing market parameters to store on the purchase.
The purchase ID.
Products being purchased.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"accountNumber": "A-C4727302",
"clientParams": {"key": "value"},
"marketParams": {"key": "value"},
"purchaseId": "26898001",
"saleItems": ProductToPurchaseInput
}