# Mapping Management Manage phone number-to-messaging app mappings across enterprises ## Add phone-to-app mapping - [POST /mapping/add/{enterpriseId}](https://context-docs.sabrhub.com/specs/contextsms-teams.external/mapping-management/addmapping.md): Create a number→messaging-app mapping for the specified enterprise. Returns the mapping id and mapping details. ## List enterprise mappings by ID - [GET /numbertomessageappmapping/enterprise/{enterpriseId}](https://context-docs.sabrhub.com/specs/contextsms-teams.external/mapping-management/getenterprisemappings.md): Return mappings for the specified enterprise (phoneNumber, messagingAppType, messagingAppId, name). ## Update mapping details by ID - [PUT /mapping/{numberToMessageAppMapId}](https://context-docs.sabrhub.com/specs/contextsms-teams.external/mapping-management/updatemapping.md): Update mapping details (messagingAppId, phoneNumber, name, mmsEnabled, mappingFeatures, notifyUser, emailNotifyMap) for the specified mapping ID and return the updated mapping. ## Delete mapping by its ID - [DELETE /mapping/{numberToMessageAppMapId}](https://context-docs.sabrhub.com/specs/contextsms-teams.external/mapping-management/deletemappingbyid.md): Delete the mapping identified by numberToMessageAppMapId. Returns 200 on success or 404 if the mapping is not found. ## Retrieve mapping by app ID - [POST /mapping/messagingAppId](https://context-docs.sabrhub.com/specs/contextsms-teams.external/mapping-management/readmappingbymessagingappid.md): Lookup and return mapping details using messagingAppId (phone, app type, mapping id, name).