Sabre Lodging Retailer Groups Mock Server
Manage and configure lodging group settings for the Sabre Lodging Retailer product.
The Lodging Retailer – Groups API allows you to create, manage, update, and delete groups in the Lodging Retailer product. This service provides a virtual environment to prototype group configuration workflows and validate request payloads for lodging management.
Use this hosted mock server to simulate Sabre Lodging Retailer Groups 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 group creation logic, update existing group configurations, retrieve group lists, and test deletion workflows, ensuring your application correctly handles group-based lodging data structures and API responses.
Groups(4 operations)
POST
{
"targetPcc": "XY12",
"name": "Test Name",
"type": "Sabre Property ID",
"pccDetails": [
"XY12"
],
"corporateIds": [
"1"
],
"countries": [
"US"
],
"chains": [
"AA"
],
"masterChains": [
"XX"
],
"globalPropertyIds": [
"81646663"
],
"sabrePropertyIds": [
"417"
]
}{
"timestamp": "2024-09-18T11:11:21.125Z",
"groupId": 123,
"request": {
"targetPcc": "XY12",
"name": "Test Name",
"type": "Sabre Property ID",
"pccDetails": [
"XY12"
],
"corporateIds": [
"1"
],
"countries": [
"US"
],
"chains": [
"7B"
],
"masterChains": [
"XX"
],
"globalPropertyIds": [
"2248"
],
"sabrePropertyIds": [
"3544977"
]
},
"errors": []
}POST
{
"targetPcc": "XY12",
"groupId": 123,
"name": "Full Group Example",
"type": "PCC",
"pccDetails": [
"AB12",
"ZZ99"
],
"corporateIds": [
"1",
"22",
"34"
],
"countries": [
"US",
"CA",
"IN"
],
"chains": [
"XX",
"YY",
"ZZ"
],
"masterChains": [
"AB",
"CD"
],
"globalPropertyIds": [
"81646663",
"98765432"
],
"sabrePropertyIds": [
"415",
"123"
]
}{
"timestamp": "2024-09-18T11:11:21.125Z",
"request": {
"targetPcc": "XY12",
"groupId": 123,
"name": "Full Group Example",
"type": "PCC",
"pccDetails": [
"AB12",
"ZZ99"
],
"corporateIds": [
"1",
"22",
"34"
],
"countries": [
"US",
"CA",
"IN"
],
"chains": [
"XX",
"YY",
"ZZ"
],
"masterChains": [
"AB",
"CD"
],
"globalPropertyIds": [
"81646663",
"98765432"
],
"sabrePropertyIds": [
"415",
"123"
],
"errors": []
}
}POST
{
"targetPcc": "XY12",
"groupId": 123,
"type": "Sabre Property ID"
}{
"timestamp": "2024-09-18T11:11:21.125Z",
"groupDetails": [
{
"groupId": 123
},
{
"name": "Test Name"
},
{
"type": "Sabre Property ID"
},
{
"pccDetails": [
"XY12"
]
},
{
"corporateIds": [
"1"
]
},
{
"countries": [
"US"
]
},
{
"chains": [
"AB"
]
},
{
"masterChains": [
"XX"
]
},
{
"globalPropertyIds": [
"64"
]
},
{
"sabrePropertyIds": [
"120373"
]
}
],
"request": {
"targetPcc": "XY12",
"groupId": 123,
"type": "Sabre Property ID"
},
"errors": []
}POST
{
"targetPcc": "XY12",
"groupId": 123,
"type": "Sabre Property ID"
}{
"timestamp": "2024-09-18T11:11:21.125Z",
"groupDetails": {
"groupId": 123,
"name": "Test Name",
"type": "Sabre Property ID",
"pccDetails": [
"XY12"
],
"corporateIds": [
"1"
],
"countries": [
"US"
],
"chains": [
"AB"
],
"masterChains": [
"XX"
],
"globalPropertyIds": [
"64"
],
"sabrePropertyIds": [
"120373"
]
},
"request": {
"targetPcc": "XY12",
"groupId": 123,
"type": "Sabre Property ID"
},
"errors": []
}Service Homepage: developer.sabre.com/rest-api/lodging-retailer-groups/1.0
sabrelodgingtravelgroupsapi