Implemented Get Contact List API by TenantId #48
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pramod_Task#282"
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?
Fetched TenantId from request header.
Retrieved all contacts based on TenantId.
Fetched related data: phone numbers, emails, and tag mappings using ContactIds.
Resolved tag details from ContactTagMasters.
Mapped data to respective ViewModels (ContactVM, ContactEmailVM, ContactPhoneVM, ContactTagVM).
Returned final list using ApiResponse