Create/Update Customer
PUT/customers/:CustomerID
This endpoint initiates Noah's Reliance Model onboarding flow, where the customer must exist before executing any Noah operations that depend on the CustomerID
. A unique CustomerID
must be provided, as the API does not generate this identifier. For consistency, it is recommended to use the customer ID from your internal system as the CustomerID
.
Before you get started with this endpoint, Noah must have authorized your usage of the Reliance Model. For more details on this process, see the Compliance Overview.
Follow the step-by-step guide: Reliance Onboarding Recipe
Request
Responses
- 201
- 204
- 400
- 401
- 500
Customer created
Customer updated
Bad request
Client is not authorized to perform this action
Internal server error