Advertisement
nickkar

mydata 8.4 xml

Apr 28th, 2024
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 KB | None | 0 0
  1. <InvoicesDoc xmlns="http://www.aade.gr/myDATA/invoice/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:N1="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">
  2.   <invoice>
  3.     <issuer>
  4.       <vatNumber>000000000</vatNumber>
  5.       <country>GR</country>
  6.       <branch>0</branch>
  7.     </issuer>
  8.     <counterpart>
  9.       <vatNumber>000000000</vatNumber>
  10.       <country>GR</country>
  11.       <branch>0</branch>
  12.     </counterpart>
  13.     <invoiceHeader>
  14.       <series>08ΑΡ01</series>
  15.       <aa>10</aa>
  16.       <issueDate>2024-04-08</issueDate>
  17.       <invoiceType>8.4</invoiceType>
  18.       <currency>EUR</currency>
  19.     </invoiceHeader>
  20.     <paymentMethods>
  21.       <paymentMethodDetails>
  22.         <type>7</type>
  23.         <amount>10.00</amount>
  24.       </paymentMethodDetails>
  25.     </paymentMethods>
  26.     <invoiceDetails>
  27.       <lineNumber>1</lineNumber>
  28.       <netValue>10.000</netValue>
  29.       <vatCategory>8</vatCategory>
  30.       <vatAmount>0.00</vatAmount>
  31.       <incomeClassification>
  32.         <ecls:classificationCategory xmlns:ecls="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">category1_95</ecls:classificationCategory>
  33.         <ecls:amount xmlns:ecls="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">10.000</ecls:amount>
  34.       </incomeClassification>
  35.     </invoiceDetails>
  36.     <invoiceSummary>
  37.       <totalNetValue>10.000</totalNetValue>
  38.       <totalVatAmount>0.00</totalVatAmount>
  39.       <totalWithheldAmount>0</totalWithheldAmount>
  40.       <totalFeesAmount>0</totalFeesAmount>
  41.       <totalStampDutyAmount>0</totalStampDutyAmount>
  42.       <totalOtherTaxesAmount>0</totalOtherTaxesAmount>
  43.       <totalDeductionsAmount>0</totalDeductionsAmount>
  44.       <totalGrossValue>10.000</totalGrossValue>
  45.       <incomeClassification>
  46.         <N1:classificationCategory>category1_95</N1:classificationCategory>
  47.         <N1:amount>10.000</N1:amount>
  48.       </incomeClassification>
  49.     </invoiceSummary>
  50.   </invoice>
  51. </InvoicesDoc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement