v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
LookupTableRevisionData

Upsert LookupTableRevisionData entry

Create/update a Lookup Table Revision Data item by lookup key.

NOTES:

  • To obtain the lookup key for a Revision's data items, use the Get LookupTableRevisionData endpoint in this section and use the additional=lookupKey query parameter.
  • If the Revision's Data schema uses multiple key fields, enter these as a comma-separated list for the lookupKey path parameter: .../key1,key2,key3 and so on. Importantly, multiple keys must be entered in the same order as they are configured in the Revision's Data schema.
put/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data/{lookupKey}

Path parameters

orgIdstring required

UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.

lookupTableIdstring required

UUID of the Lookup Table.

lookupTableRevisionIdstring required

UUID of the Lookup Table Revision.

lookupKeystring required

The specific lookup key for the Data item to upsert.

Query parameters

additionalstring[]

Comma separated list of additional fields. For example, you can use additional=lookupKey to get the lookup key returned for the Data item.

Request body

itemobject required

The item you want to upsert

versioninteger

The version of the LookupTableRevisionData.

Response

Returns the upserted Lookup Table Revision Data item

itemsobject[] required

The Lookup Table Revision Data.

dtCreatedstring date-time

The DateTime when the Lookup Table Revision Data was created.

dtLastModifiedstring date-time

The DateTime when the Lookup Table Revision Data was last modified.

createdBystring

The id of the user who created the Lookup Table Revision Data.

lastModifiedBystring

The id of the user who last modified the Lookup Table Revision Data.

versioninteger

The version of the Lookup Table Revision Data.