Difference between revisions of "Translations:News:Webhooks/3/en"

From Marathon Documentation
Jump to: navigation, search
(Importing a new version from external source)
 
 
Line 1: Line 1:
The Webhhok from Marathon is sent each time a order is changed.
+
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.
 
In the https call from Marathon a file with xml content is transfered to the recieiving system.
 
Example of xml content:
 
Example of xml content:

Latest revision as of 11:33, 2 March 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (News:Webhooks)
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>
TranslationThe 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>

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>