POST api/PTGetFolioMortgages
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"JurNum": "sample string 1",
"RollNum": "sample string 2"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Mortgages": [
{
"JUR_NUM": "sample string 1",
"ROLL_NUM": "sample string 2",
"MORTGAGE_ID": 3,
"BANK_CODE": "sample string 4",
"BANK_BRANCH_CODE": "sample string 5",
"MORTGAGE_ACCOUNT_NUM": "sample string 6",
"MORTGAGE_DESC": "sample string 7",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:51:06.6751441-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-05-28T10:51:06.6751441-07:00",
"BANK_NAME": "sample string 10",
"BRANCH_NAME": "sample string 11"
},
{
"JUR_NUM": "sample string 1",
"ROLL_NUM": "sample string 2",
"MORTGAGE_ID": 3,
"BANK_CODE": "sample string 4",
"BANK_BRANCH_CODE": "sample string 5",
"MORTGAGE_ACCOUNT_NUM": "sample string 6",
"MORTGAGE_DESC": "sample string 7",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:51:06.6751441-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-05-28T10:51:06.6751441-07:00",
"BANK_NAME": "sample string 10",
"BRANCH_NAME": "sample string 11"
},
{
"JUR_NUM": "sample string 1",
"ROLL_NUM": "sample string 2",
"MORTGAGE_ID": 3,
"BANK_CODE": "sample string 4",
"BANK_BRANCH_CODE": "sample string 5",
"MORTGAGE_ACCOUNT_NUM": "sample string 6",
"MORTGAGE_DESC": "sample string 7",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:51:06.6751441-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-05-28T10:51:06.6751441-07:00",
"BANK_NAME": "sample string 10",
"BRANCH_NAME": "sample string 11"
}
]
}