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