Translations:News:Webhooks/3/nb

From Marathon Documentation
Revision as of 14:35, 2 March 2022 by TR (talk | contribs) (Created page with "Webhhok fra Marathon sendes hver gang en ordre blir endret. I https-anropene fra Marathon overføres en fil med xml-innhold til det mottakende systemet . Eksempel på xml-innh...")

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

Webhhok fra Marathon sendes hver gang en ordre blir endret. I https-anropene fra Marathon overføres en fil med xml-innhold til det mottakende systemet . Eksempel på xml-innhold:

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