You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

124 lines
4.1 KiB

[
{
"Type": "MODIFICATION_REQUEST",
"Mappings": [
{
"field": "receiverName",
"displayName": "Receiver Name",
"fieldRequired": null,
"minfieldLength": null,
"maxfieldLength": null,
"KeyWord": null,
"subItems": [
{
"field": "firstName",
"displayName": "First Name",
"fieldRequired": "M",
"minfieldLength": "1",
"maxfieldLength": "50",
"KeyWord": "A"
},
{
"field": "middleName",
"displayName": "Middle Name",
"fieldRequired": "O",
"minfieldLength": "1",
"maxfieldLength": "50",
"KeyWord": "A"
},
{
"field": "lastName",
"displayName": "Last Name",
"fieldRequired": "M",
"minfieldLength": "1",
"maxfieldLength": "50",
"KeyWord": "A"
}
]
},
{
"field": "accountNo",
"displayName": "Receiver Bank Ac No",
"fieldRequired": null,
"minfieldLength": null,
"maxfieldLength": null,
"KeyWord": null,
"subItems": [
{
"field": "accountNo",
"displayName": "New Value",
"fieldRequired": "M",
"minfieldLength": "1",
"maxfieldLength": "50",
"KeyWord": "ANS"
}
]
},
{
"field": "rContactNo",
"displayName": "Receiver Contact No",
"fieldRequired": null,
"minfieldLength": null,
"maxfieldLength": null,
"KeyWord": null,
"subItems": [
{
"field": "rContactNo",
"displayName": "New Value",
"fieldRequired": "M",
"minfieldLength": "7",
"maxfieldLength": "15",
"KeyWord": "N"
}
]
},
{
"field": "rAddress",
"displayName": "Receiver Address",
"fieldRequired": null,
"minfieldLength": null,
"maxfieldLength": null,
"KeyWord": null,
"subItems": [
{
"field": "rAddress",
"displayName": "New Value",
"fieldRequired": "M",
"minfieldLength": "1",
"maxfieldLength": "100",
"KeyWord": "ANS"
}
]
},
{
"field": "rIdNo",
"displayName": "Receiver Id No",
"fieldRequired": "M",
"minfieldLength": "1",
"maxfieldLength": "50",
"KeyWord": "ANS",
"identifer": "rIdNo"
},
{
"field": "rIdType",
"displayName": "Receiver Id Type",
"fieldRequired": "M",
"minfieldLength": "1",
"maxfieldLength": "50",
"KeyWord": "ANS",
"identifer": "rIdType",
"enums": [
{
"Key": "PassPort",
"Value": "1"
},
{
"Key": "Visa",
"Value": "2"
}
]
}
]
}
]