POST api/PTGetFolioPropertyIdList
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:
{ "PropertyIdData": [ { "JUR_NUM": "sample string 1", "ROLL_NUM": "sample string 2", "PID_NUMBER": "sample string 3", "PID_POLYGON": "sample string 4", "INS_USER": "sample string 5", "INS_DATE": "2025-04-03T21:35:19.7694798-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-03T21:35:19.7694798-07:00" }, { "JUR_NUM": "sample string 1", "ROLL_NUM": "sample string 2", "PID_NUMBER": "sample string 3", "PID_POLYGON": "sample string 4", "INS_USER": "sample string 5", "INS_DATE": "2025-04-03T21:35:19.7694798-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-03T21:35:19.7694798-07:00" }, { "JUR_NUM": "sample string 1", "ROLL_NUM": "sample string 2", "PID_NUMBER": "sample string 3", "PID_POLYGON": "sample string 4", "INS_USER": "sample string 5", "INS_DATE": "2025-04-03T21:35:19.7694798-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-03T21:35:19.7694798-07:00" } ] }