-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from oracle/property_24.1.0.0
Added property specs for release 24.1.0.0
- Loading branch information
Showing
42 changed files
with
154,906 additions
and
33,723 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"swagger": "2.0", | ||
"info": { | ||
"title": "OPERA Cloud Back Office Operations API", | ||
"description": "APIs to cater for Back Office Operations functionality in OPERA Cloud. <br /><br /> A common BackOffice industry term is End of Day. This closes and balances each day's business activities. It reconciles guest folios and processes credit card transactions. The End of Day routine rolls the business date forward and prints final reports.<br /><br /> Compatible with OPERA Cloud release 23.5.<br /><br /><p> This document and all content within is available under the Universal Permissive License v 1.0 (https://oss.oracle.com/licenses/upl). Copyright (c) 2020, 2024 Oracle and/or its affiliates.</p>", | ||
"version": "23.5", | ||
"description": "APIs to cater for Back Office Operations functionality in OPERA Cloud. <br /><br /> A common BackOffice industry term is End of Day. This closes and balances each day's business activities. It reconciles guest folios and processes credit card transactions. The End of Day routine rolls the business date forward and prints final reports.<br /><br /> Compatible with OPERA Cloud release 24.1.<br /><br /><p> This document and all content within is available under the Universal Permissive License v 1.0 (https://oss.oracle.com/licenses/upl). Copyright (c) 2020, 2024 Oracle and/or its affiliates.</p>", | ||
"version": "24.1", | ||
"termsOfService": "https://www.oracle.com/legal/terms.html", | ||
"contact": { | ||
"email": "[email protected]" | ||
|
@@ -79,6 +79,42 @@ | |
}, | ||
"204": { | ||
"description": "BusinessDate not found." | ||
}, | ||
"400": { | ||
"$ref": "#/responses/400" | ||
}, | ||
"401": { | ||
"$ref": "#/responses/401" | ||
}, | ||
"403": { | ||
"$ref": "#/responses/403" | ||
}, | ||
"404": { | ||
"$ref": "#/responses/404" | ||
}, | ||
"405": { | ||
"$ref": "#/responses/405" | ||
}, | ||
"406": { | ||
"$ref": "#/responses/406" | ||
}, | ||
"413": { | ||
"$ref": "#/responses/413" | ||
}, | ||
"414": { | ||
"$ref": "#/responses/414" | ||
}, | ||
"415": { | ||
"$ref": "#/responses/415" | ||
}, | ||
"500": { | ||
"$ref": "#/responses/500" | ||
}, | ||
"502": { | ||
"$ref": "#/responses/502" | ||
}, | ||
"503": { | ||
"$ref": "#/responses/503" | ||
} | ||
}, | ||
"consumes": [ | ||
|
@@ -442,4 +478,4 @@ | |
"description": "Find out more about Oracle Hospitality", | ||
"url": "https://docs.oracle.com/en/industries/hospitality/integration_platforms.html" | ||
} | ||
} | ||
} |
Oops, something went wrong.