Last active
May 14, 2018 16:32
-
-
Save raphaelcosta/de0e0f0c0e899b92db146c7c46296f8a to your computer and use it in GitHub Desktop.
Sample XML File for: OCR 4.6 and 6.5 - MIRO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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