GET api/efiscal/register/allTCRAsText?showAll={showAll}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAll | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
EFTCRCommandResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ENUInfo | EFENUInfo |
None. |
|
| Url | EFUrl |
None. |
|
| ENUIdentifier | string |
None. |
|
| UIDRequest | string |
None. |
|
| UIDResponse | string |
None. |
|
| ResponseCode | string |
None. |
|
| InternalId | string |
None. |
|
| RawMessage | string |
None. |
|
| IsSucccess | boolean |
None. |
|
| Error | EFErrorResponse |
None. |
|
| Data | EFSuccessDataResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"ENUInfo": {
"VATNumber": "sample string 1",
"BusinessUnitCode": "sample string 2",
"ENUCode": "sample string 3",
"SoftwareCode": "sample string 4",
"InternalIdentifier": "sample string 5"
},
"Url": {
"Value": "sample string 1"
},
"ENUIdentifier": "sample string 1",
"UIDRequest": "sample string 2",
"UIDResponse": "sample string 3",
"ResponseCode": "sample string 4",
"InternalId": "sample string 5",
"RawMessage": "sample string 6",
"IsSucccess": true,
"Error": {
"ErrorCode": "sample string 1",
"ErrorMessage": "sample string 2"
},
"Data": {
"DocumentNumber": "sample string 1"
}
}
application/xml, text/xml
Sample:
<TCRCommandResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<IsSucccess>true</IsSucccess>
<Error>
<ErrorCode>sample string 1</ErrorCode>
<ErrorMessage>sample string 2</ErrorMessage>
</Error>
<Data>
<DocumentNumber>sample string 1</DocumentNumber>
</Data>
<Url><![CDATA[sample string 1]]></Url>
<ENUIdentifier>sample string 1</ENUIdentifier>
<UIDRequest>sample string 2</UIDRequest>
<UIDResponse>sample string 3</UIDResponse>
<ResponseCode>sample string 4</ResponseCode>
<InternalId>sample string 5</InternalId>
<RawMessage>sample string 6</RawMessage>
<ENUInfo>
<VATNumber>sample string 1</VATNumber>
<BusinessUnit>sample string 2</BusinessUnit>
<ENUCode>sample string 3</ENUCode>
<SoftwareCode>sample string 4</SoftwareCode>
<InternalIdentifier>sample string 5</InternalIdentifier>
</ENUInfo>
</TCRCommandResponse>