SaveProfile - Financial Info

This JSON snippet outlines a structure representing financial information, including primary status and a list of sources of funds with an ID and checked state for each. It serves as a data model for tracking financial records.
 avatar
Ainzy
json
5 months ago
796 B
2
Indexable
{
    "isPrimary": true,
    "FinancialInfo": {
        "id": 4177,
        "regInfoId": 0,
        "tin": null,
        "telNo": null,
        "emailAddress": null,
        "ustin": null
    },
    "SourceOfFunds": [
        {
            "id": 0,
            "regInfoId": 0,
            "sourceOfFundId": 1,
            "isChecked": false
        },
        {
            "id": 0,
            "regInfoId": 0,
            "sourceOfFundId": 2,
            "isChecked": false
        },
        {
            "id": 0,
            "regInfoId": 0,
            "sourceOfFundId": 3,
            "isChecked": false
        },
        {
            "id": 0,
            "regInfoId": 0,
            "sourceOfFundId": 4,
            "isChecked": false
        }
    ]
}
Editor is loading...
Leave a Comment