POST api/PTGetFolioSummaryTotals

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "JurNum": "sample string 1",
  "RollNum": "sample string 2",
  "AsOfDate": "2024-09-19T05:03:19.7412267-07:00"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Owing": 1.0,
  "Unapplied": 2.0,
  "InstallmentDue": 3.0,
  "InstallmentNotDue": 4.0,
  "UtilOwing": 5.0,
  "NsfValue": 6.0,
  "Totals": [
    {
      "AGING_TERM_NUM": 1,
      "AGING_TERM_NAME": "sample string 2",
      "OUTSTANDING": 3.0,
      "INTEREST": 4.0,
      "TOTAL": 5.0
    },
    {
      "AGING_TERM_NUM": 1,
      "AGING_TERM_NAME": "sample string 2",
      "OUTSTANDING": 3.0,
      "INTEREST": 4.0,
      "TOTAL": 5.0
    },
    {
      "AGING_TERM_NUM": 1,
      "AGING_TERM_NAME": "sample string 2",
      "OUTSTANDING": 3.0,
      "INTEREST": 4.0,
      "TOTAL": 5.0
    }
  ]
}