POST api/al/text/command
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": "3af56bdc-28a6-4a8b-be7c-dd8dc5487691",
"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:
"2628726c-a668-4a1d-a39b-88e82c315822"
application/xml, text/xml
Sample:
<guid>2628726c-a668-4a1d-a39b-88e82c315822</guid>