Update the IntegrationTransformation for the UUID
Update the integration transformation for the id
Authorizations
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
Body
1"m3ter Bill to Netsuite Invoice"
1"Transforms a m3ter Bill into a Netsuite Invoice"
1"m3ter"
1"Netsuite"
1"Bill"
1"customrecord_invoice"
The version number of the entity:
- Create entity: Not valid for initial insertion of new entity - do not use for Create. On initial Create, version is set at 1 and listed in the response.
- Update Entity: On Update, version is required and must match the existing version because a check is performed to ensure sequential versioning is preserved. Version is incremented by 1 and listed in the response.
Response
Return the IntegrationTransformation
The UUID of the entity.
The version number:
- Create: On initial Create to insert a new entity, the version is set at 1 in the response.
- Update: On successful Update, the version is incremented by 1 in the response.
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.
"m3ter Bill to Netsuite Invoice"
"Transforms a m3ter Bill into a Netsuite Invoice"
"m3ter"
"Netsuite"
"Bill"
"customrecord_invoice"