GET api/efiscal/demo/ex13CashReceiptGroupedReceipt?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

None.

Response Information

Resource Description

EFiscalReceiptCommand
NameDescriptionTypeAdditional information
Uid

string

None.

IKOF

string

None.

ENUIdentifier

string

None.

DocumentType

string

None.

DocumentNumber

integer

None.

BasePriceIsWithoutTax

boolean

None.

IsNoCashReceipt

boolean

None.

DateSend

date

None.

ConnectedDocuments

EFConnectedDocuments

None.

IsReverseCharge

boolean

None.

DueDate

date

None.

User

EFUser

None.

Buyer

EFClient

None.

Seller

EFClient

None.

IsExport

boolean

None.

ParagonBlockNumber

string

None.

Currency

EFCurrency

None.

Sales

EFSales

None.

Payments

EFPayments

None.

Footer

EFFooter

None.

Type

string

None.

TestMode

boolean

None.

Debug

string

None.

Properties

EFProperties

None.

Response Formats

application/json, text/json

Sample:
{
  "Uid": "sample string 4",
  "IKOF": "sample string 5",
  "ENUIdentifier": "sample string 6",
  "DocumentType": "sample string 7",
  "DocumentNumber": 8,
  "BasePriceIsWithoutTax": true,
  "IsNoCashReceipt": true,
  "DateSend": "2026-08-11T16:46:52.6817315+00:00",
  "ConnectedDocuments": {
    "DocumentRow": [
      {
        "Uid": "sample string 1",
        "IssueDate": "2026-08-11T16:46:52.6817315+00:00",
        "Type": "sample string 3",
        "Total": 4.0
      },
      {
        "Uid": "sample string 1",
        "IssueDate": "2026-08-11T16:46:52.6817315+00:00",
        "Type": "sample string 3",
        "Total": 4.0
      }
    ]
  },
  "IsReverseCharge": true,
  "IsReverseChargeSpecified": true,
  "DueDate": "2026-08-11T16:46:52.6817315+00:00",
  "DueDateSpecified": true,
  "User": {
    "UserCode": "sample string 1",
    "UserName": "sample string 2"
  },
  "Buyer": {
    "Name": "sample string 1",
    "IDType": "sample string 2",
    "IDValue": "sample string 3",
    "Country": "sample string 4",
    "Town": "sample string 5",
    "Address": "sample string 6"
  },
  "Seller": {
    "Name": "sample string 1",
    "IDType": "sample string 2",
    "IDValue": "sample string 3",
    "Country": "sample string 4",
    "Town": "sample string 5",
    "Address": "sample string 6"
  },
  "IsExport": true,
  "IsExportSpecified": true,
  "ParagonBlockNumber": "sample string 12",
  "Currency": {
    "Code": "sample string 1",
    "Rate": 2.0
  },
  "Sales": {
    "ItemSaleRow": [
      {
        "ItemCode": "sample string 1",
        "ItemName": "sample string 2",
        "Price": 3.0,
        "DiscountPercentage": 4.0,
        "DiscountAmount": 5.0,
        "Quantity": 6.0,
        "TaxRate": 7.0,
        "IsTaxFree": true,
        "IsTaxFreeSpecified": true,
        "TaxFreeReason": "sample string 8",
        "UnitOfMeasure": "sample string 9",
        "Properties": {
          "Property": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            },
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ]
        }
      },
      {
        "ItemCode": "sample string 1",
        "ItemName": "sample string 2",
        "Price": 3.0,
        "DiscountPercentage": 4.0,
        "DiscountAmount": 5.0,
        "Quantity": 6.0,
        "TaxRate": 7.0,
        "IsTaxFree": true,
        "IsTaxFreeSpecified": true,
        "TaxFreeReason": "sample string 8",
        "UnitOfMeasure": "sample string 9",
        "Properties": {
          "Property": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            },
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ]
        }
      }
    ]
  },
  "Payments": {
    "PaymentRow": [
      {
        "PaymentAmount": 1.0,
        "PaymentType": "sample string 2"
      },
      {
        "PaymentAmount": 1.0,
        "PaymentType": "sample string 2"
      }
    ]
  },
  "Footer": {
    "Message": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "Type": "sample string 13",
  "TestMode": true,
  "Debug": "sample string 15",
  "Properties": {
    "Property": [
      {
        "Key": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Key": "sample string 1",
        "Value": "sample string 2"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<FiscalReceiptCommand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <UID>sample string 4</UID>
  <IKOF>sample string 5</IKOF>
  <ENUIdentifier>sample string 6</ENUIdentifier>
  <DocumentType>sample string 7</DocumentType>
  <DocumentNumber>8</DocumentNumber>
  <BasePriceIsWithoutTax>true</BasePriceIsWithoutTax>
  <IsNoCashReceipt>true</IsNoCashReceipt>
  <DateSend>2026-08-11T16:46:52.6817315+00:00</DateSend>
  <ConnectedDocuments>
    <DocumentRow>
      <UID>sample string 1</UID>
      <IssueDate>2026-08-11T16:46:52.6817315+00:00</IssueDate>
      <Type>sample string 3</Type>
      <Total>4</Total>
    </DocumentRow>
    <DocumentRow>
      <UID>sample string 1</UID>
      <IssueDate>2026-08-11T16:46:52.6817315+00:00</IssueDate>
      <Type>sample string 3</Type>
      <Total>4</Total>
    </DocumentRow>
  </ConnectedDocuments>
  <IsReverseCharge>true</IsReverseCharge>
  <DueDate>2026-08-11T16:46:52.6817315+00:00</DueDate>
  <User>
    <UserCode>sample string 1</UserCode>
    <UserName>sample string 2</UserName>
  </User>
  <Buyer>
    <Name>sample string 1</Name>
    <IDType>sample string 2</IDType>
    <IDValue>sample string 3</IDValue>
    <Country>sample string 4</Country>
    <Town>sample string 5</Town>
    <Address>sample string 6</Address>
  </Buyer>
  <Seller>
    <Name>sample string 1</Name>
    <IDType>sample string 2</IDType>
    <IDValue>sample string 3</IDValue>
    <Country>sample string 4</Country>
    <Town>sample string 5</Town>
    <Address>sample string 6</Address>
  </Seller>
  <IsExport>true</IsExport>
  <ParagonBlockNumber>sample string 12</ParagonBlockNumber>
  <Currency>
    <Code>sample string 1</Code>
    <Rate>2</Rate>
  </Currency>
  <Sales>
    <ItemSaleRow>
      <ItemCode>sample string 1</ItemCode>
      <ItemName>sample string 2</ItemName>
      <Price>3</Price>
      <DiscountPercentage>4</DiscountPercentage>
      <DiscountAmount>5</DiscountAmount>
      <Quantity>6</Quantity>
      <TaxRate>7</TaxRate>
      <IsTaxFree>true</IsTaxFree>
      <TaxFreeReason>sample string 8</TaxFreeReason>
      <UnitOfMeasure>sample string 9</UnitOfMeasure>
      <Properties>
        <Property Key="sample string 1" Value="sample string 2" />
        <Property Key="sample string 1" Value="sample string 2" />
      </Properties>
    </ItemSaleRow>
    <ItemSaleRow>
      <ItemCode>sample string 1</ItemCode>
      <ItemName>sample string 2</ItemName>
      <Price>3</Price>
      <DiscountPercentage>4</DiscountPercentage>
      <DiscountAmount>5</DiscountAmount>
      <Quantity>6</Quantity>
      <TaxRate>7</TaxRate>
      <IsTaxFree>true</IsTaxFree>
      <TaxFreeReason>sample string 8</TaxFreeReason>
      <UnitOfMeasure>sample string 9</UnitOfMeasure>
      <Properties>
        <Property Key="sample string 1" Value="sample string 2" />
        <Property Key="sample string 1" Value="sample string 2" />
      </Properties>
    </ItemSaleRow>
  </Sales>
  <Payments>
    <PaymentRow>
      <PaymentAmount>1</PaymentAmount>
      <PaymentType>sample string 2</PaymentType>
    </PaymentRow>
    <PaymentRow>
      <PaymentAmount>1</PaymentAmount>
      <PaymentType>sample string 2</PaymentType>
    </PaymentRow>
  </Payments>
  <Footer>
    <Message>sample string 1</Message>
    <Message>sample string 2</Message>
  </Footer>
  <Type>sample string 13</Type>
  <TestMode>true</TestMode>
  <Debug>sample string 15</Debug>
  <Properties>
    <Property Key="sample string 1" Value="sample string 2" />
    <Property Key="sample string 1" Value="sample string 2" />
  </Properties>
</FiscalReceiptCommand>