Skip to content

Instantly share code, notes, and snippets.

@fraga
Created April 24, 2013 22:08
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 fraga/5456013 to your computer and use it in GitHub Desktop.
Save fraga/5456013 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Envelope xmlns="http://schemas.microsoft.com/dynamics/2011/01/documents/Message">
<Header>
<MessageId>{8B3BB1F0-0D28-420F-8546-D6A033229C04}</MessageId>
<Action>http://schemas.microsoft.com/dynamics/2008/01/services/CountingJournalService/create</Action>
</Header>
<Body>
<MessageParts>
<CountingJournal xmlns="http://schemas.microsoft.com/dynamics/2008/01/documents/CountingJournal">
<InventJournalTable class="entity">
<InventSiteId>SITE01</InventSiteId>
<InventJournalTrans class="entity">
<DefaultDimension xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
<ItemId>TEST</ItemId>
<InventDim class="entity">
<ConfigId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
<InventSiteId>SITE01</InventSiteId>
<WMSLocationId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
</InventDim>
</InventJournalTrans>
</InventJournalTable>
</CountingJournal>
</MessageParts>
</Body>
</Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment