Retrieve List of All Fact Values Against Entities
post
/dmaccount-service/dmaccountgetfacts
This endpoint is used to retrieve the list of all the fact values against entities.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acctId: string
Account ID for which details to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Request Body that contains data required for fetching facts values against entities.
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
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the list of fact values.
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
201 Response
Returns message of success or failure.
Headers
-
Location: string
List of fact values.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.