Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Get the getGlxLate data.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getGlxLate HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 162 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "GlxLateGlCode": 1, "GlxLateTypeList": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "GlxLate": { "GlCode": 1, "GlNumber": "text", "GlSuffix": "text", "TypeList": 1 } }
Get the getGlxLateSelectFields data.
POST /nexum/627/2022.01/parameter/getGlxLateSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Get the getGlxLatePagedList data.
POST /nexum/627/2022.01/parameter/getGlxLatePagedList 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" } } }
{ "GlxLate": [ { "GlCode": 1, "GlNumber": "text", "GlSuffix": "text", "TypeList": 1 } ], "Token": "text" }
Get the getGlxLateListSelectFields data.
POST /nexum/627/2022.01/parameter/getGlxLateListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "GlxLateList": { "hasReachedMaximumListSize": true, "GlxLate": [ { "GlCode": 1, "GlNumber": "text", "GlSuffix": "text", "TypeList": 1 } ] } }
Field for selecting various options related to searchglxlateselectfields
POST /nexum/627/2022.01/parameter/searchGlxLateSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Get the getGlxLatePagedListSelectFields data.
POST /nexum/627/2022.01/parameter/getGlxLatePagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Field for selecting various options related to searchglxlatepagedselectfields
POST /nexum/627/2022.01/parameter/searchGlxLatePagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/updateGlxLateByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }