POST api/MTDeleteTicketNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"NoteToDelete": {
"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": "2026-05-28T10:49:53.1296806-07:00",
"INS_USER": "sample string 9",
"INS_DATE": "2026-05-28T10:49:53.1296806-07:00",
"UPD_USER": "sample string 11",
"UPD_DATE": "2026-05-28T10:49:53.1296806-07:00"
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}