Update CustomFields
Update Custom Fields added at Organization level to entities that support them.
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.
Path Parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
Body
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.
Updates to Organization CustomFields.
Updates to Account entity CustomFields.
Updates to AccountPlan entity CustomFields.
Updates to Meter entity CustomFields.
Updates to Product entity CustomFields.
Updates to planTemplate entity CustomFields.
Updates to Plan entity CustomFields.
Updates to simple Aggregation entity CustomFields.
Updates to Compound Aggregation entity CustomFields.
Updates to Contract entity CustomFields.
Response
Return the updated CustomFields
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.
CustomFields added to the Organization.
CustomFields added to Account entities.
CustomFields added to accountPlan entities.
CustomFields added to Meter entities.
CustomFields added to Product entities.
CustomFields added to planTemplate entities.
CustomFields added to Plan entities.
CustomFields added to simple Aggregation entities.
CustomFields added to Compound Aggregation entities.
CustomFields added to Contract entities.
The DateTime when the Organization was created (in ISO-8601 format).
The DateTime when a custom field was last modified - created, modified, or deleted - for the Organization (in ISO-8601 format).
The id of the user who created this custom field.
The id of the user who last modified this custom field.