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": "2026-05-28T10:50:46.2931415-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
}
}