Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
concur-docs-machine committed Sep 8, 2023
1 parent ad4e8a0 commit 369832e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
8 changes: 0 additions & 8 deletions api-explorer/v4-0/HotelService.swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@
}
},
"required": [
"cancelDeadline",
"description",
"refundableStatus"
],
Expand Down Expand Up @@ -1040,8 +1039,6 @@
}
},
"required": [
"companyName",
"contactInfo",
"firstname",
"lastname"
],
Expand Down Expand Up @@ -1370,7 +1367,6 @@
}
},
"required": [
"roomDescription",
"roomRate"
],
"type": "object"
Expand Down Expand Up @@ -1614,10 +1610,7 @@
"basePrice",
"currencyCode",
"endDate",
"fees",
"startDate",
"taxes",
"totalPrice"
],
"type": "object"
},
Expand Down Expand Up @@ -2252,7 +2245,6 @@
"required": [
"cancelPenalties",
"guarantee",
"nightlyPrices"
],
"type": "object"
}
Expand Down
18 changes: 9 additions & 9 deletions api-reference/direct-connects/hotel-service-4/v4.endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -3550,7 +3550,7 @@ <h3 id="-hotelrate"><a id="schemahotelrate"></a> HotelRate</h3>
<td><code class="language-plaintext highlighter-rouge">roomDescription</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><strong>Required</strong> Room description information.</td>
<td>Room description information.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">roomAmenities</code></td>
Expand Down Expand Up @@ -3903,7 +3903,7 @@ <h3 id="-roomratedetails"><a id="schemaroomratedetails"></a> RoomRateDetails</h3
<td><code class="language-plaintext highlighter-rouge">totalPrice</code></td>
<td><a href="#schematotalprice"><code class="language-plaintext highlighter-rouge">TotalPrice</code></a></td>
<td>-</td>
<td><strong>Required</strong> Details about total pricing associated with the stay.</td>
<td>Details about total pricing associated with the stay.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">nightlyPrices</code></td>
Expand Down Expand Up @@ -3965,19 +3965,19 @@ <h3 id="-nightlyprice"><a id="schemanightlyprice"></a> NightlyPrice</h3>
<td><code class="language-plaintext highlighter-rouge">taxes</code></td>
<td><a href="#schemataxes"><code class="language-plaintext highlighter-rouge">Taxes</code></a></td>
<td>-</td>
<td><strong>Required</strong> Representation of nightly tax amount associated with a rate along with optional breakdown.</td>
<td>Representation of nightly tax amount associated with a rate along with optional breakdown.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">fees</code></td>
<td><a href="#schemafees"><code class="language-plaintext highlighter-rouge">Fees</code></a></td>
<td>-</td>
<td><strong>Required</strong> Representation of nightly fees associated with a rate for given dates along with optional breakdown.</td>
<td>Representation of nightly fees associated with a rate for given dates along with optional breakdown.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">totalPrice</code></td>
<td><code class="language-plaintext highlighter-rouge">number</code></td>
<td>-</td>
<td><strong>Required</strong> Total price including taxes and fees per night</td>
<td>Total price including taxes and fees per night</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">startDate</code></td>
Expand Down Expand Up @@ -4016,7 +4016,7 @@ <h3 id="-cancelpenalty"><a id="schemacancelpenalty"></a> CancelPenalty</h3>
<td><code class="language-plaintext highlighter-rouge">cancelDeadline</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDThh:mm:ssZhh:mm</code> or <code class="language-plaintext highlighter-rouge">YYYY-MM-DDThh:mm:ss</code> or <code class="language-plaintext highlighter-rouge">YYYY-MM-DD hh:mm:ss</code></td>
<td><strong>Required</strong> Date string in date-time notation as defined by RFC 3339 with time representing local time at property and corresponding timezone. Timezone can be skipped if not available and just provide date-time in local time.</td>
<td>Date string in date-time notation as defined by RFC 3339 with time representing local time at property and corresponding timezone. Timezone can be skipped if not available and just provide date-time in local time.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">description</code></td>
Expand Down Expand Up @@ -4479,7 +4479,7 @@ <h3 id="-reservationdetails"><a id="schemareservationdetails"></a> ReservationDe
<td><code class="language-plaintext highlighter-rouge">roomDescription</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><strong>Required</strong></td>
<td>Room description information.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">comments</code></td>
Expand Down Expand Up @@ -4559,13 +4559,13 @@ <h3 id="-guest"><a id="schemaguest"></a> Guest</h3>
<td><code class="language-plaintext highlighter-rouge">companyName</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><strong>Required</strong></td>
<td>-</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">contactInfo</code></td>
<td><a href="#schemacontactinfo"><code class="language-plaintext highlighter-rouge">ContactInfo</code></a></td>
<td>-</td>
<td><strong>Required</strong></td>
<td>-</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">birthdate</code></td>
Expand Down
Binary file modified api-reference/direct-connects/hotel-service-4/v4.tests.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
<link>https://preview.developer.concur.com/</link>
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Fri, 08 Sep 2023 17:46:52 +0000</pubDate>
<lastBuildDate>Fri, 08 Sep 2023 17:46:52 +0000</lastBuildDate>
<pubDate>Fri, 08 Sep 2023 19:18:43 +0000</pubDate>
<lastBuildDate>Fri, 08 Sep 2023 19:18:43 +0000</lastBuildDate>
<generator>Jekyll v4.1.1</generator>

</channel>
Expand Down

0 comments on commit 369832e

Please sign in to comment.