Discussions

Ask a Question
Back to All

2) How do we add notes to an existing work order?

(edited)

Posted on behalf of: [email protected]

I did try the following API but it did not seem to have added any notes.

https://am-ce98c.corrigo.com/api/v1/base/Note

{
"Entity":
{
"NoteText": "sample note text",
"WorkOrderId": 42995,
"NoteTypeId":2,
"ActorId": 316,
"ActorTypeId": "Org",
"Id:"0
}
}