CorpTransferService

Manage corporate transfer records.

Symitar eDocs References: Coming soon.

Operations

getCorpTransferSelectFields

post

Retrieves corporate transfer with selected fields.

Authorizations
Body
CorpTransferGlobalSequenceDatestring · dateOptional
CorpTransferGlobalSequenceintegerOptional
Responses
200

Successful operation.

application/json
post
/getCorpTransferSelectFields
POST /nexum/627/persistent/corptransfer/getCorpTransferSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 1076

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "CorpTransferGlobalSequenceDate": "2025-11-07",
  "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"
    }
  }
}
200

Successful operation.

{
  "CorpTransfer": {
    "Amount": 1,
    "CompletedByUser": 1,
    "CompletedDate": "2025-11-07",
    "CompletedReason": "text",
    "CompletedTime": 1,
    "EffectiveDate": "2025-11-07",
    "EnteredByCorporateUser": 1,
    "EnteredByMemberUser": 1,
    "EnteredDate": "2025-11-07",
    "EnteredTime": 1,
    "EnteredValidationMethod": "text",
    "FromAccount": "text",
    "FromGlAccount": "text",
    "FromId": "text",
    "FromIdType": 1,
    "GlobalSequence": 1,
    "GlobalSequenceDate": "2025-11-07",
    "InterestAmount": 1,
    "Memo": [
      {
        "EntryId": 1,
        "Memo": "text"
      }
    ],
    "NoticeDate": "2025-11-07",
    "NotificationDate": "2025-11-07",
    "NotificationMethod": 1,
    "NotificationStatus": 1,
    "NotificationTime": 1,
    "NotificationUser": "text",
    "OriginatorStatementDesc": "text",
    "OriginatorTransactionSeq": 1,
    "PostDate": "2025-11-07",
    "PrincipalAmount": 1,
    "ReceiverStatementDesc": "text",
    "ReceiverTransactionSeq": 1,
    "Status": 1,
    "ToAccount": "text",
    "ToGlAccount": "text",
    "ToId": "text",
    "ToIdType": 1,
    "Type": 1
  }
}

Last updated

Was this helpful?