Updates an External Mapping with the given UUID.
This endpoint enables you to update an existing External Mapping entity, identified by its UUID. You must supply a request body with the new details for the External Mapping.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The unique identifier (UUID) of the External Mapping to retrieve.
Request containing an External Mapping entity.
The name of the m3ter entity that you are creating or modifying an External Mapping for. As an example, this could be an "Account".
1"Account"
The unique identifier (UUID) of the m3ter entity.
1"00000000-0000-0000-0000-000000000000"
The name of the external system where the entity you are mapping resides.
1"Stripe"
The name of the table in ther external system where the entity resides.
1"Customer"
The unique identifier (UUID) of the entity in the external system. This UUID should already exist in the external system.
1"cus_00000000000000"
The version number of the entity:
UUID of the integration config to link this mapping to
"00000000-0000-0000-0000-000000000000"
Returns the updated External Mapping
Response containing an External Mapping entity.
The UUID of the entity.
The name of the m3ter entity that is part of the External Mapping. For example, this could be "Account".
1"Account"
The unique identifier (UUID) of the m3ter entity.
1"00000000-0000-0000-0000-000000000000"
The name of the external system where the entity you are mapping resides.
1"Stripe"
The name of the table in the external system where the entity resides.
1"Customer"
The unique identifier (UUID) of the entity in the external system.
1"cus_00000000000000"
The version number:
The DateTime when this item was created (in ISO-8601 format).
The DateTime when this item was last modified (in ISO-8601 format).
The ID of the user who created this item.
The ID of the user who last modified this item.
UUID of the configuration this mapping is for
"00000000-0000-0000-0000-000000000000"