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.
Path parameters
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"
}Changes
Changed in 1 of the 10 revisions of this API.2
- ▲
the response property
allOf[AbstractResponseWithAuditFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲