# Create mapping for enterprise and return created mapping Create a mapping record associated with enterpriseId. Returns the newly created mapping. Endpoint: POST /mapping/add/{enterpriseId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `enterpriseId` (string, required) Enterprise identifier Example: "E0000090" ## Request fields (application/json): - `name` (string, required) Name of the mapping Example: "test mapping" - `number` (string, required) Phone number to map Example: "+12223334444" - `type` (string, required) Type of mapping Example: "sms" ## Response 200 fields (application/json): - `mappingId` (string) Example: "M0000001" - `name` (string) Example: "test mapping" - `number` (string) Example: "+12223334444" - `type` (string) Example: "sms" ## Response 400 fields (application/json): - `error` (string) Example: "Invalid credentials" ## Response 404 fields (application/json): - `error` (string) Example: "Invalid credentials"