POST api/MTGetTicketAmounts

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "TicketNumber": "sample string 1",
  "TicketYear": 2,
  "TicketIssuer": "sample string 3",
  "AsOfDate": "2024-09-19T04:58:26.8459491-07:00"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "TicketAmounts": {
    "PaidAmount": 1.0,
    "BillingAmount": 2.0,
    "OtherAmount": 3.0,
    "AmountDue": 4.0
  }
}