-
Notifications
You must be signed in to change notification settings - Fork 36
Customer Sale Calibrate
Sean Callan edited this page Jun 9, 2020
·
1 revision
Re-calibrate the transactions tied to a particular sale. This is used mostly by internal functions. Requires at least one parameter to be provided.
-
auth_uid (required) INTEGER - The ID for your API key.
-
auth_key (required) STRING - The API key.
-
auth_expiration (required) INTEGER - Unique ID tied to your key; changes if you reset your key.
-
ids (optional) ARRAY - The IDs of the Beans_Customer_Sale objects to calibrate.
-
date_before (optional) STRING - Filter for all sales before a specific date.
-
date_after (optional) STRING - Filter for all sales after a specific date.