API

System APIs

POST system/print-connectors/{printConnectorId}/printers

Adds a printer to specified print connector.

HTTP method POST
URI https://api.rambase.net/system/print-connectors/{printConnectorId}/printers
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {printConnectorId} Print connector identifier
Integer, minimum 100000
Successful HTTP status code 201
API resource identifier 1803, version 12

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
<Printer>
2
     <Name
Name

Required/mandatory field

Name of the printer

>
{String}</Name>
3
     <Status
Status

Status of the printer

This field is optional.

>
{String}</Status>
4
     <DeviceStatus
DeviceStatus

Status of the printer

This field is optional.

>
{String}</DeviceStatus>
5
     <Port
Port

Required/mandatory field

The port of the printer

>
{String}</Port>
6
     <Driver
Driver

The driver of the printer

This field is optional.

>
{String}</Driver>
7
</Printer>
1
{
2
     "printer": {
3
          "name
Name

Required/mandatory field

Name of the printer

":
"{String}",
4
          "status
Status

Status of the printer

This field is optional.

":
"{String}",
5
          "deviceStatus
DeviceStatus

Status of the printer

This field is optional.

":
"{String}",
6
          "port
Port

Required/mandatory field

The port of the printer

":
"{String}",
7
          "driver
Driver

The driver of the printer

This field is optional.

":
"{String}"
8
     }
9
}

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<Printer>
2
     <PrinterId
PrinterId

Identifier of the printer

>
{Integer}</PrinterId>
3
     <Status
Status

Status of the printer
4 = Active
9 = Deleted

>
{Integer}</Status>
4
     <DeviceStatus
DeviceStatus

Status of the printer

>
{String}</DeviceStatus>
5
     <Name
Name

Name of the printer

>
{String}</Name>
6
     <Port
Port

The port of the printer

>
{String}</Port>
7
     <Driver
Driver

The driver of the printer

>
8
          <RoomId
RoomId

Identifier of the room

>
{Integer}</RoomId>
9
          <Name
Name

Name of the room

>
{String}</Name>
10
          <RoomLink
RoomLink

Reference to the room

>
{String}</RoomLink>
11
     </Driver>
12
</Printer>
1
{
2
     "printer": {
3
          "printerId
PrinterId

Identifier of the printer

":
"{Integer}",
4
          "status
Status

Status of the printer
4 = Active
9 = Deleted

":
"{Integer}",
5
          "deviceStatus
DeviceStatus

Status of the printer

":
"{String}",
6
          "name
Name

Name of the printer

":
"{String}",
7
          "port
Port

The port of the printer

":
"{String}",
8
          "driver
Driver

The driver of the printer

":
{
9
               "roomId
RoomId

Identifier of the room

":
"{Integer}",
10
               "name
Name

Name of the room

":
"{String}",
11
               "roomLink
RoomLink

Reference to the room

":
"{String}"
12
          }
13
     }
14
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100036 HTTP 400 Missing required input parameter: {0}
Error 100667 HTTP 404 Print connector not found