Translations:News:Webhooks/3/en

From Marathon Documentation
Revision as of 14:50, 6 February 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)

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

The Webhhok 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>