Skip to content

Instantly share code, notes, and snippets.

@jreypo
Created April 20, 2014 13:49
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 jreypo/11114576 to your computer and use it in GitHub Desktop.
Save jreypo/11114576 to your computer and use it in GitHub Desktop.
XML payload for CBM REST API to create a new hierarchy
<?xml version="1.0" encoding="UTF-8"?>
<Request>
<Hierarchies>
<Hierarchy>
<Name>Test_Hierarchy</Name>
<Description>Test Hierarchy</Description>
</Hierarchy>
</Hierarchies>
</Request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment