GlxLate
Perform various operations for Symitar parameters.
Operations
Get the getGlxLate data.
Authorizations
Body
GlxLateGlCodeintegerOptional
GlxLateTypeListintegerOptional
Responses
200
Successful operation.
application/json
post
/getGlxLatePOST /nexum/627/2022.01/parameter/getGlxLate HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 162
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"GlxLateGlCode": 1,
"GlxLateTypeList": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"GlxLate": {
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
}Get the getGlxLateSelectFields data.
Authorizations
Body
GlxLateGlCodeintegerOptional
GlxLateTypeListintegerOptional
Responses
200
Successful operation.
application/json
post
/getGlxLateSelectFieldsPOST /nexum/627/2022.01/parameter/getGlxLateSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 294
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"GlxLateGlCode": 1,
"GlxLateTypeList": 1,
"SelectableFields": {
"IncludeAllGlxLateFields": true,
"GlxLateFields": {
"GlCode": true,
"GlNumber": true,
"GlSuffix": true,
"TypeList": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"GlxLate": {
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
}Get the getGlxLatePagedList data.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getGlxLatePagedListPOST /nexum/627/2022.01/parameter/getGlxLatePagedList 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"
}
}
}200
Successful operation.
{
"GlxLate": [
{
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
],
"Token": "text"
}Get the getGlxLateListSelectFields data.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getGlxLateListSelectFieldsPOST /nexum/627/2022.01/parameter/getGlxLateListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 256
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllGlxLateFields": true,
"GlxLateFields": {
"GlCode": true,
"GlNumber": true,
"GlSuffix": true,
"TypeList": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"GlxLateList": {
"hasReachedMaximumListSize": true,
"GlxLate": [
{
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
]
}
}Field for selecting various options related to searchglxlateselectfields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchGlxLateSelectFieldsPOST /nexum/627/2022.01/parameter/searchGlxLateSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 288
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllGlxLateFields": true,
"GlxLateFields": {
"GlCode": true,
"GlNumber": true,
"GlSuffix": true,
"TypeList": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"GlxLateList": {
"hasReachedMaximumListSize": true,
"GlxLate": [
{
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
]
}
}Get the getGlxLatePagedListSelectFields data.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getGlxLatePagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getGlxLatePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 350
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllGlxLateFields": true,
"GlxLateFields": {
"GlCode": true,
"GlNumber": true,
"GlSuffix": true,
"TypeList": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"GlxLate": [
{
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
],
"Token": "text"
}Field for selecting various options related to searchglxlatepagedselectfields
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchGlxLatePagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchGlxLatePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 365
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllGlxLateFields": true,
"GlxLateFields": {
"GlCode": true,
"GlNumber": true,
"GlSuffix": true,
"TypeList": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"GlxLate": [
{
"GlCode": 1,
"GlNumber": "text",
"GlSuffix": "text",
"TypeList": 1
}
],
"Token": "text"
}Authorizations
Body
GlxLateGlCodeintegerOptional
GlxLateTypeListintegerOptional
Responses
200
Successful operation.
application/json
post
/updateGlxLateByIDPOST /nexum/627/2022.01/parameter/updateGlxLateByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 225
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"GlxLateGlCode": 1,
"GlxLateTypeList": 1,
"GlxLateUpdatableFields": {
"GlNumber": "text",
"GlSuffix": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?