POST api/Printer/Sync

Request Information

URI Parameters

None.

Body Parameters

Collection of Xenia_Printer
NameDescriptionTypeAdditional information
Printer_Uid

string

String length: inclusive between 0 and 255

Printer_Name

string

String length: inclusive between 0 and 255

Printer_NoOffPrints

string

String length: inclusive between 0 and 50

Printer_ShowPrintConfirmation

boolean

None.

Printer_PrinterModel

string

String length: inclusive between 0 and 255

Printer_PrinterInfo

string

String length: inclusive between 0 and 255

Printer_ConnectionType

string

String length: inclusive between 0 and 255

Printer_PrintSize

string

String length: inclusive between 0 and 50

Printer_ConnectionStatus

string

String length: inclusive between 0 and 255

Printer_Active

boolean

None.

Printer_CompanyUid

string

String length: inclusive between 0 and 255

Printer_StoreUid

string

String length: inclusive between 0 and 255

Printer_CreatedOn

date

None.

Printer_CreatedBy

string

String length: inclusive between 0 and 255

Printer_ModifiedOn

date

None.

Printer_ModifiedBy

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Printer_Uid": "sample string 1",
    "Printer_Name": "sample string 2",
    "Printer_NoOffPrints": "sample string 3",
    "Printer_ShowPrintConfirmation": true,
    "Printer_PrinterModel": "sample string 4",
    "Printer_PrinterInfo": "sample string 5",
    "Printer_ConnectionType": "sample string 6",
    "Printer_PrintSize": "sample string 7",
    "Printer_ConnectionStatus": "sample string 8",
    "Printer_Active": true,
    "Printer_CompanyUid": "sample string 9",
    "Printer_StoreUid": "sample string 10",
    "Printer_CreatedOn": "2025-12-06T09:17:09.5433658+05:30",
    "Printer_CreatedBy": "sample string 11",
    "Printer_ModifiedOn": "2025-12-06T09:17:09.5433658+05:30",
    "Printer_ModifiedBy": "sample string 12"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.