Created
August 10, 2010 17:58
-
-
Save ericallam/517695 to your computer and use it in GitHub Desktop.
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
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 & 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