Create - with parent context

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API arealookups.json
ActionYesThe action to performaction=create
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
JSON InputMandatoryDescriptionExamples
lookupsLookupValueYesLookup value"lookupsLookupValue":"New Dept"
lookupsLookupsPropertiesUuidYesLookup properties UUID"lookupsLookupsPropertiesUuid":"263CD0A8DCDF4BFAAB50A1560B17E010"
lookupsContextValueYesParent context"lookupsContextValue":"Departments"

Note: Parent context is used when the lookup you are adding a validation item to has a parent lookup. In this case each new lookup item has to be associated to a lookup item that already exists in the parent lookup.

Example request:

http://<SERVER>/jsonapi/lookups.json?action=create&user=user&password=user&input={"data":[{"lookupsLookupValue":"New Dept","lookupsLookupsPropertiesUuid":"263CD0A8DCDF4BFAAB50A1560B17E010","lookupsContextValue":"Departments"}]}&version=3.9

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "data processed successfully.",
"warningmessage": "",
"success": true,
"synapiversion": 3.9,
"data": [
{
"lookupsUuid": "3629761F72A19E448BD943F155DBE096",
"lookupsTimestampModified": 1648638222,
"lookupsRecordVersionNumber": 0
}
]
}