POST api/text/fiscal/serviceStatus

Request Information

URI Parameters

None.

Body Parameters

BaseCommand
NameDescriptionTypeAdditional information
UID

globally unique identifier

None.

PrinterId

string

None.

FileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UID": "38a92e65-06d2-410d-b9b5-e93e4fefbebb",
  "PrinterId": "sample string 2",
  "FileName": "sample string 3"
}

application/xml, text/xml

Sample:
<BaseCommand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <UID>38a92e65-06d2-410d-b9b5-e93e4fefbebb</UID>
  <PrinterId>sample string 2</PrinterId>
  <FileName>sample string 3</FileName>
</BaseCommand>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>