External Mapping
Create an External Mapping
Creates a new External Mapping.
This endpoint enables you to create a new External Mapping for the specified Organization. You need to supply a request body with the details of the new External Mapping.
post/organizations/{orgId}/externalmappings
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
Request body
Response
Returns the created External Mapping
Example response
{
"m3terEntity": "Account",
"m3terId": "00000000-0000-0000-0000-000000000000",
"externalSystem": "Stripe",
"externalTable": "Customer",
"externalId": "cus_00000000000000",
"integrationConfigId": "00000000-0000-0000-0000-000000000000"
}