LookupTableRevision
Create LookupTableRevision
Create a new Revision for a Lookup Table.
Fields and Keys for Revision schema: Use the fields parameter to define a Revision schema containing up to 10 number or string fields. Use the keys parameter to specify which are the key fields:
- At least one field must be a non-key field and at least one a key field.
- Up to 5 key fields can be defined.
- Using multiple key fields: ensure that the order in which they are defined matches the order in which you want to use them in any Lookup functions that reference the Revision's Lookup Table, because this is the order in which they will be passed into the function. The order of non-key fields is not constrained in this way.
Revision status: when you first create a Lookup Table Revision it has DRAFT status. Use the Update LookupTableRevision Status call to change a Revision's status.
post/organizations/{orgId}/lookuptables/{lookupTableId}/revisions
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 the Revision will be created for.
Request body
Response
Returns the created Lookup Table Revision