updateLookup

PUT
Use dark colors for code blocksCopy
1
/{orgId}/{itemId}/lookups/{lookupType}

Create or update a lookup table

Create or update a lookup table. The adminBasic or adminAdvanced privilege is required.

Lookup Parameters:

ParameterDescriptionData Type
lookupNameRequired. Name of the lookup to be created or updated.String
valuesRequired. Assign value to the different lookup names.Integer

Query parameters

NameTypeRequired

token

string

Body parameters

Supported content types: application/json

NameTypeRequiredDescription

The lookup table to be created or updated

lookups

» lookupName

string

» value

integer(int32)

body

The lookup table to be created or updated

Path parameters

NameTypeRequired

lookupType

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
5
6
# You can also use wget
curl -X PUT /{orgId}/{itemId}/lookups/{lookupType} \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}' \
  --data '{"lookups":[{"lookupName":"string","value":0}]}'

Response

StatusMeaningDescriptionSchema

200

OK

success

Success

500

Internal Server Error

error

WorkflowJsonExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.