API workflow
Steps
Sync required entities to WorkorderApp
Add workorders through
PostWorkordersAPIUpdate workorders through
UpdateWorkorderAPIFetch workorders through
GetWorkorderswith status Compleet. Add update_status=false to endpoint to prevent changing the status to Afgehandeld directly.For each workorder with status Compleet process it.
If process is successfully completed call
GetWorkorderAPI with update_status=true. The workorder status is now changed to Afgehandeld and will not be shown in nextGetWorkorderscall.If an error occurs notify the user and act correspondingly.
Last updated
Was this helpful?
