Create or Update a Customer

This API endpoint enables you to create or update a customer record for a specified subcompany. If the customer doesn't exist, it'll create a new one and, if it exists (matches your unique ID) then it'll update the customer. You need to provide the subcompany ID and the customer's unique ID in the URL path. The customer details should be included in the JSON body, and the takeover secret must be included in the header.

Last updated