Customers
Unarchive a customer
Unarchive a customer, making them visible in the business’s active customer list.
POST
/
v1
/
businesses
/
{business_id}
/
customers
/
{customer_id}
/
unarchive
Archiving a customer hides them from the business’s active customer list, returned by the List customers endpoint. Unarchiving reverses that affect.
As with archiving, the GL is unaffected by the status of the customer and all A/R and Liability balances are retained.
Path Parameters
business_id
string
requiredID of the Business the customer is associated with.
customer_id
string
requiredID of the Customer to be unarchived.
Response
Returns the unarchived Customer object