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 Oct 25, 2024
1 parent 73d8250 commit 5c1c305
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 11 deletions.
64 changes: 55 additions & 9 deletions api-reference/budget/v4.budget-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3176,15 +3176,61 @@ <h3 id="budgetperson"><a name="budgetPerson"></a>BudgetPerson</h3>

<h3 id="budgetitembudgetteam"><a name="budgetItemBudgetTeam"></a>BudgetItemBudgetTeam</h3>

<p>Name|Type|Format|Description
—|—|—|—
<code class="language-plaintext highlighter-rouge">id</code>|<code class="language-plaintext highlighter-rouge">string</code>|-|The budget service’s unique identifier for this team member.
<code class="language-plaintext highlighter-rouge">budgetPerson</code>|<code class="language-plaintext highlighter-rouge">budgetPerson</code>|-|Refers to the person and has profile details. Always pass externalUserCUUID and email of user.
<code class="language-plaintext highlighter-rouge">syncGuid</code>|<code class="language-plaintext highlighter-rouge">string</code>|-|The unique identifier for this user which is used for look ups.
<code class="language-plaintext highlighter-rouge">active</code> | <code class="language-plaintext highlighter-rouge">string</code>|-| Indicates enrollment status of team member in the budget. Supported values: <code class="language-plaintext highlighter-rouge">FULLY_ENROLLED</code>, <code class="language-plaintext highlighter-rouge">PARTIALLY_ENROLLED</code>, <code class="language-plaintext highlighter-rouge">NOT_ENROLLED</code>
<code class="language-plaintext highlighter-rouge">startDate</code>|<code class="language-plaintext highlighter-rouge">date</code>|<code class="language-plaintext highlighter-rouge">YYYY-MM-DD</code>|Indicates the start date from which the team member was enrolled in the budget. Required if the team member is <code class="language-plaintext highlighter-rouge">FULLY_ENROLLED</code> or <code class="language-plaintext highlighter-rouge">PARTIALLY_ENROLLED</code>. Pass <code class="language-plaintext highlighter-rouge">null</code> in case of <code class="language-plaintext highlighter-rouge">NOT_ENROLLED</code>.
<code class="language-plaintext highlighter-rouge">endDate</code>|<code class="language-plaintext highlighter-rouge">date</code>|<code class="language-plaintext highlighter-rouge">YYYY-MM-DD</code>|Indicates the end date until when the team member was enrolled in the budget. Required if the team member is <code class="language-plaintext highlighter-rouge">FULLY_ENROLLED</code> or <code class="language-plaintext highlighter-rouge">PARTIALLY_ENROLLED</code>. Pass <code class="language-plaintext highlighter-rouge">null</code> in case of <code class="language-plaintext highlighter-rouge">NOT_ENROLLED</code>.
<code class="language-plaintext highlighter-rouge">status</code>| <code class="language-plaintext highlighter-rouge">string</code>|-|<strong>READ ONLY</strong> Indicates if the user is a new, existing or removed team member of the budget. <code class="language-plaintext highlighter-rouge">NEW</code> means the user was newly added as a reportee of the budget owner. <code class="language-plaintext highlighter-rouge">Existing</code> means already a reportee and <code class="language-plaintext highlighter-rouge">REMOVED</code> means the team member is not a direct reportee of the budget owner.</p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Format</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code class="language-plaintext highlighter-rouge">id</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td>The budget service’s unique identifier for this team member.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">budgetPerson</code></td>
<td><code class="language-plaintext highlighter-rouge">budgetPerson</code></td>
<td>-</td>
<td>Refers to the person and has profile details. Always pass externalUserCUUID and email of user.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">syncGuid</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td>The unique identifier for this user which is used for look ups.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">active</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td>Indicates enrollment status of team member in the budget. Supported values: <code class="language-plaintext highlighter-rouge">FULLY_ENROLLED</code>, <code class="language-plaintext highlighter-rouge">PARTIALLY_ENROLLED</code>, <code class="language-plaintext highlighter-rouge">NOT_ENROLLED</code></td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">startDate</code></td>
<td><code class="language-plaintext highlighter-rouge">date</code></td>
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DD</code></td>
<td>Indicates the start date from which the team member was enrolled in the budget. Required if the team member is <code class="language-plaintext highlighter-rouge">FULLY_ENROLLED</code> or <code class="language-plaintext highlighter-rouge">PARTIALLY_ENROLLED</code>. Pass <code class="language-plaintext highlighter-rouge">null</code> in case of <code class="language-plaintext highlighter-rouge">NOT_ENROLLED</code>.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">endDate</code></td>
<td><code class="language-plaintext highlighter-rouge">date</code></td>
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DD</code></td>
<td>Indicates the end date until when the team member was enrolled in the budget. Required if the team member is <code class="language-plaintext highlighter-rouge">FULLY_ENROLLED</code> or <code class="language-plaintext highlighter-rouge">PARTIALLY_ENROLLED</code>. Pass <code class="language-plaintext highlighter-rouge">null</code> in case of <code class="language-plaintext highlighter-rouge">NOT_ENROLLED</code>.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">status</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><strong>READ ONLY</strong> Indicates if the user is a new, existing or removed team member of the budget. <code class="language-plaintext highlighter-rouge">NEW</code> means the user was newly added as a reportee of the budget owner. <code class="language-plaintext highlighter-rouge">Existing</code> means already a reportee and <code class="language-plaintext highlighter-rouge">REMOVED</code> means the team member is not a direct reportee of the budget owner.</td>
</tr>
</tbody>
</table>

<h3 id="budgetcategory"><a name="budgetCategory"></a>BudgetCategory</h3>

<table>
Expand Down
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>Wed, 23 Oct 2024 16:50:03 +0000</pubDate>
<lastBuildDate>Wed, 23 Oct 2024 16:50:03 +0000</lastBuildDate>
<pubDate>Fri, 25 Oct 2024 14:18:26 +0000</pubDate>
<lastBuildDate>Fri, 25 Oct 2024 14:18:26 +0000</lastBuildDate>
<generator>Jekyll v4.1.1</generator>

</channel>
Expand Down

0 comments on commit 5c1c305

Please sign in to comment.