Translations:News:Webhooks/3/en

From Marathon Documentation
Revision as of 11:33, 2 March 2022 by TR (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Webhhook from Marathon is sent each time a order is changed. In the https call from Marathon a file with xml content is transfered to the recieiving system. Example of xml content:

 <?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>