Sabre DCCI Printers Virtual Sandbox

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 sandbox 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 virtual sandbox is up and running!

Use this sandbox 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*ex magna
Header NameExample
Authorization*"nisi enim eu nulla proident"
Application-ID"in commodo do exercitation"
Conversation-ID"pariatur exercitation velit"
Message-ID"sit"
{
  "bagTagPrinterLniata": "7AED9",
  "boardingPassPrinterLniata": "E71BC9",
  "hardCopyPrinterLniata": "05701",
  "reassignPrinters": true,
  "ticketPrinter": {
    "lniata": "86BD34",
    "station": "78361890",
    "stock": "4B"
  }
}
{
  "bagTagPrinterResult": {
    "code": "UNAUTHORIZED",
    "message": "Only 2 passenger types are allowed.",
    "type": "SUCCESS"
  },
  "boardingPassPrinterResult": {
    "code": "SUCCESS",
    "message": "Invalid LNIATA format.",
    "type": "SUCCESS"
  },
  "hardCopyPrinterResult": {
    "code": "SUCCESS",
    "message": "Station not reachable.",
    "type": "SUCCESS"
  },
  "ticketPrinterResult": {
    "code": "VALIDATION_ERROR",
    "message": "Only 2 passenger types are allowed.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.GEN.SYSTEM_ERROR",
  "message": "The printer ID provided was not found",
  "status": "NotProcessed",
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "type": "Transport"
}
Query Parameter NameExample
jipcc*ipsum in ad minim
Header NameExample
Application-ID"sint"
Authorization*"ullamco nisi cupidatat"
Conversation-ID"officia occaecat amet aliquip consequat"
Message-ID"ex aliqua ea"
{
  "boardingPassPrinterResult": {
    "code": "SESSION_EXPIRED",
    "message": "Station not reachable.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "An internal system error occurred",
  "status": "Complete",
  "timeStamp": "2026-07-20T00:00:00.0Z",
  "type": "Transport"
}
Query Parameter NameExample
jipcc*in officia
Header NameExample
Authorization*"ex incididunt ut enim"
Application-ID"nulla et irure fugiat laboris"
Conversation-ID"Duis proident magna et ipsum"
Message-ID"enim sed"
{
  "printers": [
    "BAG_TAG"
  ]
}
{
  "bagTagPrinterResult": {
    "code": "PRINTER_NOT_FOUND",
    "message": "Printer already in use.",
    "type": "SUCCESS"
  },
  "boardingPassPrinterResult": {
    "code": "UNAUTHORIZED",
    "message": "Invalid LNIATA format.",
    "type": "SUCCESS"
  },
  "hardCopyPrinterResult": {
    "code": "PRINTER_NOT_FOUND",
    "message": "Printer already in use.",
    "type": "SUCCESS"
  },
  "ticketPrinterResult": {
    "code": "VALIDATION_ERROR",
    "message": "Printer successfully assigned.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.PRN.NOT_FOUND",
  "message": "The printer ID provided was not found",
  "status": "Unknown",
  "timeStamp": "2026-07-21T00:00:00.0Z",
  "type": "Application"
}
Query Parameter NameExample
jipcc*dolor
Header NameExample
Application-ID"culpa laborum labore minim aliquip"
Authorization*"aliqua dolore magna"
Conversation-ID"sed veniam"
Message-ID"adipisicing in officia"
{
  "boardingPassPrinterResult": {
    "code": "PRINTER_NOT_FOUND",
    "message": "Station not reachable.",
    "type": "SUCCESS"
  }
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "An internal system error occurred",
  "status": "NotProcessed",
  "timeStamp": "2026-07-20T00:00:00.0Z",
  "type": "Transport"
}
sabretravelcheck-inprintersdcci