Skip to content

Commit

Permalink
Merge pull request #78 from oracle/property_24.1.0.0
Browse files Browse the repository at this point in the history
Added property specs for release 24.1.0.0
  • Loading branch information
rb80 authored Oct 7, 2024
2 parents ea4d4a9 + e07f36a commit 69b321a
Show file tree
Hide file tree
Showing 42 changed files with 154,906 additions and 33,723 deletions.
726 changes: 723 additions & 3 deletions rest-api-specs/property/act.json

Large diffs are not rendered by default.

798 changes: 795 additions & 3 deletions rest-api-specs/property/actcfg.json

Large diffs are not rendered by default.

2,022 changes: 2,019 additions & 3 deletions rest-api-specs/property/ars.json

Large diffs are not rendered by default.

3,257 changes: 3,087 additions & 170 deletions rest-api-specs/property/blk.json

Large diffs are not rendered by default.

948 changes: 931 additions & 17 deletions rest-api-specs/property/blkasync.json

Large diffs are not rendered by default.

2,067 changes: 2,044 additions & 23 deletions rest-api-specs/property/blkcfg.json

Large diffs are not rendered by default.

42 changes: 39 additions & 3 deletions rest-api-specs/property/bof.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -442,4 +478,4 @@
"description": "Find out more about Oracle Hospitality",
"url": "https://docs.oracle.com/en/industries/hospitality/integration_platforms.html"
}
}
}
Loading

0 comments on commit 69b321a

Please sign in to comment.