Added an API to update existing contact #52
Collaborator
- Updates all contact information.
- Deletes phone numbers not present in the DTO.
- Adds phone numbers that are in the DTO but not in the database.
- Deletes email addresses not present in the DTO.
- Adds email addresses that are in the DTO but not in the database.
- Deletes tag mappings for tags not present in the DTO.
- Adds new tags if their ID is null or not found in the database.
- Deletes bucket mappings for bucket IDs not present in the DTO.
1. Updates all contact information.
2. Deletes phone numbers not present in the DTO.
3. Adds phone numbers that are in the DTO but not in the database.
4. Deletes email addresses not present in the DTO.
5. Adds email addresses that are in the DTO but not in the database.
6. Deletes tag mappings for tags not present in the DTO.
7. Adds new tags if their ID is null or not found in the database.
8. Deletes bucket mappings for bucket IDs not present in the DTO.
ashutosh.nehete
added 1 commit 2025-05-15 13:15:26 +00:00
Merge pull request 'Added an API to update existing contact' (#52) from Ashutosh_Task#228_Update_Contact into Feature_Directory
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Task#228_Update_Contact"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?