POST api/PTGetFolio

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ParameterRequest": {
    "JurisdictionNumber": "sample string 1",
    "RollNumber": "sample string 2"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PTFolio": {
    "VCH_PIN": "sample string 1",
    "POSTAL_CODE_FORMATTED": "sample string 2",
    "POSTAL_CODE_LABEL": "sample string 3",
    "CORPORATE_PERCENT": 1.0,
    "APPROX_DAILY_INTEREST_AMT": 4.0,
    "ORIG_HASH": "sample string 5",
    "CustomFieldList": [
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      }
    ],
    "JUR_NUM": "sample string 6",
    "ROLL_NUM": "sample string 7",
    "CLIENT_CODE": "sample string 8",
    "ADDRESS_NUM": 1,
    "GRANT_IN_LIEU_FLAG": "sample string 9",
    "PORTION_OWNED": 1.0,
    "UNIT_NUM1": "sample string 10",
    "UNIT_NUM2": "sample string 11",
    "STREET_NUM1": "sample string 12",
    "STREET_NUM2": "sample string 13",
    "STREET_DIR": "sample string 14",
    "STREET_NAME": "sample string 15",
    "POSTAL_CODE": "sample string 16",
    "UPSET_PRICE": 1.0,
    "LAND_TITLE_FEE": 1.0,
    "BULK_MAIL_CODE": "sample string 17",
    "LAND_BRANCH_FILE_NUM": "sample string 18",
    "PRIV_CORP_CODE": "sample string 19",
    "PRIVATE_PERCENT": 1.0,
    "PROP_BUS_CODE": "sample string 20",
    "ASSESSMENT_GRID_NUM": "sample string 21",
    "FOLIO_STATUS_CODE": "sample string 22",
    "POLYGON_ID": "sample string 23",
    "INS_USER": "sample string 24",
    "INS_DATE": "2024-09-19T05:00:34.3673171-07:00",
    "UPD_USER": "sample string 26",
    "UPD_DATE": "2024-09-19T05:00:34.3673171-07:00"
  }
}