---
title: "Create a new organization consumer mapping"
method: POST
path: "/consumer-charity-mappings"
tags: ["Organization Consumer Mappings"]
---

# Create a new organization consumer mapping

`POST /consumer-charity-mappings`

Store a new organization consumer mapping

## Request body

- object
  - `consumer_charity_id` integer, required — Consumer charity ID
  - `ein` string, required — EIN (9 digits, with or without dash)
  - `organization_id` integer — Organization ID (optional for unmatched records)

## Response `201`

Mapping created successfully

- OrganizationConsumerMapping
  - `id` integer — Primary identifier of record
  - `organization_id` integer, nullable — Internal organization ID (null if unmatched)
  - `consumer_charity_id` integer — External consumer charity ID
  - `ein` string — EIN without dashes (9 digits)
  - `is_primary` boolean — Whether this is the primary organization for this consumer charity ID
  - `is_matched` boolean — Whether this mapping is matched to an organization (true if organization_id is not null)
  - `created_at` string, date-time — Date/time of record creation
  - `updated_at` string, date-time — Date/time of record last update

## Other responses

- `400` — Validation error
- `409` — Mapping already exists

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/d22bb925eeed/schema)
