PUT api/printer/{name}
Update printer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Printer name |
string |
Required |
Body Parameters
Printer to save
Printer| Name | Description | Type | Additional 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": "2026-04-03T06:25:00.627068",
"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>2026-04-03T06:25:00.627068+00:00</Updated> </Printer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.