Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Retrieve information about corporate transfers.
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/getCorpTransfer HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 148 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "CorpTransferRuleSet": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "CorpTransfer": { "CutoffTime": 1, "DefinedCode": 1, "Description": "text", "FromExternalTransfersOption": 1, "FromInternalTransfersOption": 1, "LoanPaymentOption": 1, "MaximumMonthlyWithdrawals": 1, "ToExternalTransfersOption": 1, "ToInternalTransfersOption": 1, "RuleSet": 1 } }
Retrieve select fields for a specific corporate transfer.
POST /nexum/627/2022.01/parameter/getCorpTransferSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 493 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "CorpTransferRuleSet": 1, "SelectableFields": { "IncludeAllCorpTransferFields": true, "CorpTransferFields": { "CutoffTime": true, "DefinedCode": true, "Description": true, "FromExternalTransfersOption": true, "FromInternalTransfersOption": true, "LoanPaymentOption": true, "MaximumMonthlyWithdrawals": true, "RuleSet": true, "ToExternalTransfersOption": true, "ToInternalTransfersOption": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve corporate transfers in a paged list.
POST /nexum/627/2022.01/parameter/getCorpTransferPagedList 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" } } }
{ "CorpTransfer": [ { "CutoffTime": 1, "DefinedCode": 1, "Description": "text", "FromExternalTransfersOption": 1, "FromInternalTransfersOption": 1, "LoanPaymentOption": 1, "MaximumMonthlyWithdrawals": 1, "ToExternalTransfersOption": 1, "ToInternalTransfersOption": 1, "RuleSet": 1 } ], "Token": "text" }
Retrieve a list of select fields for corporate transfers.
POST /nexum/627/2022.01/parameter/getCorpTransferListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 469 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllCorpTransferFields": true, "CorpTransferFields": { "CutoffTime": true, "DefinedCode": true, "Description": true, "FromExternalTransfersOption": true, "FromInternalTransfersOption": true, "LoanPaymentOption": true, "MaximumMonthlyWithdrawals": true, "RuleSet": true, "ToExternalTransfersOption": true, "ToInternalTransfersOption": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "CorpTransferList": { "hasReachedMaximumListSize": true, "CorpTransfer": [ { "CutoffTime": 1, "DefinedCode": 1, "Description": "text", "FromExternalTransfersOption": 1, "FromInternalTransfersOption": 1, "LoanPaymentOption": 1, "MaximumMonthlyWithdrawals": 1, "ToExternalTransfersOption": 1, "ToInternalTransfersOption": 1, "RuleSet": 1 } ] } }
Field for selecting various options related to searchcorptransferselectfields
POST /nexum/627/2022.01/parameter/searchCorpTransferSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 501 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllCorpTransferFields": true, "CorpTransferFields": { "CutoffTime": true, "DefinedCode": true, "Description": true, "FromExternalTransfersOption": true, "FromInternalTransfersOption": true, "LoanPaymentOption": true, "MaximumMonthlyWithdrawals": true, "RuleSet": true, "ToExternalTransfersOption": true, "ToInternalTransfersOption": true } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve a paged list of select fields for corporate transfers.
POST /nexum/627/2022.01/parameter/getCorpTransferPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 563 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllCorpTransferFields": true, "CorpTransferFields": { "CutoffTime": true, "DefinedCode": true, "Description": true, "FromExternalTransfersOption": true, "FromInternalTransfersOption": true, "LoanPaymentOption": true, "MaximumMonthlyWithdrawals": true, "RuleSet": true, "ToExternalTransfersOption": true, "ToInternalTransfersOption": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Field for selecting various options related to searchcorptransferpagedselectfields
POST /nexum/627/2022.01/parameter/searchCorpTransferPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 578 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllCorpTransferFields": true, "CorpTransferFields": { "CutoffTime": true, "DefinedCode": true, "Description": true, "FromExternalTransfersOption": true, "FromInternalTransfersOption": true, "LoanPaymentOption": true, "MaximumMonthlyWithdrawals": true, "RuleSet": true, "ToExternalTransfersOption": true, "ToInternalTransfersOption": true } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }