Skip to content

Commit e1dd784

Browse files
[skip ci] Updates
1 parent 98e049c commit e1dd784

File tree

3 files changed

+62
-8
lines changed

3 files changed

+62
-8
lines changed

api-explorer/v4-0/Budget.swagger2.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"200": {
406406
"description": "OK",
407407
"schema": {
408-
"$ref": "#/definitions/BudgetItemHeaderResponse"
408+
"$ref": "#/definitions/BudgetItemHeaderSaveResponse"
409409
}
410410
},
411411
"201": {
@@ -1262,6 +1262,24 @@
12621262
},
12631263
"title": "BudgetItemHeaderResponse"
12641264
},
1265+
"BudgetItemHeaderSaveResponse": {
1266+
"type": "object",
1267+
"properties": {
1268+
"success": {
1269+
"type": "boolean"
1270+
},
1271+
"budgetItemHeaderSyncGuid": {
1272+
"type": "string"
1273+
},
1274+
"budgetItemDetailSyncGuids": {
1275+
"type": "array",
1276+
"items": {
1277+
"type": "string"
1278+
}
1279+
}
1280+
},
1281+
"title": "BudgetItemHeaderSaveResponse"
1282+
},
12651283
"BudgetPerson": {
12661284
"type": "object",
12671285
"required": [

api-reference/budget/v4.budget-header.html

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ <h4 id="headers-5">Headers</h4>
23412341

23422342
<h4 id="payload-3">Payload</h4>
23432343

2344-
<p><a href="#budgetItemResponse">Budget Item Response</a> or <a href="#errorResponse">Error Response</a></p>
2344+
<p><a href="#budgetItemHeaderSaveResponse">Budget Item Save Response</a> or <a href="#errorResponse">Error Response</a></p>
23452345

23462346
<h3 id="example-2">Example</h3>
23472347

@@ -2657,10 +2657,13 @@ <h5 id="success-response">Success Response</h5>
26572657
<span class="na">concur-correlationid</span><span class="p">:</span> <span class="s">809a0898-e523-4114-950d-bd22705a3b25</span>
26582658
</code></pre></div></div>
26592659

2660-
<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="w"> </span><span class="p">{</span><span class="w">
2661-
</span><span class="nl">"success"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span><span class="w">
2662-
</span><span class="nl">"budgetItemHeaderId"</span><span class="p">:</span><span class="w"> </span><span class="s2">"72eee673-3d81-49c2-966a-b63c7a9302e6"</span><span class="w">
2663-
</span><span class="p">}</span><span class="w">
2660+
<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w">
2661+
</span><span class="nl">"success"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span><span class="w">
2662+
</span><span class="nl">"budgetItemHeaderSyncGuid"</span><span class="p">:</span><span class="w"> </span><span class="s2">"6f5c0189-f680-407b-b474-df917151a947"</span><span class="p">,</span><span class="w">
2663+
</span><span class="nl">"budgetItemDetailSyncGuids"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
2664+
</span><span class="s2">"29e46a1e-ea18-43ef-80b1-4c311cdf0fe7"</span><span class="w">
2665+
</span><span class="p">]</span><span class="w">
2666+
</span><span class="p">}</span><span class="w">
26642667
</span></code></pre></div></div>
26652668

26662669
<h5 id="failure-response">Failure Response</h5>
@@ -3694,6 +3697,39 @@ <h3 id="budgetitemresponse"><a name="budgetItemResponse"></a>BudgetItemResponse<
36943697
</tbody>
36953698
</table>
36963699

3700+
<h3 id="budgetitemheadersaveresponse"><a name="budgetItemHeaderSaveResponse"></a>BudgetItemHeaderSaveResponse</h3>
3701+
3702+
<table>
3703+
<thead>
3704+
<tr>
3705+
<th>Name</th>
3706+
<th>Type</th>
3707+
<th>Format</th>
3708+
<th>Description</th>
3709+
</tr>
3710+
</thead>
3711+
<tbody>
3712+
<tr>
3713+
<td><code class="language-plaintext highlighter-rouge">success</code></td>
3714+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
3715+
<td>-</td>
3716+
<td><code class="language-plaintext highlighter-rouge">True</code> or <code class="language-plaintext highlighter-rouge">False</code> for success or failure.</td>
3717+
</tr>
3718+
<tr>
3719+
<td><code class="language-plaintext highlighter-rouge">budgetItemHeaderSyncGuid</code></td>
3720+
<td><code class="language-plaintext highlighter-rouge">guid</code></td>
3721+
<td>-</td>
3722+
<td>The key of the created/updated budget item header.</td>
3723+
</tr>
3724+
<tr>
3725+
<td><code class="language-plaintext highlighter-rouge">budgetItemDetailSyncGuids</code></td>
3726+
<td><code class="language-plaintext highlighter-rouge">array</code> of <code class="language-plaintext highlighter-rouge">guid</code></td>
3727+
<td>-</td>
3728+
<td>The keys of the created/updated budget item details.</td>
3729+
</tr>
3730+
</tbody>
3731+
</table>
3732+
36973733
<h3 id="daterange-1"><a name="dateRange"></a>DateRange</h3>
36983734
<p>Name|Type|Format|Description
36993735
—|—|—|—

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
66
<link>https://preview.developer.concur.com/</link>
77
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Fri, 29 Aug 2025 17:42:20 +0000</pubDate>
9-
<lastBuildDate>Fri, 29 Aug 2025 17:42:20 +0000</lastBuildDate>
8+
<pubDate>Tue, 02 Sep 2025 12:51:15 +0000</pubDate>
9+
<lastBuildDate>Tue, 02 Sep 2025 12:51:15 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)