v1
latestOpenAPI 3.1.02026-07-2685154311.7 KBFlow
Update a customer profile within Flow workflows
Updates an existing customer profile within a Flow workflow context. Customer PII is automatically encrypted before storage when profile data is updated. Only specified fields are updated, maintaining data integrity.
IVMS101 Validation Requirements (when profileData is provided):
- Same validation rules as POST apply when updating profileData
- For natural persons: name object is required
- For legal persons: name and nationalIdentification objects are required
- When nameIdentifier array is provided, its fields are required
- Unknown fields are rejected (strict validation)
put/entities/{entityDID}/flow/customers/{customerDID}
Path parameters
entityDIDstring did required
Decentralized Identifier (DID)
Example:did:web:vasps.id:jxnl0411:at
The DID of the entity
customerDIDstring required
Customer identifier to update (mailto:, tel:, or supported DID method)
Request body
Response
Customer updated successfully