deleteIrs
Perform various delete operations on Internal Revenue Service (IRS) records.
Operations
Authorizations
Body
AccountNumberstringOptional
IrsLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteIrsPOST /nexum/627/2022.01/account/deleteIrs HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 177
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"IrsLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"nxAttributes": {}
}Authorizations
Body
AccountNumberstringOptional
IrsLocatorintegerOptional
IrsDistributionLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteIrsDistributionPOST /nexum/627/2022.01/account/deleteIrsDistribution HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"IrsLocator": 1,
"IrsDistributionLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"nxAttributes": {}
}Last updated
Was this helpful?