POST api/PTGetFolioSale

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:
{
  "Sale": [
    {
      "SALE_TYPE_DESC": "sample string 1",
      "X_CLIENT_NAME": "sample string 2",
      "X_CLIENT_ADDRESS": "sample string 3",
      "X_CLIENT_TYPE_CODE": "sample string 4",
      "X_CLIENT_TYPE_DESC": "sample string 5",
      "I_NEW_SALE": "sample string 6",
      "I_DELETE_SALE_INFO": true,
      "I_DELETE_MTG_INFO": true,
      "I_DELETE_PAP": true,
      "I_DELETE_OTHER_OWNERS": true,
      "I_RESET_PIN": true,
      "I_RESET_SCHOOL_SUPPORT": true,
      "JUR_NUM": "sample string 13",
      "ROLL_NUM": "sample string 14",
      "TAX_SALE_ID": 15,
      "CLIENT_CODE": "sample string 16",
      "ADDRESS_NUM": 1,
      "CERT_OF_TITLE": "sample string 17",
      "SALE_DATE": "2024-09-19T05:07:06.6902611-07:00",
      "SALE_AMT": 1.0,
      "SALE_TYPE": "sample string 18",
      "RELATED_DOC": "sample string 19",
      "INS_USER": "sample string 20",
      "INS_DATE": "2024-09-19T05:07:06.6902611-07:00",
      "UPD_USER": "sample string 21",
      "UPD_DATE": "2024-09-19T05:07:06.6902611-07:00"
    },
    {
      "SALE_TYPE_DESC": "sample string 1",
      "X_CLIENT_NAME": "sample string 2",
      "X_CLIENT_ADDRESS": "sample string 3",
      "X_CLIENT_TYPE_CODE": "sample string 4",
      "X_CLIENT_TYPE_DESC": "sample string 5",
      "I_NEW_SALE": "sample string 6",
      "I_DELETE_SALE_INFO": true,
      "I_DELETE_MTG_INFO": true,
      "I_DELETE_PAP": true,
      "I_DELETE_OTHER_OWNERS": true,
      "I_RESET_PIN": true,
      "I_RESET_SCHOOL_SUPPORT": true,
      "JUR_NUM": "sample string 13",
      "ROLL_NUM": "sample string 14",
      "TAX_SALE_ID": 15,
      "CLIENT_CODE": "sample string 16",
      "ADDRESS_NUM": 1,
      "CERT_OF_TITLE": "sample string 17",
      "SALE_DATE": "2024-09-19T05:07:06.6902611-07:00",
      "SALE_AMT": 1.0,
      "SALE_TYPE": "sample string 18",
      "RELATED_DOC": "sample string 19",
      "INS_USER": "sample string 20",
      "INS_DATE": "2024-09-19T05:07:06.6902611-07:00",
      "UPD_USER": "sample string 21",
      "UPD_DATE": "2024-09-19T05:07:06.6902611-07:00"
    },
    {
      "SALE_TYPE_DESC": "sample string 1",
      "X_CLIENT_NAME": "sample string 2",
      "X_CLIENT_ADDRESS": "sample string 3",
      "X_CLIENT_TYPE_CODE": "sample string 4",
      "X_CLIENT_TYPE_DESC": "sample string 5",
      "I_NEW_SALE": "sample string 6",
      "I_DELETE_SALE_INFO": true,
      "I_DELETE_MTG_INFO": true,
      "I_DELETE_PAP": true,
      "I_DELETE_OTHER_OWNERS": true,
      "I_RESET_PIN": true,
      "I_RESET_SCHOOL_SUPPORT": true,
      "JUR_NUM": "sample string 13",
      "ROLL_NUM": "sample string 14",
      "TAX_SALE_ID": 15,
      "CLIENT_CODE": "sample string 16",
      "ADDRESS_NUM": 1,
      "CERT_OF_TITLE": "sample string 17",
      "SALE_DATE": "2024-09-19T05:07:06.6902611-07:00",
      "SALE_AMT": 1.0,
      "SALE_TYPE": "sample string 18",
      "RELATED_DOC": "sample string 19",
      "INS_USER": "sample string 20",
      "INS_DATE": "2024-09-19T05:07:06.6902611-07:00",
      "UPD_USER": "sample string 21",
      "UPD_DATE": "2024-09-19T05:07:06.6902611-07:00"
    }
  ]
}