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": "109a280c-1e51-4f40-8e99-a8544ea9a7a3",
"UIDResponse": "5f79869b-02fa-4c6a-b83d-baf5a3506b4d",
"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>109a280c-1e51-4f40-8e99-a8544ea9a7a3</UIDRequest> <UIDResponse>5f79869b-02fa-4c6a-b83d-baf5a3506b4d</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": "66dc2f8a-d597-44a7-af42-4c3088eeed07",
"PrinterId": "sample string 2",
"Rows": [
"sample string 1",
"sample string 2"
],
"PrinterCode": "sample string 3",
"RequestTime": "2026-09-01T00:06:19.0601966+00:00",
"ExecutionTime": "2026-09-01T00:06:19.0601966+00:00",
"StatusCode": 6,
"Success": true,
"Message": "sample string 8"
}