v1
latestOpenAPI 3.0.02026-08-062903562.2 MBOrganization Consumer Mappings
Set a mapping as the primary for its consumer charity ID
Switch the primary mapping for a consumer charity ID
post/consumer-charity-mappings/{id}/set-primary
Path parameters
idinteger required
Mapping ID to set as primary
Response
Primary mapping switched 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"
}