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": "2025-04-03T21:39:56.4961982-07:00", "UPD_USER": "sample string 9", "UPD_DATE": "2025-04-03T21:39:56.4961982-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": "2025-04-03T21:39:56.4961982-07:00", "UPD_USER": "sample string 9", "UPD_DATE": "2025-04-03T21:39:56.4961982-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": "2025-04-03T21:39:56.4961982-07:00", "UPD_USER": "sample string 9", "UPD_DATE": "2025-04-03T21:39:56.4961982-07:00", "BANK_NAME": "sample string 10", "BRANCH_NAME": "sample string 11" } ] }