v1
latestOpenAPI 3.0.02026-08-062903562.2 MBOrganization Consumer Mappings
Create a new organization consumer mapping
Store a new organization consumer mapping
post/consumer-charity-mappings
Request body
Response
Mapping created successfully
Example response
{
"id": 1,
"organization_id": 123,
"consumer_charity_id": 456789,
"ein": "123456789",
"is_primary": true,
"is_matched": true,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}