POST api/PTGetFolioStructure

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:
{
  "StructureList": [
    {
      "PD_STRUCT_DESC": "sample string 1",
      "JUR_NUM": "sample string 2",
      "ROLL_NUM": "sample string 3",
      "PD_STRUCTURE_ID": 4,
      "PD_CHAR_CON": "sample string 5",
      "PD_QUALITY": 1.0,
      "PD_SHAPE": "sample string 6",
      "PD_YEAR_BUILT": 1.0,
      "PD_YEAR_BUILT_CODE": "sample string 7",
      "PD_CONDITION": "sample string 8",
      "PD_FULL_STOREY": 1.0,
      "PD_PART_STOREY": 1.0,
      "PD_HEIGHT_EFFECT": 1.0,
      "PD_SPLIT": "sample string 9",
      "PD_GROSS_AREA": 1.0,
      "PD_TOT_BASE_AREA": 1.0,
      "PD_FIN_BASE_AREA": 1.0,
      "PD_FIN_BASE_TYPE": "sample string 10",
      "PD_FULL_BATH": 1.0,
      "PD_HALF_BATH": 1.0,
      "PD_NUM_BED": 1.0,
      "PD_NUM_FIRE": 1.0,
      "PD_HEAT_TYPE": "sample string 11",
      "PD_AIR_CONDITION": "sample string 12",
      "PD_GARAGE_TYPE": "sample string 13",
      "PD_GARAGE_SPACE": 1.0,
      "PD_STRUCT_CODE": "sample string 14",
      "INS_USER": "sample string 15",
      "INS_DATE": "2024-09-19T05:08:23.2294776-07:00",
      "UPD_USER": "sample string 16",
      "UPD_DATE": "2024-09-19T05:08:23.2294776-07:00"
    },
    {
      "PD_STRUCT_DESC": "sample string 1",
      "JUR_NUM": "sample string 2",
      "ROLL_NUM": "sample string 3",
      "PD_STRUCTURE_ID": 4,
      "PD_CHAR_CON": "sample string 5",
      "PD_QUALITY": 1.0,
      "PD_SHAPE": "sample string 6",
      "PD_YEAR_BUILT": 1.0,
      "PD_YEAR_BUILT_CODE": "sample string 7",
      "PD_CONDITION": "sample string 8",
      "PD_FULL_STOREY": 1.0,
      "PD_PART_STOREY": 1.0,
      "PD_HEIGHT_EFFECT": 1.0,
      "PD_SPLIT": "sample string 9",
      "PD_GROSS_AREA": 1.0,
      "PD_TOT_BASE_AREA": 1.0,
      "PD_FIN_BASE_AREA": 1.0,
      "PD_FIN_BASE_TYPE": "sample string 10",
      "PD_FULL_BATH": 1.0,
      "PD_HALF_BATH": 1.0,
      "PD_NUM_BED": 1.0,
      "PD_NUM_FIRE": 1.0,
      "PD_HEAT_TYPE": "sample string 11",
      "PD_AIR_CONDITION": "sample string 12",
      "PD_GARAGE_TYPE": "sample string 13",
      "PD_GARAGE_SPACE": 1.0,
      "PD_STRUCT_CODE": "sample string 14",
      "INS_USER": "sample string 15",
      "INS_DATE": "2024-09-19T05:08:23.2294776-07:00",
      "UPD_USER": "sample string 16",
      "UPD_DATE": "2024-09-19T05:08:23.2294776-07:00"
    },
    {
      "PD_STRUCT_DESC": "sample string 1",
      "JUR_NUM": "sample string 2",
      "ROLL_NUM": "sample string 3",
      "PD_STRUCTURE_ID": 4,
      "PD_CHAR_CON": "sample string 5",
      "PD_QUALITY": 1.0,
      "PD_SHAPE": "sample string 6",
      "PD_YEAR_BUILT": 1.0,
      "PD_YEAR_BUILT_CODE": "sample string 7",
      "PD_CONDITION": "sample string 8",
      "PD_FULL_STOREY": 1.0,
      "PD_PART_STOREY": 1.0,
      "PD_HEIGHT_EFFECT": 1.0,
      "PD_SPLIT": "sample string 9",
      "PD_GROSS_AREA": 1.0,
      "PD_TOT_BASE_AREA": 1.0,
      "PD_FIN_BASE_AREA": 1.0,
      "PD_FIN_BASE_TYPE": "sample string 10",
      "PD_FULL_BATH": 1.0,
      "PD_HALF_BATH": 1.0,
      "PD_NUM_BED": 1.0,
      "PD_NUM_FIRE": 1.0,
      "PD_HEAT_TYPE": "sample string 11",
      "PD_AIR_CONDITION": "sample string 12",
      "PD_GARAGE_TYPE": "sample string 13",
      "PD_GARAGE_SPACE": 1.0,
      "PD_STRUCT_CODE": "sample string 14",
      "INS_USER": "sample string 15",
      "INS_DATE": "2024-09-19T05:08:23.2294776-07:00",
      "UPD_USER": "sample string 16",
      "UPD_DATE": "2024-09-19T05:08:23.2294776-07:00"
    }
  ]
}