Notes / Status Endpoints
"Notes" and "Status" refer to the same thing in Tristar. Process orders call them process status notes; photocopy (WinCopy) orders call them status reports. Both are managed through these endpoints.
Operations
| Method | Route | Docs | Auth |
|---|---|---|---|
GET |
Notes/GetAll/{workOrder} |
GetAll | Authorize |
GET |
Notes/GetAll/{workOrder}/{facilityLineItem} |
GetAll by Stop | Authorize |
POST |
Notes/Add |
Add | Authorize |
PUT |
Notes/{workOrder}/{lineItem} |
Edit | Authorize |
DELETE |
Notes/{workOrder}/{lineItem} |
Delete | Authorize |