post
https://api.elliemae.com/encompass/v1/loans//fieldReader
Retrieve values for specific fields in a loan.
Format of date and date-time values
As part of the Field Reader API response, all the values are returned as string values. However, the formatting is different for various fields:
- Date fields are returned in the format of "MM/DD/YYYY". For example, "08/29/2019"
- Date-time fields that have the timezone indicator stored are returned in the ISO format, in UTC timezone. For example, "2019-08-27 16:57:04Z"
- Date-time fields that do not have the timezone indicator stored will be returned as a string. For example, "08/29/2019 11:20:28 AM"
201Created
204No Content
400Bad Request
401Unauthorized
403Forbidden
404Not Found
500Internal Server Error
