Create mapping
API Reference
Create mapping
Create a saved CSV column mapping for batch imports β via the gu1 batch import API for high-volume data loading, with examples for create mapping use cases.
POST
Create mapping
Endpoint
Overview
Creates a new mapping. Response{ mapping: { ... } } with status 201 on success.
Authentication
Request Body
| Field | Required | Description |
|---|---|---|
name | Yes | Display name |
target | Yes | transaction | entity_person | entity_company | entity_mixed | user_event |
columnMapping | Yes | Object: CSV column β Gu1 path or v2 spec |
defaultFields | No | e.g. default countryCode for entity targets |
headersSnapshot | No | Reference header list |