Discussions
Change workorder statuscode
3 months ago by Lars Björk
Hi, is there a way to change the status code on a work order? I don't see this option specified in the 'Update Work Order' API call.
3 months ago by MakanNextAdmin
In this endpoint: https://next-tech.readme.io/reference/update_workorder_workorder__workorder_id__put
There is an input parameter called statusid
have you tried using that?
You should be able to get available statusids from this endpoint: https://next-tech.readme.io/reference/list_workorder_statuses_status_workorder__get
Marked as answered by MakanNext