POST api/PTGetFolioBillingDetails

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "JurNum": "sample string 1",
  "RollNum": "sample string 2",
  "BatchNum": "sample string 3"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BillingHeader": {
    "BatchTypeCode": "sample string 1",
    "BatchTypeDescription": "sample string 2",
    "TaxYear": 3,
    "PrintFlag": "sample string 4",
    "Amount": 5.0,
    "Balance": 6.0
  }
}