createIrs
Perform various create operations on Internal Revenue Service (IRS) records.
Operations
Last updated
Was this helpful?
Perform various create operations on Internal Revenue Service (IRS) records.
Last updated
Was this helpful?
Was this helpful?
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-12-25",
"IrsHolderSpouseBirthDate": "2025-12-25",
"IrsPlan": 1,
"LastDistribType": 1,
"MaxContribution": 1,
"MsaHolderCode": 1,
"OpenDate": "2025-12-25",
"RmdTableOption": 1,
"Ssn": "text"
},
"AccountNumber": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"IrsLocator": 1
}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-12-25",
"ExpirationDate": "2025-12-25",
"FedWholdAmount": 1,
"FedWholdCode": 1,
"FedWholdPercent": 1,
"LastDistributnAmt": 1,
"LastDistributnDate": "2025-12-25",
"NextDistributnDate": "2025-12-25",
"RegE": 1,
"SourceId": [
{
"EntryId": 1,
"SourceId": "text"
}
],
"StateWholdAmount": 1,
"StateWholdCode": 1,
"StateWholdPercent": 1,
"Type": 1
},
"AccountNumber": "text",
"IrsLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"IrsDistributionLocator": 1
}