Translations:News:Webhooks/3/da
From Marathon Documentation
Webhhook fra Marathon semdes hver gang, en ordre bliver ændret. I https-anråbet overføres en xml-fil fra Marathon med indhold til det modtagende system. Eksempel på xml-indhold:
<?xml version="1.0" encoding="iso-8859-15"?> <marathon_webhook> <password>ABC123</password> <type>order</type> <company_id>KASE</company_id> <plan_id>119874</plan_id> <order_id>283319</order_id> <action>create</action> </marathon_webhook>