Retrieve Fact Details by Account ID
get
/obedm-common-services/factDetails/{accountId}
This endpoint is used to retrieve fact details by Account ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
accountId(required): string
The ID of the account that needs to be fetched.
Query Parameters
-
category(required): string
The category of the account that needs to be fetched.
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the fact Details based on given Account ID.
Root Schema : DmEntityFactValuesCollection
Type:
object
Collection of list of Fees and Charges Facts.
Show Source
-
dmEntityFactValuesList:
array dmEntityFactValuesList
List of Fees and Charges Facts
Nested Schema : dmEntityFactValuesList
Type:
array
List of Fees and Charges Facts
Show Source
-
Array of:
object DmEntityFactValues
DmEntityFactValues Model
Nested Schema : DmEntityFactValues
Type:
object
DmEntityFactValues Model
Show Source
-
entityName:
string
Entity Name
-
factName:
string
Fact Name
-
fieldName:
string
Column Name
-
fieldValue:
object fieldValue
Column Value
Nested Schema : fieldValue
Type:
object
Column Value
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error