Skip to content

Commit 69b321a

Browse files
authored
Merge pull request #78 from oracle/property_24.1.0.0
Added property specs for release 24.1.0.0
2 parents ea4d4a9 + e07f36a commit 69b321a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+154906
-33723
lines changed

rest-api-specs/property/act.json

Lines changed: 723 additions & 3 deletions
Large diffs are not rendered by default.

rest-api-specs/property/actcfg.json

Lines changed: 795 additions & 3 deletions
Large diffs are not rendered by default.

rest-api-specs/property/ars.json

Lines changed: 2019 additions & 3 deletions
Large diffs are not rendered by default.

rest-api-specs/property/blk.json

Lines changed: 3087 additions & 170 deletions
Large diffs are not rendered by default.

rest-api-specs/property/blkasync.json

Lines changed: 931 additions & 17 deletions
Large diffs are not rendered by default.

rest-api-specs/property/blkcfg.json

Lines changed: 2044 additions & 23 deletions
Large diffs are not rendered by default.

rest-api-specs/property/bof.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"swagger": "2.0",
33
"info": {
44
"title": "OPERA Cloud Back Office Operations API",
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 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>",
6-
"version": "23.5",
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>",
6+
"version": "24.1",
77
"termsOfService": "https://www.oracle.com/legal/terms.html",
88
"contact": {
99
"email": "[email protected]"
@@ -79,6 +79,42 @@
7979
},
8080
"204": {
8181
"description": "BusinessDate not found."
82+
},
83+
"400": {
84+
"$ref": "#/responses/400"
85+
},
86+
"401": {
87+
"$ref": "#/responses/401"
88+
},
89+
"403": {
90+
"$ref": "#/responses/403"
91+
},
92+
"404": {
93+
"$ref": "#/responses/404"
94+
},
95+
"405": {
96+
"$ref": "#/responses/405"
97+
},
98+
"406": {
99+
"$ref": "#/responses/406"
100+
},
101+
"413": {
102+
"$ref": "#/responses/413"
103+
},
104+
"414": {
105+
"$ref": "#/responses/414"
106+
},
107+
"415": {
108+
"$ref": "#/responses/415"
109+
},
110+
"500": {
111+
"$ref": "#/responses/500"
112+
},
113+
"502": {
114+
"$ref": "#/responses/502"
115+
},
116+
"503": {
117+
"$ref": "#/responses/503"
82118
}
83119
},
84120
"consumes": [
@@ -442,4 +478,4 @@
442478
"description": "Find out more about Oracle Hospitality",
443479
"url": "https://docs.oracle.com/en/industries/hospitality/integration_platforms.html"
444480
}
445-
}
481+
}

0 commit comments

Comments
 (0)