Skip to main content
GET
/
loans
/
{id}
/
export-mismo
Export Loan MISMO
curl --request GET \
  --url https://los.universal.rollout.com/api/loans/{id}/export-mismo
"<string>"
GET /loans/{id}/export-mismo Base URL: https://los.universal.rollout.com/api Exports a single loan as a MISMO 3.4 XML document when the connected LOS supports native MISMO export. Encompass credentials support this endpoint through the Encompass transformer API.

Parameters

NameInTypeRequired
idpathstringYes
formatqueryULADDU | ULADLPA | ILADYes

Responses

StatusDescription
200MISMO 3.4 XML document
400Bad Request
404Not Found

OpenAPI Source

/openapi/los.json GET /loans/{id}/export-mismo

Path Parameters

id
string
required

Query Parameters

format
enum<string>
required
Available options:
ULADDU,
ULADLPA,
ILAD

Response

MISMO 3.4 XML document

The response is of type string.