Adds a new auto reconciliation rule definition
post
/web/v1/ruleDef
This endpoint is used to add a new auto reconciliation rule definition.
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 autoReconRuleDef
Root Schema : ScfTmReconRuleDefMasterDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
ScfTmReconRuleDefMasterDTO-allOf[1]
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : ScfTmReconRuleDefMasterDTO-allOf[1]
Type:
Show Source
object
-
baseEntity(optional):
string
Base Entity
-
baseOnAttr(optional):
string
Base on attribute
-
genericCriteria(optional):
string
Generic Criteria
-
reconCategory(optional):
string
Recon Category
-
reconType(optional):
string
Recon Type
-
ruleDescription(optional):
string
Rule Description
-
ruleId(optional):
string
Rule Id
-
ScfTmExactReconMasterDTO(optional):
array ScfTmExactReconMasterDTO
-
txnControllerRefNo(optional):
string
Transaction Controller Reference Number
Nested Schema : ScfTmExactReconMasterDTO
Type:
Show Source
object
-
id(optional):
string
Id
-
matchCriteria(optional):
string
Match Criteria
-
matchPattern(optional):
string
Match Pattern
-
patternLhs(optional):
string
Pattern Lhs
-
patternRhs(optional):
string
Pattern Rhs
-
reconEntityAttrLhs(optional):
string
Recon Entity Attribute Lhs
-
reconEntityAttrRhs(optional):
string
Recon Entity Attribute Rhs
-
reconEntityLhs(optional):
string
Recon Entity Lhs
-
reconEntityRhs(optional):
string
Recon Entity Rhs
-
recRuleDefMasterId(optional):
string
Recon Rule Definition Master Id
-
ruleId(optional):
string
Rule Id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully saves a new record
Headers
-
Location: string
URL of newly created autoReconRuleDef
Root Schema : ResponseDtoWrapper
Type:
object
Collection of ResponseDto and ResponseResourceSupport
Show Source
-
data(optional):
object ResponseResourceSupport
Response DTO which extends RepresentationModel of Spring HATEOAS
-
messages(optional):
object ResponseDto
ResponseDto stores the response status and code.
Nested Schema : ResponseResourceSupport
Type:
object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type:
object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type:
Show Source
array
-
Array of:
object ResponseCode
ResponseCode stores the response details.
Nested Schema : items
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