POST api/PrinterControl

Request Information

URI Parameters

None.

Body Parameters

PrinterControlDTO
NameDescriptionTypeAdditional information
DocType

string

None.

POSCenterCode

string

None.

RefNo

string

None.

PrintReqOn

date

None.

isPrinted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DocType": "sample string 1",
  "POSCenterCode": "sample string 2",
  "RefNo": "sample string 3",
  "PrintReqOn": "2026-01-28T15:13:58.5457254+05:30",
  "isPrinted": true
}

application/xml, text/xml

Sample:
<PrinterControlDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CitrusPOS_WebAPI2">
  <DocType>sample string 1</DocType>
  <POSCenterCode>sample string 2</POSCenterCode>
  <PrintReqOn>2026-01-28T15:13:58.5457254+05:30</PrintReqOn>
  <RefNo>sample string 3</RefNo>
  <isPrinted>true</isPrinted>
</PrinterControlDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.