POST api/MMSaveWorkOrderNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"IsNew": true,
"Note": {
"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:39.846789-07:00",
"UPD_USER": "sample string 8",
"UPD_DATE": "2026-05-28T10:49:39.846789-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"
}
}