Skip to content

Instantly share code, notes, and snippets.

@steveh
Created March 15, 2012 21:27
Show Gist options
  • Save steveh/2047087 to your computer and use it in GitHub Desktop.
Save steveh/2047087 to your computer and use it in GitHub Desktop.
<xsd:OrderProductsRequest>
<xsd:context>
<xsd:callerReference>830989</xsd:callerReference>
<xsd:repeatCall>false</xsd:repeatCall>
</xsd:context>
<xsd:user>
<xsd:emailAddress>ali22bi22@gmail.com</xsd:emailAddress>
<xsd:contact>
<xsd:firstName>ali</xsd:firstName>
<xsd:lastName>bi</xsd:lastName>
</xsd:contact>
</xsd:user>
<xsd:reqType>Order</xsd:reqType>
<xsd:customer>
<xsd:code>C0025965</xsd:code>
<xsd:customerRef1>spartic</xsd:customerRef1>
<xsd:customerRef2>scode</xsd:customerRef2>
<xsd:customerRef3>srefe</xsd:customerRef3>
<xsd:bankAccount>
<xsd:name>test</xsd:name>
<xsd:bankCode>38</xsd:bankCode>
<xsd:branchCode>9006</xsd:branchCode>
<xsd:accountNumber>1324746</xsd:accountNumber>
<xsd:accountNumberSuffix>00</xsd:accountNumberSuffix>
</xsd:bankAccount>
<xsd:card xsi:nil="true"/>
</xsd:customer>
<xsd:productOrder>
<xsd:customerOrderRef>steve ref</xsd:customerOrderRef>
<xsd:orderItems>
<xsd:product>
<xsd:productOfferingCode>D-MPBST</xsd:productOfferingCode>
</xsd:product>
<xsd:offerPrice>
<xsd:code>POP0000029033</xsd:code>
</xsd:offerPrice>
<xsd:serviceCode>LS-0000022854</xsd:serviceCode>
</xsd:orderItems>
<xsd:orderItems>
<xsd:product>
<xsd:productOfferingCode>D-GAD</xsd:productOfferingCode>
</xsd:product>
<xsd:offerPrice>
<xsd:code>POP0000029093</xsd:code>
</xsd:offerPrice>
<xsd:serviceCode>LS-0000022854</xsd:serviceCode>
</xsd:orderItems>
</xsd:productOrder>
<xsd:orderPayment>
<xsd:receivedOn>2012-03-15T00:00:00+00:00</xsd:receivedOn>
<xsd:amount>609.5</xsd:amount>
<xsd:method>Direct Debit</xsd:method>
<xsd:authRef xsi:nil="true"/>
<xsd:initiatorRef xsi:nil="true"/>
<xsd:paymentPending>false</xsd:paymentPending>
</xsd:orderPayment>
</xsd:OrderProductsRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment