createIrs
Perform various create operations on Internal Revenue Service (IRS) records.
Operations
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/createIrsPOST /nexum/627/persistent/account/createIrs HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 743
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"IrsFields": {
"ActualMaxContribution": 1,
"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,
"Locator": 1,
"MaxContribution": 1,
"MsaHolderCode": 1,
"OpenDate": "2025-11-07",
"RecordChangeDate": "2025-11-07",
"RmdTableOption": 1,
"Ssn": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"IrsLocator": 1
}Authorizations
Body
AccountNumberstringOptional
IrsLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/createIrsDistributionPOST /nexum/627/persistent/account/createIrsDistribution HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 746
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"IrsLocator": 1,
"IrsDistributionFields": {
"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",
"Locator": 1,
"NextDistributnDate": "2025-11-07",
"RecordChangeDate": "2025-11-07",
"RegE": 1,
"SourceId": [
{
"EntryId": 1,
"SourceId": "text"
}
],
"StateWholdAmount": 1,
"StateWholdCode": 1,
"StateWholdPercent": 1,
"Type": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"IrsDistributionLocator": 1
}Last updated
Was this helpful?