|
Case
Restore permits a user to request that an archived case be restored
to the active database.
To
run Case Restore post your data to:
https://hwvauwd491.hud.gov/b2b/chums/f17kocxml.cfm
Sample Input File
<?xml version='1.0' standalone='yes'?>
<MORTGAGEDATA MISMOVersionID='1.0.1'>
<PROCESSSTATUS>
<ProcessStatusRequestor>Assigned Identifier</ProcessStatusRequestor>
</PROCESSSTATUS>
<Application>
<AgencyCaseIdentifier>0612106308</AgencyCaseIdentifier>
</Application>
</MORTGAGEDATA>
Case
Restore
| Data
Item |
Valid
Entries |
Description |
<PROCESSSTATUS>
<ProcessStatusRequestor> |
36
Alphanumeric characters |
(Required
Entry) Name of company issuing request. |
<Application>
<AgencyCaseIdentifier> |
Ten
numeric characters; first two digits identify the state where
property is located, third digit identifies the Field Office
where case will be processed, following six digits indicate
the serial number, and the final digit is a check digit |
(Required
Entry) Number identifying/referencing the FHA case. |
Information
Returned:
Using
the above input fields, the Case Restore request will be processed
or rejected. The results of the request will be displayed in the <ProcessStatusCode>
field and will indicate either "Error" or "Success". When an error
occurs, a message pertaining to the error will be displayed in the
<ProcessStatusMessage> field.
Sample
Output File
<?xml version='1.0' standalone='yes'?>
<MORTGAGEDATA MISMOVersionID='1.0.1'>
<PROCESSSTATUS>
<ProcessStatusCode>Success</ProcessStatusCode>
<ProcessStatusMessage sCode = '1'>CASE BEING RESTORED</ProcessStatusMessage>
</PROCESSSTATUS>
</MORTGAGEDATA>
End
of Output Fields for Case Restore
| Data
Item |
Description |
<PROCESSSTATUS>
<ProcessStatusCode> |
Result
of the request. See below for values and meanings. |
<PROCESSSTATUS>
<ProcessStatusMessage sCode='1'> |
Message
detailing errors. Up to 80 alphanumeric characters. Up to 3
error messages may be returned (sCode). |
ProcessStatusCode
Values:
End
of ProcessStatusCode Values
| Unavailable |
System
is down |
| Success |
This
indicates that the Case Restore has been successful. |
| Error |
This
indicates that an error has occurred during the Case Restore
process and it has not been processed successfully. Either there
were missing data or the data were in error. Please see the
ProcessStatusMessage for details. |
Comments
or Questions? <SF
Administration>
|