Advertisement
Guest User

Untitled

a guest
Feb 26th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. 2286
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <request>
  4. <login username="pisarna@omni.si" md5pass="b5e348cc8790e07875c761348ffe5e7d" token="691AC330D38D421795BCAE08AE7DEA08" />
  5. <method name="SalesInvoiceCreate">
  6. <parameter name="SalesInvoice">
  7. <date>2016-02-26</date>
  8. <dateOfSupplyFrom>2016-02-26</dateOfSupplyFrom>
  9. <paymentDueDate>2016-02-26</paymentDueDate>
  10. <status>issuedInvoice</status>
  11. <type>retail</type>
  12. <isReccurringInvoice>false</isReccurringInvoice>
  13. <city>Ljubljana</city>
  14. <buyerName>MARIJA KRIVEC</buyerName>
  15. <buyerEMail>marija.krivec@siol.net</buyerEMail>
  16. <buyerStreet>TER 81</buyerStreet>
  17. <buyerPostalCode>3333</buyerPostalCode>
  18. <buyerCity>LJUBNO OB SAVINJI</buyerCity>
  19. <documentLanguage>Slovene</documentLanguage>
  20. <methodOfPayment>cashOnDelivery</methodOfPayment>
  21. <deliveryMethod>GLS dostava</deliveryMethod>
  22. <vatOutgoingDocumentVatClause>NotRegistered</vatOutgoingDocumentVatClause>
  23. <Items>
  24. <Item>
  25. <position>1</position>
  26. <description>PostQuam Acne Control</description>
  27. <price>24.99</price>
  28. <currency>EUR</currency>
  29. <quantity>1</quantity>
  30. </Item>
  31.  
  32. <Item>
  33. <position>2</position>
  34. <description>Stroški pošiljanja</description>
  35. <price>3.90</price>
  36. <currency>EUR</currency>
  37. <quantity>1</quantity>
  38. </Item>
  39. </Items>
  40. </parameter>
  41. </method>
  42. </request>
  43. object(SimpleXMLElement)#214 (2) {
  44. ["@attributes"]=>
  45. array(1) {
  46. ["status"]=>
  47. string(5) "error"
  48. }
  49. ["error"]=>
  50. object(SimpleXMLElement)#209 (2) {
  51. ["@attributes"]=>
  52. array(1) {
  53. ["description"]=>
  54. string(57) "Error nr: 1 #cashRegisterCode - This field is required; "
  55. }
  56. [0]=>
  57. string(2) "
  58. "
  59. }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement