Create and update a customer
- Customers
- Customer account
- 3 routes
How do I create a customer and then complete the profile?
This scenario explains how to create a new customer account, read the resulting profile, and update the customer data needed by downstream journeys. It fits CRM, assisted-sales, and onboarding flows that must secure a reusable customer record before quotation or booking.
The flow starts with customer creation, reuses the returned customer_id, then reads and updates the profile in a controlled way.
Overview
This scenario helps an application create a customer account and enrich the profile immediately after creation.
Prerequisites
- A valid authentication context with
authorization,accept-language, andx-api-key. - The identity and contact data required to create the customer.
- The
customer_idreturned by the creation step to continue the flow.
Expected result
The application creates a reusable customer account, verifies the created profile, and updates the information required for the next sales or booking steps.
Process workflow
Legend:
Mandatory
Optional