createIrs

Perform various create operations on Internal Revenue Service (IRS) records.

Symitar eDocs References: Coming soon.

Operations

createIrs

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/createIrs
POST /nexum/627/2022.01/account/createIrs HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 682

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "IrsCreatableFields": {
    "ContrLastYear": [
      {
        "EntryId": 1,
        "ContrLastYear": 1
      }
    ],
    "ContrThisYear": [
      {
        "EntryId": 1,
        "ContrThisYear": 1
      }
    ],
    "ContributionYear": 1,
    "DistrLastYear": [
      {
        "EntryId": 1,
        "DistrLastYear": 1
      }
    ],
    "DistrThisYear": [
      {
        "EntryId": 1,
        "DistrThisYear": 1
      }
    ],
    "FairMarketValueDeath": 1,
    "FairMarketValueLastYear": 1,
    "IraRmd": 1,
    "IrsCode": 1,
    "IrsHolderBirthDate": "2025-11-07",
    "IrsHolderSpouseBirthDate": "2025-11-07",
    "IrsPlan": 1,
    "LastDistribType": 1,
    "MaxContribution": 1,
    "MsaHolderCode": 1,
    "OpenDate": "2025-11-07",
    "RmdTableOption": 1,
    "Ssn": "text"
  },
  "AccountNumber": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IrsLocator": 1
}

createIrsDistribution

post
Authorizations
Body
AccountNumberstringOptional
IrsLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/createIrsDistribution
POST /nexum/627/2022.01/account/createIrsDistribution HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 711

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "IrsDistributionCreatableFields": {
    "Amount": 1,
    "DestinationAccount": "text",
    "DestinationId": "text",
    "DistributionCode": 1,
    "DistributionDay1": 1,
    "DistributionDay2": 1,
    "DistributionFreq": 1,
    "DistributionMethod": 1,
    "EffectiveDate": "2025-11-07",
    "ExpirationDate": "2025-11-07",
    "FedWholdAmount": 1,
    "FedWholdCode": 1,
    "FedWholdPercent": 1,
    "LastDistributnAmt": 1,
    "LastDistributnDate": "2025-11-07",
    "NextDistributnDate": "2025-11-07",
    "RegE": 1,
    "SourceId": [
      {
        "EntryId": 1,
        "SourceId": "text"
      }
    ],
    "StateWholdAmount": 1,
    "StateWholdCode": 1,
    "StateWholdPercent": 1,
    "Type": 1
  },
  "AccountNumber": "text",
  "IrsLocator": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IrsDistributionLocator": 1
}

Last updated

Was this helpful?