POST api/MTGetTicketNotes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "TicketNumber": "sample string 1",
  "TicketYear": 2,
  "TicketIssuer": "sample string 3"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Notes": [
    {
      "MT_TICKET_NUM": "sample string 1",
      "MT_TICKET_YEAR": 2,
      "MT_TICKET_ISSUER": "sample string 3",
      "MT_TICKET_NOTE_TYPE_CODE": "sample string 4",
      "NOTE_LINE_NUM": 5,
      "NOTE_DESC": "sample string 6",
      "NOTIFY_FLAG": "sample string 7",
      "MANDATORY_FLAG": "sample string 8",
      "NOTE_DATE": "2024-09-19T04:58:15.9640211-07:00",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T04:58:15.9640211-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2024-09-19T04:58:15.9640211-07:00"
    },
    {
      "MT_TICKET_NUM": "sample string 1",
      "MT_TICKET_YEAR": 2,
      "MT_TICKET_ISSUER": "sample string 3",
      "MT_TICKET_NOTE_TYPE_CODE": "sample string 4",
      "NOTE_LINE_NUM": 5,
      "NOTE_DESC": "sample string 6",
      "NOTIFY_FLAG": "sample string 7",
      "MANDATORY_FLAG": "sample string 8",
      "NOTE_DATE": "2024-09-19T04:58:15.9640211-07:00",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T04:58:15.9640211-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2024-09-19T04:58:15.9640211-07:00"
    },
    {
      "MT_TICKET_NUM": "sample string 1",
      "MT_TICKET_YEAR": 2,
      "MT_TICKET_ISSUER": "sample string 3",
      "MT_TICKET_NOTE_TYPE_CODE": "sample string 4",
      "NOTE_LINE_NUM": 5,
      "NOTE_DESC": "sample string 6",
      "NOTIFY_FLAG": "sample string 7",
      "MANDATORY_FLAG": "sample string 8",
      "NOTE_DATE": "2024-09-19T04:58:15.9640211-07:00",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T04:58:15.9640211-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2024-09-19T04:58:15.9640211-07:00"
    }
  ]
}