Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of loan process events.
Collection of Nano.LoanProcessEventName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
id |
Gets or sets the loan process event identifier. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "category": "sample String 1", "code": "sample String 2", "description": "sample String 3", "id": "sample String 4" }, { "category": "sample String 1", "code": "sample String 2", "description": "sample String 3", "id": "sample String 4" } ]
text/html
Sample:
[{"category":"sample String 1","code":"sample String 2","description":"sample String 3","id":"sample String 4"},{"category":"sample String 1","code":"sample String 2","description":"sample String 3","id":"sample String 4"}]
application/xml, text/xml
Sample:
<ArrayOfLoanProcessEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LoanProcessEvent> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <LoanProcessEventId>sample String 4</LoanProcessEventId> </LoanProcessEvent> <LoanProcessEvent> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <LoanProcessEventId>sample String 4</LoanProcessEventId> </LoanProcessEvent> </ArrayOfLoanProcessEvent>
application/vnd.api+json
Sample:
Sample not available.