GlTable
Perform various operations for Symitar parameters.
Operations
Retrieve GL table data.
Authorizations
Body
GlTableGlTableTypeintegerRequired
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getGlTable HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"GlTableGlTableType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"GlTable": {
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
}
Retrieve select fields for GL table data.
Authorizations
Body
GlTableGlTableTypeintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getGlTableSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 330
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"GlTableGlTableType": 1,
"SelectableFields": {
"IncludeAllGlTableFields": true,
"GlTableFields": {
"Amount": [
1
],
"Description": true,
"GlAccount": [
1
],
"GlTableType": true,
"Negative": [
1
],
"Percent": [
1
],
"UsageCode": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"GlTable": {
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
}
Retrieve paged GL table data.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getGlTablePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
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.
{
"GlTable": [
{
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
],
"Token": "text"
}
Retrieve select fields for a list of GL table data.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getGlTableListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 307
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllGlTableFields": true,
"GlTableFields": {
"Amount": [
1
],
"Description": true,
"GlAccount": [
1
],
"GlTableType": true,
"Negative": [
1
],
"Percent": [
1
],
"UsageCode": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"GlTableList": {
"hasReachedMaximumListSize": true,
"GlTable": [
{
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
]
}
}
Field for selecting various options related to searchgltableselectfields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchGlTableSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 339
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllGlTableFields": true,
"GlTableFields": {
"Amount": [
1
],
"Description": true,
"GlAccount": [
1
],
"GlTableType": true,
"Negative": [
1
],
"Percent": [
1
],
"UsageCode": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"GlTableList": {
"hasReachedMaximumListSize": true,
"GlTable": [
{
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
]
}
}
Retrieve select fields for paged GL table data.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getGlTablePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 401
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllGlTableFields": true,
"GlTableFields": {
"Amount": [
1
],
"Description": true,
"GlAccount": [
1
],
"GlTableType": true,
"Negative": [
1
],
"Percent": [
1
],
"UsageCode": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"GlTable": [
{
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
],
"Token": "text"
}
Field for selecting various options related to searchgltablepagedselectfields
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchGlTablePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 416
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllGlTableFields": true,
"GlTableFields": {
"Amount": [
1
],
"Description": true,
"GlAccount": [
1
],
"GlTableType": true,
"Negative": [
1
],
"Percent": [
1
],
"UsageCode": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"GlTable": [
{
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1,
"GlTableType": 1
}
],
"Token": "text"
}
Authorizations
Body
GlTableGlTableTypeintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateGlTableByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 370
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"GlTableGlTableType": 1,
"GlTableUpdatableFields": {
"Amount": [
{
"EntryId": 1,
"Amount": 1
}
],
"Description": "text",
"GlAccount": [
{
"EntryId": 1,
"GlAccount": "text"
}
],
"Negative": [
{
"EntryId": 1,
"Negative": 1
}
],
"Percent": [
{
"EntryId": 1,
"Percent": 1
}
],
"UsageCode": 1
},
"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?