Discussions
2) How do we add notes to an existing work order?
over 2 years ago by David Baldi(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
}
}