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-07-19T02:25:26.4221588-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
}
}