POST api/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": "02670044-55ca-430e-9177-eb92ce528c69",
"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:
"cfd8adb1-68b5-40b1-ae8e-1cdd344b33b4"
application/xml, text/xml
Sample:
<guid>cfd8adb1-68b5-40b1-ae8e-1cdd344b33b4</guid>