CorpTransferService
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieves corporate transfer.
POST /nexum/627/2022.01/corptransfer/getCorpTransfer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 201
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"CorpTransferGlobalSequenceDate": "2025-05-21",
"CorpTransferGlobalSequence": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"CorpTransfer": {
"Amount": 1,
"CompletedByUser": 1,
"CompletedDate": "2025-05-21",
"CompletedReason": "text",
"CompletedTime": 1,
"EffectiveDate": "2025-05-21",
"EnteredByCorporateUser": 1,
"EnteredByMemberUser": 1,
"EnteredDate": "2025-05-21",
"EnteredTime": 1,
"EnteredValidationMethod": "text",
"FromAccount": "text",
"FromGlAccount": "text",
"FromId": "text",
"FromIdType": 1,
"GlobalSequence": 1,
"GlobalSequenceDate": "2025-05-21",
"InterestAmount": 1,
"Memo": [
{
"EntryId": 1,
"Memo": "text"
}
],
"NoticeDate": "2025-05-21",
"NotificationDate": "2025-05-21",
"NotificationMethod": 1,
"NotificationStatus": 1,
"NotificationTime": 1,
"NotificationUser": "text",
"OriginatorStatementDesc": "text",
"OriginatorTransactionSeq": 1,
"PostDate": "2025-05-21",
"PrincipalAmount": 1,
"ReceiverStatementDesc": "text",
"ReceiverTransactionSeq": 1,
"Status": 1,
"ToAccount": "text",
"ToGlAccount": "text",
"ToId": "text",
"ToIdType": 1,
"Type": 1
}
}
Retrieves corporate transfer with selected fields.
POST /nexum/627/2022.01/corptransfer/getCorpTransferSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 1076
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"CorpTransferGlobalSequenceDate": "2025-05-21",
"CorpTransferGlobalSequence": 1,
"SelectableFields": {
"IncludeAllCorpTransferFields": true,
"CorpTransferFields": {
"Amount": true,
"CompletedByUser": true,
"CompletedDate": true,
"CompletedReason": true,
"CompletedTime": true,
"EffectiveDate": true,
"EnteredByCorporateUser": true,
"EnteredByMemberUser": true,
"EnteredDate": true,
"EnteredTime": true,
"EnteredValidationMethod": true,
"FromAccount": true,
"FromGlAccount": true,
"FromId": true,
"FromIdType": true,
"GlobalSequence": true,
"GlobalSequenceDate": true,
"InterestAmount": true,
"Memo": [
1
],
"NoticeDate": true,
"NotificationDate": true,
"NotificationMethod": true,
"NotificationStatus": true,
"NotificationTime": true,
"NotificationUser": true,
"OriginatorStatementDesc": true,
"OriginatorTransactionSeq": true,
"PostDate": true,
"PrincipalAmount": true,
"ReceiverStatementDesc": true,
"ReceiverTransactionSeq": true,
"Status": true,
"ToAccount": true,
"ToGlAccount": true,
"ToId": true,
"ToIdType": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"CorpTransfer": {
"Amount": 1,
"CompletedByUser": 1,
"CompletedDate": "2025-05-21",
"CompletedReason": "text",
"CompletedTime": 1,
"EffectiveDate": "2025-05-21",
"EnteredByCorporateUser": 1,
"EnteredByMemberUser": 1,
"EnteredDate": "2025-05-21",
"EnteredTime": 1,
"EnteredValidationMethod": "text",
"FromAccount": "text",
"FromGlAccount": "text",
"FromId": "text",
"FromIdType": 1,
"GlobalSequence": 1,
"GlobalSequenceDate": "2025-05-21",
"InterestAmount": 1,
"Memo": [
{
"EntryId": 1,
"Memo": "text"
}
],
"NoticeDate": "2025-05-21",
"NotificationDate": "2025-05-21",
"NotificationMethod": 1,
"NotificationStatus": 1,
"NotificationTime": 1,
"NotificationUser": "text",
"OriginatorStatementDesc": "text",
"OriginatorTransactionSeq": 1,
"PostDate": "2025-05-21",
"PrincipalAmount": 1,
"ReceiverStatementDesc": "text",
"ReceiverTransactionSeq": 1,
"Status": 1,
"ToAccount": "text",
"ToGlAccount": "text",
"ToId": "text",
"ToIdType": 1,
"Type": 1
}
}