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": "2025-04-03T20:54:11.6213443-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:54:11.6213443-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": "2025-04-03T20:54:11.6213443-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:54:11.6213443-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": "2025-04-03T20:54:11.6213443-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:54:11.6213443-07:00" } ] }