CorpTransfer
Perform various operations for Symitar parameters.
Operations
Retrieve information about corporate transfers.
Successful operation.
POST /nexum/627/2022.01/parameter/getCorpTransfer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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.
Successful operation.
POST /nexum/627/2022.01/parameter/getCorpTransferSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}Successful operation.
{
"CorpTransfer": {
"CutoffTime": 1,
"DefinedCode": 1,
"Description": "text",
"FromExternalTransfersOption": 1,
"FromInternalTransfersOption": 1,
"LoanPaymentOption": 1,
"MaximumMonthlyWithdrawals": 1,
"ToExternalTransfersOption": 1,
"ToInternalTransfersOption": 1,
"RuleSet": 1
}
}Retrieve corporate transfers in a paged list.
Successful operation.
POST /nexum/627/2022.01/parameter/getCorpTransferPagedList 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"
}
}
}Successful operation.
{
"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.
Successful operation.
POST /nexum/627/2022.01/parameter/getCorpTransferListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}Successful operation.
{
"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
Successful operation.
POST /nexum/627/2022.01/parameter/searchCorpTransferSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}Successful operation.
{
"CorpTransferList": {
"hasReachedMaximumListSize": true,
"CorpTransfer": [
{
"CutoffTime": 1,
"DefinedCode": 1,
"Description": "text",
"FromExternalTransfersOption": 1,
"FromInternalTransfersOption": 1,
"LoanPaymentOption": 1,
"MaximumMonthlyWithdrawals": 1,
"ToExternalTransfersOption": 1,
"ToInternalTransfersOption": 1,
"RuleSet": 1
}
]
}
}Retrieve a paged list of select fields for corporate transfers.
Successful operation.
POST /nexum/627/2022.01/parameter/getCorpTransferPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}Successful operation.
{
"CorpTransfer": [
{
"CutoffTime": 1,
"DefinedCode": 1,
"Description": "text",
"FromExternalTransfersOption": 1,
"FromInternalTransfersOption": 1,
"LoanPaymentOption": 1,
"MaximumMonthlyWithdrawals": 1,
"ToExternalTransfersOption": 1,
"ToInternalTransfersOption": 1,
"RuleSet": 1
}
],
"Token": "text"
}Field for selecting various options related to searchcorptransferpagedselectfields
Successful operation.
POST /nexum/627/2022.01/parameter/searchCorpTransferPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}Successful operation.
{
"CorpTransfer": [
{
"CutoffTime": 1,
"DefinedCode": 1,
"Description": "text",
"FromExternalTransfersOption": 1,
"FromInternalTransfersOption": 1,
"LoanPaymentOption": 1,
"MaximumMonthlyWithdrawals": 1,
"ToExternalTransfersOption": 1,
"ToInternalTransfersOption": 1,
"RuleSet": 1
}
],
"Token": "text"
}Last updated
Was this helpful?