Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Retrieve getStmtMailName 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/getStmtMailName HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 158 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "StmtMailNameStatementMailCode": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "StmtMailName": { "StatementMailCode": 1, "StatementMailCodeName": "text" } }
Retrieve getStmtMailNameSelectFields data.
POST /nexum/627/2022.01/parameter/getStmtMailNameSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 292 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "StmtMailNameStatementMailCode": 1, "SelectableFields": { "IncludeAllStmtMailNameFields": true, "StmtMailNameFields": { "StatementMailCode": true, "StatementMailCodeName": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve getStmtMailNamePagedList data.
POST /nexum/627/2022.01/parameter/getStmtMailNamePagedList 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" } } }
{ "StmtMailName": [ { "StatementMailCode": 1, "StatementMailCodeName": "text" } ], "Token": "text" }
Retrieve getStmtMailNameListSelectFields data.
POST /nexum/627/2022.01/parameter/getStmtMailNameListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 258 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllStmtMailNameFields": true, "StmtMailNameFields": { "StatementMailCode": true, "StatementMailCodeName": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "StmtMailNameList": { "hasReachedMaximumListSize": true, "StmtMailName": [ { "StatementMailCode": 1, "StatementMailCodeName": "text" } ] } }
Retrieve a list of select fields for statement mail names
POST /nexum/627/2022.01/parameter/searchStmtMailNameSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 290 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllStmtMailNameFields": true, "StmtMailNameFields": { "StatementMailCode": true, "StatementMailCodeName": true } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve getStmtMailNamePagedListSelectFields data.
POST /nexum/627/2022.01/parameter/getStmtMailNamePagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 352 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllStmtMailNameFields": true, "StmtMailNameFields": { "StatementMailCode": true, "StatementMailCodeName": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve a paged list of select fields for statement mail names
POST /nexum/627/2022.01/parameter/searchStmtMailNamePagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 367 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllStmtMailNameFields": true, "StmtMailNameFields": { "StatementMailCode": true, "StatementMailCodeName": true } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
Update statement mail names by ID
POST /nexum/627/2022.01/parameter/updateStmtMailNameByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 221 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "StmtMailNameStatementMailCode": 1, "StmtMailNameUpdatableFields": { "StatementMailCodeName": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }