post https://api.banking.netevia.dev/netevia/profile/personal
The POST /netevia/profile/personal API method allows the creation of a primary personal profile within the banking application. This endpoint accepts a request containing personal details such as the user’s name, address, date of birth, and contact information. On successful execution, it generates a new profile, providing a confirmation with a unique profile ID.
Functionality:
- Profile Creation: Creates a personal profile with provided details.
- Secure Information Handling: Ensures the secure establishment and storage of personal information.
- Unique ID Generation: Returns a unique profile ID upon successful profile creation.
Key Features:
- User Information: Accepts details such as name, address, date of birth, phone number, and email.
- Profile Creation Confirmation: Generates and returns a unique profile ID for future reference.
- Security: Handles sensitive data securely, following banking application security standards.
Summary:
The POST /netevia/profile/personal API endpoint is used to create a new personal profile by submitting personal details securely. Once the profile is successfully created, a unique profile ID is returned, ensuring that the user’s personal information is properly stored and managed within the banking system.