Skip to content

Commit cf2994c

Browse files
author
Emeli, Frank
committed
Merge branch 'bgi-5425-additional-provider' into 'main'
fix: Add additional_provider_filter to sample document upload request See merge request business-gateway/documentation/developer-pack!12
2 parents 980d34a + f71f524 commit cf2994c

File tree

3 files changed

+188
-186
lines changed

3 files changed

+188
-186
lines changed

_site/apis/send-a-document/1.0/technical-guide/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,10 @@ <h3 class="govuk-heading-s" id="post-v1-documents-url-request" tabindex="-1" cla
315315
</button>
316316
<pre class="app-code app-code--block app-code__language--json" tabindex="0"><code><span class="app-code__punctuation">{</span>
317317
<span class="app-code__attr">&quot;data&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__punctuation">{</span>
318-
<span class="app-code__attr">&quot;document_type&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__string">&quot;tr1&quot;</span><span class="app-code__punctuation">,</span>
318+
<span class="app-code__attr">&quot;document_type&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__string">&quot;TR1&quot;</span><span class="app-code__punctuation">,</span>
319319
<span class="app-code__attr">&quot;file_length&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__number">6362</span><span class="app-code__punctuation">,</span>
320-
<span class="app-code__attr">&quot;file_sha256&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__string">&quot;xhepsrlehdpshynpjwwarzerivlcpvn8f8pycs7crqa=&quot;</span>
320+
<span class="app-code__attr">&quot;file_sha256&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__string">&quot;xhepsrlehdpshynpjwwarzerivlcpvn8f8pycs7crqa=&quot;</span><span class="app-code__punctuation">,</span>
321+
<span class="app-code__attr">&quot;additional_provider_filter&quot;</span><span class="app-code__punctuation">:</span> <span class="app-code__string">&quot;123&quot;</span>
321322
<span class="app-code__punctuation">}</span>
322323
<span class="app-code__punctuation">}</span>
323324
</code></pre>

0 commit comments

Comments
 (0)