Creates a new reconciliation rule
post
/service/v1/autoRecon
This endpoint is used to create a new reconciliation rule.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
-
branchCode(required): string
branchCode
-
userId(required): string
userId
Request Body that contains data required for creating a new autoRecon
Root Schema : ScfTmReconMasterWrapperDTO
Type:
Show Source
object
-
action:
string
Action
-
isAutoAuth:
string
Is Auto Authorization
-
modNo:
integer
Mod Number
-
partyId:
string
Party Id
-
partyName:
string
Party Name
-
ReconRuleMasterList:
array ReconRuleMasterList
Nested Schema : GenericDto-allOf[0]
Type:
object
Nested Schema : ReconRuleDefMasterDTO-allOf[1]
Type:
Show Source
object
-
allocationBasis:
string
Allocation Basis
-
AllocationList:
array AllocationList
-
baseEntity:
string
Base Entity
-
baseOnAttr:
string
Base on attribute
-
executeGeneric:
string
Execute Generic
-
genericCriteria:
string
Generic Criteria
-
GroupsAndConditions:
array GroupsAndConditions
-
id:
string
Id
-
priority:
number
Priority
-
reconCategory:
string
Recon Category
-
reconType:
string
Recon Type
-
ruleAction:
string
Rule action
-
ruleDescription:
string
Rule description
-
ruleId:
string
Rule Id
Nested Schema : AllocationDTO
Type:
Show Source
object
-
allocationParameter:
string
Allocation Parameter
-
id:
string
Id
-
percentage:
number
Percentage
Nested Schema : GroupsAndConditions
Type:
Show Source
object
-
caseSensitive:
boolean
Default Value:
false
Boolean value to identify whether this condition is case sensitive -
connectingOperator:
string
Logical Operator applied between all groups, this is the connecting operator
-
groupsAndConditions:
array groupsAndConditions
-
id:
string
Unique identifier for a group or condition
-
isGroup:
boolean
Boolean value to identify whether this child is a group or condition
-
level:
number
This helps to identify the nesting level.
-
matchingCriteria:
string
Matching Criteria
-
patternTypeLHS:
object PatternTypeDTO
-
patternTypeRHS:
object PatternTypeDTO
-
reconEntityAttribLHS:
string
Will be provided if Single entity is LHS entity or if single entity is N. Attribute which user wants to use for recon
-
reconEntityAttribRHS:
string
Will be provided if Single entity is RHS entity or if single entity is N. Attribute which user wants to use for recon
-
reconEntityLHS:
string
Should be null or not present if isGroup is true
-
reconEntityRHS:
string
Should be null or not present if isGroup is true
Nested Schema : PatternTypeDTO
Type:
Show Source
object
-
inputValue1:
string
Input Value1
-
inputValue2:
string
Input Value2
-
type:
string
Type
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully saves a new reconcilation record
Headers
-
Location: string
URL of newly created autoReconRuleDef
Nested Schema : data
Type:
object
Nested Schema : errors
Type:
object
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