Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appCancelationId |
The app cancelation identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The app cancelation, if it exists.
Nano.AppCancelationName | Description | Type | Additional information |
---|---|---|---|
creditHistorySource |
Gets or sets credit history source. |
string |
None. |
date |
Gets or sets the date. |
date |
None. |
isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
otherCancelationDescription |
Gets or sets other cancelation description. |
string |
None. |
id |
Gets or sets the app cancelation id. |
integer |
None. |
app |
Gets or sets the app id. |
integer |
None. |
cancelationType |
Gets or sets the cancelation type id. |
integer |
None. |
user |
Gets or sets the user id. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "creditHistorySource": "sample String 1", "date": "2025-04-25T18:29:22.5429221Z", "isActive": true, "otherCancelationDescription": "sample String 4", "id": "5", "app": "6", "cancelationType": "7", "user": "8" }
text/html
Sample:
{"creditHistorySource":"sample String 1","date":"2025-04-25T18:29:22.5429221Z","isActive":true,"otherCancelationDescription":"sample String 4","id":"5","app":"6","cancelationType":"7","user":"8"}
application/xml, text/xml
Sample:
<AppCancelation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CreditHistorySource>sample String 1</CreditHistorySource> <Date>2025-04-25T18:29:22.5429221Z</Date> <IsActive>true</IsActive> <OtherCancelationDescription>sample String 4</OtherCancelationDescription> <AppCancelationId>5</AppCancelationId> <AppId>6</AppId> <CancelationTypeId>7</CancelationTypeId> <UserId>8</UserId> </AppCancelation>
application/vnd.api+json
Sample:
Sample not available.