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": "32c3f7cf-2995-4f7a-a2c0-20b6c9b847a2",
"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:
"ce8c8af6-e047-4077-a5ea-ac24798ca0b2"
application/xml, text/xml
Sample:
<guid>ce8c8af6-e047-4077-a5ea-ac24798ca0b2</guid>