Skip to content

Instantly share code, notes, and snippets.

@ericallam
Created August 10, 2010 17:58
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 ericallam/517695 to your computer and use it in GitHub Desktop.
Save ericallam/517695 to your computer and use it in GitHub Desktop.
POST /api/orders HTTP/1.1
Connection: close
Content-Type: text/xml
Authorization: Basic bXltZWRsYWI6TXlNM2RMNGJVNWVy
Content-Length: 816
Host: demo.bioiq.com
<?xml version="1.0" encoding="UTF-8"?>
<order>
<user>
<phone>1111111111</phone>
<address1>429 Bobby Rd</address1>
<upin></upin>
<first-name>Eric</first-name>
<address2></address2>
<weight nil="true"></weight>
<bday type="date">1983-06-17</bday>
<zip>32801</zip>
<state>FL</state>
<time-zone>Eastern Time (US &amp; Canada)</time-zone>
<city>Orlando</city>
<id type="integer">51661</id>
<middle-name></middle-name>
<last-name>Allam</last-name>
</user>
<lab-tests type="array">
<lab-test>
<lab-name>Lipid Panel</lab-name>
<lab-code>303756</lab-code>
<container>Serum gel tube or transfer tube</container>
<id type="integer">1173</id>
<cpt>80061</cpt>
</lab-test>
</lab-tests>
<id type="integer">61034</id>
</order>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment