Event Name
modifyOrganizationCode.organizationCodeModified
Domain
reference
Description

Indicates the modification of an Organization code, which defines individual elements in the bank's organization along with its hierarchy details like Parent, Level, etc.

Properties
{
    "organizationCode": {
        "type": "string",
        "description": "Indicates the Organization code whose pricing is given to the contract or account"
    },
    "organizationNames": {
        "type": "array",
        "description": "Indicates the name of the organization",
        "items": {
            "id": "urn:jsonschema:organizationNames",
            "properties": {
                "organizationName": {
                    "type": "string",
                    "description": "Indicates the name of the organization"
                }
            }
        }
    },
    "organizationParent": {
        "type": "string",
        "description": "Indicates the parent organization code"
    },
    "organizationLevel": {
        "type": "string",
        "description": "Indicates the organization level whose pricing is given to the arrangement. For example, Area, Branch, Division, Region and State."
    },
    "changedAttributes": {
        "type": "array",
        "description": "Indicates the changes attributes in an application",
        "items": {
            "id": "urn:jsonschema:changedAttributes",
            "properties": {
                "lineOfBusinessNames": {
                    "type": "array",
                    "description": "The name of the line of business that is defined to represent the cost centre of an organization hierarchy",
                    "items": {
                        "id": "urn:jsonschema:lineOfBusinessNames",
                        "properties": {
                            "lineOfBusinessName": {
                                "type": "string",
                                "description": "The name of the line of business that is defined to represent the cost centre of an organization hierarchy"
                            }
                        }
                    }
                },
                "organizationNames": {
                    "type": "array",
                    "description": "Indicates the name of the organization",
                    "items": {
                        "id": "urn:jsonschema:organizationNames",
                        "properties": {
                            "organizationName": {
                                "type": "string",
                                "description": "Indicates the name of the organization"
                            }
                        }
                    }
                },
                "organizationParent": {
                    "type": "string",
                    "description": "Indicates the parent organization code"
                },
                "organizationLevel": {
                    "type": "string",
                    "description": "Indicates the organization level whose pricing is given to the arrangement. For example, Area, Branch, Division, Region and State."
                },
                "organizationLevels": {
                    "type": "array",
                    "description": "Indicates the organization level whose pricing is given to the arrangement. For example, Area, Branch, Division, Region and State.",
                    "items": {
                        "id": "urn:jsonschema:organizationLevels",
                        "properties": {
                            "organizationLevel": {
                                "type": "string",
                                "description": "Indicates the organization level whose pricing is given to the arrangement. For example, Area, Branch, Division, Region and State."
                            },
                            "characterType": {
                                "type": "string",
                                "description": "Indicates the character type that can be used to define any attribute. Example: ALPHA, ALPHANUMERIC, NUMERIC."
                            },
                            "length": {
                                "type": "string",
                                "description": "Indicates the length of an attribute."
                            },
                            "checkFile": {
                                "type": "string",
                                "description": "Indicates a valid application that can be used in an attribute."
                            }
                        }
                    }
                }
            }
        }
    }
}