OpenAPI 3.1.02026-08-12911,252858.9 KB
96f04e4e3f61
PMS
Create PMS provider
Creates a new PMS provider for the businessLocation.
post/pms/v1/providers
Request body
Example request
{
"businessLocationId": 45454565682155,
"name": "My PMS Provider",
"endpoint": "http://integration.com/pms/endpoint",
"apiKey": "fake-secret",
"features": [
"MIRRORING"
]
}Response
Provider created
Example response
{
"id": 3012455645,
"apiKey": "fake-secret",
"businessLocationId": 45454565682155,
"endpoint": "http://integration.com/pms/endpoint",
"features": [
"MIRRORING"
]
}