Sabre DCCI Printers Mock Server

Manage printer assignments for airline check-in and document printing workflows.

The DCCI API Printers service allows developers to programmatically assign or unassign printers within the Sabre Digital Check-In environment. This API is essential for managing hardware associations required for boarding pass issuance, baggage tag printing, and other airport document workflows.

Use this hosted mock server to simulate Sabre DCCI Printers APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate printer assignment logic, verify successful hardware binding, test unassignment workflows, and handle error responses when printer IDs are invalid or currently unavailable in the check-in environment.

Sabre DCCI Printers mock server is up and running!

Use this mock URL as the API base in your code to simulate Sabre DCCI Printers responses instantly.

https://sabre-dcci-printers.mock.beeceptor.com



Printers(4 operations)

Query Parameter NameExample
jipcc*commodo
Header NameExample
Authorization*"sit tempor quis in aliqua"
Application-ID"non magna reprehenderit enim nisi"
Conversation-ID"pariatur Excepteur laborum voluptate"
Message-ID"et esse sunt velit"
{
  "bagTagPrinterLniata": "C2CAA5",
  "boardingPassPrinterLniata": "512D",
  "hardCopyPrinterLniata": "4AB20",
  "reassignPrinters": false,
  "ticketPrinter": {
    "lniata": "87E",
    "station": "21843053",
    "stock": "2B"
  }
}
{
  "bagTagPrinterResult": {
    "code": "VALIDATION_ERROR",
    "message": "Station not reachable.",
    "type": "SUCCESS"
  },
  "boardingPassPrinterResult": {
    "code": "SUCCESS",
    "message": "Printer already in use.",
    "type": "SUCCESS"
  },
  "hardCopyPrinterResult": {
    "code": "VALIDATION_ERROR",
    "message": "Printer already in use.",
    "type": "SUCCESS"
  },
  "ticketPrinterResult": {
    "code": "SESSION_EXPIRED",
    "message": "Printer successfully assigned.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "The printer ID provided was not found",
  "status": "Incomplete",
  "timeStamp": "2026-06-17T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*id voluptate
Header NameExample
Application-ID"minim"
Authorization*"aliquip"
Conversation-ID"veniam"
Message-ID"commodo ut cillum"
{
  "boardingPassPrinterResult": {
    "code": "SUCCESS",
    "message": "Only 2 passenger types are allowed.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.GEN.SYSTEM_ERROR",
  "message": "An internal system error occurred",
  "status": "Unknown",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*do
Header NameExample
Authorization*"occaecat pariatur et"
Application-ID"est non aute sit"
Conversation-ID"consequat dolore amet exercitation"
Message-ID"ex"
{
  "printers": [
    "HARD_COPY",
    "TICKET"
  ]
}
{
  "bagTagPrinterResult": {
    "code": "SUCCESS",
    "message": "Invalid LNIATA format.",
    "type": "SUCCESS"
  },
  "boardingPassPrinterResult": {
    "code": "SESSION_EXPIRED",
    "message": "Printer successfully assigned.",
    "type": "SUCCESS"
  },
  "hardCopyPrinterResult": {
    "code": "SESSION_EXPIRED",
    "message": "Only 2 passenger types are allowed.",
    "type": "SUCCESS"
  },
  "ticketPrinterResult": {
    "code": "VALIDATION_ERROR",
    "message": "Only 2 passenger types are allowed.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.PRN.NOT_FOUND",
  "message": "The printer ID provided was not found",
  "status": "Complete",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*commodo nostrud ullamco
Header NameExample
Application-ID"exercitation ipsum"
Authorization*"non nostrud"
Conversation-ID"dolore incididunt dolor"
Message-ID"est in mollit sed"
{
  "boardingPassPrinterResult": {
    "code": "SESSION_EXPIRED",
    "message": "Station not reachable.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.GEN.SYSTEM_ERROR",
  "message": "An internal system error occurred",
  "status": "Complete",
  "timeStamp": "2026-06-16T00:00:00.0Z",
  "type": "BusinessLogic"
}
sabretravelcheck-inprintersdcci