LookupTypeName
Perform various operations for Symitar parameters.
Operations
Retrieve lookup type name
Successful operation.
POST /nexum/627/2022.01/parameter/getLookupTypeName HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 153
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LookupTypeNameLookupType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeName": {
"LookupType": 1,
"LookupTypeValue": "text"
}
}Retrieve lookup type name select fields
Successful operation.
POST /nexum/627/2022.01/parameter/getLookupTypeNameSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 278
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LookupTypeNameLookupType": 1,
"SelectableFields": {
"IncludeAllLookupTypeNameFields": true,
"LookupTypeNameFields": {
"LookupType": true,
"LookupTypeValue": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeName": {
"LookupType": 1,
"LookupTypeValue": "text"
}
}Retrieve paged list of lookup type names
Successful operation.
POST /nexum/627/2022.01/parameter/getLookupTypeNamePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeName": [
{
"LookupType": 1,
"LookupTypeValue": "text"
}
],
"Token": "text"
}Retrieve lookup type name list select fields
Successful operation.
POST /nexum/627/2022.01/parameter/getLookupTypeNameListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 249
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLookupTypeNameFields": true,
"LookupTypeNameFields": {
"LookupType": true,
"LookupTypeValue": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeNameList": {
"hasReachedMaximumListSize": true,
"LookupTypeName": [
{
"LookupType": 1,
"LookupTypeValue": "text"
}
]
}
}Retrieve a list of select fields for searching by lookup type names.
Successful operation.
POST /nexum/627/2022.01/parameter/searchLookupTypeNameSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 281
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLookupTypeNameFields": true,
"LookupTypeNameFields": {
"LookupType": true,
"LookupTypeValue": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeNameList": {
"hasReachedMaximumListSize": true,
"LookupTypeName": [
{
"LookupType": 1,
"LookupTypeValue": "text"
}
]
}
}Retrieve paged list select fields of lookup type names
Successful operation.
POST /nexum/627/2022.01/parameter/getLookupTypeNamePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 343
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLookupTypeNameFields": true,
"LookupTypeNameFields": {
"LookupType": true,
"LookupTypeValue": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeName": [
{
"LookupType": 1,
"LookupTypeValue": "text"
}
],
"Token": "text"
}Retrieve a list of paged select fields for searching by lookup type names.
Successful operation.
POST /nexum/627/2022.01/parameter/searchLookupTypeNamePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 358
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLookupTypeNameFields": true,
"LookupTypeNameFields": {
"LookupType": true,
"LookupTypeValue": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LookupTypeName": [
{
"LookupType": 1,
"LookupTypeValue": "text"
}
],
"Token": "text"
}Successful operation.
POST /nexum/627/2022.01/parameter/updateLookupTypeNameByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 212
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LookupTypeNameLookupType": 1,
"LookupTypeNameUpdatableFields": {
"LookupTypeValue": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?