Skip to content

Instantly share code, notes, and snippets.

@raphaelcosta
Last active May 14, 2018 12:24
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/4ae1fbe20f41078eefa769a14ed71a05 to your computer and use it in GitHub Desktop.
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
<?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