GET api/efiscal/demo/ex29ImportData?type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EFTCRCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Uid | string |
None. |
|
| BusinessUnitCode | string |
None. |
|
| ENUIdentifier | string |
None. |
|
| ExistingTCRCode | string |
None. |
|
| Type | string |
None. |
|
| TestMode | boolean |
None. |
|
| DateSend | date |
None. |
|
| VATNumber | string |
None. |
|
| InternalIdentifier | string |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Uid": "sample string 1",
"BusinessUnitCode": "sample string 2",
"ENUIdentifier": "sample string 3",
"ExistingTCRCode": "sample string 4",
"Type": "sample string 5",
"TestMode": true,
"DateSend": "2026-08-11T16:45:13.8612069+00:00",
"VATNumber": "sample string 8",
"InternalIdentifier": "sample string 9",
"ValidFrom": "2026-08-11T16:45:13.8612069+00:00",
"ValidTo": "2026-08-11T16:45:13.8612069+00:00",
"ValidToSpecified": true
}
application/xml, text/xml
Sample:
<TCRCommand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <UID>sample string 1</UID> <BusinessUnitCode>sample string 2</BusinessUnitCode> <ENUIdentifier>sample string 3</ENUIdentifier> <ExistingTCRCode>sample string 4</ExistingTCRCode> <Type>sample string 5</Type> <TestMode>true</TestMode> <DateSend>2026-08-11T16:45:13.8612069+00:00</DateSend> <VATNumber>sample string 8</VATNumber> <InternalIdentifier>sample string 9</InternalIdentifier> <ValidFrom>2026-08-11T16:45:13.8612069+00:00</ValidFrom> <ValidTo>2026-08-11T16:45:13.8612069+00:00</ValidTo> </TCRCommand>