POST api/text/fiscal/fiscalCommand
Request Information
URI Parameters
None.
Body Parameters
FiscalTextCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| Rows | Collection of string |
None. |
|
| FileName | string |
None. |
|
| UID | globally unique identifier |
None. |
|
| PrinterId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Rows": [
"sample string 1",
"sample string 2"
],
"FileName": "sample string 1",
"UID": "511ede69-6faf-4b76-a33a-88e8bc2656e5",
"PrinterId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"d65adfe5-b9f0-4a06-88b0-d5e17f1a9b46"
application/xml, text/xml
Sample:
<guid>d65adfe5-b9f0-4a06-88b0-d5e17f1a9b46</guid>