Open jvidaurrazaga opened 6 years ago
You can view the loan Folder that the loan is located in, based on the response of the Get Loan Metadata API call. (GET https://api.elliemae.com/encompass/v1/loans/loanId/metadata)
Sounds good, but how is that done using your .Net binding...??? I did not understand that..
???
How do I call the current loan folder. I cant see how to get to the field.
See example.
//Initializing the API Client*// var loanApiClient = ApiClientProvider.GetApiClient(_accessToken);
//Set var to API Clients
var Loan = loanApiClient.GetLoan(IncomingGUID);
string strLoanFolder = Loan. ?????????