mcl-dev-bannerapi-nc.mayo.edu Open in urlscan Pro
172.214.143.190  Public Scan

Submitted URL: https://mcl-dev-bannerapi-nc.mayo.edu/
Effective URL: https://mcl-dev-bannerapi-nc.mayo.edu/swagger/ui/index
Submission: On December 16 via api from US — Scanned from DE

Form analysis 12 forms found in the DOM

<form id="api_selector">
  <div class="input"><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"></div>
  <div class="input"><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"></div>
  <div class="input"><a id="explore" class="header__btn" href="#" data-sw-translate="">Explore</a></div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <h4 data-sw-translate="">Parameters</h4>
  <table class="fullwidth parameters">
    <thead>
      <tr>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
        <th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
        <th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
        <th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
      </tr>
    </thead>
    <tbody class="operation-params">
      <tr>
        <td class="code required"><label for="mmessageSearchCriteria0.8831722253001406">messageSearchCriteria</label></td>
        <td>
          <textarea class="body-textarea required" placeholder="(required)" name="messageSearchCriteria" id="mmessageSearchCriteria0.8831722253001406"></textarea>
          <div class="editor_holder"></div>
          <br>
          <div class="parameter-content-type">
            <div><label for="pct0.6975775759212519" data-sw-translate="">Parameter content type:</label>
              <select name="parameterContentType" id="pct0.6975775759212519">
                <option value="application/json">application/json</option>
                <option value="text/json">text/json</option>
                <option value="application/xml">application/xml</option>
                <option value="text/xml">text/xml</option>
                <option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
              </select>
            </div>
          </div>
        </td>
        <td>
          <strong><span class="markdown"></span></strong>
        </td>
        <td>body</td>
        <td><span class="model-signature">
            <div>
              <div>
                <ul class="signature-nav">
                  <li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
                  <li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
                </ul>
                <div>
                  <div class="signature-container">
                    <div class="description" style="display: none;">
                      <span class="strong">MessageSearchCriteria {</span>
                      <div><span class="propName ">id</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">title</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">active</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">type</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">content</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>2147483647</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propWrap"><span class="propName ">url</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>2147483647</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">pageNumber</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">pageSize</span> (<span class="propType">integer</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">sortBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">fromDate</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">toDate</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
                    </div>
                    <div class="snippet" style="display: block;">
                      <div class="snippet_json" style="display: block;">
                        <pre><code class="hljs json">{
  "<span class="hljs-attr">id</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">title</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">active</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">type</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">content</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">url</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">pageNumber</span>": <span class="hljs-number">0</span>,
  "<span class="hljs-attr">pageSize</span>": <span class="hljs-number">0</span>,
  "<span class="hljs-attr">sortBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">fromDate</span>": <span class="hljs-string">"2024-12-16T10:18:54.187Z"</span>,
  "<span class="hljs-attr">toDate</span>": <span class="hljs-string">"2024-12-16T10:18:54.187Z"</span>
}</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                      <div class="snippet_xml" style="display: none;">
                        <pre><code class="hljs xml"><span class="hljs-meta">&lt;?xml version="1.0"?&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">MessageSearchCriteria</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">id</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">id</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">active</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">active</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">type</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">type</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">content</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">content</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">url</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">url</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">pageNumber</span>&gt;</span>1<span class="hljs-tag">&lt;/<span class="hljs-name">pageNumber</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">pageSize</span>&gt;</span>1<span class="hljs-tag">&lt;/<span class="hljs-name">pageSize</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">sortBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">sortBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">fromDate</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">fromDate</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">toDate</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">toDate</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">MessageSearchCriteria</span>&gt;</span>
</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </span></td>
      </tr>
    </tbody>
  </table>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <h4 data-sw-translate="">Parameters</h4>
  <table class="fullwidth parameters">
    <thead>
      <tr>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
        <th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
        <th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
        <th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
      </tr>
    </thead>
    <tbody class="operation-params">
      <tr>
        <td class="code required"><label for="mbannerMessageModel0.3010802623315125">bannerMessageModel</label></td>
        <td>
          <textarea class="body-textarea required" placeholder="(required)" name="bannerMessageModel" id="mbannerMessageModel0.3010802623315125"></textarea>
          <div class="editor_holder"></div>
          <br>
          <div class="parameter-content-type">
            <div><label for="pct0.33985813405038345" data-sw-translate="">Parameter content type:</label>
              <select name="parameterContentType" id="pct0.33985813405038345">
                <option value="application/json">application/json</option>
                <option value="text/json">text/json</option>
                <option value="application/xml">application/xml</option>
                <option value="text/xml">text/xml</option>
                <option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
              </select>
            </div>
          </div>
        </td>
        <td>
          <strong><span class="markdown"></span></strong>
        </td>
        <td>body</td>
        <td><span class="model-signature">
            <div>
              <div>
                <ul class="signature-nav">
                  <li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
                  <li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
                </ul>
                <div>
                  <div class="signature-container">
                    <div class="description" style="display: none;">
                      <span class="strong">BannerMessageModel {</span>
                      <div><span class="propName ">bannerMessageId</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">title</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">type</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">content</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>2147483647</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">fromDateUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">toDateUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">active</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">canBeHidden</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">urls</span> (<span class="propType">Array[string]</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">excludeUrls</span> (<span class="propType">Array[string]</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">isDeleted</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">createdBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>200</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">createdUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">modifiedBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>200</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">modifiedUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
                    </div>
                    <div class="snippet" style="display: block;">
                      <div class="snippet_json" style="display: block;">
                        <pre><code class="hljs json">{
  "<span class="hljs-attr">bannerMessageId</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">title</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">type</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">content</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">fromDateUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.192Z"</span>,
  "<span class="hljs-attr">toDateUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.192Z"</span>,
  "<span class="hljs-attr">active</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">canBeHidden</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">urls</span>": [
    <span class="hljs-string">"string"</span>
  ],
  "<span class="hljs-attr">excludeUrls</span>": [
    <span class="hljs-string">"string"</span>
  ],
  "<span class="hljs-attr">isDeleted</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">createdBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">createdUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.192Z"</span>,
  "<span class="hljs-attr">modifiedBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">modifiedUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.192Z"</span>
}</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                      <div class="snippet_xml" style="display: none;">
                        <pre><code class="hljs xml"><span class="hljs-meta">&lt;?xml version="1.0"?&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">BannerMessageModel</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">bannerMessageId</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">bannerMessageId</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">type</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">type</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">content</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">content</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">fromDateUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">fromDateUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">toDateUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">toDateUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">active</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">active</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">canBeHidden</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">canBeHidden</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">urls</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">urls</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">excludeUrls</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">excludeUrls</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">isDeleted</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">isDeleted</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">createdBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">createdBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">createdUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">createdUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">modifiedBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">modifiedBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">modifiedUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">modifiedUtc</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">BannerMessageModel</span>&gt;</span>
</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </span></td>
      </tr>
    </tbody>
  </table>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <h4 data-sw-translate="">Parameters</h4>
  <table class="fullwidth parameters">
    <thead>
      <tr>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
        <th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
        <th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
        <th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
      </tr>
    </thead>
    <tbody class="operation-params">
      <tr>
        <td class="code required"><label for="murl0.6756679966160841">url</label></td>
        <td>
          <input class="parameter required" minlength="1" name="url" placeholder="(required)" id="murl0.6756679966160841" type="text" value="">
        </td>
        <td>
          <strong><span class="markdown"></span></strong>
        </td>
        <td>query</td>
        <td><span class="model-signature">string</span></td>
      </tr>
    </tbody>
  </table>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <h4 data-sw-translate="">Parameters</h4>
  <table class="fullwidth parameters">
    <thead>
      <tr>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
        <th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
        <th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
        <th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
      </tr>
    </thead>
    <tbody class="operation-params">
      <tr>
        <td class="code required"><label for="mbannerMessageModel0.7536476930662461">bannerMessageModel</label></td>
        <td>
          <textarea class="body-textarea required" placeholder="(required)" name="bannerMessageModel" id="mbannerMessageModel0.7536476930662461"></textarea>
          <div class="editor_holder"></div>
          <br>
          <div class="parameter-content-type">
            <div><label for="pct0.2984863162353839" data-sw-translate="">Parameter content type:</label>
              <select name="parameterContentType" id="pct0.2984863162353839">
                <option value="application/json">application/json</option>
                <option value="text/json">text/json</option>
                <option value="application/xml">application/xml</option>
                <option value="text/xml">text/xml</option>
                <option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
              </select>
            </div>
          </div>
        </td>
        <td>
          <strong><span class="markdown"></span></strong>
        </td>
        <td>body</td>
        <td><span class="model-signature">
            <div>
              <div>
                <ul class="signature-nav">
                  <li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
                  <li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
                </ul>
                <div>
                  <div class="signature-container">
                    <div class="description" style="display: none;">
                      <span class="strong">BannerMessageModel {</span>
                      <div><span class="propName ">bannerMessageId</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">title</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">type</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">content</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>2147483647</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">fromDateUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">toDateUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">active</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">canBeHidden</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">urls</span> (<span class="propType">Array[string]</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">excludeUrls</span> (<span class="propType">Array[string]</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">isDeleted</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">createdBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>200</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">createdUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">modifiedBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>200</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">modifiedUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
                    </div>
                    <div class="snippet" style="display: block;">
                      <div class="snippet_json" style="display: block;">
                        <pre><code class="hljs json">{
  "<span class="hljs-attr">bannerMessageId</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">title</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">type</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">content</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">fromDateUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.198Z"</span>,
  "<span class="hljs-attr">toDateUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.198Z"</span>,
  "<span class="hljs-attr">active</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">canBeHidden</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">urls</span>": [
    <span class="hljs-string">"string"</span>
  ],
  "<span class="hljs-attr">excludeUrls</span>": [
    <span class="hljs-string">"string"</span>
  ],
  "<span class="hljs-attr">isDeleted</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">createdBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">createdUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.198Z"</span>,
  "<span class="hljs-attr">modifiedBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">modifiedUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.198Z"</span>
}</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                      <div class="snippet_xml" style="display: none;">
                        <pre><code class="hljs xml"><span class="hljs-meta">&lt;?xml version="1.0"?&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">BannerMessageModel</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">bannerMessageId</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">bannerMessageId</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">type</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">type</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">content</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">content</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">fromDateUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">fromDateUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">toDateUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">toDateUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">active</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">active</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">canBeHidden</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">canBeHidden</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">urls</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">urls</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">excludeUrls</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">excludeUrls</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">isDeleted</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">isDeleted</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">createdBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">createdBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">createdUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">createdUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">modifiedBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">modifiedBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">modifiedUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">modifiedUtc</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">BannerMessageModel</span>&gt;</span>
</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </span></td>
      </tr>
    </tbody>
  </table>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <h4 data-sw-translate="">Parameters</h4>
  <table class="fullwidth parameters">
    <thead>
      <tr>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
        <th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
        <th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
        <th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
      </tr>
    </thead>
    <tbody class="operation-params">
      <tr>
        <td class="code required"><label for="mbannerMessageModel0.3853349024991559">bannerMessageModel</label></td>
        <td>
          <textarea class="body-textarea required" placeholder="(required)" name="bannerMessageModel" id="mbannerMessageModel0.3853349024991559"></textarea>
          <div class="editor_holder"></div>
          <br>
          <div class="parameter-content-type">
            <div><label for="pct0.4877634358881471" data-sw-translate="">Parameter content type:</label>
              <select name="parameterContentType" id="pct0.4877634358881471">
                <option value="application/json">application/json</option>
                <option value="text/json">text/json</option>
                <option value="application/xml">application/xml</option>
                <option value="text/xml">text/xml</option>
                <option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
              </select>
            </div>
          </div>
        </td>
        <td>
          <strong><span class="markdown"></span></strong>
        </td>
        <td>body</td>
        <td><span class="model-signature">
            <div>
              <div>
                <ul class="signature-nav">
                  <li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
                  <li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
                </ul>
                <div>
                  <div class="signature-container">
                    <div class="description" style="display: none;">
                      <span class="strong">BannerMessageModel {</span>
                      <div><span class="propName ">bannerMessageId</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">title</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">type</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">content</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>2147483647</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">fromDateUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">toDateUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">active</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">canBeHidden</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">urls</span> (<span class="propType">Array[string]</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">excludeUrls</span> (<span class="propType">Array[string]</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propName ">isDeleted</span> (<span class="propType">boolean</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">createdBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>200</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">createdUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>),</div>
                      <div><span class="propWrap"><span class="propName ">modifiedBy</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)<table class="optionsWrapper">
                            <tbody>
                              <tr>
                                <th colspan="2">string</th>
                              </tr>
                              <tr>
                                <td class="optionName">Max. Length:</td>
                                <td>200</td>
                              </tr>
                            </tbody>
                          </table></span>,</div>
                      <div><span class="propName ">modifiedUtc</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
                    </div>
                    <div class="snippet" style="display: block;">
                      <div class="snippet_json" style="display: block;">
                        <pre><code class="hljs json">{
  "<span class="hljs-attr">bannerMessageId</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">title</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">type</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">content</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">fromDateUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.201Z"</span>,
  "<span class="hljs-attr">toDateUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.201Z"</span>,
  "<span class="hljs-attr">active</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">canBeHidden</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">urls</span>": [
    <span class="hljs-string">"string"</span>
  ],
  "<span class="hljs-attr">excludeUrls</span>": [
    <span class="hljs-string">"string"</span>
  ],
  "<span class="hljs-attr">isDeleted</span>": <span class="hljs-literal">true</span>,
  "<span class="hljs-attr">createdBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">createdUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.201Z"</span>,
  "<span class="hljs-attr">modifiedBy</span>": <span class="hljs-string">"string"</span>,
  "<span class="hljs-attr">modifiedUtc</span>": <span class="hljs-string">"2024-12-16T10:18:54.201Z"</span>
}</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                      <div class="snippet_xml" style="display: none;">
                        <pre><code class="hljs xml"><span class="hljs-meta">&lt;?xml version="1.0"?&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">BannerMessageModel</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">bannerMessageId</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">bannerMessageId</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">type</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">type</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">content</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">content</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">fromDateUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">fromDateUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">toDateUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">toDateUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">active</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">active</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">canBeHidden</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">canBeHidden</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">urls</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">urls</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">excludeUrls</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">excludeUrls</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">isDeleted</span>&gt;</span>true<span class="hljs-tag">&lt;/<span class="hljs-name">isDeleted</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">createdBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">createdBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">createdUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">createdUtc</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">modifiedBy</span>&gt;</span>string<span class="hljs-tag">&lt;/<span class="hljs-name">modifiedBy</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">modifiedUtc</span>&gt;</span>1970-01-01T00:00:00.001Z<span class="hljs-tag">&lt;/<span class="hljs-name">modifiedUtc</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">BannerMessageModel</span>&gt;</span>
</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </span></td>
      </tr>
    </tbody>
  </table>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

Text Content

swagger
Explore

Banner Notification



 * BANNERMESSAGES
   
    * Show/Hide
    * List Operations
    * Expand Operations
   
   
   * * POST /API/BANNERMESSAGES/ADVANCEDSEARCH
       
        * Searches the Banner Messages
       
       RESPONSE CLASS (STATUS 200)
       
       OK
       
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.183Z",
         "toDateUtc": "2024-12-16T10:18:54.183Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.183Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.183Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       
       Response Content Type application/json text/json application/xml text/xml
       
       PARAMETERS
       
       Parameter Value Description Parameter Type Data Type
       messageSearchCriteria
       
       
       Parameter content type: application/json text/json application/xml
       text/xml application/x-www-form-urlencoded
       body
        * Model
        * Example Value
       
       MessageSearchCriteria {
       id (string, optional),
       title (string, optional),
       active (boolean, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       url (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       pageNumber (integer, optional),
       pageSize (integer, optional),
       sortBy (string, optional),
       fromDate (string, optional),
       toDate (string, optional)
       }
       
       {
         "id": "string",
         "title": "string",
         "active": true,
         "type": "string",
         "content": "string",
         "url": "string",
         "pageNumber": 0,
         "pageSize": 0,
         "sortBy": "string",
         "fromDate": "2024-12-16T10:18:54.187Z",
         "toDate": "2024-12-16T10:18:54.187Z"
       }
       
       <?xml version="1.0"?>
       <MessageSearchCriteria>
         <id>string</id>
         <title>string</title>
         <active>true</active>
         <type>string</type>
         <content>string</content>
         <url>string</url>
         <pageNumber>1</pageNumber>
         <pageSize>1</pageSize>
         <sortBy>string</sortBy>
         <fromDate>1970-01-01T00:00:00.001Z</fromDate>
         <toDate>1970-01-01T00:00:00.001Z</toDate>
       </MessageSearchCriteria>
       
       
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * PUT /API/BANNERMESSAGES/DELETEBANNER
       
        * Delete the banner message.
       
       RESPONSE CLASS (STATUS 200)
       
       OK
       
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.191Z",
         "toDateUtc": "2024-12-16T10:18:54.191Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.191Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.191Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       
       Response Content Type application/json text/json application/xml text/xml
       
       PARAMETERS
       
       Parameter Value Description Parameter Type Data Type bannerMessageModel
       
       
       Parameter content type: application/json text/json application/xml
       text/xml application/x-www-form-urlencoded
       body
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.192Z",
         "toDateUtc": "2024-12-16T10:18:54.192Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.192Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.192Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * GET /API/BANNERMESSAGES
       
        * Gets any active banner messages given the current time and the
          requested url. This is the endpoint that the library will invoke to
          retrieve a list of
       
       RESPONSE CLASS (STATUS 200)
       
       OK
       
        * Model
        * Example Value
       
       Inline Model [
       Inline Model 1
       ]
       Inline Model 1 {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       [
         {
           "bannerMessageId": "string",
           "title": "string",
           "type": "string",
           "content": "string",
           "fromDateUtc": "2024-12-16T10:18:54.194Z",
           "toDateUtc": "2024-12-16T10:18:54.194Z",
           "active": true,
           "canBeHidden": true,
           "urls": [
             "string"
           ],
           "excludeUrls": [
             "string"
           ],
           "isDeleted": true,
           "createdBy": "string",
           "createdUtc": "2024-12-16T10:18:54.194Z",
           "modifiedBy": "string",
           "modifiedUtc": "2024-12-16T10:18:54.194Z"
         }
       ]
       
       <?xml version="1.0"?>
       <Inline Model>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </Inline Model>
       
       
       
       Response Content Type application/json text/json application/xml text/xml
       
       PARAMETERS
       
       Parameter Value Description Parameter Type Data Type url query string
       
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * POST /API/BANNERMESSAGES
       
        * Creates the banner message.
       
       RESPONSE CLASS (STATUS 200)
       
       OK
       
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.197Z",
         "toDateUtc": "2024-12-16T10:18:54.197Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.197Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.197Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       
       Response Content Type application/json text/json application/xml text/xml
       
       PARAMETERS
       
       Parameter Value Description Parameter Type Data Type bannerMessageModel
       
       
       Parameter content type: application/json text/json application/xml
       text/xml application/x-www-form-urlencoded
       body
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.198Z",
         "toDateUtc": "2024-12-16T10:18:54.198Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.198Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.198Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * PUT /API/BANNERMESSAGES
       
        * Updates the banner message.
       
       RESPONSE CLASS (STATUS 200)
       
       OK
       
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.199Z",
         "toDateUtc": "2024-12-16T10:18:54.199Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.199Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.199Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       
       Response Content Type application/json text/json application/xml text/xml
       
       PARAMETERS
       
       Parameter Value Description Parameter Type Data Type bannerMessageModel
       
       
       Parameter content type: application/json text/json application/xml
       text/xml application/x-www-form-urlencoded
       body
        * Model
        * Example Value
       
       BannerMessageModel {
       bannerMessageId (string, optional),
       title (string, optional),
       type (string, optional),
       content (string, optional)
       
       stringMax. Length:2147483647
       
       ,
       fromDateUtc (string, optional),
       toDateUtc (string, optional),
       active (boolean, optional),
       canBeHidden (boolean, optional),
       urls (Array[string], optional),
       excludeUrls (Array[string], optional),
       isDeleted (boolean, optional),
       createdBy (string, optional)
       
       stringMax. Length:200
       
       ,
       createdUtc (string, optional),
       modifiedBy (string, optional)
       
       stringMax. Length:200
       
       ,
       modifiedUtc (string, optional)
       }
       
       {
         "bannerMessageId": "string",
         "title": "string",
         "type": "string",
         "content": "string",
         "fromDateUtc": "2024-12-16T10:18:54.201Z",
         "toDateUtc": "2024-12-16T10:18:54.201Z",
         "active": true,
         "canBeHidden": true,
         "urls": [
           "string"
         ],
         "excludeUrls": [
           "string"
         ],
         "isDeleted": true,
         "createdBy": "string",
         "createdUtc": "2024-12-16T10:18:54.201Z",
         "modifiedBy": "string",
         "modifiedUtc": "2024-12-16T10:18:54.201Z"
       }
       
       <?xml version="1.0"?>
       <BannerMessageModel>
         <bannerMessageId>string</bannerMessageId>
         <title>string</title>
         <type>string</type>
         <content>string</content>
         <fromDateUtc>1970-01-01T00:00:00.001Z</fromDateUtc>
         <toDateUtc>1970-01-01T00:00:00.001Z</toDateUtc>
         <active>true</active>
         <canBeHidden>true</canBeHidden>
         <urls>string</urls>
         <excludeUrls>string</excludeUrls>
         <isDeleted>true</isDeleted>
         <createdBy>string</createdBy>
         <createdUtc>1970-01-01T00:00:00.001Z</createdUtc>
         <modifiedBy>string</modifiedBy>
         <modifiedUtc>1970-01-01T00:00:00.001Z</modifiedUtc>
       </BannerMessageModel>
       
       
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       


 * HEALTHCHECK
   
    * Show/Hide
    * List Operations
    * Expand Operations
   
   
   * * GET /API/HEALTHCHECK/FULL
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       string
       
       
       Response Content Type application/json text/json application/xml text/xml
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * GET /API/HEALTHCHECK/DATABASE
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       string
       
       
       Response Content Type application/json text/json application/xml text/xml
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * GET /API/HEALTHCHECK/SERVICES
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       string
       
       
       Response Content Type application/json text/json application/xml text/xml
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * GET /API/HEALTHCHECK/VERSIONNUMBER
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       string
       
       
       Response Content Type application/json text/json application/xml text/xml
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * GET /API/HEALTHCHECK/REGIONNAME
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       string
       
       
       Response Content Type application/json text/json application/xml text/xml
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       
   
   
   * * GET /API/HEALTHCHECK/RESOURCEGROUP
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       string
       
       
       Response Content Type application/json text/json application/xml text/xml
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       

[ BASE URL: , API VERSION: V1 ]