POST api/MMGetWorkOrderNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"RequestYear": 1,
"RequestCode": "sample string 2"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"WONotes": [
{
"ORIG_HASH": "sample string 1",
"W_REQ_YEAR": 2,
"W_REQ_CODE": "sample string 3",
"MM_REQUEST_NOTE_TYPE": "sample string 4",
"MM_REQUEST_LINE": 5,
"MM_REQUEST_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-05-28T10:49:40.3133809-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:40.3133809-07:00"
},
{
"ORIG_HASH": "sample string 1",
"W_REQ_YEAR": 2,
"W_REQ_CODE": "sample string 3",
"MM_REQUEST_NOTE_TYPE": "sample string 4",
"MM_REQUEST_LINE": 5,
"MM_REQUEST_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-05-28T10:49:40.3133809-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:40.3133809-07:00"
},
{
"ORIG_HASH": "sample string 1",
"W_REQ_YEAR": 2,
"W_REQ_CODE": "sample string 3",
"MM_REQUEST_NOTE_TYPE": "sample string 4",
"MM_REQUEST_LINE": 5,
"MM_REQUEST_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-05-28T10:49:40.3133809-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:40.3133809-07:00"
}
]
}