POST api/text/fiscal/verifyCommandStatus
Request Information
URI Parameters
None.
Body Parameters
CommandResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PrinterId | string |
None. |
|
| UIDRequest | globally unique identifier |
None. |
|
| UIDResponse | globally unique identifier |
None. |
|
| FileName | string |
None. |
|
| ReceiptPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrinterId": "sample string 1",
"UIDRequest": "f6be954e-0a83-48fe-8d46-1c0b029c31bc",
"UIDResponse": "a69cf49c-5c28-47e0-ac23-867b7e77c331",
"FileName": "sample string 4",
"ReceiptPath": "sample string 5"
}
application/xml, text/xml
Sample:
<CommandResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PrinterId>sample string 1</PrinterId> <UIDRequest>f6be954e-0a83-48fe-8d46-1c0b029c31bc</UIDRequest> <UIDResponse>a69cf49c-5c28-47e0-ac23-867b7e77c331</UIDResponse> <FileName>sample string 4</FileName> <ReceiptPath>sample string 5</ReceiptPath> </CommandResponse>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommandStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| UID | globally unique identifier |
None. |
|
| PrinterId | string |
None. |
|
| Rows | Collection of string |
None. |
|
| PrinterCode | string |
None. |
|
| RequestTime | date |
None. |
|
| ExecutionTime | date |
None. |
|
| StatusCode | integer |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UID": "b7aa8902-8d9a-4f6d-b18d-8717e59d0817",
"PrinterId": "sample string 2",
"Rows": [
"sample string 1",
"sample string 2"
],
"PrinterCode": "sample string 3",
"RequestTime": "2026-08-11T16:44:15.9281165+00:00",
"ExecutionTime": "2026-08-11T16:44:15.9281165+00:00",
"StatusCode": 6,
"Success": true,
"Message": "sample string 8"
}