The UPDATE method allows a company to request an update of all the taxpayer's information immediately. This call will get the latest data, for the given taxpayer, from the IRS. This can be used
in the case of final loan closing or annual loan audits, to get the latest transcripts without needing to involve the taxpayer.
/Update Request
application/json
Post the following JSON object in the body.
Attributes
-
companyId*
The company Id of the company this call is on behalf of. If the call is not on behalf of another company, then the registered company Id
TaxStatus assigned during the registration process used in the euid field in the header.
-
tin*
9-digit tax id (no spaces or hypens) of the individual or business taxpayer
-
isCompany*
Zero (0) if tin is an SSN or one (1) if tin is an EIN
Example call request body for the Update method.
{
"companyId": "enco45100",
"tin": "222222222",
"isCompany": 0
}