Fetch the reconciliation categories
get
/service/v1/reconAttributes
This endpoint fetches the reconciliation categories based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
allocationApplicable: string
Allocation Applicable
-
language: string
Language
-
reconCategory(required): string
Recon Category
-
ruleType(required): string
Rule Type
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Nested Schema : GenericAttributesDto
Type:
Show Source
object
-
baseEntity:
string
Base Entity
-
criterias:
array criterias
Nested Schema : EntityAttributesDto
Type:
Show Source
object
-
attributes:
array attributes
-
entityName:
string
Entity Name
Nested Schema : AttributesDto
Type:
Show Source
object
-
allocationApplicable:
string
Allocation Applicable
-
attributeDesc:
string
Attribute Description
-
attributeName:
string
Attribute Name
-
attributeTableName:
string
Attribute Table Name
-
attributeType:
string
Attribute Type
-
businessAttribute:
string
Business Attribute
-
reconAttrMethod:
string
Recon Attribute Method
-
reconAttrName:
string
Recon Attribute Name
Nested Schema : CriteriaAttributesDto
Type:
Show Source
object
-
attributes:
array attributes
-
criteriaName:
string
Criteria Name
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error