Advertisement
kspatharas

Untitled

Nov 20th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.49 KB | None | 0 0
  1. <InvoicesDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.aade.gr/myDATA/invoice/v1.0">
  2.   <invoice>
  3.     <uid>C36C3F8F2B4863C........</uid>
  4.     <mark>400001938328047........</mark>
  5.     <authenticationCode>DF77A569B863CA6F31CD116C......</authenticationCode>
  6.     <issuer>
  7.       <vatNumber>000000000</vatNumber>
  8.       <country>GR</country>
  9.       <branch>0</branch>
  10.     </issuer>
  11.     <counterpart>
  12.       <vatNumber>xxxxxxxxx</vatNumber>
  13.       <country>GR</country>
  14.       <branch>0</branch>
  15.     </counterpart>
  16.     <invoiceHeader>
  17.       <series>0</series>
  18.       <aa>71</aa>
  19.       <issueDate>2024-10-17</issueDate>
  20.       <invoiceType>8.4</invoiceType>
  21.       <currency>EUR</currency>
  22.       <multipleConnectedMarks>xxxxxxxxx</multipleConnectedMarks>
  23.     </invoiceHeader>
  24.     <paymentMethods>
  25.       <paymentMethodDetails>
  26.         <type>7</type>
  27.         <amount>100</amount>
  28.         <transactionId>026;000018;000009;651477</transactionId>
  29.         <tid>08xxxxx45</tid>
  30.         <ProvidersSignature>
  31.           <SigningAuthor>xxxx</SigningAuthor>
  32.           <Signature>MEQCIGKZPYEFBgjNhZa+...........pnUjF3JXjCo/2teRafH8KSAeNW+g==</Signature>
  33.         </ProvidersSignature>
  34.       </paymentMethodDetails>
  35.     </paymentMethods>
  36.     <invoiceDetails>
  37.       <lineNumber>1</lineNumber>
  38.       <netValue>100</netValue>
  39.       <vatCategory>8</vatCategory>
  40.       <vatAmount>0</vatAmount>
  41.       <lineComments />
  42.       <incomeClassification>
  43.         <classificationCategory xmlns="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">category1_95</classificationCategory>
  44.         <amount xmlns="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">100</amount>
  45.       </incomeClassification>
  46.     </invoiceDetails>
  47.     <invoiceSummary>
  48.       <totalNetValue>100</totalNetValue>
  49.       <totalVatAmount>0</totalVatAmount>
  50.       <totalWithheldAmount>0</totalWithheldAmount>
  51.       <totalFeesAmount>0</totalFeesAmount>
  52.       <totalStampDutyAmount>0</totalStampDutyAmount>
  53.       <totalOtherTaxesAmount>0</totalOtherTaxesAmount>
  54.       <totalDeductionsAmount>0</totalDeductionsAmount>
  55.       <totalGrossValue>100</totalGrossValue>
  56.       <incomeClassification>
  57.         <classificationCategory xmlns="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">category1_95</classificationCategory>
  58.         <amount xmlns="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">100</amount>
  59.       </incomeClassification>
  60.     </invoiceSummary>
  61.   </invoice>
  62. </InvoicesDoc>
Tags: mydata 8.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement