PUT api/printer/{name}

Update printer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

Printer name

string

Required

Body Parameters

Printer to save

Printer
NameDescriptionTypeAdditional information
Name

string

String length: inclusive between 0 and 60

Updated

date

None.

Deleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "updated": "2025-06-14T06:15:00.7077198",
  "deleted": true
}

application/xml, text/xml

Sample:
<Printer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
  <Deleted>true</Deleted>
  <Name>sample string 1</Name>
  <Updated>2025-06-14T06:15:00.7077198+00:00</Updated>
</Printer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.