Skip to content

Instantly share code, notes, and snippets.

@raphaelcosta
Last active May 14, 2018 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaelcosta/de0e0f0c0e899b92db146c7c46296f8a to your computer and use it in GitHub Desktop.
Save raphaelcosta/de0e0f0c0e899b92db146c7c46296f8a to your computer and use it in GitHub Desktop.
Sample XML File for: OCR 4.6 and 6.5 - MIRO
<?xml version="1.0" encoding="UTF-8"?>
<PIPEFY_CARD>
<HEADER pipe="OCR 4.6 and 6.5 - MIRO" pipe_id="448518" card_id="123" sap_version="46">
<!-- Pipefy Batch Class -->
<ZRESL1>AAM</ZRESL1>
<!-- SAP Batch Class -->
<BCLASS>ZMOBIAA</BCLASS>
<!-- SAP company code -->
<BUKRS>1000</BUKRS>
<!-- Invoice image -->
<IMGLNK>https://s3.example.com/image.jpg</IMGLNK>
<!-- Invoice date -->
<BLDAT>2007-04-05T12:30-02:00</BLDAT>
<!-- Invoice number -->
<XBLNR>123</XBLNR>
<!-- Amount -->
<WRBTR>210.00</WRBTR>
<!-- Currency -->
<WAERS>USD</WAERS>
</HEADER>
<LINE_ITEMS>
<LINE_ITEM record_id="2">
<!-- PO -->
<EBELN>123</EBELN>
<!-- Quantity -->
<MENGE>1</MENGE>
<!-- AMOUNT -->
<WRBTR>200.00</WRBTR>
</LINE_ITEM>
</LINE_ITEMS>
</PIPEFY_CARD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment