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": "2025-04-03T21:28:01.4731279-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 } }