POST api/efiscal/TCR
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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:22.2835736+00:00",
"VATNumber": "sample string 8",
"InternalIdentifier": "sample string 9",
"ValidFrom": "2026-08-11T16:45:22.2835736+00:00",
"ValidTo": "2026-08-11T16:45:22.2835736+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:22.2835736+00:00</DateSend> <VATNumber>sample string 8</VATNumber> <InternalIdentifier>sample string 9</InternalIdentifier> <ValidFrom>2026-08-11T16:45:22.2835736+00:00</ValidFrom> <ValidTo>2026-08-11T16:45:22.2835736+00:00</ValidTo> </TCRCommand>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>