Request Information
URI Parameters
None.
Body Parameters
The app event.
Nano.AppEventName | Description | Type | Additional information |
---|---|---|---|
date |
Gets or sets the date. |
date |
None. |
id |
Gets or sets the application event identifier. |
integer |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
createdBy |
Gets or sets the created by identifier. |
integer |
None. |
loanProcessEvent |
Gets or sets the loan process event identifier. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "date": "2025-04-25T18:03:52.7382924Z", "id": "2", "app": "3", "createdBy": "1", "loanProcessEvent": "sample String 4" }
text/html
Sample:
{"date":"2025-04-25T18:03:52.7382924Z","id":"2","app":"3","createdBy":"1","loanProcessEvent":"sample String 4"}
application/xml, text/xml
Sample:
<AppEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Date>2025-04-25T18:03:52.7382924Z</Date> <AppEventId>2</AppEventId> <AppId>3</AppId> <CreatedById>1</CreatedById> <LoanProcessEventId>sample String 4</LoanProcessEventId> </AppEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/vnd.api+json
Sample:
Sample not available.
Response Information
Resource Description
The created app event.
Nano.AppEventName | Description | Type | Additional information |
---|---|---|---|
date |
Gets or sets the date. |
date |
None. |
id |
Gets or sets the application event identifier. |
integer |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
createdBy |
Gets or sets the created by identifier. |
integer |
None. |
loanProcessEvent |
Gets or sets the loan process event identifier. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "date": "2025-04-25T18:03:52.7382924Z", "id": "2", "app": "3", "createdBy": "1", "loanProcessEvent": "sample String 4" }
text/html
Sample:
{"date":"2025-04-25T18:03:52.7382924Z","id":"2","app":"3","createdBy":"1","loanProcessEvent":"sample String 4"}
application/xml, text/xml
Sample:
<AppEvent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Date>2025-04-25T18:03:52.7382924Z</Date> <AppEventId>2</AppEventId> <AppId>3</AppId> <CreatedById>1</CreatedById> <LoanProcessEventId>sample String 4</LoanProcessEventId> </AppEvent>
application/vnd.api+json
Sample:
Sample not available.