Last active
May 14, 2018 12:24
-
-
Save raphaelcosta/4ae1fbe20f41078eefa769a14ed71a05 to your computer and use it in GitHub Desktop.
Sample XML File for: OCR 4.6 and 6.5 - AAM or Non AAM
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 - AAM or Non AAM" pipe_id="446219" 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> | |
<!-- Invoice/Credit Memo --> | |
<CHAR1>Sample</CHAR1> | |
</HEADER> | |
<LINE_ITEMS> | |
<LINE_ITEM record_id="2"> | |
<!-- AMOUNT --> | |
<WRBTR>200.00</WRBTR> | |
</LINE_ITEM> | |
<LINE_ITEM record_id="3"> | |
<!-- AMOUNT --> | |
<WRBTR>10.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