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.
Printers(4 operations)
POST
| Query Parameter Name | Example |
|---|---|
jipcc* | ut officia |
| Header Name | Example |
|---|---|
Authorization* | "do consequat qui consectetur" |
Application-ID | "velit Lorem" |
Conversation-ID | "ut minim magna" |
Message-ID | "id ex dolore" |
{
"bagTagPrinterLniata": "60C",
"boardingPassPrinterLniata": "C0B16F",
"hardCopyPrinterLniata": "D3E3F",
"reassignPrinters": true,
"ticketPrinter": {
"lniata": "AD688F",
"station": "36596985",
"stock": "2B"
}
}{
"bagTagPrinterResult": {
"code": "PRINTER_NOT_FOUND",
"message": "Invalid LNIATA format.",
"type": "SUCCESS"
},
"boardingPassPrinterResult": {
"code": "PRINTER_NOT_FOUND",
"message": "Invalid LNIATA format.",
"type": "SUCCESS"
},
"hardCopyPrinterResult": {
"code": "VALIDATION_ERROR",
"message": "Printer already in use.",
"type": "SUCCESS"
},
"ticketPrinterResult": {
"code": "SUCCESS",
"message": "Invalid LNIATA format.",
"type": "SUCCESS"
}
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "The printer ID provided was not found",
"status": "Unknown",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Transport"
}GET
| Query Parameter Name | Example |
|---|---|
jipcc* | ut anim exercitation |
| Header Name | Example |
|---|---|
Application-ID | "sit dolore veniam aliqua" |
Authorization* | "est magna" |
Conversation-ID | "aliquip quis esse laborum mollit" |
Message-ID | "exercitation ut mollit dolore" |
{
"boardingPassPrinterResult": {
"code": "UNAUTHORIZED",
"message": "Printer already in use.",
"type": "SUCCESS"
}
}{
"errorCode": "ERR.2SG.GEN.SYSTEM_ERROR",
"message": "Authentication data is missing",
"status": "Incomplete",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Application"
}POST
| Query Parameter Name | Example |
|---|---|
jipcc* | reprehenderit nisi consectetur proident quis |
| Header Name | Example |
|---|---|
Authorization* | "mollit nostrud non in exercitation" |
Application-ID | "mollit" |
Conversation-ID | "Lorem Ut laborum ipsum non" |
Message-ID | "non proident laboris sed adipisicing" |
{
"printers": [
"BAG_TAG",
"TICKET",
"BAG_TAG",
"BOARDING_PASS"
]
}{
"bagTagPrinterResult": {
"code": "PRINTER_NOT_FOUND",
"message": "Printer already in use.",
"type": "SUCCESS"
},
"boardingPassPrinterResult": {
"code": "VALIDATION_ERROR",
"message": "Printer successfully assigned.",
"type": "SUCCESS"
},
"hardCopyPrinterResult": {
"code": "SUCCESS",
"message": "Invalid LNIATA format.",
"type": "SUCCESS"
},
"ticketPrinterResult": {
"code": "UNAUTHORIZED",
"message": "Printer already in use.",
"type": "SUCCESS"
}
}{
"errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
"message": "Authentication data is missing",
"status": "Complete",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Validation"
}GET
| Query Parameter Name | Example |
|---|---|
jipcc* | eu magna |
| Header Name | Example |
|---|---|
Application-ID | "et ut do deserunt est" |
Authorization* | "ullamco culpa veniam proident" |
Conversation-ID | "dolor" |
Message-ID | "culpa elit mollit Lorem" |
{
"boardingPassPrinterResult": {
"code": "SUCCESS",
"message": "Station not reachable.",
"type": "SUCCESS"
}
}{
"errorCode": "ERR.2SG.PRN.NOT_FOUND",
"message": "Authentication data is missing",
"status": "NotProcessed",
"timeStamp": "2026-08-23T00:00:00.0Z",
"type": "Application"
}Service Homepage: developer.sabre.com/rest-api/dcci-api-printers/26.03.01
sabretravelcheck-inprintersdcci