GET api/efiscal/register/getReceiptByIKOF?IKOF={IKOF}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IKOF | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EFiscalReceiptCommandExt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ENUIdentifier | string |
None. |
|
| Total | decimal number |
None. |
|
| Tax21 | decimal number |
None. |
|
| Tax15 | decimal number |
None. |
|
| Tax7 | decimal number |
None. |
|
| Tax0 | decimal number |
None. |
|
| Payments1 | decimal number |
None. |
|
| Payments2 | decimal number |
None. |
|
| Payments3 | decimal number |
None. |
|
| Payments4 | decimal number |
None. |
|
| Payments5 | decimal number |
None. |
|
| Payments10 | decimal number |
None. |
|
| Order | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| Time | date |
None. |
|
| LogTime | date |
None. |
|
| Uri | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| Url | string |
None. |
|
| ErrorMessage | string |
None. |
|
| ErrorCode | string |
None. |
|
| MessageJson | string |
None. |
|
| ResponseJson | string |
None. |
|
| IKOF | string |
None. |
|
| Type | string |
None. |
|
| DocumentNumber | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ENUIdentifier": "sample string 2",
"Total": 3.0,
"Tax21": 4.0,
"Tax15": 5.0,
"Tax7": 6.0,
"Tax0": 7.0,
"Payments1": 8.0,
"Payments2": 9.0,
"Payments3": 10.0,
"Payments4": 11.0,
"Payments5": 12.0,
"Payments10": 13.0,
"Order": 1.0,
"Discount": 1.0,
"Time": "2026-08-11T14:13:16.692939+00:00",
"LogTime": "2026-08-11T14:13:16.692939+00:00",
"Uri": "sample string 15",
"IsSuccess": true,
"Url": "sample string 17",
"ErrorMessage": "sample string 18",
"ErrorCode": "sample string 19",
"MessageJson": "sample string 20",
"ResponseJson": "sample string 21",
"IKOF": "sample string 22",
"Type": "sample string 23",
"DocumentNumber": 24
}
application/xml, text/xml
Sample:
<EFiscalReceiptCommandExt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>sample string 1</Id> <ENUIdentifier>sample string 2</ENUIdentifier> <Total>3</Total> <Tax21>4</Tax21> <Tax15>5</Tax15> <Tax7>6</Tax7> <Tax0>7</Tax0> <Payments1>8</Payments1> <Payments2>9</Payments2> <Payments3>10</Payments3> <Payments4>11</Payments4> <Payments5>12</Payments5> <Payments10>13</Payments10> <Order>1</Order> <Discount>1</Discount> <Time>2026-08-11T14:13:16.692939+00:00</Time> <LogTime>2026-08-11T14:13:16.692939+00:00</LogTime> <Uri>sample string 15</Uri> <IsSuccess>true</IsSuccess> <Url>sample string 17</Url> <ErrorMessage>sample string 18</ErrorMessage> <ErrorCode>sample string 19</ErrorCode> <MessageJson>sample string 20</MessageJson> <ResponseJson>sample string 21</ResponseJson> <IKOF>sample string 22</IKOF> <Type>sample string 23</Type> <DocumentNumber>24</DocumentNumber> </EFiscalReceiptCommandExt>