For the complete documentation index, see llms.txt. This page is also available as Markdown.

API workflow

  • Steps

    • Sync required entities to WorkorderApp

    • Add workorders through PostWorkorders API

    • Update workorders through UpdateWorkorder API

    • Fetch workorders through GetWorkorders with 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 GetWorkorder API with update_status=true. The workorder status is now changed to Afgehandeld and will not be shown in next GetWorkorders call.

    • If an error occurs notify the user and act correspondingly.

Last updated

Was this helpful?