{"info":{"_postman_id":"6bb7ca94-07a0-4e4d-9423-38f2f6b03a77","name":"Sterling API","description":"<html><head></head><body><p>The Sterling API allows you to integrate background checks into your platform and manage the process from end-to-end.</p>\n<p>Using the Sterling API, you can build applications that:</p>\n<ul>\n<li><p>Initiate background checks on participants in an online marketplace.</p>\n</li>\n<li><p>Schedule recurring screenings to proactively monitor changes in a candidate's status over time.</p>\n</li>\n<li><p>Receive real-time updates for the screenings you initiate.</p>\n</li>\n</ul>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>Access to the Sterling API can be provided by sending a request to our team using the following link: Request Credentials (Screening Region (<a href=\"mailto:apisupport@fadv.com?subject=API Developer Credential Request&amp;body=Hello, %0D%0A%0D%0AI would like to request access to the Sterling API.%0D%0A%0D%0A My name: %0D%0A%0D%0A Company size: %0D%0A%0D%0A Coding Language:\"><strong>US</strong></a>, <a href=\"mailto:apisupport@fadv.com?subject=API Developer Credential Request&amp;body=Hello, %0D%0A%0D%0AI would like to request access to the Sterling API.%0D%0A%0D%0A My name: %0D%0A%0D%0A Company size: %0D%0A%0D%0A Coding Language:\"><strong>EMEA</strong></a>, <a href=\"mailto:apisupport@fadv.com?subject=API Developer Credential Request&amp;body=Hello, %0D%0A%0D%0AI would like to request access to the Sterling API.%0D%0A%0D%0A My name: %0D%0A%0D%0A Company size: %0D%0A%0D%0A Coding Language:\"><strong>Canada</strong></a>, or <a href=\"mailto:apisupport@fadv.com?subject=API Developer Credential Request&amp;body=Hello, %0D%0A%0D%0AI would like to request access to the Sterling API.%0D%0A%0D%0A My name: %0D%0A%0D%0A Company size: %0D%0A%0D%0A Coding Language:\"><strong>APAC</strong></a>))</p>\n<p>Once you receive your Client ID and Client Secret, here are the steps that API users typically follow to consume the Sterling APIs and perform end-to-end testing on your own.</p>\n<ul>\n<li><p>Step 1: <a href=\"#27e4b4dc-590e-4fb2-b15e-6d4c606e4bdc\">POST Authentication</a></p>\n<ul>\n<li>Once you send an auth request with your Client ID and Client Secret, the response will contain an access token which can be used to send other requests to the API.</li>\n</ul>\n</li>\n<li><p>Step 2: <a href=\"#64d38d48-79cf-4bd0-b279-678be6735489\">GET /packages</a></p>\n<ul>\n<li>Retrieve a list of the packages available to you (a package is a group of screening products). The response will also specify which fields are required on a candidate record in order to process the associated screening.</li>\n</ul>\n</li>\n<li><p>Step 3: <a href=\"#14a4713e-423e-4c6f-a85b-6c24ca7d8147\">POST /candidates</a></p>\n<ul>\n<li>Create a candidate. Minimum fields for creation are first name, last name, email, and clientReferenceId. Further fields will likely be needed to initiate a screening on the candidate. The required fields can be identified via GET /packages.</li>\n</ul>\n</li>\n<li><p>Step 4: <a href=\"#3024bfa5-276c-4a45-90ea-c9e7df3e60f7\">POST /screenings</a></p>\n<ul>\n<li><p>You will need a candidateId and packageId in order to create a screening. You have 1-3 workflow options for creating a screening.</p>\n<ul>\n<li><p>Send the candidate an email invite.</p>\n</li>\n<li><p>Receive a link to a form which you can either open within your app or on a new tab.</p>\n</li>\n<li><p>If all required candidate fields already exist, simply initiate the screening. Additionally, you can specify a Callback URI in this request which will allow you to receive real-time updates for the screenings you initiate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Step 5: Process screenings using the <a href=\"#developer-portal\">Developer Portal</a></p>\n<ul>\n<li>Credentials to log into the Dev Portal are the same as your Client ID and Client Secret. The Dev Portal will allow you to manually set results for your screenings for end-to-end testing.</li>\n</ul>\n</li>\n<li><p>Step 6: Verify <a href=\"#callbacks\">callbacks</a></p>\n<ul>\n<li>In a POST /screenings request, you can set a Callback URI so that you can receive real-time updates for that screening.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Required Fields &amp; Data Collection</strong></p>\n<blockquote>\n<p><strong>Note:</strong> You’ll want to consider the required candidate fields so that you can design your application to collect the pertinent information. </p>\n</blockquote>\n<blockquote>\n<p><strong>Invite Feature:</strong> If you don't want to collect all of the required candidate information then the alternative is to have Sterling handle the data collection. To use this feature, set the attribute <code>invite.method</code> to <code>\"email\"</code> to send the candidate an email, or set <code>invite.method</code> to <code>\"link\"</code> to receive the form URL within the API response when you call <code>POST /screenings</code>. </p>\n</blockquote>\n<p><strong>Going Live</strong></p>\n<blockquote>\n<p>When testing is complete and you are ready to go live, be sure to switch your host endpoint to the production environment. This will also require you to obtain a <strong>new</strong> set of authentication credentials for that environment. Please reach out to your account manager when you are ready to start this process. </p>\n</blockquote>\n<h1 id=\"authentication\">Authentication</h1>\n<h2>Overview</h2>\n\n<p>The Sterling API uses an OAuth2 (\"oauth\") authentication scheme. It supports the US, EMEA, Canada and APAC regions.</p>\n<p><strong>EMEA, Canada and APAC Support</strong></p>\n<blockquote>\n<p>Currently, the EMEA, Canada and APAC regions are only supported in the Production environment. Any development testing required for a client expecting to go live in this region will need to test in the Integration environment using a US account. </p>\n</blockquote>\n<p><em><strong>US</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Integration</td>\n<td><a href=\"https://api.us.int.sterlingcheck.app/v2/oauth\">https://api.us.int.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.us.sterlingcheck.app/v2/oauth\">https://api.us.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>EMEA</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.eu.sterlingcheck.app/v2/oauth\">https://api.eu.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Canada</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.ca.sterlingcheck.app/v2/oauth\">https://api.ca.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>APAC</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.au.sterlingcheck.app/v2/oauth\">https://api.au.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2>Requests</h2>\n\n<p>Requests to the Sterling API must be authenticated using short-lived bearer token in the Authorization header. Applications will obtain bearer tokens via the oauth endpoint. It is also <em>required</em> to set a \"grant_type\" field to \"client_credentials', as shown in the curl auth request example below.</p>\n<p><strong>cURL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -X POST \\\n-H \"Authorization: Basic &lt;basic auth credentials&gt;\" \\\n-H 'Content-Type: application/x-www-form-urlencoded' \\\n-d 'grant_type=client_credentials' \\\nhttps://api.us.int.sterlingcheck.app/v2/oauth\n\n</code></pre><p>When making a request to the oauth endpoint, the basic auth credentials must be a base64 encoded string in the format <code>client_id:client_secret</code>. These credentials are not provided through the API and must be obtained through <a href=\"https://www.sterlingcheck.com/industries/gig-economy/\">First Advantage</a>.</p>\n<p><strong>Base64</strong></p>\n<blockquote>\n<p>The base64 encoded string for the credentials will remain unchanged unless your client_secret is changed at your request.<br>For instance, <code>example@example.com:86753O9</code> will always encode as <code>ZXhhbXBsZUBleGFtcGxlLmNvbTo4Njc1M085</code>. </p>\n</blockquote>\n<p>If the provided credentials are valid, the oauth endpoint will provide a bearer token, along with an expiry time for the token (in seconds). An access_token will expire after 1 hour.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"access_token\": \"RG8gcGVvcGxlIHJlYWxseSBkZWNvZGUgdGhlc2U/IEkgbWVhbiBzZXJpb3VzbHksIHRoaXMgaXMganVzdCBhIHRlc3QgaGFzaCEgV2VsbCwgaWYgeW91IG1hZGUgaXQgdGhpcyBmYXIsIGFsbG93IG1lIHRvIHJld2FyZCB5b3U6DQoNCmh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9ZFF3NHc5V2dYY1E=\",\n  \"token_type\": \"bearer\",\n  \"expires_in\": \"3600\"\n}\n\n</code></pre>\n<p>This token should be cached until it expires, and must be passed in the <code>Authorization</code> header of each request as follows:</p>\n<p><strong>cURL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -H \"Authorization: Bearer RG8gcGVvcGxlIHJlYWxseSBkZWNvZGUgdGhlc2U/IEkgbWVhbiBzZXJpb3VzbHksIHRoaXMgaXMganVzdCBhIHRlc3QgaGFzaCEgV2VsbCwgaWYgeW91IG1hZGUgaXQgdGhpcyBmYXIsIGFsbG93IG1lIHRvIHJld2FyZCB5b3U6DQoNCmh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9ZFF3NHc5V2dYY1E=\" \\\n-H \"Accept: application/json\" \\ \nhttps://api.us.int.sterlingcheck.app/v2/candidates/7212643\n\n</code></pre><p><strong>500 Errors</strong></p>\n<blockquote>\n<p>If you receive a 500 error on any API call using an Authorization header, please check that the format is \"Bearer [base64]\". </p>\n</blockquote>\n<h1 id=\"developer-portal\">Developer Portal</h1>\n<p>Sterling provides a <a href=\"https://developer.sterlingcheck.app/v2-login\"><b>Developer Portal</b></a> to facilitate testing integrations and ensure all potential workflows are taken into account. Within the Dev Portal you can see all of your submitted screenings, as well as change their statuses.</p>\n<blockquote>\n<p>The Dev Portal's functionality is specific to Sterling's <strong>test environment</strong>. You can log in with your client ID and secret once we have provisioned a test account and provided those credentials to you. </p>\n</blockquote>\n<img src=\"https://i.imgur.com/x2uBlcJ.png\">\n\n<h1 id=\"cma-client-matrix-application\">CMA (Client Matrix Application)</h1>\n<p>Depending on your needs, you may be interested in a Client Matrix Application setup. This is not available by default and must be requested and configured prior to creating screenings. Depending on the criteria and the type of CMA configuration that is set up on your account, the API will be able to return a status that meets those expectations at a high-level. Please refer to our <a href=\"#callbacks\">Callbacks</a> section and the screening statuses for more information.</p>\n<h2>CMA Statuses</h2>\n\n<p>Depending on your account configuration, certain CMA statuses will be applicable to your integration. While working in our Developer Portal, you will notice a list of actions you can set on your screenings as displayed by the example below.</p>\n<img src=\"https://i.imgur.com/uG7kEj6.png\">\n\n<p>Accounts set up with this configuration will either be set up for <strong>2 or 3-score CMA</strong>.</p>\n<p><em>2-Score CMA</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Passed</code></td>\n<td>Report has passed all criteria.</td>\n</tr>\n<tr>\n<td><code>Review</code></td>\n<td>Discrepancies found on one or more of the report items; A manual score or initiating Adverse Action is advised.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>3-Score CMA</em></p>\n<p>The results listed below use customized criteria that is set by you in order to determine which level is returned. For example you may want all checks that have a series of discrepancies to return a <code>Level3</code>, whereas minor alerts could return a <code>Level1</code>.</p>\n<p>This criteria can be determined and discussed with your account manager when gathering details for your account setup.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td>Level1, Level2, Level3</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"callbacks\">Callbacks</h1>\n<p>Background screenings involve gathering information from a variety of public and proprietary records, and as a result, the response times for screenings can be unpredictable. As an API user, you can receive notifications when important events related to your screening occur. To receive update notifications, include a <code>callback</code> when creating a screening.</p>\n<p>If you need to receive screening results summary in JSON format, you can utilize the Callbacks functionality or by sending a GET screening/{id} request to retrieve screening. However, for a more detailed report of a completed screening, please see the Reports section for receiving screening results in PDF or HTML formats.</p>\n<h2>Callback Types</h2>\n\n<p>The callback <code>type</code> field supports future extensibility.</p>\n<p>Additional callback types may be introduced in the future. These new callback types will follow the same pattern as existing callbacks. The callback url will be specified in the <code>POST</code> request for the resource. This means that you are free to create one callback handling service exclusively for screenings, and other services for every other callback type that exists.</p>\n<p>Alternatively, clients may implement a single general-purpose callback handler for all Sterling API callbacks. In that situation, the callback handler can use the <code>type</code> field to identify the message type and ensure that the intended parsing or business rules are applied only to the expected message types.</p>\n<h3 id=\"authentication-1\">Authentication</h3>\n<p>Based on your security requirements, you may choose between Basic Auth or OAuth for your callback authentication. Basic Auth credentials can be used and implemented right away. If you want to utilize OAuth, you will need to reach out to your Sterling representative to enable this setting on your account. Once enabled, you can configure your callback uris and authentication via the /config/callbacks endpoint.</p>\n<h4 id=\"basic-auth-for-callbacks\">Basic Auth for Callbacks</h4>\n<p>By default, all callback uris will use Basic Auth if you include the <code>credentials</code> object within the callback object of your screening requests. No Authentication will be used if you omit <code>credentials</code>. Refer to the <a href=\"#4e499a0d-790e-410c-b077-500af60fcda6\">Credentials object</a> section for more details.</p>\n<h4 id=\"oauth-for-callbacks\">OAuth for Callbacks</h4>\n<p>If you choose to enable and configure OAuth for your callbacks, that configuration will take precedence over any other callback information sent in your screening requests.</p>\n<p><em>Configure OAuth for Callbacks</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">curl -X POST 'https://api.us.int.sterlingcheck.app/v2/config/callbacks' \\\n-H 'Authorization: Bearer {{bearer_token}}' \\\n-H 'Content-Type: application/json' \\\n-d '{\n    \"callback\": {\n          \"screening\": \"https://my-company-url.com\",\n          \"monitor\": \"https://my-company-url.com\",\n          \"oauth\": \"https://oauth-service.com/oauth2/token\" \n   },\n   \"grantType\": \"client_credentials\",\n   \"oAuthCredentials\": \"&lt;base64 encoded credentials&gt;\"   \n}'\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>callback</code></td>\n<td>required</td>\n<td>object</td>\n<td></td>\n</tr>\n<tr>\n<td><code>screening</code></td>\n<td>required  <br><code>screening</code> or <code>monitor</code> or both are required and cannot be omitted</td>\n<td>string</td>\n<td>A uri on a server that you control where you expect to receive callback updates related to screenings.  <br>Must be an <code>https</code> uri.</td>\n</tr>\n<tr>\n<td><code>monitor</code></td>\n<td>required (If using Sterling Monitoring)  <br><code>screening</code> or <code>monitor</code> or both are required and cannot be omitted</td>\n<td>string</td>\n<td>A uri on a server that you control where you expect to receive callbacks related to recurring monitoring updates.  <br>Must be an <code>https</code> uri.</td>\n</tr>\n<tr>\n<td><code>oauth</code></td>\n<td>required</td>\n<td>string</td>\n<td>This is the url of the service that generates the oAuth token for your callback authentication.</td>\n</tr>\n<tr>\n<td><code>grantType</code></td>\n<td>required</td>\n<td>string</td>\n<td>The type of grant from your token generation service.</td>\n</tr>\n<tr>\n<td><code>oAuthCredentials</code></td>\n<td>required</td>\n<td>string</td>\n<td>Base64 encoded credentials of your token generation service. Must be a Base64 encoded string in the format of <code>client_id:client_secret</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Errors</em></p>\n<p>If an error occurs when setting up OAuth for Callbacks you will receive an error code and mesage.</p>\n<p><strong>Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n        {\n            \"code\": \"400#callback-config?missing-callback-config-uris\",\n            \"message\": \"At least one of CallbackConfigUris.screening or CallbackConfigUris.monitor has to be provided.\"\n        }\n     ]\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n        {\n            \"code\": \"400#grantType\",\n            \"message\": \"grantType is required\"\n        }\n     ]\n}\n\n</code></pre>\n<h3 id=\"retries\"><strong>Retries</strong></h3>\n<blockquote>\n<p>Callbacks will be retried exponentially starting at 15 minutes, 30 minutes, 1 hour, and so on until an HTTP 200 success response is returned from your server, or the time between attempts has reached 24 hours.<br>You also have the option to resend callbacks using our <a href=\"#277b5ad3-f7c1-4e37-b212-1ac4987eee13\">POST /screenings/{id}/callbacks</a> endpoint. While this gives you some control as to when callbacks are sent, you will only receive the most recent callback that was generated regardless of what the screening's current state is. </p>\n</blockquote>\n<h3 id=\"callback-success-acknowledgement\"><strong>Callback Success Acknowledgement</strong></h3>\n<blockquote>\n<p>When setting up your integration to accept callbacks from the Sterling API, you must return your success acknowledgement in the following JSON format with a status code of 200 or 201: <code>{“success”: ”true”}</code> </p>\n</blockquote>\n<h4 id=\"screening-callbacks\">Screening Callbacks</h4>\n<p>The most common callback <code>type</code> will be a screening, as it is the object that will receive the most changes over time. A sample JSON payload for a screening callback can be seen below.</p>\n<p><em>Pending Screening Callback</em></p>\n<p>When a screening status is first submitted, a callback containing a screening status of <code>Pending</code> will be sent. By default, the next callback for the screening will be sent once all report items are <code>Complete</code>.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"screening\",\n    \"payload\": {\n        \"id\": \"1801020633\",\n        \"packageId\": \"85685\",\n        \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n        \"status\": \"Pending\",\n        \"result\": \"\",\n        \"reportItems\": [],\n        \"estimatedCompletionTime\": \"2021-05-30T16:21:00\"\n    }\n}\n\n</code></pre>\n<p>Your account can be configured to send Piecemeal callbacks. When enabled, callbacks for the <code>Pending</code> screening will be sent, listing the report items that are both Complete and still Pending.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n    \"id\": \"1801020633\",\n    \"packageId\": \"85685\",\n    \"packageName\": \"Basic Package\",\n    \"accountName\": \"Sterling API Test\",\n    \"accountId\": \"12345\",\n    \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"links\": {\n      \"admin\": {\n        \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/HjlWtzer0dew8KpRBVudIBcS0dersaNcZQESRjBxhBM=\"\n      }\n    },\n    \"customFields\": [\n      {\n        \"fieldName\": \"Job Opening ID\",\n        \"fieldValue\": \"28374953\"\n      },\n      {\n        \"fieldName\": \"Hiring Manager\",\n        \"fieldValue\": \"Jane Doe\"\n      },\n      {\n        \"fieldName\": \"Department\",\n        \"fieldValue\": \"Engineering\"\n      }\n    ],\n    \"reportItems\": [\n      {\n        \"id\": \"13993864\",\n        \"type\": \"SSN Trace\",\n        \"status\": \"Complete\",\n        \"result\": \"Complete\",\n        \"updatedAt\": \"2021-05-26T19:35:00\",\n        \"estimatedCompletionTime\": \"2021-05-26T19:35:00\"\n      },\n      {\n        \"id\": \"13993865\",\n        \"type\": \"Enhanced Nationwide Criminal Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-05-26T19:36:00\",\n        \"estimatedCompletionTime\": \"2021-05-26T19:36:00\"\n      },\n      {\n        \"id\": \"13993866\",\n        \"type\": \"County Criminal Record\",\n        \"status\": \"Pending\",\n        \"result\": \"\",\n        \"updatedAt\": \"2021-05-30T16:21:00\",\n        \"estimatedCompletionTime\": \"2021-05-30T16:21:00\"\n      },\n      {\n        \"id\": \"13993867\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Pending\",\n        \"result\": \"\",\n        \"updatedAt\": \"2021-05-28T16:21:00\",\n        \"estimatedCompletionTime\": \"2021-05-28T16:21:00\"\n      }\n    ],\n    \"submittedAt\": \"2021-05-26T19:34:57\",\n    \"updatedAt\": \"2021-05-30T16:21:00\",\n    \"estimatedCompletionTime\": \"2021-05-30T16:21:00\"\n  }\n}\n\n</code></pre>\n<p>If the <code>estimatedCompletionTime</code> of a report item changes, a callback will be sent containing an updated dateTimeStamp. When ETA bumps like this occur, the callback will only contain the report item whose ETA changed.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n    \"id\": \"1801020633\",\n    \"packageId\": \"85685\",\n    \"packageName\": \"Basic Package\",\n    \"accountName\": \"Sterling API Test\",\n    \"accountId\": \"12345\",\n    \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"links\": {\n      \"admin\": {\n        \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/HjlWtzer0dew8KpRBVudIBcS0dersaNcZQESRjBxhBM=\"\n      }\n    },\n    \"reportItems\": [\n      {\n        \"id\": \"13993867\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Pending\",\n        \"result\": \"\",\n        \"updatedAt\": \"2021-05-29T08:10:00\",\n        \"estimatedCompletionTime\": \"2021-05-29T08:10:00\"\n      }\n    ],\n    \"submittedAt\": \"2021-05-26T19:34:57\",\n    \"updatedAt\": \"2021-05-29T08:10:00\",\n    \"estimatedCompletionTime\": \"2021-05-29T08:10:00\"\n  }\n}\n\n</code></pre>\n<p><em>Completed Screening Callback</em></p>\n<p>A callback will be sent once all report items are completed and the screening status is <code>Complete</code>.</p>\n<blockquote>\n<p>The <code>disposition</code> field will only be available if configured in your account. </p>\n</blockquote>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n    \"id\": \"1801020633\",\n    \"packageId\": \"85685\",\n    \"packageName\": \"Basic Package\",\n    \"accountName\": \"Sterling API Test\",\n    \"accountId\": \"12345\",\n    \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n    \"status\": \"Complete\",\n    \"result\": \"Clear\",\n    \"disposition\": \"Meets company standard\",\n    \"links\": {\n      \"admin\": {\n        \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/HjlWtzer0dew8KpRBVudIBcS0dersaNcZQESRjBxhBM=\"\n      }\n    },\n    \"customFields\": [\n      {\n        \"fieldName\": \"Job Opening ID\",\n        \"fieldValue\": \"28374953\"\n      },\n      {\n        \"fieldName\": \"Hiring Manager\",\n        \"fieldValue\": \"Jane Doe\"\n      },\n      {\n        \"fieldName\": \"Department\",\n        \"fieldValue\": \"Engineering\"\n      }\n    ],\n    \"reportItems\": [\n      {\n        \"id\": \"13993864\",\n        \"type\": \"SSN Trace\",\n        \"status\": \"Complete\",\n        \"result\": \"Complete\",\n        \"updatedAt\": \"2021-05-26T19:35:00\",\n        \"estimatedCompletionTime\": \"2021-05-26T19:35:00\"\n      },\n      {\n        \"id\": \"13993865\",\n        \"type\": \"Enhanced Nationwide Criminal Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-05-26T19:36:00\",\n        \"estimatedCompletionTime\": \"2021-05-26T19:36:00\"\n      },\n      {\n        \"id\": \"13993866\",\n        \"type\": \"County Criminal Record\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-05-30T16:21:00\",\n        \"estimatedCompletionTime\": \"2021-05-30T16:21:00\"\n      },\n      {\n        \"id\": \"13993867\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-05-28T16:21:00\",\n        \"estimatedCompletionTime\": \"2021-05-28T16:21:00\"\n      }\n    ],\n    \"submittedAt\": \"2021-05-26T19:34:57\",\n    \"updatedAt\": \"2021-05-30T16:21:00\",\n    \"estimatedCompletionTime\": \"2021-05-30T16:21:00\"\n  }\n}\n\n</code></pre>\n<h4 id=\"consent-collection-callbacks\">Consent Collection Callbacks</h4>\n<p>You may receive callbacks for important events related to the consent collections workflow. Consent collections callbacks should be registered using the <code>screening</code> callback type outlined in the <em>OAuth For Callbacks</em> configuration above.</p>\n<p><em>Consent Collection Initiated</em></p>\n<p>When Sterling sends the invite, a callback with the status <code>InProgress</code> will indicate that the consent collection request has been submitted and the invite has been sent to the candidate.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"consent-collections\",\n    \"payload\": {\n        \"requestId\": \"dadccb11-d25f-4cb8-8c7c-8703f9188b07\",\n        \"packageId\": \"85685\",\n        \"packageName\": \"Basic Package\",\n        \"accountName\": \"Sterling API Test\",\n        \"accountId\": \"12345\",\n        \"candidateId\": \"81dcf680-fdc2-44f7-b966-f5d6f48ce750\",\n        \"status\": \"InProgress\",\n        \"submittedAt\": \"2025-01-22T18:19:00\",\n        \"updatedAt\": \"2025-01-22T19:19:00\"\n    }\n}\n\n</code></pre>\n<p><em>Consent Collection Completed</em></p>\n<p>After the candidate reviews and signs the consent and authorization forms, and submits the invite workflow, a callback with the status <code>Complete</code> will be sent to indicate that the consent collection request has been completed.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"consent-collections\",\n    \"payload\": {\n        \"requestId\": \"dadccb11-d25f-4cb8-8c7c-8703f9188b07\",\n        \"packageId\": \"85685\",\n        \"packageName\": \"Basic Package\",\n        \"accountName\": \"Sterling API Test\",\n        \"accountId\": \"12345\",\n        \"candidateId\": \"81dcf680-fdc2-44f7-b966-f5d6f48ce750\",\n        \"status\": \"Complete\",\n        \"submittedAt\": \"2025-01-22T18:19:00\",\n        \"updatedAt\": \"2025-01-22T19:19:00\"\n    }\n}\n\n</code></pre>\n<p><em>Consent Collection Error</em></p>\n<p>If the consent collection request is not processed due to errors, a callback with status <code>Error</code> will be generated.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"consent-collections\",\n    \"payload\": {\n        \"requestId\": \"dadccb11-d25f-4cb8-8c7c-8703f9188b07\",\n        \"packageId\": \"85685\",\n        \"packageName\": \"Basic Package\",\n        \"accountName\": \"Sterling API Test\",\n        \"accountId\": \"12345\",\n        \"candidateId\": \"81dcf680-fdc2-44f7-b966-f5d6f48ce750\",\n        \"status\": \"Error\",\n        \"errors\": [\n          {\n              \"code\": \"400#dob?format\",\n              \"message\": \"dob must be in the format of YYYY-MM-DD\"\n          }\n        ]\n     }\n}\n\n</code></pre>\n<p><em>Expired Consent Collection Invite</em></p>\n<p>If the candidate misses or ignores the consent collection request and it expires, a callback with status <code>Expired Invite</code> will be generated.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"consent-collections\",\n    \"payload\": {\n        \"requestId\": \"dadccb11-d25f-4cb8-8c7c-8703f9188b07\",\n        \"packageId\": \"85685\",\n        \"packageName\": \"Basic Package\",\n        \"accountName\": \"Sterling API Test\",\n        \"accountId\": \"12345\",\n        \"candidateId\": \"81dcf680-fdc2-44f7-b966-f5d6f48ce750\",\n        \"status\": \"Expired Invite\"\n     }\n}\n\n</code></pre>\n<h4 id=\"fulfillment-notes-callbacks\">Fulfillment Notes Callbacks</h4>\n<p>Fulfillment teams enter notes on an order for many different reasons. Your account can be configured to receive callbacks whenever a note is entered on an order, both at the search level and order level.</p>\n<p><em>Order Level Note</em>  </p>\n<p>Every time a note is saved on an order, a callback may be sent to you.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"screening-note\",\n    \"payload\": {\n        \"id\": \"1801020633\",\n        \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n        \"notes\": [\n          {\n            \"note\": \"Outbound E-mail|Candidate|Candidate Contacted. The email for 12-Sept-2025 was sent to the candidate about needed information.\",\n            \"updatedAt\": \"2025-09-12T11:58:56\"\n          }\n         ]\n     }\n}\n\n</code></pre>\n<p><em>Search Level Note</em>  </p>\n<p>Every time a note is save on a report item, a callback may be sent to you.</p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"screening-report-item-note\",\n    \"payload\": {\n        \"id\": \"1801020633\",\n        \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n        \"reportItems\": [\n          {\n            \"id\": \"22065126\",\n            \"notes\": [\n              {\n                \"note\": \"Outbound E-mail|Candidate|Candidate Contacted. The email for 12-Sept-2025 was sent to the candidate about needed information.\",\n                \"updatedAt\": \"2025-09-12T11:58:56\"\n              }\n             ]\n           }\n     }\n}\n\n</code></pre>\n<h1 id=\"statuses-results\">Statuses &amp; Results</h1>\n<p>Every screening will have a <code>status</code> property in its payload. The value of <code>status</code> will change depending on the status of each item in <code>reportItems</code>.</p>\n<p><em>Screening Statuses</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>PreDraft</code></td>\n<td>Communication sent to candidate; Report will be in this state until the candidate has supplied and submitted from the Candidate Hub portal.</td>\n</tr>\n<tr>\n<td><code>Draft</code></td>\n<td>Order has not been submitted and has not started processing.</td>\n</tr>\n<tr>\n<td><code>NotStarted</code></td>\n<td>Invite sent to candidate, but candidate has not taken action yet.</td>\n</tr>\n<tr>\n<td><code>InProgress</code></td>\n<td>Candidate has taken action on their invite and/or the order is processing.</td>\n</tr>\n<tr>\n<td><code>Pending</code></td>\n<td>Processing. At least 1 report item within this package has a status of pending.</td>\n</tr>\n<tr>\n<td><code>Complete</code></td>\n<td>Report is completed and ready for review.</td>\n</tr>\n<tr>\n<td><code>ActionNeeded</code></td>\n<td>Action is needed to provide or correct data.</td>\n</tr>\n<tr>\n<td><code>ReadyForReview</code></td>\n<td>Order is waiting to be reviewed.</td>\n</tr>\n<tr>\n<td><code>Review</code></td>\n<td>Discrepancies found on one or more of the report items; A manual score or initiating Adverse Action is advised.</td>\n</tr>\n<tr>\n<td><code>AdverseAction</code></td>\n<td>Report is in the Adverse Action process.</td>\n</tr>\n<tr>\n<td><code>Pre-Adverse Action Initiated</code>, <code>Pre-Adverse Action Sent</code>, <code>Adverse Action Paused</code>, <code>Adverse Action Cancelled</code>, <code>Adverse Action Resumed</code>, <code>Adverse Action Sent</code></td>\n<td>Enhanced order scoring for the Adverse Action process - Please refer to our <a href=\"#db918313-05bb-4d30-a043-8216d680a407\">Adverse Actions</a> section for more details.</td>\n</tr>\n<tr>\n<td><code>Dispute</code></td>\n<td>Candidate dispute in progress.</td>\n</tr>\n<tr>\n<td><code>Archive</code></td>\n<td>Report has been archived.</td>\n</tr>\n<tr>\n<td><code>Hold</code></td>\n<td>Report has been placed on a hold; Awaiting further action.</td>\n</tr>\n<tr>\n<td><code>Pending Adjudication</code></td>\n<td>Only available if enhanced order scoring has been configured for Adverse Action on your account.</td>\n</tr>\n<tr>\n<td><code>Expired Invite</code></td>\n<td>The invite has not been completed within the expiry window and has expired. A new invite should be sent to candidate.</td>\n</tr>\n<tr>\n<td><code>Deleted</code></td>\n<td>Only available for order invites - The invite has been cancelled before any candidate action has been taken.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Screening Results</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Pending</code></td>\n<td>Processing. At least 1 report item within this package has a status of pending.</td>\n</tr>\n<tr>\n<td><code>Clear</code></td>\n<td>Report is completed and ready for review.</td>\n</tr>\n<tr>\n<td><code>Consider</code></td>\n<td>Discrepancies found in one or more report items.</td>\n</tr>\n<tr>\n<td><code>Passed</code></td>\n<td>2-score CMA - Report has passed all criteria.</td>\n</tr>\n<tr>\n<td><code>Review</code></td>\n<td>2-score CMA - Discrepancies found on one or more of the report items; A manual score or initiating Adverse Action is advised.</td>\n</tr>\n<tr>\n<td><code>Cancelled</code></td>\n<td>Report has been cancelled.</td>\n</tr>\n<tr>\n<td><code>Level1</code>, <code>Level2</code>, <code>Level3</code></td>\n<td>3-score CMA - Customized scoring criteria. Please refer to our <a href=\"#cma-client-matrix-application\">CMA</a> section for more details.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Screening subStatus</em></p>\n<p>Screening callbacks may include an additional field for <code>subStatus</code> which provides further information during the order and invite process. Contact your Sterling representative if you would like this additional field enabled for your account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>subStatus</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Pending</code></td>\n<td>Order has one or more services submitted for fulfillment that are not yet completed.</td>\n</tr>\n<tr>\n<td><code>Dispute</code></td>\n<td>Candidate has filed a dispute, and it is in progress. If final Adverse Action has not been sent the search request will be moved to a Paused status</td>\n</tr>\n<tr>\n<td><code>Hold</code></td>\n<td>The order and its fulfillment have been moved to Hold status.</td>\n</tr>\n<tr>\n<td><code>Invite Queued</code></td>\n<td>An invite is created with all the necessary information but has not been sent.</td>\n</tr>\n<tr>\n<td><code>Invite Sent</code></td>\n<td>The invite was sent successfully to the candidate.</td>\n</tr>\n<tr>\n<td><code>Invite Incomplete</code></td>\n<td>Candidate has created an account but has not completed the consent and/or data collection process.</td>\n</tr>\n<tr>\n<td><code>Invite Ready</code></td>\n<td>The candidate has successfully completed their Candidate Hub workflow.</td>\n</tr>\n<tr>\n<td><code>Invite Data Mismatch</code></td>\n<td>Candidate has been successfully verified by the Identity Provider, but their information does not match what was submitted by the client when the invite was created.</td>\n</tr>\n<tr>\n<td><code>Archived Invite</code></td>\n<td>Invite has been moved to an archived state either manually by the client or by an automated process.</td>\n</tr>\n<tr>\n<td><code>Expired Invite</code></td>\n<td>Invite has expired and can no longer be accessed.</td>\n</tr>\n<tr>\n<td><code>Cancelled Invite</code></td>\n<td>Invite was cancelled and can no longer be accessed.</td>\n</tr>\n<tr>\n<td><code>Pre-Adverse Action Initiated</code></td>\n<td>Client has initiated the Pre-Adverse Action process but the email or postal mail has not yet been sent to the candidate.</td>\n</tr>\n<tr>\n<td><code>Pre-Adverse Action Sent</code></td>\n<td>Client has initiated and the Pre-Adverse Action email or postal mail has been sent to the candidate.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Paused</code></td>\n<td>Adverse Action has been paused and a final Adverse Action notice will not be sent.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Resumed</code></td>\n<td>Adverse Action has been Resumed but the Final Adverse Action Notice has not been sent.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Sent</code></td>\n<td>Final Adverse Action has been sent to the candidate.</td>\n</tr>\n<tr>\n<td><code>Archived Orders</code></td>\n<td>Order has been moved to an archived state either manually by the client or by an automated process.</td>\n</tr>\n<tr>\n<td><code>Drafted Order</code></td>\n<td>An order has been created but no services have been submitted for fulfillment.</td>\n</tr>\n<tr>\n<td><code>Candidate Action</code></td>\n<td>There is an open Additional/Missing information task for the candidate that must be completed before the order can be moved forward.</td>\n</tr>\n<tr>\n<td><code>Client Action</code></td>\n<td>There is an open Additional/Missing information task for the client that must be completed before the order can be moved forward.</td>\n</tr>\n<tr>\n<td><code>Fingerprint Submission Hold</code></td>\n<td>Candidate fingerprints have been received and are being held on file pending release by the client.</td>\n</tr>\n<tr>\n<td><code>Verify Identity</code></td>\n<td>Order includes a UK criminal disclosure service with Client Evidence of Identify, and we are waiting for the client to verify the candidate’s identity.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Report Item Statuses</em></p>\n<p>Each individual report item may have their own statuses and these will vary upon the type of report processed.</p>\n<p>If using these statuses, it's best practice to only concern yourself with the most common values. Here's a list of the top common report status values.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Complete</code></td>\n<td>The report has been completed.</td>\n</tr>\n<tr>\n<td><code>Pending</code></td>\n<td>The report is pending.</td>\n</tr>\n<tr>\n<td><code>Deleted</code></td>\n<td>The report has been deleted.</td>\n</tr>\n<tr>\n<td><code>Archive</code></td>\n<td>The report has been archived.</td>\n</tr>\n<tr>\n<td><code>Cancelled</code></td>\n<td>Adverse Action has been cancelled on this report.</td>\n</tr>\n<tr>\n<td><code>Paused</code></td>\n<td>Adverse Action process is paused for this report.</td>\n</tr>\n<tr>\n<td><code>NeedsData</code></td>\n<td>The report needs additional information to proceed.</td>\n</tr>\n<tr>\n<td><code>Ready</code></td>\n<td>The report is ready.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Report Item Results</em></p>\n<p>A report item's <code>result</code> property will give a more detailed description of the response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Result</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Clear</code></td>\n<td>Item is cleared and ready for review.</td>\n</tr>\n<tr>\n<td><code>Consider</code></td>\n<td>Discrepancies found on the item and ready for review.</td>\n</tr>\n<tr>\n<td><code>UnPerformable</code></td>\n<td>Item is unable to be performed.</td>\n</tr>\n<tr>\n<td><code>Complete</code></td>\n<td>Item is completed and ready for review.</td>\n</tr>\n<tr>\n<td><code>Passed</code></td>\n<td>2-score CMA - Item has passed all criteria.</td>\n</tr>\n<tr>\n<td><code>Review</code></td>\n<td>2-score CMA - Discrepancies found on the item; A manual score or initiating Adverse Action is advised.</td>\n</tr>\n<tr>\n<td><code>Cancelled</code></td>\n<td>Item has been cancelled.</td>\n</tr>\n<tr>\n<td><code>Hold</code></td>\n<td>Item has been placed on a hold; Awaiting further action.</td>\n</tr>\n<tr>\n<td><code>Level1</code>, <code>Level2</code>, <code>Level3</code></td>\n<td>3-score CMA - Customized scoring criteria. Please refer to our <a href=\"#cma-client-matrix-application\">CMA</a> section for more details.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Pending Screening Callback with subStatus</em></p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"screening\",\n    \"payload\": {\n        \"id\": \"1812532311\",\n        \"packageId\": \"85685\",\n        \"packageName\": \"Basic Package\",\n        \"accountName\": \"Sterling API Test\",\n        \"accountId\": \"12345\",\n        \"candidateId\": \"81dcf680-fdc2-44f7-b966-f5d6f48ce750\",\n        \"status\": \"InProgress\",\n        \"subStatus\": \"Pending\",\n        \"result\": \"\",\n        \"customFields\": [\n            {\n               \"fieldName\": \"Job Opening ID\",\n               \"fieldValue\": \"28374953\"\n            },\n            {\n               \"fieldName\": \"Hiring Manager\",\n               \"fieldValue\": \"Jane Doe\"\n            },\n            {\n               \"fieldName\": \"Department\",\n               \"fieldValue\": \"Engineering\"\n            }\n        ],\n        \"reportItems\": [\n            {\n                \"id\": \"384835465\",\n                \"type\": \"SSN Trace\",\n                \"status\": \"Pending\",\n                \"updatedAt\": \"2024-09-27T12:31:00\",\n                \"estimatedCompletionTime\": \"2024-09-27T12:31:00\"\n            },\n            {\n                \"id\": \"384835467\",\n                \"type\": \"Enhanced Nationwide Criminal Search\",\n                \"status\": \"Pending\",\n                \"updatedAt\": \"2024-10-01T12:31:00\",\n                \"estimatedCompletionTime\": \"2024-10-01T12:31:00\"\n            },\n            {\n                \"id\": \"384835468\",\n                \"type\": \"DOJ Sex Offender Search\",\n                \"status\": \"Pending\",\n                \"updatedAt\": \"2024-09-27T12:31:00\",\n                \"estimatedCompletionTime\": \"2024-09-27T12:31:00\"\n            }\n        ],\n        \"submittedAt\": \"2024-09-26T18:19:00\",\n        \"updatedAt\": \"2024-10-01T19:19:00\",\n        \"estimatedCompletionTime\": \"2024-10-01T19:19:00\"\n    }\n}\n\n</code></pre>\n<p><em>Adverse Action Callback with subStatus</em></p>\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"screening\",\n    \"payload\": {\n        \"id\": \"1812532311\",\n        \"packageId\": \"85685\",\n        \"packageName\": \"Basic Package\",\n        \"accountName\": \"Sterling API Test\",\n        \"accountId\": \"12345\",\n        \"candidateId\": \"81dcf680-fdc2-44f7-b966-f5d6f48ce750\",\n        \"status\": \"Pre-Adverse Action Sent\",\n        \"subStatus\": \"Pre-Adverse Action Sent\",\n        \"result\": \"Review\",\n        \"customFields\": [\n            {\n               \"fieldName\": \"Job Opening ID\",\n               \"fieldValue\": \"28374953\"\n            },\n            {\n               \"fieldName\": \"Hiring Manager\",\n               \"fieldValue\": \"Jane Doe\"\n            },\n            {\n               \"fieldName\": \"Department\",\n               \"fieldValue\": \"Engineering\"\n            }\n        ],\n        \"reportItems\": [\n            {\n                \"id\": \"384835465\",\n                \"type\": \"SSN Trace\",\n                \"status\": \"Complete\",\n                \"result\": \"UnPerformable\",\n                \"updatedAt\": \"2024-09-26T11:53:00\",\n                \"estimatedCompletionTime\": \"2024-09-26T11:53:00\"\n            },\n            {\n                \"id\": \"384835467\",\n                \"type\": \"Enhanced Nationwide Criminal Search\",\n                \"status\": \"Complete\",\n                \"result\": \"Consider\",\n                \"updatedAt\": \"2024-09-26T11:53:00\",\n                \"estimatedCompletionTime\": \"2024-09-26T11:53:00\"\n            },\n            {\n                \"id\": \"384835468\",\n                \"type\": \"DOJ Sex Offender Search\",\n                \"status\": \"Complete\",\n                \"result\": \"Consider\",\n                \"updatedAt\": \"2024-09-26T11:54:00\",\n                \"estimatedCompletionTime\": \"2024-09-26T11:54:00\"\n            },\n            {\n                \"id\": \"384835502\",\n                \"type\": \"Managed Adverse Action\",\n                \"status\": \"Pending\",\n                \"updatedAt\": \"2024-10-03T11:57:00\",\n                \"estimatedCompletionTime\": \"2024-10-03T11:57:00\"\n            }\n        ],\n        \"submittedAt\": \"2024-09-26T11:52:00\",\n        \"updatedAt\": \"2024-09-26T11:55:00\",\n        \"estimatedCompletionTime\": \"2024-09-26T11:55:00\"\n    }\n}\n\n</code></pre>\n<p><em>Verified Candidate Information</em></p>\n<p>For candidate verification, callbacks will be sent for the following occurrences.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action</th>\n<th>Received information in callback</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Candidate completes ID.me process</td>\n<td>Payload of screening with <code>Complete</code> status</td>\n</tr>\n<tr>\n<td>ID.me invite expires</td>\n<td>Screening with <code>Expired Invite</code> status</td>\n</tr>\n</tbody>\n</table>\n</div><p>To see this reflected in the candidate, please refer to <a href=\"#902667-44ebb6bd-a36c-452d-8aea-272052cf8c85\">GET /candidate/{id}</a></p>\n<p><strong>Callback Consumption</strong></p>\n<blockquote>\n<p>Callbacks from the Sterling API support data consumption in chunked and non-chunked variants. Chunking is possible when the callback payload data exceeds 1MB in size. </p>\n</blockquote>\n<h2>Request for More Information</h2>\n\n<p>In the event that a candidate's screening cannot move forward due to missing information, the Sterling API can send you a callback requesting you provide that data. To do so, you will need to <a href=\"#13e36b93-dd4b-4a9f-9deb-e4d76882d338\">attach the requested documentation</a> to the existing screening.</p>\n<p><em>Missing Information</em></p>\n<p>In cases where information is missing which would prevent the screening from processing, a callback containing a field with <code>missingInformation</code> will be provided.</p>\n<blockquote>\n<p>This callback will only contain the searches that require more information. </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n    \"id\": \"1801020633\",\n    \"packageId\": \"85685\",\n    \"packageName\": \"Basic Package\",\n    \"accountName\": \"Sterling API Test\",\n    \"accountId\": \"12345\",\n    \"candidateId\": \"ec92a17b-7673-49ed-bdcc-b9991a5bbb78\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"missingInformation\":\"Requested: ATTENTION CANDIDATES: If you'd like to speak with candidate support, please contact 833-780-7902 and then enter candidate code 1003.\",\n    \"links\": {\n      \"admin\": {\n        \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/HjlWtzer0dew8KpRBVudIBcS0dersaNcZQESRjBxhBM=\"\n      }\n    },\n    \"reportItems\": [\n      {\n        \"id\": \"384186324\",\n        \"type\": \"SSN Trace\",\n        \"status\": \"Complete\",\n        \"result\": \"Unperformable\",\n        \"updatedAt\": \"2024-04-04T14:50:00\",\n        \"estimatedCompletionTime\": \"2024-04-04T14:50:00\"\n      },\n      {\n        \"id\": \"384186328\",\n        \"type\": \"County Criminal Record\",\n        \"status\": \"Pending\",\n        \"result\": \"\",\n        \"updatedAt\": \"2024-04-11T15:50:00\"\",\n        \"estimatedCompletionTime\": \"2024-04-11T15:50:00\"\n      }\n    ],\n    \"submittedAt\": \"2024-04-04T14:49:53\",\n    \"updatedAt\": \"2024-04-11T15:50:00\",\n    \"estimatedCompletionTime\": \"2024-04-11T15:50:00\"\n  }\n}\n\n</code></pre>\n<p><em>Driver's Record Missing Information</em></p>\n<p>Please reach out to your account manager if you would like to enable this functionality on your account.</p>\n<p>If your screening includes an MVR Driver's Record search and there is an issue with the candidate's license (i.e., Name mismatch or expired), then the report item in the provided callback will return a status of <code>NeedsData</code>.</p>\n<p>After you receive the callback, you will need to attach a copy of the candidate's current driver's license to their screening. Once attached, fulfillment will be able to review and process the order.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"reportItems\": [\n    {\n      \"id\": \"13804226\",\n      \"type\": \"Drivers Record\",\n      \"status\": \"NeedsData\",\n      \"result\": \"\",\n      \"updatedAt\": \"2021-05-07T16:52:00\"\n    }\n  ]\n}\n\n</code></pre>\n<h2>Driver's License State Mismatches</h2>\n\n<p>When creating a new screening that includes an MVR report, the API can indicate whether a candidate's primary address matches the state their driver's license was issued from or not.</p>\n<p>In the event that there is a mismatch, a new <code>dlStateMismatch</code> field should appear under the MVR report item within the screening response. Your callbacks will also include this new field.</p>\n<p>If there is a match, the <code>dlStateMismatch</code> field will not appear.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"reportItems\": [\n  {\n    \"id\": \"14498557\",\n    \"type\": \"Drivers Record\",\n    \"status\": \"Complete\",\n    \"result\": \"Clear\",\n    \"updatedAt\": \"2021-11-30T16:45:00\",\n    \"estimatedCompletionTime\": \"2021-11-30T16:45:00\",\n    \"dlStateMismatch\": true\n  },...\n]\n\n</code></pre>\n<h1 id=\"verified-candidate-data\">Verified Candidate Data</h1>\n<p>When verifying candidate data, first create a screening with an ID.me product. In the request payload, you can specify whether the ID.me invitation will be sent via link or email.</p>\n<p>Once the ID.me process is in <code>complete</code> status, a callback will be received, and you can also check that the candidate information has been updated at GET /candidates/{id}.</p>\n<h1 id=\"progressive-ordering\">Progressive Ordering</h1>\n<p>Progressive packages are configured by Sterling to automatically run each search or sets of searches in phases, gating the launch of a phase when a potentially disqualifying hit is found.</p>\n<p>You can launch progressive orders by submitting a package ID with your screening request. If your account is set up with these packages, you may need to make changes on how you handle callbacks.</p>\n<p><strong>Example</strong></p>\n<p>The package below is set up progressively so that the searches within the profiles are launched in order. Profiles can have multiple searches in which they all will need to clear to move onto the next profile.</p>\n<p><strong>Note:</strong> The results shown in the examples below may differ based on your account’s <a href=\"#cma-client-matrix-application\">CMA</a> configuration.</p>\n<p><em>Progressive Package</em></p>\n<ul>\n<li><p>Profile 1: SSN Trace</p>\n</li>\n<li><p>Profile 2: DOJ Sex Offender Search</p>\n</li>\n<li><p>Profile 3: County Criminal Search</p>\n</li>\n</ul>\n<p><em>Creating a New Screening</em></p>\n<p>Creating a new screening using the above package will return the first profile in the report items. You will not receive a callback until every search within their respective profile is completed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"1801113318\",\n  \"packageId\": \"186668\",\n  \"packageName\": \"Progressive Package\",\n  \"accountName\": \"Sterling API Test\",\n  \"accountId\": \"12345\",\n  \"candidateId\": \"18401bf8-eb88-41fb-8636-a194507052b6\",\n  \"status\": \"Pending\",\n  \"result\": \"Pending\",\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/order-hash\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [\n    {\n      \"id\": \"14159019\",\n      \"type\": \"SSN Trace\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-06-07T17:10:00Z\",\n      \"estimatedCompletionTime\": \"2021-06-07T17:10:00Z\"\n    }\n  ],\n  \"submittedAt\": \"2021-06-04T16:10:25Z\",\n  \"updatedAt\": \"2021-06-07T17:10:00Z\",\n  \"estimatedCompletionTime\": \"2021-06-07T17:10:00Z\"\n}\n\n</code></pre>\n<p><em>Profile 1 Completes; Callback Notification Sent</em></p>\n<p>After the first profile is completed and cleared, the set of searches for profile 2 are launched. In this example the candidate has an alias, so an additional search is added. The rest of the callback payload has been trimmed down to just the report items for this example.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"reportItems\": [\n  {\n    \"id\": \"14159019\",\n    \"type\": \"SSN Trace\",\n    \"status\": \"Complete\",\n    \"result\": \"Complete\",\n    \"updatedAt\": \"2021-06-04T12:11:00\"\n  },\n  {\n    \"id\": \"14159020\",\n    \"type\": \"DOJ Sex Offender Search\",\n    \"status\": \"Pending\",\n    \"result\": \"\",\n    \"updatedAt\": \"2021-06-07T13:11:00\"\n  },\n  {\n    \"id\": \"14159021\",\n    \"type\": \"DOJ Sex Offender Search\",\n    \"status\": \"Pending\",\n    \"result\": \"\",\n    \"updatedAt\": \"2021-06-07T13:11:00\"\n  }\n]\n\n</code></pre>\n<p><em>Hit is Found; Screening is Halted and Scored for Review</em></p>\n<p>As this search progresses a hit is found in the current profile. The screening’s <code>status</code> is set to <code>Complete</code> and scored based off the search results up to that point. The next step for screenings in this situation is for your Operations team to review and determine whether <a href=\"#db918313-05bb-4d30-a043-8216d680a407\">Adverse Action</a> is required or if the searches can resume.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n    \"id\": \"1801113318\",\n    \"packageId\": \"186668\",\n    \"packageName\": \"Progressive Package\",\n    \"accountName\": \"Sterling API Test\",\n    \"accountId\": \"12345\",\n    \"candidateId\": \"18401bf8-eb88-41fb-8636-a194507052b6\",\n    \"status\": \"Complete\",\n    \"result\": \"Consider\",\n    \"links\": {\n      \"admin\": {\n        \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/order-hash\"\n      }\n    },\n    \"reportItems\": [\n      {\n        \"id\": \"14159019\",\n        \"type\": \"SSN Trace\",\n        \"status\": \"Complete\",\n        \"result\": \"Complete\",\n        \"updatedAt\": \"2021-06-04T12:11:00\"\n      },\n      {\n        \"id\": \"14159020\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-06-04T12:38:00\"\n      },\n      {\n        \"id\": \"14159021\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Consider\",\n        \"updatedAt\": \"2021-06-04T12:38:00\"\n      }\n    ],\n    \"submittedAt\": \"2021-06-04T12:10:25\",\n    \"updatedAt\": \"2021-06-04T12:45:00\"\n  }\n}\n\n</code></pre>\n<p><em>Screening Completes</em></p>\n<p>If your Operations team decides to continue the progressive workflow, the screening will resume onto the next profiles. Like any other report, the overall result is based off all the collective search results.</p>\n<p>In this example, the order score has been changed to <code>Clear</code> because the offending search was acceptable in this test scenario. Otherwise, you would see <code>Consider</code> returned as a result. Any report items that had hits will keep their existing result because search-level scores cannot be changed by users, only the order-level score.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n    \"id\": \"1801113318\",\n    \"packageId\": \"186668\",\n    \"packageName\": \"Progressive Package\",\n    \"accountName\": \"Sterling API Test\",\n    \"accountId\": \"12345\",\n    \"candidateId\": \"18401bf8-eb88-41fb-8636-a194507052b6\",\n    \"status\": \"Complete\",\n    \"result\": \"Clear\",\n    \"links\": {\n      \"admin\": {\n        \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/order-hash\"\n      }\n    },\n    \"reportItems\": [\n      {\n        \"id\": \"14159019\",\n        \"type\": \"SSN Trace\",\n        \"status\": \"Complete\",\n        \"result\": \"Complete\",\n        \"updatedAt\": \"2021-06-04T12:11:00\"\n      },\n      {\n        \"id\": \"14159020\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-06-04T12:38:00\"\n      },\n      {\n        \"id\": \"14159021\",\n        \"type\": \"DOJ Sex Offender Search\",\n        \"status\": \"Complete\",\n        \"result\": \"Consider\",\n        \"updatedAt\": \"2021-06-04T12:38:00\"\n      },\n      {\n        \"id\": \"14159063\",\n        \"type\": \"County Criminal Record\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-06-04T13:07:00\"\n      },\n      {\n        \"id\": \"14159064\",\n        \"type\": \"County Criminal Record\",\n        \"status\": \"Complete\",\n        \"result\": \"Clear\",\n        \"updatedAt\": \"2021-06-04T13:07:00\"\n      }\n    ],\n    \"submittedAt\": \"2021-06-04T12:10:25\",\n    \"updatedAt\": \"2021-06-04T13:09:00\"\n  }\n}\n\n</code></pre>\n<p><strong>Testing</strong></p>\n<blockquote>\n<p>We advise testing any new progressive packages to get a better feeling for how they work. You will need to determine what business logic needs to be in place after each search is completed and how to handle any callbacks that return hits. </p>\n</blockquote>\n<h1 id=\"asynchronous-processing\">Asynchronous Processing</h1>\n<p>To continue supporting our clients’ need for faster and more reliable screening response times, Sterling now has the ability to allow for asynchronous order processing. This will allow Sterling to serve large volume clients more effectively by improving our ability to handle spikes in order volume. With this update, the Sterling API will provide immediate acknowledgment of order acceptance while the order is processing. This is a client-level feature and cannot be customized per package or workflow.</p>\n<p>The default ordering behavior for all clients is synchronous processing. To enable the asynchronous ordering process, contact your Sterling representative.</p>\n<h2 id=\"overview\">Overview</h2>\n<p>Once enabled, the existing Create Screening call will remain a synchronous process until a configurable timeout duration is reached. Once the timeout threshold is reached, a success code of 202 Accepted will be returned. The request will be queued in Sterling and send back an asynchronous response once the screening request has been processed.</p>\n<p>In the case of an asynchronous 202 Accepted response, the body of the response will contain an Order ID, Candidate ID, and a “status” field with the value “Queued”. The Order ID and Candidate ID will not change throughout the entire process and both can be used as lookup identifiers in the endpoints listed. Once processing is completed for the order, a callback notification will be sent with the updated order status, containing the same values as the current successful synchronous response.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n      \"id\": \"1801020641\", \n      \"accountId\": \"12345\", \n      \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n      \"status\": \"Queued\",\n      \"result\": \"Pending\"\n      \"callback\": {\n            \"uri\": \"https://my-company.com/screenings-callback\"\n       },\n  \"updatedAt\": \"2023-03-16T00:02:00Z\"\n}\n\n</code></pre>\n<p><em>Errors:</em></p>\n<p>If an error occurs in the asynchronous process, a callback notification with a payload containing details of the error will be sent to the callback listener. The error callback will contain an error code and error message.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"screening\",\n  \"payload\": {\n      \"id\": \"1801020641\", \n      \"accountId\": \"12345\", \n      \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n      \"packageId\": \"419094\",\n      \"status\": \"Error\",\n      \"result\": \"NA\",\n      \"errors\": [\n            {\n                \"code\": \"400#dob?format\",\n                \"message\": \"dob must be in the format of YYYY-MM-DD\"\n            }\n        ]\n      \"updatedAt\": \"2023-03-16T00:02:00Z\"\n  }\n}\n\n</code></pre>\n<p>If a GET /screening/{id} call is made for a screening that failed in the asynchronous process, an error code and error message will be given in the response.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n        {\n            \"code\": \"410 \",\n            \"message\": \"Order creation failed\"\n        }\n    ]\n}\n\n</code></pre>\n<h1 id=\"a-la-carte-ordering\">Á la carte Ordering</h1>\n<p>Additional functionality has been added to support ordering products á la carte instead of ordering an entire screening package. To use this functionality, your account will need to be configured with á la carte products. Contact your Sterling representative for configuration.</p>\n<p>A candidate ID must be created before requesting an á la carte order for the candidate. You can retrieve all available á la carte products via the <a href=\"#2df571c1-b1e7-42dd-b04c-48bbe989e3d5\">/products</a> endpoint. You'll need to pass the <code>root</code> and <code>description</code> values from the <a href=\"#bcbbce8f-7a97-470e-85ee-cda3e62e830e\">/products/{productCode}/variants</a> endpoint in your á la carte screening request.</p>\n<blockquote>\n<p>Currently the only supported á la carte offering is Registered Drug Tests. A la carte RDT is not available in Canada, EMEA or APAC. </p>\n</blockquote>\n<p><em>Creating a New Á la carte Screening</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"candidateId\": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"RDT\",\n            \"root\": \"DHS30056\",\n            \"description\": \"Clinical: Hepatitis A Titer (Blood)\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        “applicantCopy”: true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\":\"xxx.xxx@gmail.com, yyy.123@mycompany.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}\n\n</code></pre>\n<p><em>Á la carte Screening Request is Successful</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"1803082004\",\n    \"candidateId\": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/Y2sza1BuY0tQR2V6SlVEUkJMOXFZQT09/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [\n        {\n            \"id\": \"16665554\",\n            \"type\": \"Drug &amp; Health Test\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"DHS100000\",\n            \"description\": \"Urine: 10 Panel\",\n            \"updatedAt\": \"2023-07-04T22:27:00Z\",\n            \"estimatedCompletionTime\": \"2023-07-04T22:27:00Z\"\n        },\n       {\n            \"id\": \"16665555\",\n            \"type\": \"Drug &amp; Health Test\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"DHS30056\",\n            \"description\": \"Clinical: Hepatitis A Titer (Blood)\"\n            \"updatedAt\": \"2023-07-04T22:27:00Z\",\n            \"estimatedCompletionTime\": \"2023-07-04T22:27:00Z\"\n        }\n    ],\n    \"submittedAt\": \"2023-06-29T21:27:10Z\",\n    \"updatedAt\": \"2023-07-04T22:27:00Z\",\n    \"estimatedCompletionTime\": \"2023-07-04T22:27:00Z\"\n}\n\n</code></pre>\n<p><em>Errors</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Code</th>\n<th>Error Code</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td><code>400#alaCarte?not-found</code></td>\n<td>A la carte product information not found/configured</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#drug.reasonForTest</code></td>\n<td>if drug is provided, reasonForTest is required</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#required-field</code></td>\n<td>Alacarte product(s) require field ssn</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#drug.siteSelectionAddress.postalCode</code></td>\n<td>if drug.siteSelectionAddress is provided, postalCode is required</td>\n</tr>\n<tr>\n<td>422</td>\n<td><code>422#orderType?unprocessable</code></td>\n<td>One of either package ID or a la carte information is required to process this screening</td>\n</tr>\n<tr>\n<td>422</td>\n<td><code>422#screening?unprocessable</code></td>\n<td>One or several products not supported by Alacarte</td>\n</tr>\n<tr>\n<td>500</td>\n<td><code>500</code></td>\n<td>Client copy is true but client copy email list is empty.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"sterling-monitoring\">Sterling Monitoring</h1>\n<p>Sterling offers robust and compliant criminal and MVR monitoring options. Reach out to your Sterling representative to select the service(s) that best meets your business needs. Once your account is configured for monitoring, you will enroll your candidates in the monitoring program, then receive validated results in Sterling Platform.</p>\n<p>A candidate ID must be created before enrolling the record in the monitoring program. You will also receive a UUID from Sterling for your monitoring subscription.</p>\n<p><strong>Required Fields</strong><br>To enroll a candidate in monitoring, the following fields must first be created on the candidate record:</p>\n<ul>\n<li><p><code>givenName</code></p>\n</li>\n<li><p><code>familyName</code></p>\n</li>\n<li><p><code>ssn</code></p>\n</li>\n<li><p><code>dob</code></p>\n</li>\n<li><p><code>address</code></p>\n<ul>\n<li><p><code>addressLine</code></p>\n</li>\n<li><p><code>municipality</code></p>\n</li>\n<li><p><code>postalCode</code></p>\n</li>\n<li><p><code>countryCode</code></p>\n</li>\n<li><p><code>regionCode</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For MVR monitoring, Drivers License information is also required:</p>\n<ul>\n<li><p><code>driversLicense</code></p>\n<ul>\n<li><p><code>type</code></p>\n</li>\n<li><p><code>licenseNumber</code></p>\n</li>\n<li><p><code>issuingAgency</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><em>Enroll a candidate</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"transactionId\": \"123456789010\", \n    \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n    \"candidateId\": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n    \"accountId\": \"123456\", \n    \"disclosureAndAuthorisation\": true, \n    \"certification\": true, \n    \"callback\": { \n       \"status\":{ \n          \"uri\": \"https://my-company.com/monitoring-status-callback\", \n          \"credentials\": { \n             \"basic-auth\": \"base64-encoded-credentials\" \n           } \n        }, \n        \"result\": { \n           \"uri\": \"https://my-company.com/monitoring-result-callback\", \n           \"credentials\": { \n              \"basic-auth\": \"base64-encoded-credentials\" \n            } \n         } \n     },\n    \"additionalInfo\": [\n        {\n        \"name\": \"isUnincorporatedLACounty\",\n        \"value\": \"false\"\n        }\n     ]\n}\n\n</code></pre>\n<p><em>Successful Enrollment Request</em></p>\n<p>You will immediately receive a response as Sterling processes the enrollment request. If there are no issues with the enrollment request, you will see <code>accepted</code> in the <code>status</code> field.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n   \"status\": \"accepted\", \n   \"transactionId\": \"123456789010\", \n   \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n   \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n   \"accountId\": \"123456\", \n   \"callback\": { \n      \"status\":{ \n         \"uri\": \"https://my-company.com/monitoring-status-callback\", \n         \"credentials\": { \n            \"basic-auth\": \"base64-encoded-credentials\" \n          } \n       }, \n       \"result\": { \n          \"uri\": \"https://my-company.com/monitoring-result-callback\", \n          \"credentials\": { \n             \"basic-auth\": \"base64-encoded-credentials\" \n           } \n        } \n     } \n}\n\n</code></pre>\n<p><em>Enrollment Status</em></p>\n<p>Upon successful processing of the candidate's enrollment, you will receive an enrollment status callback to the <code>callback.status</code> url specified in the enrollment request. The <code>status</code> field will signal if the enrollment was successful or if any errors were encountered. If you unenroll your candidate from the monitoring program, you will also receive a status callback once the unenrollment has been processed.</p>\n<blockquote>\n<p>The <code>monitorId</code> field is used to identify your candidate's monitoring enrollment. It is required should you decide to unenroll the candidate from the monitoring program. </p>\n</blockquote>\n<p>Candidate is enrolled:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n   \"type\": \"monitor\",\n   \"payload\": { \n      \"monitorId\": \"790f023a-e269-4650-8cd6-7b68dc0136c3\", \n      \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n      \"status\": \"enrolled\", \n      \"statusMessage\": \"success\",\n      \"transactionId\": \"123456789010\", \n      \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n      \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n      \"accountId\": \"123456\",\n      \"callback\": { \n         \"status\":{ \n            \"uri\": \"https://my-company.com/monitoring-status-callback\", \n            \"credentials\": { \n               \"basic-auth\": \"base64-encoded-credentials\" \n             } \n          }, \n          \"result\": { \n             \"uri\": \"https://my-company.com/monitoring-result-callback\", \n             \"credentials\": { \n                \"basic-auth\": \"base64-encoded-credentials\" \n              } \n           } \n        }  \n    } \n}\n\n</code></pre>\n<p>Issue with enrollment:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n   \"type\": \"monitor\",\n   \"payload\": { \n      \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n      \"status\": \"error\", \n      \"statusMessage\": \"error-message\",\n      \"errorCode\": \"400#[resource].[field]\",\n      \"transactionId\": \"123456789010\", \n      \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n      \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n      \"accountId\": \"123456\" \n     } \n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>monitorId</code></td>\n<td>No (will not be present if the enrollment status is <code>error</code></td>\n<td>string</td>\n<td>The monitor identifier.</td>\n</tr>\n<tr>\n<td><code>statusId</code></td>\n<td>Yes</td>\n<td>string (uuid)</td>\n<td>The unique identifier for the candidate’s monitor request. This is not the monitorId. This id is used to ensure uniqueness for correlation on the async status callback.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>The status the monitoring request. Options: <code>accepted</code>, <code>enrolled</code>, <code>unenrolled</code>, <code>error</code>.</td>\n</tr>\n<tr>\n<td><code>statusMessage</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>Context on why the monitor request succeeded or failed to process.</td>\n</tr>\n<tr>\n<td><code>errorCode</code></td>\n<td>No (will not be present if the enrollment status is <code>enrolled</code> or <code>accepted</code></td>\n<td>string</td>\n<td>Error code for business validation errors.</td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td>No</td>\n<td>string</td>\n<td>The client’s unique internal identifier.</td>\n</tr>\n<tr>\n<td><code>subscriptionId</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>The package equivalent for the monitoring subscription.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>Yes</td>\n<td>string (uuid)</td>\n<td>The same candidateId used for the initial background check.</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>Sterling Platform account ID; the enrollment will be associated to this account for access &amp; billing purposes.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Recurring Check Updates</em></p>\n<p>County Criminal recurring checks are based on the free county list managed by Sterling. As an enrollee's recurring check schedule elapses, the decision to run a US County Criminal request will be sent to you in real-time. A <code>checkExecuted</code> status will be delivered to you on a regular basis throughout the year.</p>\n<p>Check is not executed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n   \"type\": \"recurring-check\", \n   \"payload\": { \n      \"monitorId\": \"790f023a-e269-4650-8cd6-7b68dc0136c3\", \n      \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n      \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n      \"accountId\": \"123456\", \n      \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n      \"productCode\": \"county-criminal\", \n      \"checkExecuted\": false, \n      \"message\": \"Did not execute, not a free county\" \n   }\n}\n\n</code></pre>\n<p>Check is executed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n   \"type\": \"recurring-check\", \n   \"payload\": { \n      \"monitorId\": \"790f023a-e269-4650-8cd6-7b68dc0136c3\", \n      \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n      \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n      \"accountId\": \"123456\", \n      \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n      \"productCode\": \"county-criminal\", \n      \"checkExecuted\": true\n   }\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>monitorId</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>The monitor identifier.</td>\n</tr>\n<tr>\n<td><code>statusId</code></td>\n<td>Yes</td>\n<td>string (uuid)</td>\n<td>The unique identifier for the candidate’s monitor request. This is not the monitorId. This id is used to ensure uniqueness for correlation on the async status callback.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>Yes</td>\n<td>string (uuid)</td>\n<td>The candidateId used while placing the monitoring request</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>Sterling Platform account ID; the enrollment will be associated to this account for access &amp; billing purposes.</td>\n</tr>\n<tr>\n<td><code>subscriptionId</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>The package equivalent for the monitoring subscription.</td>\n</tr>\n<tr>\n<td><code>productCode</code></td>\n<td>Yes</td>\n<td>string</td>\n<td>Product codes which are part of subscription</td>\n</tr>\n<tr>\n<td><code>checkExecuted</code></td>\n<td>Yes</td>\n<td>boolean</td>\n<td>If <code>true</code>, a recurring check was completed successfully. If <code>false</code>, the county is not a free county or any other error while running recurring check.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>No</td>\n<td>string</td>\n<td>Detailed message when recurring check is not executed successfully due to free county or any other reason</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Monitoring Result Callback</em></p>\n<p>In the event a hit is found, Sterling's monitoring service will create a screening request to validate the hit and you will receive a result callback. Only callbacks for completed screenings with a <code>Consider</code> result will be sent.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n   \"type\": \"screening\", \n   \"payload\": { \n      \"id\": \"1801020633\",  \n      \"packageId\": \"\", \n      \"accountName\": \"Employer Test Account\", \n      \"accountId\": \"123456\", \n      \"billCode\": \"\", \n      \"jobPosition\": \"A'la Carte\", \n      \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\",   \n      \"candidateId\": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n      \"monitorId\": \"790f023a-e269-4650-8cd6-7b68dc0136c3\", \n      \"status\": \"Complete\", \n      \"result\": \" Consider\", \n      \"links\": { \n         \"admin\": { \n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/HjlWtzer0dew8KpRBVudIBcS0dersaNcZQESRjBxhBM=\" \n         } \n      }, \n      \"customFields\": [\n         {\n             \"fieldName\": \"Monitor ID\",\n             \"fieldValue\": \"790f023a-e269-4650-8cd6-7b68dc0136c3\"\n         },\n         {\n             \"fieldName\": \"Requested By\",\n             \"fieldValue\": \"API User\"\n         },\n         {\n             \"fieldName\": \"Monitoring Product Code\",\n             \"fieldValue\": \"CRFM\"\n         },\n        ],\n      \"reportItems\": [ \n         { \n         \"id\": \"13993865\",\n         \"type\": \"County Criminal Search\", \n         \"root\": \"OR\",  \n         \"description\": \"JACKSON\",  \n         \"status\": \"Complete\", \n         \"result\": \"Consider\", \n         \"updatedAt\": \"2024-03-26T19:36:00\", \n         \"estimatedCompletionTime\": \"2024-03-26T19:36:00\" \n         } \n      ], \n   \"submittedAt\": \"2024-03-26T19:34:57\", \n   \"updatedAt\": \"2024-03-26T19:36:00\" \n   } \n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Background screening id for validated hit.</td>\n</tr>\n<tr>\n<td><code>packageId</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The package ID used in background screening for validated hit. May be blank/null as monitoring hits are created a la carte.</td>\n</tr>\n<tr>\n<td><code>packageName</code></td>\n<td>No</td>\n<td>String</td>\n<td>The package name used in background screening for validated hit. May be blank/null since monitoring hits are created a la carte.</td>\n</tr>\n<tr>\n<td><code>accountName</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The account name used in the background screening. ex. “[Client Name] Monitoring Account”</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>No</td>\n<td>String</td>\n<td>Sterling Platform account ID; the enrollment will be associated to this account for access &amp; billing purposes.</td>\n</tr>\n<tr>\n<td><code>billCode</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Bill Code associated with the screening. May be blank/null if bill codes are not configured or if the hit is not associated with a bill code.</td>\n</tr>\n<tr>\n<td><code>jobPosition</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Job Position associated with the screening.</td>\n</tr>\n<tr>\n<td><code>subscriptionId</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The package equivalent for the monitoring subscription.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The same candidateId used for the initial background check.</td>\n</tr>\n<tr>\n<td><code>monitorId</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The monitor identifier.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The status of the background check screening.</td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>The result of the background check screening.</td>\n</tr>\n<tr>\n<td><code>links.admin.web</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Web link for client admins to login and view the background screening details.</td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>Yes</td>\n<td>list</td>\n<td>Custom field for \"Monitor ID\" will always be included. Additional custom fields may be available if configured in the account.</td>\n</tr>\n<tr>\n<td><code>reportItems</code></td>\n<td>Yes</td>\n<td>list</td>\n<td>Report Item details of the background screening.</td>\n</tr>\n<tr>\n<td><code>submittedAt</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Date and time at which the background screening was submitted.</td>\n</tr>\n<tr>\n<td><code>updatedAt</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Date and time at which the background screening was updated.</td>\n</tr>\n<tr>\n<td><code>estimatedCompletionTime</code></td>\n<td>Yes</td>\n<td>String</td>\n<td>Date and time at which the background screening was completed.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Candidate PII Updates</em></p>\n<p>While a candidate is enrolled in monitoring, updates to <code>givenName</code>, <code>familyName</code>, <code>middleName</code>, <code>address</code>, <code>licenseNumber</code> or <code>issuingAgency</code> will affect their monitoring enrollment. If any of these fields are updated via PUT /candidates/{id}, Sterling will automatically unenroll the existing monitor for the candidate and trigger a new monitoring enrollment.<br>A status callback will be posted back with a status of \"unenrolled\" for the existing <code>monitorId</code>. A second status callback will be posted back with a status of \"enrolled\" and a new <code>monitorId</code>. Any future updates regarding monitoring for this candidate will be sent against the new <code>monitorId</code>.</p>\n<p><em>California</em></p>\n<p>If a hit is found for a candidate living in California, Sterling will automatically unenroll them. The hit will be validated and a result callback will be sent. You will also receive a status callback with a status of \"unenrolled\". If you want to re-enroll the candidate, you will need to collect consent again and make a new enrollment request. Any new monitoring events will be sent against the candidate's new <code>monitorId</code>.</p>\n<p>California candidate is unenrolled:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ \n   \"type\": \"monitor\",\n   \"payload\": { \n      \"monitorId\": \"790f023a-e269-4650-8cd6-7b68dc0136c3\", \n      \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n      \"status\": \"unenrolled\", \n      \"statusMessage\": \"New consent and enrollment required\",\n      \"transactionId\": \"123456789010\", \n      \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n      \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n      \"accountId\": \"123456\" \n     } \n}\n\n</code></pre>\n<h1 id=\"idempotency\">Idempotency</h1>\n<p>The Sterling API supports the use of an <code>idempotency-key</code> in your screening requests, which allows you to safely retry these requests without accidentally performing the same operation twice. This is helpful if there are networking issues and you wanted to guarantee that you do not create duplicate screenings.</p>\n<p>An idempotency key can be unique value of your choice and how you create these keys is up to you. To avoid collisions within your own account, try using unpredictable string values or a random V4 UUID.</p>\n<p>If a screening request fails when using the <code>idempotency-key</code>, retry using the same key value in order to guarantee that only one screening is created.</p>\n<p><strong>Key Expiration</strong></p>\n<blockquote>\n<p>Any value used as an idempotency key to successfully create a new screening may be reused for <strong>24 hours</strong> after it is successfully associated with a screening record. Retrying screening attempts using the same key will not reset the expiration date and will continue to return the same screening associated with that key until the 24 hour expiration window is met. After the 24 hour window has passed, a new screening can and will be created with the same idempotency key. </p>\n</blockquote>\n<p><strong>cURL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -X POST 'https://api.us.int.sterlingcheck.app/v2/screenings' \\\n-H \"Authorization: Bearer \" \\\n-H 'Content-Type: application/json' \\\n-H 'idempotency-key: \"ccf492f0-231a-45eb-bc29-8e3687445715\"' \\\n-d '{\n    \"packageId\": \"96193\",\n    \"candidateId\": \"001c8b73-4b0d-4dac-bcc0-479bf91f222a\"    \n}'\n\n</code></pre><h1 id=\"errors\">Errors</h1>\n<h2>Overview</h2>\n\n<p>Sterling uses conventional HTTP response codes to indicate the success or failure of an API request. In general, codes in the <code>2xx</code> range indicate a success, codes in the <code>4xx</code> range indicate a request that failed given the information provided (e.g. a required parameter was omitted, format issues, etc.), and codes in the <code>5xx</code> range indicate an error with Sterling's servers.</p>\n<p>When a request is valid but does not complete successfully, we return a <code>400#</code> error code. Below you'll find more detailed information about the possible errors you can expect.</p>\n<h2>Error Format</h2>\n\n<p>The expected format for an error is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"errors\": [\n        {\n            \"code\": \"400#dob?format\",\n            \"message\": \"dob must be in the format of YYYY-MM-DD\"\n        }\n    ]\n}\n\n</code></pre>\n<p>The expected <em>code</em> format is as follows, using \"400#dob?format\" as an example:</p>\n<ul>\n<li><p>HTTP error code (400)</p>\n</li>\n<li><p>Optional offending field when relevant (dob)</p>\n</li>\n<li><p>Optional brief message when applicable (format)</p>\n</li>\n</ul>\n<h2>Error Codes</h2>\n\n<p>Some common error codes include:</p>\n<h3>Candidate Validation Errors</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400#address.[field]</td>\n<td>The address block is present, but missing a required address field such as “addressLine”. All required address fields missing from the submitted candidate data will each be noted in a separate “message” string in an array of the error response block.</td>\n</tr>\n<tr>\n<td>400#additionalAddresses[i].[field]</td>\n<td>The additionalAddresses block is present, but the ith address in the list is missing a required address field such as “addressLine”. All required additionalAddress fields missing from the submitted candidate data will each be noted in a separate “message” string in an array of the error response block.</td>\n</tr>\n<tr>\n<td>400#driversLicense.[field]</td>\n<td>The driversLicense block is present, but missing a required field such as \"licenseNumber\". All required driversLicense fields missing from the submitted candidate data will each be noted in a separate “message” string in an array of the error response block.</td>\n</tr>\n<tr>\n<td>409#clientReferenceId?already-in-use</td>\n<td>The given clientReferenceId is already in use.</td>\n</tr>\n<tr>\n<td>409#email?already-in-use</td>\n<td>The given email is already in use.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Format Validation Errors</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400#?format</td>\n<td>A given candidate field is not in the correct format, such as “dob” <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td>400#address.[field]?format</td>\n<td>A given candidate address field such as “postalCode” is not in the correct format.</td>\n</tr>\n<tr>\n<td>400#driversLicense.[field]?format</td>\n<td>A given candidate driver’s license field such as “licenseNumber” is not in the expected format.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Screening Errors</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400#candidateId?not-found</td>\n<td>The given candidateId must be valid and associated with the authenticated account.</td>\n</tr>\n<tr>\n<td>400#packageId?not-found</td>\n<td>The packageId must be an active packageId associated with the authenticated account.</td>\n</tr>\n<tr>\n<td>400#documentType</td>\n<td>The documentType must be one of: [end-user-agreement, disclosure-and-authorization].</td>\n</tr>\n<tr>\n<td>400#screening?required-data</td>\n<td>There is missing information on the screening request. This could range from an incomplete address block that was supplied for the candidate to attempting to enter in invalid custom fields in the screening.</td>\n</tr>\n<tr>\n<td>400#required-field</td>\n<td>There is missing information in the candidate record which is preventing the screening to process. You should update the candidate record with the missing data via <a href=\"#e50ebaba-f0d8-4cc0-a3f9-43e3ccbabba1\">PUT /candidates/{id}</a> request.</td>\n</tr>\n<tr>\n<td>400#callback.uri?format</td>\n<td>A callback.uri must be in a valid HTTPS URL format.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Monitoring Errors</h3>\n\n<p>These are the most common errors for Sterling Monitoring.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Code</th>\n<th>Error Code</th>\n<th>Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td><code>400#{{fieldName}}</code></td>\n<td>{{fieldName}} is required</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#{{fieldName}}?format</code></td>\n<td>Invalid {{fieldName}} format</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#candidateId?not-found</code></td>\n<td>Candidate information not provided</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#candidate?{{fieldName}}</code></td>\n<td>{{fieldName}} is a required field of the candidate information</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#candidate?{{fieldName}}</code></td>\n<td>The {{fieldName}} length exceeds the maximum length {{maxlength}}</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>400#invalid-address</code></td>\n<td>Invalid address</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>403#already-enrolled</code></td>\n<td>Candidate already enrolled in monitoring</td>\n</tr>\n<tr>\n<td>403</td>\n<td><code>403#certification?not-provided</code></td>\n<td>Client certification not acknowledged</td>\n</tr>\n<tr>\n<td>403</td>\n<td><code>403#disclosureAndAuthorisation?not-provided</code></td>\n<td>Monitoring consent not Provided</td>\n</tr>\n<tr>\n<td>403</td>\n<td><code>403#unenrolled</code></td>\n<td>Candidate already unenrolled/not enrolled in monitoring</td>\n</tr>\n</tbody>\n</table>\n</div><h2>Rate Limiting</h2>\n\n<p>We hold ourselves to a high standard – and part of that means continuing to provide quality service to all customers. In order to make this is possible, the Sterling API is rate limited.</p>\n<p>If you require higher rate limits, reach out to your Sterling representative and we may be able to accommodate.</p>\n<p>If the rate limit is exceeded for the specified endpoint in your request, the API will respond with a <code>429 Too Many Requests</code> status code.</p>\n<p>Below is a table of the rate limiting thresholds for the most used endpoints:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Requests / 5 Minute Period</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST /oauth</td>\n<td>125</td>\n</tr>\n<tr>\n<td>POST /candidates</td>\n<td>300</td>\n</tr>\n<tr>\n<td>GET /candidates/{id}</td>\n<td>300</td>\n</tr>\n<tr>\n<td>POST /screenings</td>\n<td>300</td>\n</tr>\n<tr>\n<td>GET /screenings/{id}</td>\n<td>300</td>\n</tr>\n<tr>\n<td>POST /monitors</td>\n<td>500</td>\n</tr>\n<tr>\n<td>DEL /monitors/{id}</td>\n<td>500</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Controlling Your Requests</h3>\n\n<p>There are several ways you can help control the amount of requests you make within limits:</p>\n<ul>\n<li><p>If you believe there is a possibility that the limits could be exceeded, it is advised that you use exponential backoff logic to retry the requests.</p>\n</li>\n<li><p>If processing a large batch of requests, you could implement a delay between requests.</p>\n</li>\n<li><p>Check your existing workflow for duplicate or unnecessary API requests.</p>\n</li>\n<li><p>Use callbacks to receive real-time updates about a report instead of retrieving them in batches.</p>\n</li>\n</ul>\n<h1 id=\"versioning\">Versioning</h1>\n<p>This document describes the Sterling API. The Sterling API follows semantic versioning, which means that we are committed to maintaining this API without breaking changes. It considers any removal or renaming of an API endpoint or JSON field from an API response to be a breaking change. Additions of new <em>required</em> input fields would also be incompatible with existing client code, so any newly-added input fields will always be optional.</p>\n<p>Although fields will not be <em>removed</em> from responses, fields may be added to introduce new capabilities. Applications consuming this API should use permissive deserialization techniques when parsing JSON responses. It will always be safe to ignore unrecognized, optional fields.</p>\n<p><strong>Example of Permissive Deserialization</strong></p>\n<blockquote>\n<p>When using the Jackson JSON parsing library for Java, clients should disable the <code>DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES</code> flag.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication","slug":"authentication"},{"content":"Developer Portal","slug":"developer-portal"},{"content":"CMA (Client Matrix Application)","slug":"cma-client-matrix-application"},{"content":"Callbacks","slug":"callbacks"},{"content":"Statuses & Results","slug":"statuses-results"},{"content":"Verified Candidate Data","slug":"verified-candidate-data"},{"content":"Progressive Ordering","slug":"progressive-ordering"},{"content":"Asynchronous Processing","slug":"asynchronous-processing"},{"content":"Á la carte Ordering","slug":"a-la-carte-ordering"},{"content":"Sterling Monitoring","slug":"sterling-monitoring"},{"content":"Idempotency","slug":"idempotency"},{"content":"Errors","slug":"errors"},{"content":"Versioning","slug":"versioning"}],"owner":"7075989","collectionId":"6bb7ca94-07a0-4e4d-9423-38f2f6b03a77","publishedId":"TVRkZ7pA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"005656"},"publishDate":"2026-03-05T21:21:00.000Z"},"item":[{"name":"API Endpoints","item":[{"name":"Auth","item":[{"name":"/oauth","event":[{"listen":"test","script":{"id":"31aa664f-93dd-4b5c-ac9a-a6bfa6081064","exec":["var jsonData = JSON.parse(responseBody);","tests[\"jwt token valid\"] = !!jsonData.access_token;","","postman.setGlobalVariable(\"bearer_token\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"e2108b0c-eee9-4929-a5a2-4dca32f3de02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic <basic auth credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{host}}/v2/oauth","description":"<p>Create a new <code>access_token</code>. Every token created will have a <strong>1 hour</strong> expiration window.</p>\n","urlObject":{"path":["v2","oauth"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b5bb4923-dc27-483f-80b7-d4bbb9a981e8","name":"Generate Access Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <basic auth credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{host}}/v2/oauth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 15 Jul 2025 14:50:22 GMT"},{"key":"Request-Id","value":"0202da91-9052-41ae-9eea-23658022fde7"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwaS5rZW5uZWN0LmNvbS8iLCJzdWIiOiJnb2R6aWxsYSIsInJvbGVzIjpbIi9pbnR2MS9QT1NUL3NjcmVlbmluZ3MiLCIvaW50djEvR0VUL3NjcmVlbmluZ3Mve2FueX0iLCIvaW50djEvR0VUL3NjcmVlbmluZ3MiLCIvaW50djEvUE9TVC9zY3JlZW5pbmdzL3thbnl9L3JlcG9ydC1saW5rcyIsIi9pbnR2MS9QT1NUL3NjcmVlbmluZ3Mve2FueX0vZG9jdW1lbnRzIiwiL2ludHYxL0dFVC9hY2NvdW50cyIsIi9pbnR2MS9HRVQvc2NyZWVuaW5ncy97YW55fS9yZXBvcnQucGRmIiwiL2ludHYxL0dFVC9zY3JlZW5pbmdzL3thbnl9L3JlcG9ydCIsIi9pbnR2MS9QT1NUL2NhbmRpZGF0ZXMiLCIvaW50djEvR0VUL2NhbmRpZGF0ZXMve2FueX0iLCIvaW50djEvR0VUL2NhbmRpZGF0ZXMiLCIvaW50djEvUFVUL2NhbmRpZGF0ZXMve2FueX0iLCIvaW50djEvREVMRVRFL2NhbmRpZGF0ZXMve2FueX0iLCIvaW50djEvR0VUL2NhbGxiYWNrcy97YW55fS9kZXRhaWxzIiwiL2ludHYxL1BVVC9jYWxsYmFja3Mve2FueX0iLCIvaW50djEvR0VUL2JpbGwtY29kZXMiLCIvaW50djEvUE9TVC9vYXV0aCIsIi9pbnR2MS9HRVQvb2F1dGgiLCIvaW50djEvR0VUL3BhY2thZ2VzL3thbnl9IiwiL2ludHYxL0dFVC9wYWNrYWdlcyIsIi9pbnR2MS9HRVQvZ29kemlsbGEvbWV0cmljcyIsIi9pbnR2MS9QVVQvc2NyZWVuaW5ncy97YW55fS9zZXQtY29tcGxldGUiXSwidXNlcklkIjoiZ29kemlsbGEiLCJwbGF0Zm9ybUlkIjoic2QiLCJpYXQiOjE1ODQ3NTExNzUsImV4cCI6MTU4NDc4NzE3NX0.Wu4e3UVauTD10cOLYLXtFgejc4ilIrYGB_BmfX9RzZezfplIWKQ_rf9nG9xyiDzpFuBUX53nzV-qWvGt7JbQm1gTbgUkEDcBctvf6c-ueqIHchg_n2IIW2XXxw_m-bqAHfLPLNKTZjp8TM99piHLYM4yWlvt-k5O9Utr5W_PvOwF24ZGjBG2jbkfa57lP5ZnLBQYsMAJokL_sQQtugIde0aHHTlI8s-qI2RmmHc8t4T1MCXVSCuRBojkAm6JGcmwqcb7WTyhTuR1DuR-eGF7EjFc3KSnwIcTYZNvBKsk8wy36CZrTT-y8xFWBC6HizliuAnLstuFYEWpZqwdbJXUTdchh8mZ7d20rbhPMCR8VqgG-yj1eTkTzzSev1xLZwjZ35m1jFEMAll6WAKxY9EJiW6h88PAQXQnSLDXuKKUKA9bN35JlvqgjGaXcVqwaX0fSxgrh9KgkDbkz5XIukhlP1cKgkJk2m-rbc1p7ZpNyse-9cA_klkVX-zZ41kjQQ-1_2dfH3iFHuwxjRdJ4Sl3sUT06IQXox4mtG1tU5PvhmdGMv3DESarrhYcNR_oUmp11siLhPgHX_qxp1tOZCUNofF1p_1O6xvAbdL5vYY0LJ9R3lvFAck0hnRW7puLYve4_PeCJpNgv4ZYlpZ_xPfVNdrgHCiYJlYmoejGnbwd104\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": \"3600\"\n}"}],"_postman_id":"e2108b0c-eee9-4929-a5a2-4dca32f3de02"}],"id":"27e4b4dc-590e-4fb2-b15e-6d4c606e4bdc","description":"<p>The Sterling API is supported in the US, EMEA, Canada and APAC regions. The following endpoints may be used for authentication.</p>\n<p><em><strong>US</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Integration</td>\n<td><a href=\"https://api.us.int.sterlingcheck.app/v2/oauth\">https://api.us.int.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.us.sterlingcheck.app/v2/oauth\">https://api.us.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>EMEA</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.eu.sterlingcheck.app/v2/oauth\">https://api.eu.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Canada</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.ca.sterlingcheck.app/v2/oauth\">https://api.ca.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>APAC</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.au.sterlingcheck.app/v2/oauth\">https://api.au.sterlingcheck.app/v2/oauth</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>cURL</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -X POST \\\n-H \"Authorization: Basic &lt;basic auth credentials&gt;\" \\\n-H 'Content-Type: application/x-www-form-urlencoded' \\\n-d 'grant_type=client_credentials' \\\nhttps://api.us.int.sterlingcheck.app/v2/oauth\n\n</code></pre><p>When making a request to the oauth endpoint, the basic auth credentials must be a base64 encoded string in the format <code>client_id:client_secret</code>. These credentials are not provided through the API and must be obtained through <a href=\"https://www.sterlingcheck.com/industries/gig-economy/\">First Advantage</a>.</p>\n","event":[{"listen":"prerequest","script":{"id":"0ac59c13-d9d4-4b44-91db-a62e1744e3b8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82b9f3b0-d4a6-4add-aeb7-99afa5c52dd1","type":"text/javascript","exec":[""]}}],"_postman_id":"27e4b4dc-590e-4fb2-b15e-6d4c606e4bdc"},{"name":"Packages","item":[{"name":"/packages","event":[{"listen":"test","script":{"id":"ef5c7ded-75b7-4090-82f8-2144a72e3c24","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"9609e9a7-f9cf-417f-9cec-e6192264119a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/packages","description":"<p>Retrieve a list of all available packages. Jurisdiction details will be listed as applicable to the products contained within the package.</p>\n<p><strong>Product IDs</strong></p>\n<blockquote>\n<p>Note the various <code>id</code> fields contained in each product - they will be applicable for additional requests. </p>\n</blockquote>\n<p><strong>Additional Product details</strong></p>\n<blockquote>\n<p>Additional information related to the products in each package, such as quantity, address history requirements, or alias search availability may be added to the response. Contact your Sterling representative for additional information.  </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>An immutable ID assigned to the package. This ID will be used in the POST /screenings request.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>The configurable package name.</td>\n</tr>\n<tr>\n<td><code>active</code></td>\n<td>The package is enabled for use. Options are <code>true</code> or <code>false</code>.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The configuration of the package. Options are <code>Standard</code> or <code>Progressive</code>.</td>\n</tr>\n<tr>\n<td><code>components</code>  <br />[deprecated]</td>\n<td>The products contained within the package. This field has been deprecated. Please refer to <code>products.description</code></td>\n</tr>\n<tr>\n<td><code>products</code></td>\n<td>A list of the products contained within the package.</td>\n</tr>\n<tr>\n<td><code>products.code</code></td>\n<td>A specific product code. Note this code - it is the <code>productCode</code> to be used in the /products/{productCode}/variants endpoint request. It is also used in the screening request for globalServices.</td>\n</tr>\n<tr>\n<td><code>products.description</code></td>\n<td>The description of the product.</td>\n</tr>\n<tr>\n<td><code>products.variants</code></td>\n<td>A list of the jurisdiction codes (if applicable) of a specific product.</td>\n</tr>\n<tr>\n<td><code>products.variants.id</code></td>\n<td>The ID of a jurisdiction. Note this code - it is the <code>variantId</code> to be used in the /variants/{productCode}/variants/{variantId}/details endpoint</td>\n</tr>\n<tr>\n<td><code>products.variants.root</code></td>\n<td>The jurisdiction code.</td>\n</tr>\n<tr>\n<td><code>products.variants.description</code></td>\n<td>The jurisdiction description. Usually a country code.</td>\n</tr>\n<tr>\n<td><code>products.variants.subTypes</code></td>\n<td>A list of the subtypes within a jurisdiction (if applicable).</td>\n</tr>\n<tr>\n<td><code>products.variants.subTypes.id</code></td>\n<td>The ID of a subtype within a jurisdiction. Note this code - it is the <code>subtypeId</code> to be used in the /products/{productCode}/variants/{variantId}/details?subtypeId={subtypeId} endpoint</td>\n</tr>\n<tr>\n<td><code>products.variants.subTypes.name</code></td>\n<td>The name of the subtype within a jurisdiction.</td>\n</tr>\n<tr>\n<td><code>products.quantity</code></td>\n<td>The amount of searches configured for the product. Alternatively, if address history is configured and applicable, it will be listed in this field.</td>\n</tr>\n<tr>\n<td><code>products.aliasSearchEnabled</code></td>\n<td>Denotes if additional searches for the product will be added to the screening based on other found names of the candidate.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","packages"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>ID used to filter list of packages by Sub-Account.</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"}],"variable":[]}},"response":[{"id":"f1df2cb8-a133-44e7-ae83-e9c3fd4cf5b9","name":"List All Packages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"155934\",\n        \"title\": \"Basic Package\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Locator Select\",\n            \"Enhanced Nationwide Criminal Search\",\n            \"SSN Trace\",\n            \"County Criminal Record\",\n            \"DOJ Sex Offender Search\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"ARRDIRCDT\",\n                \"description\": \"Locator Select\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"CRNATVNS\",\n                \"description\": \"Enhanced Nationwide Criminal Search\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"SSV1\",\n                \"description\": \"SSN Trace\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"CRFM\",\n                \"description\": \"County Criminal Record\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"CRSEXDOJ\",\n                \"description\": \"DOJ Sex Offender Search\",\n                \"variants\": []\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    },\n    {\n        \"id\": \"155935\",\n        \"title\": \"DMV Driving Record\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Driver's Record\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"DR\",\n                \"description\": \"Driver's Record\",\n                \"variants\": []\n            }\n        ],\n        \"requiredFields\": [\n            \"dob\",\n            \"driversLicense.issuingAgency\",\n            \"driversLicense.licenseNumber\",\n            \"familyName\",\n            \"givenName\"\n        ]\n    },\n    {\n        \"id\": \"155936\",\n        \"title\": \"Global Package\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Right-to-work Verification for Global Screening\",\n            \"Comprehensive Criminal for Global Screening\",\n            \"Sanctions - Global\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"CRIMGLB\",\n                \"description\": \"Comprehensive Criminal for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"11507\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subTypes\": [\n                            {\n                                \"id\": \"15100\",\n                                \"name\": \"Disclosure Consent\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"code\": \"GLXGLB\",\n                \"description\": \"Sanctions - Global\",\n                \"variants\": [\n                    {\n                        \"id\": \"12970\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subTypes\": [\n                            {\n                                \"id\": \"19886\",\n                                \"name\": \"Disclosure Consent\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"code\": \"RTWGLB\",\n                \"description\": \"Right-to-work Verification for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"12132\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subTypes\": [\n                            {\n                                \"id\": \"23423\",\n                                \"name\": \"Disclosure Consent\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    },\n    {\n        \"id\": \"572128\",\n        \"title\": \"REFGLB - Global References\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Jurisdiction Professional and Personal References for Global Screening\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"REFGLB\",\n                \"description\": \"Jurisdiction Professional and Personal References for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"12970\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subtypes\": [\n                            {\n                                \"id\": \"2558\",\n                                \"name\": \"Standard Reference Interviews - Written\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"REFGLB\",\n                \"description\": \"Jurisdiction Professional and Personal References for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"12740\",\n                        \"root\": \"AND\",\n                        \"description\": \"Andorra\",\n                        \"subtypes\": [\n                            {\n                                \"id\": \"796\",\n                                \"name\": \"Basic Reference Interviews - Verbal\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.countryCode\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\"\n        ]\n    },\n    {\n        \"id\": \"584860\",\n        \"title\": \"Global Package 2\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Employment Verification for Global Screening\",\n            \"Global Education Verification.\",\n            \"Credential Global Verification\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"EMPGLB\",\n                \"description\": \"Employment Verification for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"12740\",\n                        \"root\": \"AND\",\n                        \"description\": \"Andorra\",\n                        \"subtypes\": [\n                            {\n                                \"id\": \"1339\",\n                                \"name\": \"Standard Employment Verification - Verbal\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"EDUGLB\",\n                \"description\": \"Global Education Verification.\",\n                \"variants\": [\n                    {\n                        \"id\": \"12740\",\n                        \"root\": \"AND\",\n                        \"description\": \"Andorra\",\n                        \"subtypes\": [\n                            {\n                                \"id\": \"798\",\n                                \"name\": \"Education Verification - Verbal\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"CRDNTLGLB\",\n                \"description\": \"Credential Global Verification\",\n                \"variants\": [\n                    {\n                        \"id\": \"12970\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subtypes\": [\n                            {\n                                \"id\": \"4077\",\n                                \"name\": \"Credential Verification\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.countryCode\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"educationHistory.address.countryCode\",\n            \"educationHistory.address.regionCode\",\n            \"educationHistory.degree.degreeCompleted\",\n            \"educationHistory.degree.graduationDate\",\n            \"educationHistory.degree.major\",\n            \"educationHistory.endDate\",\n            \"educationHistory.schoolName\",\n            \"educationHistory.startDate\",\n            \"educationHistory.type\",\n            \"employmentHistory.address.municipality\",\n            \"employmentHistory.employerName\",\n            \"employmentHistory.endDate\",\n            \"employmentHistory.jobTitle\",\n            \"employmentHistory.permissionToContact\",\n            \"employmentHistory.startDate\",\n            \"employmentHistory.type\",\n            \"familyName\",\n            \"givenName\",\n            \"licenses.endDate\",\n            \"licenses.issuingAgency.address.countryCode\",\n            \"licenses.issuingAgency.name\",\n            \"licenses.name\",\n            \"licenses.number\",\n            \"licenses.startDate\"\n        ]\n    }\n]"},{"id":"accc5952-c551-4b4a-ae8b-d19c8b18fa39","name":"List All Packages with Additional Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"155934\",\n        \"title\": \"Basic Package\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Locator Select\",\n            \"Enhanced Nationwide Criminal Search\",\n            \"SSN Trace\",\n            \"County Criminal Record\",\n            \"DOJ Sex Offender Search\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"ARRDIRCDT\",\n                \"description\": \"Locator Select\",\n                \"variants\": [],\n                \"quantity\": \"one\",\n                \"aliasSearchEnabled\": true\n            },\n            {\n                \"code\": \"CRNATVNS\",\n                \"description\": \"Enhanced Nationwide Criminal Search\",\n                \"variants\": [],\n                \"quantity\": \"one\",\n                \"aliasSearchEnabled\": true\n            },\n            {\n                \"code\": \"SSV1\",\n                \"description\": \"SSN Trace\",\n                \"variants\": [],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"CRFM\",\n                \"description\": \"County Criminal Record\",\n                \"variants\": [],\n                \"quantity\": \"address-history-seven-years\",\n                \"aliasSearchEnabled\": true\n            },\n            {\n                \"code\": \"CRSEXDOJ\",\n                \"description\": \"DOJ Sex Offender Search\",\n                \"variants\": [],\n                \"quantity\": \"one\",\n                \"aliasSearchEnabled\": true\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    },\n    {\n        \"id\": \"155935\",\n        \"title\": \"DMV Driving Record\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Driver's Record\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"DR\",\n                \"description\": \"Driver's Record\",\n                \"variants\": [],\n                \"quantity\": \"one\"\n            }\n        ],\n        \"requiredFields\": [\n            \"dob\",\n            \"driversLicense.issuingAgency\",\n            \"driversLicense.licenseNumber\",\n            \"familyName\",\n            \"givenName\"\n        ]\n    },\n    {\n        \"id\": \"155936\",\n        \"title\": \"Global Package\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Right-to-work Verification for Global Screening\",\n            \"Comprehensive Criminal for Global Screening\",\n            \"Sanctions - Global\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"CRIMGLB\",\n                \"description\": \"Comprehensive Criminal for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"11507\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subTypes\": [\n                            {\n                                \"id\": \"15100\",\n                                \"name\": \"Disclosure Consent\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"GLXGLB\",\n                \"description\": \"Sanctions - Global\",\n                \"variants\": [\n                    {\n                        \"id\": \"12970\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subTypes\": [\n                            {\n                                \"id\": \"19886\",\n                                \"name\": \"Disclosure Consent\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"RTWGLB\",\n                \"description\": \"Right-to-work Verification for Global Screening\",\n                \"variants\": [\n                    {\n                        \"id\": \"12132\",\n                        \"root\": \"GBR\",\n                        \"description\": \"United Kingdom\",\n                        \"subTypes\": [\n                            {\n                                \"id\": \"23423\",\n                                \"name\": \"Disclosure Consent\"\n                            }\n                        ]\n                    }\n                ],\n                \"quantity\": \"one\"\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    }\n]"},{"id":"07d94d1c-533f-4c6a-b3a9-5acb8d921dad","name":"List Packages by Account ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/packages?accountId=81721","host":["{{host}}"],"path":["v2","packages"],"query":[{"key":"accountId","value":"81721","description":"Sub account ID used to filter list of packages."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 21:31:54 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"155934\",\n        \"title\": \"Basic Package\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Locator Select\",\n            \"Enhanced Nationwide Criminal Search\",\n            \"SSN Trace\",\n            \"County Criminal Record\",\n            \"DOJ Sex Offender Search\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"ARRDIRCDT\",\n                \"description\": \"Locator Select\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"CRNATVNS\",\n                \"description\": \"Enhanced Nationwide Criminal Search\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"SSV1\",\n                \"description\": \"SSN Trace\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"CRFM\",\n                \"description\": \"County Criminal Record\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"CRSEXDOJ\",\n                \"description\": \"DOJ Sex Offender Search\",\n                \"variants\": []\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    },\n    {\n        \"id\": \"155936\",\n        \"title\": \"Sub Account Profile\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"SSN Trace\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"SSV1\",\n                \"description\": \"SSN Trace\",\n                \"variants\": []\n            }\n        ],\n        \"requiredFields\": [\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    },\n    {\n        \"id\": \"155937\",\n        \"title\": \"Sub Account Profile 2\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"County Criminal Record\",\n            \"SSN Trace\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"CRFM\",\n                \"description\": \"County Criminal Record\",\n                \"variants\": []\n            },\n            {\n                \"code\": \"SSV1\",\n                \"description\": \"SSN Trace\",\n                \"variants\": []\n            }\n        ],\n        \"requiredFields\": [\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    }\n]"}],"_postman_id":"9609e9a7-f9cf-417f-9cec-e6192264119a"},{"name":"/packages/{id}","event":[{"listen":"test","script":{"id":"ef5c7ded-75b7-4090-82f8-2144a72e3c24","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"12774501-7cd4-401b-b060-306d83234d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/packages/{{package_id}}","description":"<p>Retrieve the details of a specific package. <code>quantity</code> and <code>aliasSearchEnabled</code> fields will be included in the response.</p>\n","urlObject":{"path":["v2","packages","{{package_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7dac44fe-4214-4e4c-a01d-306dbb99c40e","name":"Get Package Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/packages/155934"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"155934\",\n        \"title\": \"Basic Package\",\n        \"active\": true,\n        \"type\": \"Standard\",\n        \"components\": [\n            \"Locator Select\",\n            \"Enhanced Nationwide Criminal Search\",\n            \"SSN Trace\",\n            \"County Criminal Record\",\n            \"DOJ Sex Offender Search\"\n        ],\n        \"products\": [\n            {\n                \"code\": \"ARRDIRCDT\",\n                \"description\": \"Locator Select\",\n                \"variants\": [],\n                \"quantity\": \"one\",\n                \"aliasSearchEnabled\": true\n            },\n            {\n                \"code\": \"CRNATVNS\",\n                \"description\": \"Enhanced Nationwide Criminal Search\",\n                \"variants\": [],\n                \"quantity\": \"one\",\n                \"aliasSearchEnabled\": true\n            },\n            {\n                \"code\": \"SSV1\",\n                \"description\": \"SSN Trace\",\n                \"variants\": [],\n                \"quantity\": \"one\"\n            },\n            {\n                \"code\": \"CRFM\",\n                \"description\": \"County Criminal Record\",\n                \"variants\": [],\n                \"quantity\": \"address-history-seven-years\",\n                \"aliasSearchEnabled\": true\n            },\n            {\n                \"code\": \"CRSEXDOJ\",\n                \"description\": \"DOJ Sex Offender Search\",\n                \"variants\": [],\n                \"quantity\": \"one\",\n                \"aliasSearchEnabled\": true\n            }\n        ],\n        \"requiredFields\": [\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.postalCode\",\n            \"address.regionCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"ssn\"\n        ]\n    }\n]"},{"id":"4791087d-9051-45bd-a5e1-ab0c8a1cd564","name":"Invalid Package ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/packages/12345"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#packageId?not-found\",\n            \"message\": \"packageId must be an active packageId associated with the authenticated account\"\n        }\n    ]\n}"}],"_postman_id":"12774501-7cd4-401b-b060-306d83234d3a"}],"id":"64d38d48-79cf-4bd0-b279-678be6735489","description":"<p>A \"package\" is essentially a container for products/screenings. You can think of <code>packages</code> as your team's predefined background screening recipes. The Sterling API platform provides a number of <em>components</em>, which are individual services that can be bundled up into a single package. Common components do things like check driving records or criminal records in various jurisdictions (like count, state, or federal courts). Packages are unique to your account and are used to standardize the checks your account uses to screen individuals based on your company or organization's needs.</p>\n<p>A <code>GET</code> on the <code>/packages</code> endpoint provides a list of the packages defined for your account. The package response also lists the required <code>candidate</code> fields needed to initiate a screening with the package. Some components require more candidate data than others to successfully discover records related to the candidate, which means that different packages will have different required fields.</p>\n","event":[{"listen":"prerequest","script":{"id":"10bfdca6-6594-4d90-af80-fd3ee8273620","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b9ac9fb-1ee7-4ae5-906e-855a4e6b8468","type":"text/javascript","exec":[""]}}],"_postman_id":"64d38d48-79cf-4bd0-b279-678be6735489"},{"name":"Products","item":[{"name":"/products/{productCode}/variants","event":[{"listen":"test","script":{"id":"ef5c7ded-75b7-4090-82f8-2144a72e3c24","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"bcbbce8f-7a97-470e-85ee-cda3e62e830e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/{{productCode}}/variants","description":"<p>Retrieve a list of all subTypes related to a specified product. The productCode is the <code>products.code</code> retrieved from the /packages endpoint.</p>\n<p><strong>variantId and subtypeId</strong></p>\n<blockquote>\n<p>Note the <code>id</code> for each variant and the <code>subtypes.id</code> for each subtype. Both of these IDs will be used in the /products/{productCode}/variants/{variantId}/details?subtype={subtypeId} endpoint to request required questions, forms, and documents</p>\n</blockquote>\n","urlObject":{"path":["v2","products","{{productCode}}","variants"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Sub account ID used to filter list of variants for a specific product</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"}],"variable":[]}},"response":[{"id":"f6fa138f-7056-499d-a6ec-f30e6e18377d","name":"List Subtypes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/CRIMGLB/variants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"11030\",\n        \"root\": \"ABW\",\n        \"description\": \"Aruba\",\n        \"subtypes\": [\n            {\n                \"id\": \"31\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"30\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"29\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12086\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11011\",\n        \"root\": \"AFG\",\n        \"description\": \"Afghanistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"16592\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"15075\",\n                \"name\": \"MyOwnSubtypeForCRIMGLBAfghanistan\"\n            },\n            {\n                \"id\": \"12068\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11024\",\n        \"root\": \"AGO\",\n        \"description\": \"Angola\",\n        \"subtypes\": [\n            {\n                \"id\": \"12\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"11\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12080\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11025\",\n        \"root\": \"AIA\",\n        \"description\": \"Anguilla\",\n        \"subtypes\": [\n            {\n                \"id\": \"14\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"13\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12081\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11014\",\n        \"root\": \"ALB\",\n        \"description\": \"Albania\",\n        \"subtypes\": [\n            {\n                \"id\": \"5\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"3\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12071\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12072\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11022\",\n        \"root\": \"AND\",\n        \"description\": \"Andorra\",\n        \"subtypes\": [\n            {\n                \"id\": \"10\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12078\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11506\",\n        \"root\": \"ARE\",\n        \"description\": \"United Arab Emirates\",\n        \"subtypes\": [\n            {\n                \"id\": \"9175\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9172\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"9173\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"9171\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9174\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9170\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12559\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11028\",\n        \"root\": \"ARG\",\n        \"description\": \"Argentina\",\n        \"subtypes\": [\n            {\n                \"id\": \"23\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"22\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"21\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12084\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11029\",\n        \"root\": \"ARM\",\n        \"description\": \"Armenia\",\n        \"subtypes\": [\n            {\n                \"id\": \"28\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"27\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"26\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"25\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"24\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12085\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11018\",\n        \"root\": \"ASM\",\n        \"description\": \"American Samoa\",\n        \"subtypes\": [\n            {\n                \"id\": \"19828\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11026\",\n        \"root\": \"ATA\",\n        \"description\": \"Antarctica\",\n        \"subtypes\": [\n            {\n                \"id\": \"16\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"15\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12082\",\n                \"name\": \"Declined at the request of the client - close as complete (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11155\",\n        \"root\": \"ATF\",\n        \"description\": \"French Southern and Antarctic Lands\",\n        \"subtypes\": [\n            {\n                \"id\": \"1657\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1655\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12210\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11027\",\n        \"root\": \"ATG\",\n        \"description\": \"Antigua and Barbuda\",\n        \"subtypes\": [\n            {\n                \"id\": \"20\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"19\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"18\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"17\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12083\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11036\",\n        \"root\": \"AUS\",\n        \"description\": \"Australia\",\n        \"subtypes\": [\n            {\n                \"id\": \"35\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"34\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"33\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"32\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"15076\",\n                \"name\": \"QATestGLB (Default)\"\n            },\n            {\n                \"id\": \"15077\",\n                \"name\": \"QADefault\"\n            },\n            {\n                \"id\": \"16496\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12092\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11037\",\n        \"root\": \"AUT\",\n        \"description\": \"Austria\",\n        \"subtypes\": [\n            {\n                \"id\": \"38\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"37\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"36\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12093\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11038\",\n        \"root\": \"AZE\",\n        \"description\": \"Azerbaijan\",\n        \"subtypes\": [\n            {\n                \"id\": \"42\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"41\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"40\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"39\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12094\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11070\",\n        \"root\": \"BDI\",\n        \"description\": \"Burundi\",\n        \"subtypes\": [\n            {\n                \"id\": \"275\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"274\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12126\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11052\",\n        \"root\": \"BEL\",\n        \"description\": \"Belgium\",\n        \"subtypes\": [\n            {\n                \"id\": \"63\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"16066\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate to GlobeX (Default)\"\n            },\n            {\n                \"id\": \"62\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"16065\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate to Police Clearance Agency\"\n            },\n            {\n                \"id\": \"61\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"60\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12108\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11055\",\n        \"root\": \"BEN\",\n        \"description\": \"Benin\",\n        \"subtypes\": [\n            {\n                \"id\": \"68\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"67\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12111\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14749\",\n        \"root\": \"BES\",\n        \"description\": \"Bonaire, Sint Eustatius and Saba\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11069\",\n        \"root\": \"BFA\",\n        \"description\": \"Burkina Faso\",\n        \"subtypes\": [\n            {\n                \"id\": \"273\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"272\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12125\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11047\",\n        \"root\": \"BGD\",\n        \"description\": \"Bangladesh\",\n        \"subtypes\": [\n            {\n                \"id\": \"52\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"51\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"50\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12103\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11067\",\n        \"root\": \"BGR\",\n        \"description\": \"Bulgaria\",\n        \"subtypes\": [\n            {\n                \"id\": \"271\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"270\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"269\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12123\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11042\",\n        \"root\": \"BHR\",\n        \"description\": \"Bahrain\",\n        \"subtypes\": [\n            {\n                \"id\": \"49\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"48\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"47\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12098\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11040\",\n        \"root\": \"BHS\",\n        \"description\": \"Bahamas, The\",\n        \"subtypes\": [\n            {\n                \"id\": \"45\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"46\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"44\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"43\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12096\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11061\",\n        \"root\": \"BIH\",\n        \"description\": \"Bosnia and Herzegovina\",\n        \"subtypes\": [\n            {\n                \"id\": \"105\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"104\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"103\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"102\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12117\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11410\",\n        \"root\": \"BLM\",\n        \"description\": \"Saint Barthelemy\",\n        \"subtypes\": [\n            {\n                \"id\": \"8427\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8426\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12463\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11051\",\n        \"root\": \"BLR\",\n        \"description\": \"Belarus\",\n        \"subtypes\": [\n            {\n                \"id\": \"59\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"58\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"57\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"19884\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"12107\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11053\",\n        \"root\": \"BLZ\",\n        \"description\": \"Belize\",\n        \"subtypes\": [\n            {\n                \"id\": \"66\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"65\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"64\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12109\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11056\",\n        \"root\": \"BMU\",\n        \"description\": \"Bermuda\",\n        \"subtypes\": [\n            {\n                \"id\": \"72\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"71\",\n                \"name\": \"Nationwide Court Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"70\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"69\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12112\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11099\",\n        \"root\": \"BOL\",\n        \"description\": \"Chuquisaca\",\n        \"subtypes\": [\n            {\n                \"id\": \"78\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"80\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"79\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12155\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11101\",\n        \"root\": \"BOL\",\n        \"description\": \"Cochabamba\",\n        \"subtypes\": [\n            {\n                \"id\": \"75\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"77\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"76\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12157\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11136\",\n        \"root\": \"BOL\",\n        \"description\": \"El Beni\",\n        \"subtypes\": [\n            {\n                \"id\": \"81\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"83\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"82\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12191\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11243\",\n        \"root\": \"BOL\",\n        \"description\": \"La Paz\",\n        \"subtypes\": [\n            {\n                \"id\": \"84\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"86\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"85\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12298\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11342\",\n        \"root\": \"BOL\",\n        \"description\": \"Oruro\",\n        \"subtypes\": [\n            {\n                \"id\": \"87\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"89\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"88\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12396\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11349\",\n        \"root\": \"BOL\",\n        \"description\": \"Pando\",\n        \"subtypes\": [\n            {\n                \"id\": \"90\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"92\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"91\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12403\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11378\",\n        \"root\": \"BOL\",\n        \"description\": \"Potosi\",\n        \"subtypes\": [\n            {\n                \"id\": \"93\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"95\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"94\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12432\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11426\",\n        \"root\": \"BOL\",\n        \"description\": \"Santa Cruz\",\n        \"subtypes\": [\n            {\n                \"id\": \"96\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"98\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"97\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12479\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11485\",\n        \"root\": \"BOL\",\n        \"description\": \"Tarija\",\n        \"subtypes\": [\n            {\n                \"id\": \"99\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"101\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"100\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12538\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11010\",\n        \"root\": \"BRA\",\n        \"description\": \"Acre\",\n        \"subtypes\": [\n            {\n                \"id\": \"237\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15149\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15150\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15151\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15152\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15153\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15154\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15155\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15156\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15157\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15158\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15159\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15160\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15161\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15162\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15163\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15164\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15165\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15166\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15167\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15169\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15170\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15171\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15172\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15173\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15174\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15175\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"240\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16674\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16675\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16676\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16678\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16679\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16680\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16681\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16682\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16683\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16684\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16685\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16686\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16687\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16688\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16689\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16690\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16691\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16692\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16693\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16694\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16696\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16697\",\n                \"name\": \"Local Court and Federal Police Criminal History Check\"\n            },\n            {\n                \"id\": \"16698\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16699\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16700\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"239\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"16677\",\n                \"name\": \"Local Police and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16695\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"242\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"241\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"238\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"15168\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12067\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11013\",\n        \"root\": \"BRA\",\n        \"description\": \"Alagoas\",\n        \"subtypes\": [\n            {\n                \"id\": \"195\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"198\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"197\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"200\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"199\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"196\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12070\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11016\",\n        \"root\": \"BRA\",\n        \"description\": \"Amapa\",\n        \"subtypes\": [\n            {\n                \"id\": \"243\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"246\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"245\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"248\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"247\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"244\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12073\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11017\",\n        \"root\": \"BRA\",\n        \"description\": \"Amazonas\",\n        \"subtypes\": [\n            {\n                \"id\": \"183\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"186\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"185\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"188\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"187\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"184\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12074\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11041\",\n        \"root\": \"BRA\",\n        \"description\": \"Bahia\",\n        \"subtypes\": [\n            {\n                \"id\": \"135\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"138\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"137\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"140\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"139\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"136\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12097\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11077\",\n        \"root\": \"BRA\",\n        \"description\": \"Ceara\",\n        \"subtypes\": [\n            {\n                \"id\": \"153\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"156\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"155\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"158\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"157\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"154\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12133\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11128\",\n        \"root\": \"BRA\",\n        \"description\": \"Ciudad de Mexico\",\n        \"subtypes\": [\n            {\n                \"id\": \"213\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"216\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"215\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"218\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"217\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"214\",\n                \"name\": \"Local Court Criminal History Check\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14750\",\n        \"root\": \"BRA\",\n        \"description\": \"Distrito Federal\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11142\",\n        \"root\": \"BRA\",\n        \"description\": \"Espirito Santo\",\n        \"subtypes\": [\n            {\n                \"id\": \"177\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"180\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"179\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"182\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"181\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"178\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12197\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11163\",\n        \"root\": \"BRA\",\n        \"description\": \"Goias\",\n        \"subtypes\": [\n            {\n                \"id\": \"165\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"168\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"166\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"170\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"169\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"167\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12219\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11280\",\n        \"root\": \"BRA\",\n        \"description\": \"Maranhao\",\n        \"subtypes\": [\n            {\n                \"id\": \"255\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"257\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"256\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"259\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"258\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12335\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11285\",\n        \"root\": \"BRA\",\n        \"description\": \"Mato Grosso\",\n        \"subtypes\": [\n            {\n                \"id\": \"207\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"210\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"209\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"212\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"208\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"211\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12340\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11286\",\n        \"root\": \"BRA\",\n        \"description\": \"Mato Grosso do Sul\",\n        \"subtypes\": [\n            {\n                \"id\": \"112\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"114\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"113\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"116\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"115\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"117\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12341\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11293\",\n        \"root\": \"BRA\",\n        \"description\": \"Minas Gerais\",\n        \"subtypes\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"126\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"125\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"128\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"127\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"123\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12348\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11353\",\n        \"root\": \"BRA\",\n        \"description\": \"Para\",\n        \"subtypes\": [\n            {\n                \"id\": \"159\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"162\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"161\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"164\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"163\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"160\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12407\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11355\",\n        \"root\": \"BRA\",\n        \"description\": \"Paraiba\",\n        \"subtypes\": [\n            {\n                \"id\": \"171\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"174\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"173\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"176\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"175\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"172\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12409\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11356\",\n        \"root\": \"BRA\",\n        \"description\": \"Parana\",\n        \"subtypes\": [\n            {\n                \"id\": \"12410\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11359\",\n        \"root\": \"BRA\",\n        \"description\": \"Pernambuco\",\n        \"subtypes\": [\n            {\n                \"id\": \"147\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"150\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"149\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"152\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"151\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"148\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12413\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11374\",\n        \"root\": \"BRA\",\n        \"description\": \"Piaui\",\n        \"subtypes\": [\n            {\n                \"id\": \"201\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"204\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"203\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"206\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"205\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"202\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12428\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11397\",\n        \"root\": \"BRA\",\n        \"description\": \"Rio de Janeiro\",\n        \"subtypes\": [\n            {\n                \"id\": \"130\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"132\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"131\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"134\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"133\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"129\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12450\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11398\",\n        \"root\": \"BRA\",\n        \"description\": \"Rio Grande do Norte\",\n        \"subtypes\": [\n            {\n                \"id\": \"189\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"192\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"191\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"194\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"193\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"190\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12451\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11399\",\n        \"root\": \"BRA\",\n        \"description\": \"Rio Grande do Sul\",\n        \"subtypes\": [\n            {\n                \"id\": \"141\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"144\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"143\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"146\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"145\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"142\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12452\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11404\",\n        \"root\": \"BRA\",\n        \"description\": \"Rondonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"225\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"228\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"227\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"230\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"229\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"226\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12457\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11405\",\n        \"root\": \"BRA\",\n        \"description\": \"Roraima\",\n        \"subtypes\": [\n            {\n                \"id\": \"249\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"252\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"251\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"254\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"253\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"250\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12458\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11425\",\n        \"root\": \"BRA\",\n        \"description\": \"Santa Catarina\",\n        \"subtypes\": [\n            {\n                \"id\": \"260\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"262\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"261\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"264\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"263\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12478\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11427\",\n        \"root\": \"BRA\",\n        \"description\": \"Sao Paulo\",\n        \"subtypes\": [\n            {\n                \"id\": \"118\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"120\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"119\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"122\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"121\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12480\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11434\",\n        \"root\": \"BRA\",\n        \"description\": \"Sergipe\",\n        \"subtypes\": [\n            {\n                \"id\": \"219\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"222\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"221\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"224\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"223\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"220\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12487\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11489\",\n        \"root\": \"BRA\",\n        \"description\": \"Tocantins\",\n        \"subtypes\": [\n            {\n                \"id\": \"231\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"234\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"233\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"236\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"235\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"232\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12542\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11050\",\n        \"root\": \"BRB\",\n        \"description\": \"Barbados\",\n        \"subtypes\": [\n            {\n                \"id\": \"56\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"55\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"54\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"53\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"15141\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12106\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11065\",\n        \"root\": \"BRN\",\n        \"description\": \"Brunei\",\n        \"subtypes\": [\n            {\n                \"id\": \"268\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"16708\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"267\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12121\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11057\",\n        \"root\": \"BTN\",\n        \"description\": \"Bhutan\",\n        \"subtypes\": [\n            {\n                \"id\": \"74\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"73\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12113\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11063\",\n        \"root\": \"BVT\",\n        \"description\": \"Bouvet Island\",\n        \"subtypes\": [\n            {\n                \"id\": \"111\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"110\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12119\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11062\",\n        \"root\": \"BWA\",\n        \"description\": \"Botswana\",\n        \"subtypes\": [\n            {\n                \"id\": \"109\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"108\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"107\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"106\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12118\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11078\",\n        \"root\": \"CAF\",\n        \"description\": \"Central African Republic\",\n        \"subtypes\": [\n            {\n                \"id\": \"416\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"415\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12134\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11073\",\n        \"root\": \"CAN\",\n        \"description\": \"Canada\",\n        \"subtypes\": [\n            {\n                \"id\": \"355\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification\"\n            },\n            {\n                \"id\": \"364\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification - Rush\"\n            },\n            {\n                \"id\": \"360\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification and Certifcate\"\n            },\n            {\n                \"id\": \"368\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification and Certifcate - Rush\"\n            },\n            {\n                \"id\": \"372\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification\"\n            },\n            {\n                \"id\": \"380\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification - Rush\"\n            },\n            {\n                \"id\": \"376\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"384\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"388\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification\"\n            },\n            {\n                \"id\": \"396\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification - Rush\"\n            },\n            {\n                \"id\": \"392\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"400\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"356\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification\"\n            },\n            {\n                \"id\": \"365\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification - Rush\"\n            },\n            {\n                \"id\": \"361\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification and Certifcate\"\n            },\n            {\n                \"id\": \"369\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification and Certifcate - Rush\"\n            },\n            {\n                \"id\": \"373\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification\"\n            },\n            {\n                \"id\": \"381\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification - Rush\"\n            },\n            {\n                \"id\": \"377\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"385\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"389\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification\"\n            },\n            {\n                \"id\": \"397\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification - Rush\"\n            },\n            {\n                \"id\": \"393\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"401\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"354\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"363\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"359\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"367\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"371\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"379\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"375\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"383\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"387\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"395\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"391\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"399\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"353\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification\"\n            },\n            {\n                \"id\": \"362\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"358\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification and Certifcate\"\n            },\n            {\n                \"id\": \"366\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification and Certifcate - Rush\"\n            },\n            {\n                \"id\": \"370\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification\"\n            },\n            {\n                \"id\": \"378\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"374\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification and Certificate\"\n            },\n            {\n                \"id\": \"382\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"386\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification\"\n            },\n            {\n                \"id\": \"394\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"390\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification and Certificate\"\n            },\n            {\n                \"id\": \"398\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"357\",\n                \"name\": \"Zero-In\"\n            },\n            {\n                \"id\": \"402\",\n                \"name\": \"Fingerprinting\"\n            },\n            {\n                \"id\": \"403\",\n                \"name\": \"Provincial Criminal Court Search\"\n            },\n            {\n                \"id\": \"404\",\n                \"name\": \"Quebec Court Search - Criminal\"\n            },\n            {\n                \"id\": \"405\",\n                \"name\": \"Quebec Court Search - Provincial Statutory\"\n            },\n            {\n                \"id\": \"406\",\n                \"name\": \"Quebec Municipal Court Search\"\n            },\n            {\n                \"id\": \"407\",\n                \"name\": \"SOQUIJ\"\n            },\n            {\n                \"id\": \"351\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"350\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"352\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"17276\",\n                \"name\": \"Criminal Record Check with Organization Representative ID Verification\"\n            },\n            {\n                \"id\": \"19160\",\n                \"name\": \"Canada Crim Test Aug 2021\"\n            },\n            {\n                \"id\": \"19776\",\n                \"name\": \"Criminal Record Check with Sterling Identity Verification\"\n            },\n            {\n                \"id\": \"19777\",\n                \"name\": \"Criminal Record Check with Sterling Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"19778\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Sterling Identity Verification\"\n            },\n            {\n                \"id\": \"19779\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Sterling Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"19780\",\n                \"name\": \"Criminal Record Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"19781\",\n                \"name\": \"Criminal Record Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19782\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"19783\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19784\",\n                \"name\": \"Criminal Record Check with Organization Based ID Verification (Default)\"\n            },\n            {\n                \"id\": \"19785\",\n                \"name\": \"Criminal Record Check with Organization Based ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19786\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Organization Based ID Verification\"\n            },\n            {\n                \"id\": \"19787\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Organization Based ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19888\",\n                \"name\": \"Criminal Record Check without Identity Verification\"\n            },\n            {\n                \"id\": \"16704\",\n                \"name\": \"Criminal Record Check with Organization Representative ID Verification for Young Persons\"\n            },\n            {\n                \"id\": \"16701\",\n                \"name\": \"Criminal Record Check with Canada Post ID Verification for Young Persons\"\n            },\n            {\n                \"id\": \"15297\",\n                \"name\": \"Criminal Record Check with Electronic ID Verification\"\n            },\n            {\n                \"id\": \"15296\",\n                \"name\": \"Criminal Record Check with Electronic ID Verification and Certificate \"\n            },\n            {\n                \"id\": \"12129\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11103\",\n        \"root\": \"CCK\",\n        \"description\": \"Cocos (Keeling) Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"429\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"430\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12159\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11475\",\n        \"root\": \"CHE\",\n        \"description\": \"Switzerland\",\n        \"subtypes\": [\n            {\n                \"id\": \"8516\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8515\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8514\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8513\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12528\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11090\",\n        \"root\": \"CHL\",\n        \"description\": \"Chile\",\n        \"subtypes\": [\n            {\n                \"id\": \"422\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"421\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"420\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"419\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12146\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11091\",\n        \"root\": \"CHN\",\n        \"description\": \"China\",\n        \"subtypes\": [\n            {\n                \"id\": \"426\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"16671\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"425\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"424\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"423\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16456\",\n                \"name\": \"Nationwide Court Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12147\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11117\",\n        \"root\": \"CIV\",\n        \"description\": \"Cote d'Ivoire\",\n        \"subtypes\": [\n            {\n                \"id\": \"12172\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11071\",\n        \"root\": \"CMR\",\n        \"description\": \"Cameroon\",\n        \"subtypes\": [\n            {\n                \"id\": \"349\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"348\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12127\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11112\",\n        \"root\": \"COD\",\n        \"description\": \"Congo, Democratic Republic of the\",\n        \"subtypes\": [\n            {\n                \"id\": \"439\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"438\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12167\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11111\",\n        \"root\": \"COG\",\n        \"description\": \"Congo, Republic of the\",\n        \"subtypes\": [\n            {\n                \"id\": \"437\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"436\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12166\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11113\",\n        \"root\": \"COK\",\n        \"description\": \"Cook Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"441\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"440\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12168\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11105\",\n        \"root\": \"COL\",\n        \"description\": \"Colombia\",\n        \"subtypes\": [\n            {\n                \"id\": \"433\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"15148\",\n                \"name\": \"Nationwide Police and Court Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"432\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16042\",\n                \"name\": \"Nationwide Court Criminal History Check\"\n            },\n            {\n                \"id\": \"431\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12161\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11110\",\n        \"root\": \"COM\",\n        \"description\": \"Comoros\",\n        \"subtypes\": [\n            {\n                \"id\": \"435\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"434\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12165\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11074\",\n        \"root\": \"CPV\",\n        \"description\": \"Cape Verde\",\n        \"subtypes\": [\n            {\n                \"id\": \"409\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"408\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12130\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11116\",\n        \"root\": \"CRI\",\n        \"description\": \"Costa Rica\",\n        \"subtypes\": [\n            {\n                \"id\": \"445\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"444\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"443\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"442\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12171\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14751\",\n        \"root\": \"CUB\",\n        \"description\": \"Artemisa\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14752\",\n        \"root\": \"CUB\",\n        \"description\": \"Camaguey\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14753\",\n        \"root\": \"CUB\",\n        \"description\": \"Ciego de Avila\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14754\",\n        \"root\": \"CUB\",\n        \"description\": \"Cienfuegos\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11119\",\n        \"root\": \"CUB\",\n        \"description\": \"Cuba\",\n        \"subtypes\": [\n            {\n                \"id\": \"452\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"451\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"450\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14755\",\n        \"root\": \"CUB\",\n        \"description\": \"Granma\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14756\",\n        \"root\": \"CUB\",\n        \"description\": \"Guantanamo\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14757\",\n        \"root\": \"CUB\",\n        \"description\": \"Holguin \",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14758\",\n        \"root\": \"CUB\",\n        \"description\": \"Isla de la Juventud\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14759\",\n        \"root\": \"CUB\",\n        \"description\": \"La Habana\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14760\",\n        \"root\": \"CUB\",\n        \"description\": \"Las Tunas\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14761\",\n        \"root\": \"CUB\",\n        \"description\": \"Matanzas\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14762\",\n        \"root\": \"CUB\",\n        \"description\": \"Mayabeque\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14763\",\n        \"root\": \"CUB\",\n        \"description\": \"Pinar del Rio\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14764\",\n        \"root\": \"CUB\",\n        \"description\": \"Sancti Spiritus\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14765\",\n        \"root\": \"CUB\",\n        \"description\": \"Santiago de Cuba\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14766\",\n        \"root\": \"CUB\",\n        \"description\": \"Villa Clara\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11120\",\n        \"root\": \"CUW\",\n        \"description\": \"Curacao\",\n        \"subtypes\": [\n            {\n                \"id\": \"455\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"454\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"453\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12175\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11097\",\n        \"root\": \"CXR\",\n        \"description\": \"Christmas Island\",\n        \"subtypes\": [\n            {\n                \"id\": \"428\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"427\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12153\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11076\",\n        \"root\": \"CYM\",\n        \"description\": \"Cayman Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"414\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"411\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"413\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"412\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"410\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12132\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11121\",\n        \"root\": \"CYP\",\n        \"description\": \"Cyprus\",\n        \"subtypes\": [\n            {\n                \"id\": \"1273\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1272\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1271\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"456\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12176\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11122\",\n        \"root\": \"CZE\",\n        \"description\": \"Czech Republic\",\n        \"subtypes\": [\n            {\n                \"id\": \"1291\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1290\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1289\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1286\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12177\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11159\",\n        \"root\": \"DEU\",\n        \"description\": \"Germany\",\n        \"subtypes\": [\n            {\n                \"id\": \"1692\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1688\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16075\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"1686\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12215\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11130\",\n        \"root\": \"DJI\",\n        \"description\": \"Djibouti\",\n        \"subtypes\": [\n            {\n                \"id\": \"1487\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1485\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12185\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11131\",\n        \"root\": \"DMA\",\n        \"description\": \"Dominica\",\n        \"subtypes\": [\n            {\n                \"id\": \"1522\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1520\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"1516\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1515\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12186\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11127\",\n        \"root\": \"DNK\",\n        \"description\": \"Denmark\",\n        \"subtypes\": [\n            {\n                \"id\": \"1484\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1483\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1482\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1365\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12182\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12183\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11132\",\n        \"root\": \"DOM\",\n        \"description\": \"Dominican Republic\",\n        \"subtypes\": [\n            {\n                \"id\": \"1528\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1527\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1525\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1523\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12187\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14767\",\n        \"root\": \"DZA\",\n        \"description\": \"Adrar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14768\",\n        \"root\": \"DZA\",\n        \"description\": \"Ain Defla\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14769\",\n        \"root\": \"DZA\",\n        \"description\": \"Ain Temouchent\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14770\",\n        \"root\": \"DZA\",\n        \"description\": \"Alger\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11015\",\n        \"root\": \"DZA\",\n        \"description\": \"Algeria\",\n        \"subtypes\": [\n            {\n                \"id\": \"8\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14771\",\n        \"root\": \"DZA\",\n        \"description\": \"Annaba\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14772\",\n        \"root\": \"DZA\",\n        \"description\": \"Batna\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14773\",\n        \"root\": \"DZA\",\n        \"description\": \"Bechar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14774\",\n        \"root\": \"DZA\",\n        \"description\": \"Bejaia\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14775\",\n        \"root\": \"DZA\",\n        \"description\": \"Biskra\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14776\",\n        \"root\": \"DZA\",\n        \"description\": \"Blida\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14777\",\n        \"root\": \"DZA\",\n        \"description\": \"Bordj Bou Arreridj\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14778\",\n        \"root\": \"DZA\",\n        \"description\": \"Bouira\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14779\",\n        \"root\": \"DZA\",\n        \"description\": \"Boumerdes\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14780\",\n        \"root\": \"DZA\",\n        \"description\": \"Chlef\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14781\",\n        \"root\": \"DZA\",\n        \"description\": \"Constantine\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14782\",\n        \"root\": \"DZA\",\n        \"description\": \"Djelfa\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14783\",\n        \"root\": \"DZA\",\n        \"description\": \"El Bayadh\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14784\",\n        \"root\": \"DZA\",\n        \"description\": \"El Oued\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14785\",\n        \"root\": \"DZA\",\n        \"description\": \"El Tarf\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14786\",\n        \"root\": \"DZA\",\n        \"description\": \"Ghardaia\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14787\",\n        \"root\": \"DZA\",\n        \"description\": \"Guelma\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14788\",\n        \"root\": \"DZA\",\n        \"description\": \"Illizi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14789\",\n        \"root\": \"DZA\",\n        \"description\": \"Jijel\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14790\",\n        \"root\": \"DZA\",\n        \"description\": \"Khenchela\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14791\",\n        \"root\": \"DZA\",\n        \"description\": \"Laghouat\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14792\",\n        \"root\": \"DZA\",\n        \"description\": \"Mascara\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14793\",\n        \"root\": \"DZA\",\n        \"description\": \"Medea\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14794\",\n        \"root\": \"DZA\",\n        \"description\": \"Mila\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14795\",\n        \"root\": \"DZA\",\n        \"description\": \"Mostaganem\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14796\",\n        \"root\": \"DZA\",\n        \"description\": \"Msila\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14797\",\n        \"root\": \"DZA\",\n        \"description\": \"Naama\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14798\",\n        \"root\": \"DZA\",\n        \"description\": \"Oran\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14799\",\n        \"root\": \"DZA\",\n        \"description\": \"Ouargla\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14800\",\n        \"root\": \"DZA\",\n        \"description\": \"Oum el Bouaghi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14801\",\n        \"root\": \"DZA\",\n        \"description\": \"Relizane\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14802\",\n        \"root\": \"DZA\",\n        \"description\": \"Saida\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14803\",\n        \"root\": \"DZA\",\n        \"description\": \"Setif\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14804\",\n        \"root\": \"DZA\",\n        \"description\": \"Sidi Bel Abbes\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14805\",\n        \"root\": \"DZA\",\n        \"description\": \"Skikda\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14806\",\n        \"root\": \"DZA\",\n        \"description\": \"Souk Ahras\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14807\",\n        \"root\": \"DZA\",\n        \"description\": \"Tamanrasset\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14808\",\n        \"root\": \"DZA\",\n        \"description\": \"Tebessa\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14809\",\n        \"root\": \"DZA\",\n        \"description\": \"Tiaret\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14810\",\n        \"root\": \"DZA\",\n        \"description\": \"Tindouf\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14811\",\n        \"root\": \"DZA\",\n        \"description\": \"Tipaza\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14812\",\n        \"root\": \"DZA\",\n        \"description\": \"Tissemsilt\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14813\",\n        \"root\": \"DZA\",\n        \"description\": \"Tizi Ouzou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14814\",\n        \"root\": \"DZA\",\n        \"description\": \"Tlemcen\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11134\",\n        \"root\": \"ECU\",\n        \"description\": \"Ecuador\",\n        \"subtypes\": [\n            {\n                \"id\": \"1552\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1547\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1544\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12189\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11135\",\n        \"root\": \"EGY\",\n        \"description\": \"Egypt\",\n        \"subtypes\": [\n            {\n                \"id\": \"1562\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1559\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"1558\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1556\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1553\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12190\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11141\",\n        \"root\": \"ERI\",\n        \"description\": \"Eritrea\",\n        \"subtypes\": [\n            {\n                \"id\": \"1581\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1577\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12196\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11526\",\n        \"root\": \"ESH\",\n        \"description\": \"Western Sahara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9216\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9215\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12577\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11454\",\n        \"root\": \"ESP\",\n        \"description\": \"Spain\",\n        \"subtypes\": [\n            {\n                \"id\": \"8495\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8494\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8493\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8492\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12507\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11145\",\n        \"root\": \"EST\",\n        \"description\": \"Estonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1588\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1586\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1582\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12200\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11146\",\n        \"root\": \"ETH\",\n        \"description\": \"Ethiopia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1592\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1590\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12201\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11150\",\n        \"root\": \"FIN\",\n        \"description\": \"Finland\",\n        \"subtypes\": [\n            {\n                \"id\": \"1628\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1626\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1624\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1619\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12205\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11149\",\n        \"root\": \"FJI\",\n        \"description\": \"Fiji\",\n        \"subtypes\": [\n            {\n                \"id\": \"1617\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1615\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1614\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12204\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11147\",\n        \"root\": \"FLK\",\n        \"description\": \"Falkland Islands (Islas Malvinas)\",\n        \"subtypes\": [\n            {\n                \"id\": \"1608\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1601\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12202\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11151\",\n        \"root\": \"FRA\",\n        \"description\": \"France\",\n        \"subtypes\": [\n            {\n                \"id\": \"1634\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1632\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16076\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"1630\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12206\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11148\",\n        \"root\": \"FRO\",\n        \"description\": \"Faroe Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"1611\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1609\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12203\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11292\",\n        \"root\": \"FSM\",\n        \"description\": \"Micronesia, Federated States of\",\n        \"subtypes\": [\n            {\n                \"id\": \"8170\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8169\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12347\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11156\",\n        \"root\": \"GAB\",\n        \"description\": \"Gabon\",\n        \"subtypes\": [\n            {\n                \"id\": \"1665\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1663\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12211\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11507\",\n        \"root\": \"GBR\",\n        \"description\": \"United Kingdom\",\n        \"subtypes\": [\n            {\n                \"id\": \"734\",\n                \"name\": \"Basic Disclosure \"\n            },\n            {\n                \"id\": \"733\",\n                \"name\": \"Basic Criminal Disclosure - Volunteer\"\n            },\n            {\n                \"id\": \"16077\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"9186\",\n                \"name\": \"Standard Disclosure with Evidence of ID\"\n            },\n            {\n                \"id\": \"16041\",\n                \"name\": \"Basic Disclosure with Professional Evidence of ID via DBS\"\n            },\n            {\n                \"id\": \"9187\",\n                \"name\": \"Standard Disclosure with Evidence of ID - Volunteer\"\n            },\n            {\n                \"id\": \"16040\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID via DBS \"\n            },\n            {\n                \"id\": \"9188\",\n                \"name\": \"Standard Disclosure with Professional ID\"\n            },\n            {\n                \"id\": \"9189\",\n                \"name\": \"Standard Disclosure with Professional ID - Volunteer\"\n            },\n            {\n                \"id\": \"9190\",\n                \"name\": \"Standard Disclosure with Route 2 ID Verification\"\n            },\n            {\n                \"id\": \"9191\",\n                \"name\": \"Standard Disclosure with Route 2 ID Verification - Volunteer\"\n            },\n            {\n                \"id\": \"6563\",\n                \"name\": \"Enhanced Criminal Disclosure with Evidence of ID\"\n            },\n            {\n                \"id\": \"6564\",\n                \"name\": \"Enhanced Criminal Disclosure with Evidence of ID - Volunteer\"\n            },\n            {\n                \"id\": \"6567\",\n                \"name\": \"Enhanced Disclosure with Professional ID\"\n            },\n            {\n                \"id\": \"19850\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey\"\n            },\n            {\n                \"id\": \"19851\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey\"\n            },\n            {\n                \"id\": \"19852\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19853\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19854\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19855\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19856\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19857\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19858\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Error_Manual\"\n            },\n            {\n                \"id\": \"19859\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey\"\n            },\n            {\n                \"id\": \"19860\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey\"\n            },\n            {\n                \"id\": \"19861\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19862\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19863\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19864\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19865\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19866\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19867\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Error_Manual\"\n            },\n            {\n                \"id\": \"19868\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey\"\n            },\n            {\n                \"id\": \"19869\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey\"\n            },\n            {\n                \"id\": \"19870\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19871\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19872\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19873\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19874\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19875\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19876\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Error_Manual\"\n            },\n            {\n                \"id\": \"19877\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - SOFT - ERR5010\"\n            },\n            {\n                \"id\": \"19878\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - SOFT - ERR5004\"\n            },\n            {\n                \"id\": \"19879\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - SOFT - ERR5002\"\n            },\n            {\n                \"id\": \"19882\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - SOFT - ERR5000\"\n            },\n            {\n                \"id\": \"19891\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - HARD - ERR5002\"\n            },\n            {\n                \"id\": \"19904\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - APP - All Aborted\"\n            },\n            {\n                \"id\": \"19907\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - WEB - All Aborted\"\n            },\n            {\n                \"id\": \"19910\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 2m Delay - Success\"\n            },\n            {\n                \"id\": \"19911\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 10m Delay - Success\"\n            },\n            {\n                \"id\": \"19916\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 2m Delay - Aborted\"\n            },\n            {\n                \"id\": \"19917\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 10m Delay - Aborted\"\n            },\n            {\n                \"id\": \"19918\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 2m Delay - UnverifiedAddress\"\n            },\n            {\n                \"id\": \"19919\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 10m Delay - UnverifiedAddress\"\n            },\n            {\n                \"id\": \"6570\",\n                \"name\": \"Enhanced Disclosure with Professional ID - Volunteer\"\n            },\n            {\n                \"id\": \"6565\",\n                \"name\": \"Enhanced Disclosure Route 2 ID Verification\"\n            },\n            {\n                \"id\": \"6569\",\n                \"name\": \"Enhanced Disclosure Route 2 ID Verification - Volunteer\"\n            },\n            {\n                \"id\": \"9180\",\n                \"name\": \"List 99\"\n            },\n            {\n                \"id\": \"720\",\n                \"name\": \"Adult First\"\n            },\n            {\n                \"id\": \"9184\",\n                \"name\": \"PVG Scheme Record Update\"\n            },\n            {\n                \"id\": \"9183\",\n                \"name\": \"PVG Scheme Record\"\n            },\n            {\n                \"id\": \"9181\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8907\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"4879\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"17221\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID - alternate data collection\"\n            },\n            {\n                \"id\": \"17265\",\n                \"name\": \"Just Eat Professional EOID\"\n            },\n            {\n                \"id\": \"17266\",\n                \"name\": \"MySubtype AR\"\n            },\n            {\n                \"id\": \"17267\",\n                \"name\": \"DBS Basic - UK Post Office\"\n            },\n            {\n                \"id\": \"17268\",\n                \"name\": \"Disclosure Scotland Basic - UK Post Office\"\n            },\n            {\n                \"id\": \"17269\",\n                \"name\": \"Access NI Basic - UK Post Office\"\n            },\n            {\n                \"id\": \"17270\",\n                \"name\": \"Access NI Standard - UK Post Office\"\n            },\n            {\n                \"id\": \"15489\",\n                \"name\": \"Basic Disclosure with Candidate Document Upload\"\n            },\n            {\n                \"id\": \"17271\",\n                \"name\": \"Access NI Enhanced - UK Post Office\"\n            },\n            {\n                \"id\": \"15099\",\n                \"name\": \"ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15122\",\n                \"name\": \"ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"17273\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID - alternate data collection inc script\"\n            },\n            {\n                \"id\": \"15100\",\n                \"name\": \"ANI Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"15121\",\n                \"name\": \"ANI Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"17274\",\n                \"name\": \"Eligibility Questions (UK DBS BASIC)\"\n            },\n            {\n                \"id\": \"15101\",\n                \"name\": \"DS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15120\",\n                \"name\": \"DS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"17275\",\n                \"name\": \"Eligibility Questions (UK ACNI_DS BASIC)\"\n            },\n            {\n                \"id\": \"15102\",\n                \"name\": \"DS Basic Disclosure with Document Collection Evidence of ID\"\n            },\n            {\n                \"id\": \"15119\",\n                \"name\": \"DS Basic Disclosure with Document Collection Evidence of ID\"\n            },\n            {\n                \"id\": \"15103\",\n                \"name\": \"DBS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15118\",\n                \"name\": \"DBS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15104\",\n                \"name\": \"DBS Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"15117\",\n                \"name\": \"DBS Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"15105\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID\"\n            },\n            {\n                \"id\": \"15116\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID\"\n            },\n            {\n                \"id\": \"12560\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"19832\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19833\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19834\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19835\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19836\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19837\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19143\",\n                \"name\": \"DBS Basic - UK Post Office - Applicant Pay\"\n            },\n            {\n                \"id\": \"19144\",\n                \"name\": \"DBS Basic - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19145\",\n                \"name\": \"DBS Basic - Professional Evidence of Identity\"\n            },\n            {\n                \"id\": \"19146\",\n                \"name\": \"DBS Basic - Candidate Upload\"\n            },\n            {\n                \"id\": \"19147\",\n                \"name\": \"Disclosure Scotland Basic- UK Post Office - Applicant Pay\"\n            },\n            {\n                \"id\": \"19148\",\n                \"name\": \"Disclosure Scotland Basic - Candidate Upload\"\n            },\n            {\n                \"id\": \"19149\",\n                \"name\": \"Disclosure Scotland Basic - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19150\",\n                \"name\": \"Disclosure Scotland Basic - Powered By Sterling Identity\"\n            },\n            {\n                \"id\": \"19151\",\n                \"name\": \"Access NI Basic - UK Post Office - Applicant Pay\"\n            },\n            {\n                \"id\": \"19152\",\n                \"name\": \"Access NI Basic - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19153\",\n                \"name\": \"Access NI Basic - Candidate Upload\"\n            },\n            {\n                \"id\": \"19161\",\n                \"name\": \"Access NI Standard - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19165\",\n                \"name\": \"COVID-19 Emergency Criminal - ANI Enhanced - Client ID\"\n            },\n            {\n                \"id\": \"19166\",\n                \"name\": \"COVID-19 Emergency Criminal - ANI Standard - Client ID\"\n            },\n            {\n                \"id\": \"19171\",\n                \"name\": \"DBS Standard - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19172\",\n                \"name\": \"DBS Standard - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"19173\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity + List 99\"\n            },\n            {\n                \"id\": \"19174\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity + ISA First\"\n            },\n            {\n                \"id\": \"19175\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19176\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"17277\",\n                \"name\": \"Uber Eats DBS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19087\",\n                \"name\": \"DBS Standard -  Professional Evidence of Identity\"\n            },\n            {\n                \"id\": \"19809\",\n                \"name\": \"DBS Basic\"\n            },\n            {\n                \"id\": \"19810\",\n                \"name\": \"UK Crim Test SubType\"\n            },\n            {\n                \"id\": \"19814\",\n                \"name\": \"DBS Enhanced - Candidate Upload\"\n            },\n            {\n                \"id\": \"19815\",\n                \"name\": \"DBS Standard - Candidate Upload\"\n            },\n            {\n                \"id\": \"19887\",\n                \"name\": \"DBS – Basic with Digital ID Verification (Default)\"\n            },\n            {\n                \"id\": \"19817\",\n                \"name\": \"DBS – Standard with Digital ID Verification\"\n            },\n            {\n                \"id\": \"19818\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification\"\n            },\n            {\n                \"id\": \"19118\",\n                \"name\": \"PVG Scheme Record - Application to Join - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19119\",\n                \"name\": \"PVG Scheme Record - Update - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19120\",\n                \"name\": \"PVG Scheme Record - Application to Join - Client Evidence of Identity (Volunteers)\"\n            },\n            {\n                \"id\": \"19838\",\n                \"name\": \"DBS Standard\"\n            },\n            {\n                \"id\": \"19121\",\n                \"name\": \"PVG Scheme Record - Update - Client Evidence of Identity (Volunteers)\"\n            },\n            {\n                \"id\": \"19766\",\n                \"name\": \"Access NI Standard - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"19767\",\n                \"name\": \"Access NI Enhanced - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19768\",\n                \"name\": \"Access NI Enhanced - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"19769\",\n                \"name\": \"COVID-19 Emergency Criminal DBS Enhanced - Client ID\"\n            },\n            {\n                \"id\": \"19770\",\n                \"name\": \"COVID-19 Emergency Criminal - DBS Standard - Client ID\"\n            },\n            {\n                \"id\": \"19883\",\n                \"name\": \"DBS Enhanced – Client Provided Digital Identity\"\n            },\n            {\n                \"id\": \"19889\",\n                \"name\": \"DBS -Basic Test\"\n            },\n            {\n                \"id\": \"19897\",\n                \"name\": \"Just Eat ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19898\",\n                \"name\": \"Uber Eats ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19899\",\n                \"name\": \"Uber Eats DS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19900\",\n                \"name\": \"DS Basic Disclosure with Document Collection Evidence of ID 31\"\n            },\n            {\n                \"id\": \"19901\",\n                \"name\": \"service (COVID-19 EOID ROO\"\n            },\n            {\n                \"id\": \"19902\",\n                \"name\": \"Eligibility Questions (ACNI_DS BASIC DRO)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11158\",\n        \"root\": \"GEO\",\n        \"description\": \"Georgia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1684\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1681\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12213\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11174\",\n        \"root\": \"GGY\",\n        \"description\": \"Guernsey\",\n        \"subtypes\": [\n            {\n                \"id\": \"1745\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1744\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16072\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"1738\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12229\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11160\",\n        \"root\": \"GHA\",\n        \"description\": \"Ghana\",\n        \"subtypes\": [\n            {\n                \"id\": \"1698\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1696\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1694\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12216\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11161\",\n        \"root\": \"GIB\",\n        \"description\": \"Gibraltar\",\n        \"subtypes\": [\n            {\n                \"id\": \"1704\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1703\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1699\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12217\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14815\",\n        \"root\": \"GIN\",\n        \"description\": \"Boke\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14816\",\n        \"root\": \"GIN\",\n        \"description\": \"Conakry\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14817\",\n        \"root\": \"GIN\",\n        \"description\": \"Faranah\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11176\",\n        \"root\": \"GIN\",\n        \"description\": \"Guinea\",\n        \"subtypes\": [\n            {\n                \"id\": \"1747\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1746\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14818\",\n        \"root\": \"GIN\",\n        \"description\": \"Kankan\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14819\",\n        \"root\": \"GIN\",\n        \"description\": \"Kindia\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14820\",\n        \"root\": \"GIN\",\n        \"description\": \"Labe\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14821\",\n        \"root\": \"GIN\",\n        \"description\": \"Mamou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14822\",\n        \"root\": \"GIN\",\n        \"description\": \"Nzerekore\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11170\",\n        \"root\": \"GLP\",\n        \"description\": \"Guadeloupe\",\n        \"subtypes\": [\n            {\n                \"id\": \"1729\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15255\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1728\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12226\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11157\",\n        \"root\": \"GMB\",\n        \"description\": \"Gambia, The\",\n        \"subtypes\": [\n            {\n                \"id\": \"1678\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1667\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12212\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11177\",\n        \"root\": \"GNB\",\n        \"description\": \"Guinea-Bissau\",\n        \"subtypes\": [\n            {\n                \"id\": \"1751\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1750\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12232\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11140\",\n        \"root\": \"GNQ\",\n        \"description\": \"Equatorial Guinea\",\n        \"subtypes\": [\n            {\n                \"id\": \"1575\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1574\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12195\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11167\",\n        \"root\": \"GRC\",\n        \"description\": \"Greece\",\n        \"subtypes\": [\n            {\n                \"id\": \"1714\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1712\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1711\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1707\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12223\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11169\",\n        \"root\": \"GRD\",\n        \"description\": \"Grenada\",\n        \"subtypes\": [\n            {\n                \"id\": \"1727\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1726\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"1723\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1722\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12225\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11168\",\n        \"root\": \"GRL\",\n        \"description\": \"Greenland\",\n        \"subtypes\": [\n            {\n                \"id\": \"1721\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1720\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1718\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12224\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11173\",\n        \"root\": \"GTM\",\n        \"description\": \"Guatemala\",\n        \"subtypes\": [\n            {\n                \"id\": \"1737\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1736\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1735\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12228\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11153\",\n        \"root\": \"GUF\",\n        \"description\": \"French Guiana\",\n        \"subtypes\": [\n            {\n                \"id\": \"1647\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1643\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12208\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11171\",\n        \"root\": \"GUM\",\n        \"description\": \"Guam\",\n        \"subtypes\": [\n            {\n                \"id\": \"19829\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11179\",\n        \"root\": \"GUY\",\n        \"description\": \"Guyana\",\n        \"subtypes\": [\n            {\n                \"id\": \"1755\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1753\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1752\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12234\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11187\",\n        \"root\": \"HKG\",\n        \"description\": \"Hong Kong\",\n        \"subtypes\": [\n            {\n                \"id\": \"1835\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1834\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16394\",\n                \"name\": \"Nationwide Court Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12242\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11182\",\n        \"root\": \"HMD\",\n        \"description\": \"Heard Island and McDonald Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"1762\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1761\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12237\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11035\",\n        \"root\": \"HND\",\n        \"description\": \"Atlantida\",\n        \"subtypes\": [\n            {\n                \"id\": \"1768\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1770\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1769\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12091\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11094\",\n        \"root\": \"HND\",\n        \"description\": \"Choluteca\",\n        \"subtypes\": [\n            {\n                \"id\": \"1771\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1776\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1775\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12150\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11106\",\n        \"root\": \"HND\",\n        \"description\": \"Colon\",\n        \"subtypes\": [\n            {\n                \"id\": \"1777\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1779\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1778\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12162\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11109\",\n        \"root\": \"HND\",\n        \"description\": \"Comayagua\",\n        \"subtypes\": [\n            {\n                \"id\": \"1780\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1782\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1781\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12164\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11114\",\n        \"root\": \"HND\",\n        \"description\": \"Copan\",\n        \"subtypes\": [\n            {\n                \"id\": \"1783\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1785\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1784\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12169\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11115\",\n        \"root\": \"HND\",\n        \"description\": \"Cortes\",\n        \"subtypes\": [\n            {\n                \"id\": \"1786\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1790\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1789\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12170\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11137\",\n        \"root\": \"HND\",\n        \"description\": \"El Paraiso\",\n        \"subtypes\": [\n            {\n                \"id\": \"1791\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1793\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1792\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12192\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11152\",\n        \"root\": \"HND\",\n        \"description\": \"Francisco Morazan\",\n        \"subtypes\": [\n            {\n                \"id\": \"1794\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1796\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1795\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12207\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11165\",\n        \"root\": \"HND\",\n        \"description\": \"Gracias a Dios\",\n        \"subtypes\": [\n            {\n                \"id\": \"1797\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1799\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1798\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12221\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14823\",\n        \"root\": \"HND\",\n        \"description\": \"Honduras\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11190\",\n        \"root\": \"HND\",\n        \"description\": \"Intibuca\",\n        \"subtypes\": [\n            {\n                \"id\": \"1800\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1803\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1802\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12245\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11194\",\n        \"root\": \"HND\",\n        \"description\": \"Islas de la Bahia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1804\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1806\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1805\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12249\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11244\",\n        \"root\": \"HND\",\n        \"description\": \"La Paz\",\n        \"subtypes\": [\n            {\n                \"id\": \"1807\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1809\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1808\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12299\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11252\",\n        \"root\": \"HND\",\n        \"description\": \"Lempira\",\n        \"subtypes\": [\n            {\n                \"id\": \"1810\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1812\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1811\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12307\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11338\",\n        \"root\": \"HND\",\n        \"description\": \"Ocotepeque\",\n        \"subtypes\": [\n            {\n                \"id\": \"1813\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1816\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1815\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12392\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11340\",\n        \"root\": \"HND\",\n        \"description\": \"Olancho\",\n        \"subtypes\": [\n            {\n                \"id\": \"1817\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1819\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1818\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12394\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11424\",\n        \"root\": \"HND\",\n        \"description\": \"Santa Barbara\",\n        \"subtypes\": [\n            {\n                \"id\": \"1820\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1822\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1821\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12477\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11516\",\n        \"root\": \"HND\",\n        \"description\": \"Valle\",\n        \"subtypes\": [\n            {\n                \"id\": \"1823\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1825\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1824\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12568\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11531\",\n        \"root\": \"HND\",\n        \"description\": \"Yoro\",\n        \"subtypes\": [\n            {\n                \"id\": \"1826\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1828\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1827\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12582\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11118\",\n        \"root\": \"HRV\",\n        \"description\": \"Croatia\",\n        \"subtypes\": [\n            {\n                \"id\": \"449\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"448\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"447\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"446\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12173\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12174\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11180\",\n        \"root\": \"HTI\",\n        \"description\": \"Haiti\",\n        \"subtypes\": [\n            {\n                \"id\": \"1758\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1757\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1756\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12235\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11188\",\n        \"root\": \"HUN\",\n        \"description\": \"Hungary\",\n        \"subtypes\": [\n            {\n                \"id\": \"1840\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1837\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1836\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12243\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11009\",\n        \"root\": \"IDN\",\n        \"description\": \"Aceh\",\n        \"subtypes\": [\n            {\n                \"id\": \"9269\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9303\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9337\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9371\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16550\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16551\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16552\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16553\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16554\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16555\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16556\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16557\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16558\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16559\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16560\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16561\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16562\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16563\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16564\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16565\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16566\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16567\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16568\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16569\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16570\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16571\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16572\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16573\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16574\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16575\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16576\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16577\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16578\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16579\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16580\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16581\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16582\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16583\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12066\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11045\",\n        \"root\": \"IDN\",\n        \"description\": \"Bali\",\n        \"subtypes\": [\n            {\n                \"id\": \"9270\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9304\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9338\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9372\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12101\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11046\",\n        \"root\": \"IDN\",\n        \"description\": \"Bangka Belitung\",\n        \"subtypes\": [\n            {\n                \"id\": \"9271\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9305\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9339\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9373\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12102\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11049\",\n        \"root\": \"IDN\",\n        \"description\": \"Banten\",\n        \"subtypes\": [\n            {\n                \"id\": \"9272\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9306\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9340\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9374\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12105\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11054\",\n        \"root\": \"IDN\",\n        \"description\": \"Bengkulu\",\n        \"subtypes\": [\n            {\n                \"id\": \"9273\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9307\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9341\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9375\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12110\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11164\",\n        \"root\": \"IDN\",\n        \"description\": \"Gorontalo\",\n        \"subtypes\": [\n            {\n                \"id\": \"9274\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9308\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9342\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9376\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12220\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11198\",\n        \"root\": \"IDN\",\n        \"description\": \"Jakarta Raya\",\n        \"subtypes\": [\n            {\n                \"id\": \"9301\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9335\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9369\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9403\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12253\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11201\",\n        \"root\": \"IDN\",\n        \"description\": \"Jambi\",\n        \"subtypes\": [\n            {\n                \"id\": \"9275\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9309\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9343\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9377\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12256\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11204\",\n        \"root\": \"IDN\",\n        \"description\": \"Jawa Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9276\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9310\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9344\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9378\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12259\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11205\",\n        \"root\": \"IDN\",\n        \"description\": \"Jawa Tengah\",\n        \"subtypes\": [\n            {\n                \"id\": \"9277\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9311\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9345\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9379\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12260\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11206\",\n        \"root\": \"IDN\",\n        \"description\": \"Jawa Timur\",\n        \"subtypes\": [\n            {\n                \"id\": \"9278\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9312\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9346\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9380\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12261\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11212\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9279\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9313\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9347\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9381\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12267\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11213\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Selatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9280\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9314\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9348\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9382\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12268\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11214\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Tengah\",\n        \"subtypes\": [\n            {\n                \"id\": \"9281\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9315\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9349\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9383\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12269\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11215\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Timur\",\n        \"subtypes\": [\n            {\n                \"id\": \"9282\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9316\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9350\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9384\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12270\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11216\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9283\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9317\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9351\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9385\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12271\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11229\",\n        \"root\": \"IDN\",\n        \"description\": \"Kepulauan Riau\",\n        \"subtypes\": [\n            {\n                \"id\": \"9284\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9318\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9352\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9386\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12284\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11248\",\n        \"root\": \"IDN\",\n        \"description\": \"Lampung\",\n        \"subtypes\": [\n            {\n                \"id\": \"9285\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9319\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9353\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9387\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12303\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11276\",\n        \"root\": \"IDN\",\n        \"description\": \"Maluku\",\n        \"subtypes\": [\n            {\n                \"id\": \"9286\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9320\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9354\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9388\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12331\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11277\",\n        \"root\": \"IDN\",\n        \"description\": \"Maluku Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9287\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9321\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9355\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9389\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12332\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11335\",\n        \"root\": \"IDN\",\n        \"description\": \"Nusa Tenggara Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9288\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9322\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9356\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9390\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12389\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11336\",\n        \"root\": \"IDN\",\n        \"description\": \"Nusa Tenggara Timur\",\n        \"subtypes\": [\n            {\n                \"id\": \"9289\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9323\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9357\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9391\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12390\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11350\",\n        \"root\": \"IDN\",\n        \"description\": \"Papua\",\n        \"subtypes\": [\n            {\n                \"id\": \"9290\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9324\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9358\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9392\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12404\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11351\",\n        \"root\": \"IDN\",\n        \"description\": \"Papua Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9291\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9325\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9359\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9393\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12405\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11396\",\n        \"root\": \"IDN\",\n        \"description\": \"Riau\",\n        \"subtypes\": [\n            {\n                \"id\": \"9292\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9326\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9360\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9394\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12449\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11459\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9293\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9327\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9361\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9395\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12512\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11460\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Selatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9294\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9328\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9362\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9396\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12513\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11461\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Tengah\",\n        \"subtypes\": [\n            {\n                \"id\": \"9295\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9329\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9363\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9397\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12514\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11462\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Tenggara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9296\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9330\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9364\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9398\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12515\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11463\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9297\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9331\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9365\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9399\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12516\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11464\",\n        \"root\": \"IDN\",\n        \"description\": \"Sumatera Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9298\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9332\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9366\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9400\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12517\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11465\",\n        \"root\": \"IDN\",\n        \"description\": \"Sumatera Selatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9299\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9333\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9367\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9401\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12518\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11466\",\n        \"root\": \"IDN\",\n        \"description\": \"Sumatera Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9300\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9334\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9368\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9402\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12519\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11530\",\n        \"root\": \"IDN\",\n        \"description\": \"Yogyakarta\",\n        \"subtypes\": [\n            {\n                \"id\": \"9302\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9336\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9370\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9404\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12581\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11195\",\n        \"root\": \"IMN\",\n        \"description\": \"Isle of Man\",\n        \"subtypes\": [\n            {\n                \"id\": \"7602\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7599\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16073\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"7598\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12250\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"16301\",\n        \"root\": \"IND\",\n        \"description\": \"India\",\n        \"subtypes\": [\n            {\n                \"id\": \"19803\",\n                \"name\": \"Nationwide Court Criminal History Check\"\n            },\n            {\n                \"id\": \"19804\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"19799\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"19800\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"19798\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"19801\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"19905\",\n                \"name\": \"Criminal Record Discovery\"\n            },\n            {\n                \"id\": \"19802\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11064\",\n        \"root\": \"IOT\",\n        \"description\": \"British Indian Ocean Territory\",\n        \"subtypes\": [\n            {\n                \"id\": \"266\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"265\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12120\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11193\",\n        \"root\": \"IRL\",\n        \"description\": \"Ireland\",\n        \"subtypes\": [\n            {\n                \"id\": \"7596\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7597\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12248\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11191\",\n        \"root\": \"IRN\",\n        \"description\": \"Iran\",\n        \"subtypes\": [\n            {\n                \"id\": \"7593\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7592\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12246\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11192\",\n        \"root\": \"IRQ\",\n        \"description\": \"Iraq\",\n        \"subtypes\": [\n            {\n                \"id\": \"7595\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7594\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12247\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11189\",\n        \"root\": \"ISL\",\n        \"description\": \"Iceland\",\n        \"subtypes\": [\n            {\n                \"id\": \"1848\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1843\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1842\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1841\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12244\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11196\",\n        \"root\": \"ISR\",\n        \"description\": \"Israel\",\n        \"subtypes\": [\n            {\n                \"id\": \"7747\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7748\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12251\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11197\",\n        \"root\": \"ITA\",\n        \"description\": \"Italy\",\n        \"subtypes\": [\n            {\n                \"id\": \"7756\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7752\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7751\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7750\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12252\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11200\",\n        \"root\": \"JAM\",\n        \"description\": \"Jamaica\",\n        \"subtypes\": [\n            {\n                \"id\": \"7761\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7760\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"7759\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7758\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7757\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12255\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11207\",\n        \"root\": \"JEY\",\n        \"description\": \"Jersey\",\n        \"subtypes\": [\n            {\n                \"id\": \"7766\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7765\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16074\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"7764\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12262\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11210\",\n        \"root\": \"JOR\",\n        \"description\": \"Jordan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7770\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7769\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"7768\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7767\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12265\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11203\",\n        \"root\": \"JPN\",\n        \"description\": \"Japan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7762\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7763\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12258\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11227\",\n        \"root\": \"KAZ\",\n        \"description\": \"Kazakhstan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7772\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7771\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12282\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11228\",\n        \"root\": \"KEN\",\n        \"description\": \"Kenya\",\n        \"subtypes\": [\n            {\n                \"id\": \"7775\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"16054\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7774\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7773\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12283\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11242\",\n        \"root\": \"KGZ\",\n        \"description\": \"Kyrgyzstan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7785\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7784\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12297\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11039\",\n        \"root\": \"KHM\",\n        \"description\": \"Baat Dambang\",\n        \"subtypes\": [\n            {\n                \"id\": \"288\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"290\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"289\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12095\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11048\",\n        \"root\": \"KHM\",\n        \"description\": \"Banteay Mean Chey\",\n        \"subtypes\": [\n            {\n                \"id\": \"291\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"293\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"292\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12104\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11218\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Chaam\",\n        \"subtypes\": [\n            {\n                \"id\": \"294\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"296\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"295\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12273\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11219\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Chhnang\",\n        \"subtypes\": [\n            {\n                \"id\": \"297\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"299\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"298\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12274\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11220\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Spueu\",\n        \"subtypes\": [\n            {\n                \"id\": \"300\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"302\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"301\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12275\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11221\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Thum\",\n        \"subtypes\": [\n            {\n                \"id\": \"303\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"305\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"304\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12276\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11222\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampot\",\n        \"subtypes\": [\n            {\n                \"id\": \"306\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"308\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"307\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12277\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11224\",\n        \"root\": \"KHM\",\n        \"description\": \"Kandaal\",\n        \"subtypes\": [\n            {\n                \"id\": \"309\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"311\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"310\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12279\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11225\",\n        \"root\": \"KHM\",\n        \"description\": \"Kaoh Kong\",\n        \"subtypes\": [\n            {\n                \"id\": \"312\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"314\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"313\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12280\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11235\",\n        \"root\": \"KHM\",\n        \"description\": \"Kracheh\",\n        \"subtypes\": [\n            {\n                \"id\": \"315\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"317\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"316\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12290\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11236\",\n        \"root\": \"KHM\",\n        \"description\": \"Krong Kaeb\",\n        \"subtypes\": [\n            {\n                \"id\": \"276\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"278\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"277\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12291\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11237\",\n        \"root\": \"KHM\",\n        \"description\": \"Krong Pailin\",\n        \"subtypes\": [\n            {\n                \"id\": \"279\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"281\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"280\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12292\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11238\",\n        \"root\": \"KHM\",\n        \"description\": \"Krong Preah Sihanouk\",\n        \"subtypes\": [\n            {\n                \"id\": \"282\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"284\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"283\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12293\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11297\",\n        \"root\": \"KHM\",\n        \"description\": \"Mondol Kiri\",\n        \"subtypes\": [\n            {\n                \"id\": \"318\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"320\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"319\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12352\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12353\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11343\",\n        \"root\": \"KHM\",\n        \"description\": \"Otdar Mean Chey\",\n        \"subtypes\": [\n            {\n                \"id\": \"321\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"323\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"322\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12397\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11370\",\n        \"root\": \"KHM\",\n        \"description\": \"Phnom Penh\",\n        \"subtypes\": [\n            {\n                \"id\": \"285\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"287\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"286\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12424\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11379\",\n        \"root\": \"KHM\",\n        \"description\": \"Pousaat\",\n        \"subtypes\": [\n            {\n                \"id\": \"324\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"326\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"325\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12433\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11382\",\n        \"root\": \"KHM\",\n        \"description\": \"Preah Vihear\",\n        \"subtypes\": [\n            {\n                \"id\": \"327\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"329\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"328\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12436\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11383\",\n        \"root\": \"KHM\",\n        \"description\": \"Prey Veaeng\",\n        \"subtypes\": [\n            {\n                \"id\": \"330\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"332\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"331\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12437\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11406\",\n        \"root\": \"KHM\",\n        \"description\": \"Rotanak Kiri\",\n        \"subtypes\": [\n            {\n                \"id\": \"333\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"335\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"334\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12459\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11437\",\n        \"root\": \"KHM\",\n        \"description\": \"Siem Reab\",\n        \"subtypes\": [\n            {\n                \"id\": \"336\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"338\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"337\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12490\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11456\",\n        \"root\": \"KHM\",\n        \"description\": \"Stueng Traeng\",\n        \"subtypes\": [\n            {\n                \"id\": \"339\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"341\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"340\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12509\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11471\",\n        \"root\": \"KHM\",\n        \"description\": \"Svaay Rieng\",\n        \"subtypes\": [\n            {\n                \"id\": \"342\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"344\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"343\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12524\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11477\",\n        \"root\": \"KHM\",\n        \"description\": \"Taakaev\",\n        \"subtypes\": [\n            {\n                \"id\": \"345\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"347\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"346\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12530\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11232\",\n        \"root\": \"KIR\",\n        \"description\": \"Kiribati\",\n        \"subtypes\": [\n            {\n                \"id\": \"7777\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7776\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12287\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11412\",\n        \"root\": \"KNA\",\n        \"description\": \"Saint Kitts and Nevis\",\n        \"subtypes\": [\n            {\n                \"id\": \"8431\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15256\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8430\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12465\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11452\",\n        \"root\": \"KOR\",\n        \"description\": \"Korea, South\",\n        \"subtypes\": [\n            {\n                \"id\": \"8489\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8488\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8487\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12505\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11241\",\n        \"root\": \"KWT\",\n        \"description\": \"Kuwait\",\n        \"subtypes\": [\n            {\n                \"id\": \"7783\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7782\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12296\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11249\",\n        \"root\": \"LAO\",\n        \"description\": \"Laos\",\n        \"subtypes\": [\n            {\n                \"id\": \"7787\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7786\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12304\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11251\",\n        \"root\": \"LBN\",\n        \"description\": \"Lebanon\",\n        \"subtypes\": [\n            {\n                \"id\": \"7793\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7792\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7791\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12306\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11255\",\n        \"root\": \"LBR\",\n        \"description\": \"Liberia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7797\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7796\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12310\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11256\",\n        \"root\": \"LBY\",\n        \"description\": \"Libya\",\n        \"subtypes\": [\n            {\n                \"id\": \"7799\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7798\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12311\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11413\",\n        \"root\": \"LCA\",\n        \"description\": \"Saint Lucia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8434\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"16703\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8433\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8432\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12466\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11257\",\n        \"root\": \"LIE\",\n        \"description\": \"Liechtenstein\",\n        \"subtypes\": [\n            {\n                \"id\": \"7801\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7800\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12312\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11455\",\n        \"root\": \"LKA\",\n        \"description\": \"Sri Lanka\",\n        \"subtypes\": [\n            {\n                \"id\": \"8499\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8498\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8497\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8496\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12508\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11254\",\n        \"root\": \"LSO\",\n        \"description\": \"Lesotho\",\n        \"subtypes\": [\n            {\n                \"id\": \"7795\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7794\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12309\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11258\",\n        \"root\": \"LTU\",\n        \"description\": \"Lithuania\",\n        \"subtypes\": [\n            {\n                \"id\": \"7804\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7803\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7802\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12313\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11262\",\n        \"root\": \"LUX\",\n        \"description\": \"Luxembourg\",\n        \"subtypes\": [\n            {\n                \"id\": \"7807\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7806\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7805\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12317\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11250\",\n        \"root\": \"LVA\",\n        \"description\": \"Latvia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7790\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7789\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7788\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12305\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11263\",\n        \"root\": \"MAC\",\n        \"description\": \"Macau\",\n        \"subtypes\": [\n            {\n                \"id\": \"7809\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15282\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7808\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12318\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11414\",\n        \"root\": \"MAF\",\n        \"description\": \"Saint Martin\",\n        \"subtypes\": [\n            {\n                \"id\": \"8436\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15257\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8435\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12467\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11302\",\n        \"root\": \"MAR\",\n        \"description\": \"Morocco\",\n        \"subtypes\": [\n            {\n                \"id\": \"8189\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8188\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8187\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12357\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11296\",\n        \"root\": \"MCO\",\n        \"description\": \"Monaco\",\n        \"subtypes\": [\n            {\n                \"id\": \"8178\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8177\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8176\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8175\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12351\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11295\",\n        \"root\": \"MDA\",\n        \"description\": \"Moldova\",\n        \"subtypes\": [\n            {\n                \"id\": \"8174\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8173\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8172\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12350\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11265\",\n        \"root\": \"MDG\",\n        \"description\": \"Madagascar\",\n        \"subtypes\": [\n            {\n                \"id\": \"7815\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7814\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12320\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11273\",\n        \"root\": \"MDV\",\n        \"description\": \"Maldives\",\n        \"subtypes\": [\n            {\n                \"id\": \"7826\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7825\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7824\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12328\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12329\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11012\",\n        \"root\": \"MEX\",\n        \"description\": \"Aguascalientes\",\n        \"subtypes\": [\n            {\n                \"id\": \"7963\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7966\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7965\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7964\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7967\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12069\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11043\",\n        \"root\": \"MEX\",\n        \"description\": \"Baja California Norte\",\n        \"subtypes\": [\n            {\n                \"id\": \"7843\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7846\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7845\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7844\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7847\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12099\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11044\",\n        \"root\": \"MEX\",\n        \"description\": \"Baja California Sur\",\n        \"subtypes\": [\n            {\n                \"id\": \"7968\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7973\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7972\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7970\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7977\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12100\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11072\",\n        \"root\": \"MEX\",\n        \"description\": \"Campeche\",\n        \"subtypes\": [\n            {\n                \"id\": \"7848\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7851\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7850\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7849\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7852\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12128\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11088\",\n        \"root\": \"MEX\",\n        \"description\": \"Chiapas\",\n        \"subtypes\": [\n            {\n                \"id\": \"7978\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8100\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8093\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8066\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8101\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12144\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11089\",\n        \"root\": \"MEX\",\n        \"description\": \"Chihuahua\",\n        \"subtypes\": [\n            {\n                \"id\": \"7853\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7856\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7855\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7854\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7857\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12145\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"13189\",\n        \"root\": \"MEX\",\n        \"description\": \"Ciudad de Mexico\",\n        \"subtypes\": [\n            {\n                \"id\": \"12184\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11100\",\n        \"root\": \"MEX\",\n        \"description\": \"Coahuila\",\n        \"subtypes\": [\n            {\n                \"id\": \"7858\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7861\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7860\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7859\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7862\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12156\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11104\",\n        \"root\": \"MEX\",\n        \"description\": \"Colima\",\n        \"subtypes\": [\n            {\n                \"id\": \"8102\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8106\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8105\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8103\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8131\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12160\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11129\",\n        \"root\": \"MEX\",\n        \"description\": \"Distrito Federal\",\n        \"subtypes\": [\n            {\n                \"id\": \"7863\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7866\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7865\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7864\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7867\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11133\",\n        \"root\": \"MEX\",\n        \"description\": \"Durango\",\n        \"subtypes\": [\n            {\n                \"id\": \"8140\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8143\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8142\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8141\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8144\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12188\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11143\",\n        \"root\": \"MEX\",\n        \"description\": \"Estado de Mexico\",\n        \"subtypes\": [\n            {\n                \"id\": \"8145\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8148\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8147\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8146\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8149\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12198\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11172\",\n        \"root\": \"MEX\",\n        \"description\": \"Guanajuato\",\n        \"subtypes\": [\n            {\n                \"id\": \"7868\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7871\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7870\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7869\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7872\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12227\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11175\",\n        \"root\": \"MEX\",\n        \"description\": \"Guerrero\",\n        \"subtypes\": [\n            {\n                \"id\": \"7873\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7876\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7875\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7874\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7877\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12230\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12231\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11184\",\n        \"root\": \"MEX\",\n        \"description\": \"Hidalgo\",\n        \"subtypes\": [\n            {\n                \"id\": \"7878\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7881\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7880\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7879\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7882\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12239\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11199\",\n        \"root\": \"MEX\",\n        \"description\": \"Jalisco\",\n        \"subtypes\": [\n            {\n                \"id\": \"7883\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7886\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7885\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7884\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7887\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12254\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11291\",\n        \"root\": \"MEX\",\n        \"description\": \"Michoacan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7888\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7891\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7890\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7889\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7892\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12346\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11301\",\n        \"root\": \"MEX\",\n        \"description\": \"Morelos\",\n        \"subtypes\": [\n            {\n                \"id\": \"7893\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7896\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7895\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7894\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7897\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12356\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11317\",\n        \"root\": \"MEX\",\n        \"description\": \"Nayarit\",\n        \"subtypes\": [\n            {\n                \"id\": \"7898\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7901\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7900\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7899\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7902\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12372\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11334\",\n        \"root\": \"MEX\",\n        \"description\": \"Nuevo Leon\",\n        \"subtypes\": [\n            {\n                \"id\": \"7903\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7906\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7905\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7904\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7907\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12388\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11337\",\n        \"root\": \"MEX\",\n        \"description\": \"Oaxaca\",\n        \"subtypes\": [\n            {\n                \"id\": \"7908\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7911\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7910\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7909\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7912\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12391\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11385\",\n        \"root\": \"MEX\",\n        \"description\": \"Puebla\",\n        \"subtypes\": [\n            {\n                \"id\": \"7913\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7916\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7915\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7914\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7917\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12439\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11389\",\n        \"root\": \"MEX\",\n        \"description\": \"Queretaro\",\n        \"subtypes\": [\n            {\n                \"id\": \"8150\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8153\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8152\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8151\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8154\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12442\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11390\",\n        \"root\": \"MEX\",\n        \"description\": \"Quintana Roo\",\n        \"subtypes\": [\n            {\n                \"id\": \"7918\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7921\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7920\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7919\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7922\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12443\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11422\",\n        \"root\": \"MEX\",\n        \"description\": \"San Luis Potosi\",\n        \"subtypes\": [\n            {\n                \"id\": \"7923\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7926\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7925\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7924\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7927\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12475\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11440\",\n        \"root\": \"MEX\",\n        \"description\": \"Sinaloa\",\n        \"subtypes\": [\n            {\n                \"id\": \"7928\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7931\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7930\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7929\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7932\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12493\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11449\",\n        \"root\": \"MEX\",\n        \"description\": \"Sonora\",\n        \"subtypes\": [\n            {\n                \"id\": \"7933\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7936\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7935\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7934\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7937\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12502\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11478\",\n        \"root\": \"MEX\",\n        \"description\": \"Tabasco\",\n        \"subtypes\": [\n            {\n                \"id\": \"7938\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7941\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7940\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7939\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7942\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12531\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11482\",\n        \"root\": \"MEX\",\n        \"description\": \"Tamaulipas\",\n        \"subtypes\": [\n            {\n                \"id\": \"8155\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8158\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8157\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8156\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8168\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12535\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11488\",\n        \"root\": \"MEX\",\n        \"description\": \"Tlaxcala\",\n        \"subtypes\": [\n            {\n                \"id\": \"7943\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7946\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7945\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7944\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7947\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12541\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11519\",\n        \"root\": \"MEX\",\n        \"description\": \"Veracruz\",\n        \"subtypes\": [\n            {\n                \"id\": \"7948\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7951\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7950\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7949\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7952\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12571\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11532\",\n        \"root\": \"MEX\",\n        \"description\": \"Yucatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7953\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7956\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7955\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7954\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7957\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12583\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11533\",\n        \"root\": \"MEX\",\n        \"description\": \"Zacatecas\",\n        \"subtypes\": [\n            {\n                \"id\": \"7958\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7961\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7960\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7959\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7962\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12584\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11281\",\n        \"root\": \"MHL\",\n        \"description\": \"Marshall Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"7833\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7832\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12336\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11264\",\n        \"root\": \"MKD\",\n        \"description\": \"Macedonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7813\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7812\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7811\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7810\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12319\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14824\",\n        \"root\": \"MLI\",\n        \"description\": \"Bamako\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14825\",\n        \"root\": \"MLI\",\n        \"description\": \"Gao\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14826\",\n        \"root\": \"MLI\",\n        \"description\": \"Kayes\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14827\",\n        \"root\": \"MLI\",\n        \"description\": \"Kidal\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14828\",\n        \"root\": \"MLI\",\n        \"description\": \"Koulikoro\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11274\",\n        \"root\": \"MLI\",\n        \"description\": \"Mali\",\n        \"subtypes\": [\n            {\n                \"id\": \"7828\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7827\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14829\",\n        \"root\": \"MLI\",\n        \"description\": \"Mopti\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14830\",\n        \"root\": \"MLI\",\n        \"description\": \"Segou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14831\",\n        \"root\": \"MLI\",\n        \"description\": \"Sikasso\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14832\",\n        \"root\": \"MLI\",\n        \"description\": \"Tombouctou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11275\",\n        \"root\": \"MLT\",\n        \"description\": \"Malta\",\n        \"subtypes\": [\n            {\n                \"id\": \"7831\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7830\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7829\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12330\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11305\",\n        \"root\": \"MMR\",\n        \"description\": \"Myanmar\",\n        \"subtypes\": [\n            {\n                \"id\": \"8193\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8192\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12360\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11299\",\n        \"root\": \"MNE\",\n        \"description\": \"Montenegro\",\n        \"subtypes\": [\n            {\n                \"id\": \"8184\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8183\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8182\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12354\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14833\",\n        \"root\": \"MNG\",\n        \"description\": \"Arhangay\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14834\",\n        \"root\": \"MNG\",\n        \"description\": \"Bayan-Olgiy\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14835\",\n        \"root\": \"MNG\",\n        \"description\": \"Bayanhongor\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14836\",\n        \"root\": \"MNG\",\n        \"description\": \"Bulgan\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14837\",\n        \"root\": \"MNG\",\n        \"description\": \"Darhan uul\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14838\",\n        \"root\": \"MNG\",\n        \"description\": \"Dornod\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14839\",\n        \"root\": \"MNG\",\n        \"description\": \"Dornogovi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14840\",\n        \"root\": \"MNG\",\n        \"description\": \"Dundgovi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14841\",\n        \"root\": \"MNG\",\n        \"description\": \"Dzavhan\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14842\",\n        \"root\": \"MNG\",\n        \"description\": \"Govi-Altay\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14843\",\n        \"root\": \"MNG\",\n        \"description\": \"Govi-Sumber\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14844\",\n        \"root\": \"MNG\",\n        \"description\": \"Hentiy\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14845\",\n        \"root\": \"MNG\",\n        \"description\": \"Hovd\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14846\",\n        \"root\": \"MNG\",\n        \"description\": \"Hovsgol\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11298\",\n        \"root\": \"MNG\",\n        \"description\": \"Mongolia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8181\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8180\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8179\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14847\",\n        \"root\": \"MNG\",\n        \"description\": \"Omnogovi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14848\",\n        \"root\": \"MNG\",\n        \"description\": \"Orhon\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14849\",\n        \"root\": \"MNG\",\n        \"description\": \"Ovorhangay\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14850\",\n        \"root\": \"MNG\",\n        \"description\": \"Selenge\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14851\",\n        \"root\": \"MNG\",\n        \"description\": \"Suhbaatar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14852\",\n        \"root\": \"MNG\",\n        \"description\": \"Tov\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14853\",\n        \"root\": \"MNG\",\n        \"description\": \"Ulaanbaatar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14854\",\n        \"root\": \"MNG\",\n        \"description\": \"Uvs\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11331\",\n        \"root\": \"MNP\",\n        \"description\": \"Northern Mariana Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"19831\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11303\",\n        \"root\": \"MOZ\",\n        \"description\": \"Mozambique\",\n        \"subtypes\": [\n            {\n                \"id\": \"8191\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8190\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12358\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11287\",\n        \"root\": \"MRT\",\n        \"description\": \"Mauritania\",\n        \"subtypes\": [\n            {\n                \"id\": \"7837\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7836\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12342\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11300\",\n        \"root\": \"MSR\",\n        \"description\": \"Montserrat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8186\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8185\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12355\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11282\",\n        \"root\": \"MTQ\",\n        \"description\": \"Martinique\",\n        \"subtypes\": [\n            {\n                \"id\": \"7835\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15254\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7834\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12337\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11288\",\n        \"root\": \"MUS\",\n        \"description\": \"Mauritius\",\n        \"subtypes\": [\n            {\n                \"id\": \"7840\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7839\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7838\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12343\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11271\",\n        \"root\": \"MWI\",\n        \"description\": \"Malawi\",\n        \"subtypes\": [\n            {\n                \"id\": \"7818\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7817\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7816\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12326\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11272\",\n        \"root\": \"MYS\",\n        \"description\": \"Malaysia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7823\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7822\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"15228\",\n                \"name\": \"Anti-Corruption (MACC)\"\n            },\n            {\n                \"id\": \"7821\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7820\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7819\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12327\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11289\",\n        \"root\": \"MYT\",\n        \"description\": \"Mayotte\",\n        \"subtypes\": [\n            {\n                \"id\": \"7842\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7841\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12344\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11313\",\n        \"root\": \"NAM\",\n        \"description\": \"Namibia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8197\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8196\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8195\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8194\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12368\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11320\",\n        \"root\": \"NCL\",\n        \"description\": \"New Caledonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8209\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8208\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12375\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11323\",\n        \"root\": \"NER\",\n        \"description\": \"Niger\",\n        \"subtypes\": [\n            {\n                \"id\": \"8277\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8276\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12378\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11329\",\n        \"root\": \"NFK\",\n        \"description\": \"Norfolk Island\",\n        \"subtypes\": [\n            {\n                \"id\": \"8286\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8285\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12384\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11324\",\n        \"root\": \"NGA\",\n        \"description\": \"Nigeria\",\n        \"subtypes\": [\n            {\n                \"id\": \"8280\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8281\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8282\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8279\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8278\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12379\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11033\",\n        \"root\": \"NIC\",\n        \"description\": \"Atlantico Norte\",\n        \"subtypes\": [\n            {\n                \"id\": \"8262\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8264\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8263\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12089\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11034\",\n        \"root\": \"NIC\",\n        \"description\": \"Atlantico Sur\",\n        \"subtypes\": [\n            {\n                \"id\": \"8265\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8275\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8266\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12090\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11059\",\n        \"root\": \"NIC\",\n        \"description\": \"Boaco\",\n        \"subtypes\": [\n            {\n                \"id\": \"8214\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8216\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8215\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12115\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11075\",\n        \"root\": \"NIC\",\n        \"description\": \"Carazo\",\n        \"subtypes\": [\n            {\n                \"id\": \"8217\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8219\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8218\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12131\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11092\",\n        \"root\": \"NIC\",\n        \"description\": \"Chinandega\",\n        \"subtypes\": [\n            {\n                \"id\": \"8220\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8222\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8221\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12148\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11096\",\n        \"root\": \"NIC\",\n        \"description\": \"Chontales\",\n        \"subtypes\": [\n            {\n                \"id\": \"8223\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8225\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8224\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12152\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11144\",\n        \"root\": \"NIC\",\n        \"description\": \"Esteli\",\n        \"subtypes\": [\n            {\n                \"id\": \"8226\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8228\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8227\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12199\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11166\",\n        \"root\": \"NIC\",\n        \"description\": \"Granada\",\n        \"subtypes\": [\n            {\n                \"id\": \"8229\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8231\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8230\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12222\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11209\",\n        \"root\": \"NIC\",\n        \"description\": \"Jinotega\",\n        \"subtypes\": [\n            {\n                \"id\": \"8232\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8235\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8233\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12264\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11253\",\n        \"root\": \"NIC\",\n        \"description\": \"Leon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8237\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8239\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8238\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12308\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11267\",\n        \"root\": \"NIC\",\n        \"description\": \"Madriz\",\n        \"subtypes\": [\n            {\n                \"id\": \"8240\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8242\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8241\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12322\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11278\",\n        \"root\": \"NIC\",\n        \"description\": \"Managua\",\n        \"subtypes\": [\n            {\n                \"id\": \"8243\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8245\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8244\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12333\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11283\",\n        \"root\": \"NIC\",\n        \"description\": \"Masaya\",\n        \"subtypes\": [\n            {\n                \"id\": \"8246\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8248\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8247\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12338\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11284\",\n        \"root\": \"NIC\",\n        \"description\": \"Matagalpa\",\n        \"subtypes\": [\n            {\n                \"id\": \"8249\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8252\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8251\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12339\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11333\",\n        \"root\": \"NIC\",\n        \"description\": \"Nueva Segovia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8253\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8255\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8254\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12387\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11400\",\n        \"root\": \"NIC\",\n        \"description\": \"Rio San Juan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8256\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8258\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8257\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12453\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11401\",\n        \"root\": \"NIC\",\n        \"description\": \"Rivas\",\n        \"subtypes\": [\n            {\n                \"id\": \"8259\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8261\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8260\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12454\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11325\",\n        \"root\": \"NIU\",\n        \"description\": \"Niue\",\n        \"subtypes\": [\n            {\n                \"id\": \"8284\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8283\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12380\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11319\",\n        \"root\": \"NLD\",\n        \"description\": \"Netherlands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8207\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8206\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8205\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8204\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12374\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11332\",\n        \"root\": \"NOR\",\n        \"description\": \"Norway\",\n        \"subtypes\": [\n            {\n                \"id\": \"8294\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8293\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8292\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12386\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11318\",\n        \"root\": \"NPL\",\n        \"description\": \"Nepal\",\n        \"subtypes\": [\n            {\n                \"id\": \"8203\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8202\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8201\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8200\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12373\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11316\",\n        \"root\": \"NRU\",\n        \"description\": \"Nauru\",\n        \"subtypes\": [\n            {\n                \"id\": \"8199\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8198\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12371\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11321\",\n        \"root\": \"NZL\",\n        \"description\": \"New Zealand\",\n        \"subtypes\": [\n            {\n                \"id\": \"8212\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8213\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8211\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8210\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16304\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12376\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11341\",\n        \"root\": \"OMN\",\n        \"description\": \"Oman\",\n        \"subtypes\": [\n            {\n                \"id\": \"8298\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8297\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8296\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8295\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12395\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11344\",\n        \"root\": \"PAK\",\n        \"description\": \"Pakistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8301\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8300\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8299\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12398\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11060\",\n        \"root\": \"PAN\",\n        \"description\": \"Bocas del Toro\",\n        \"subtypes\": [\n            {\n                \"id\": \"8307\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8309\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8310\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8308\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11093\",\n        \"root\": \"PAN\",\n        \"description\": \"Chiriqui\",\n        \"subtypes\": [\n            {\n                \"id\": \"8311\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8313\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8314\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8312\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11102\",\n        \"root\": \"PAN\",\n        \"description\": \"Cocle\",\n        \"subtypes\": [\n            {\n                \"id\": \"8315\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8317\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8318\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8316\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11107\",\n        \"root\": \"PAN\",\n        \"description\": \"Colon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8319\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8321\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8322\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8320\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11108\",\n        \"root\": \"PAN\",\n        \"description\": \"Comarca de San Blas\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11125\",\n        \"root\": \"PAN\",\n        \"description\": \"Darien\",\n        \"subtypes\": [\n            {\n                \"id\": \"8323\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8325\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8326\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8324\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11139\",\n        \"root\": \"PAN\",\n        \"description\": \"Embera\",\n        \"subtypes\": [\n            {\n                \"id\": \"8381\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8383\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8384\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8382\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11183\",\n        \"root\": \"PAN\",\n        \"description\": \"Herrera\",\n        \"subtypes\": [\n            {\n                \"id\": \"8327\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8329\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8330\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8328\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11240\",\n        \"root\": \"PAN\",\n        \"description\": \"Kuna Yala\",\n        \"subtypes\": [\n            {\n                \"id\": \"8385\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8387\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8388\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8386\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11261\",\n        \"root\": \"PAN\",\n        \"description\": \"Los Santos\",\n        \"subtypes\": [\n            {\n                \"id\": \"8331\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8337\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8347\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8332\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11322\",\n        \"root\": \"PAN\",\n        \"description\": \"Ngobe-Bugle\",\n        \"subtypes\": [\n            {\n                \"id\": \"8389\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8391\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8392\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8390\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11347\",\n        \"root\": \"PAN\",\n        \"description\": \"Panama\",\n        \"subtypes\": [\n            {\n                \"id\": \"8350\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8352\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8353\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8351\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12401\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11348\",\n        \"root\": \"PAN\",\n        \"description\": \"Panama Oeste\",\n        \"subtypes\": [\n            {\n                \"id\": \"8360\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8379\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8380\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8377\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11520\",\n        \"root\": \"PAN\",\n        \"description\": \"Veraguas\",\n        \"subtypes\": [\n            {\n                \"id\": \"8354\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8356\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8357\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8355\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11375\",\n        \"root\": \"PCN\",\n        \"description\": \"Pitcairn Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8405\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8404\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12429\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11360\",\n        \"root\": \"PER\",\n        \"description\": \"Peru\",\n        \"subtypes\": [\n            {\n                \"id\": \"8400\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8399\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8398\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12414\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11368\",\n        \"root\": \"PHL\",\n        \"description\": \"Philippines\",\n        \"subtypes\": [\n            {\n                \"id\": \"8403\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8402\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8401\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12422\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11345\",\n        \"root\": \"PLW\",\n        \"description\": \"Palau\",\n        \"subtypes\": [\n            {\n                \"id\": \"8304\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"16090\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8303\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8302\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12399\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11352\",\n        \"root\": \"PNG\",\n        \"description\": \"Papua New Guinea\",\n        \"subtypes\": [\n            {\n                \"id\": \"8394\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15306\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8393\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12406\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11376\",\n        \"root\": \"POL\",\n        \"description\": \"Poland\",\n        \"subtypes\": [\n            {\n                \"id\": \"8409\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8408\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8407\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8406\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16043\",\n                \"name\": \"Sex Offender Registry\"\n            },\n            {\n                \"id\": \"12430\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11386\",\n        \"root\": \"PRI\",\n        \"description\": \"Puerto Rico\",\n        \"subtypes\": [\n            {\n                \"id\": \"19827\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11330\",\n        \"root\": \"PRK\",\n        \"description\": \"Korea, North\",\n        \"subtypes\": [\n            {\n                \"id\": \"8291\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8290\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12385\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11377\",\n        \"root\": \"PRT\",\n        \"description\": \"Portugal\",\n        \"subtypes\": [\n            {\n                \"id\": \"8410\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"8411\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8412\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"12431\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11354\",\n        \"root\": \"PRY\",\n        \"description\": \"Paraguay\",\n        \"subtypes\": [\n            {\n                \"id\": \"8397\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8396\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8395\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12408\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11346\",\n        \"root\": \"PSE\",\n        \"description\": \"Palestine\",\n        \"subtypes\": [\n            {\n                \"id\": \"8306\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8305\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12400\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11154\",\n        \"root\": \"PYF\",\n        \"description\": \"French Polynesia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1653\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1649\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12209\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11388\",\n        \"root\": \"QAT\",\n        \"description\": \"Qatar\",\n        \"subtypes\": [\n            {\n                \"id\": \"8415\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8414\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8413\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12441\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11395\",\n        \"root\": \"REU\",\n        \"description\": \"Reunion\",\n        \"subtypes\": [\n            {\n                \"id\": \"8417\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8416\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12448\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11403\",\n        \"root\": \"ROM\",\n        \"description\": \"Romania\",\n        \"subtypes\": [\n            {\n                \"id\": \"8420\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8419\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8418\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12456\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11407\",\n        \"root\": \"RUS\",\n        \"description\": \"Russia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8423\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"15203\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8422\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8421\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12460\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11408\",\n        \"root\": \"RWA\",\n        \"description\": \"Rwanda\",\n        \"subtypes\": [\n            {\n                \"id\": \"8425\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8424\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12461\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11431\",\n        \"root\": \"SAU\",\n        \"description\": \"Saudi Arabia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8454\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8453\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8452\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8451\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12484\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11457\",\n        \"root\": \"SDN\",\n        \"description\": \"Sudan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8501\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8500\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12510\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11432\",\n        \"root\": \"SEN\",\n        \"description\": \"Senegal\",\n        \"subtypes\": [\n            {\n                \"id\": \"8456\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8455\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12485\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11442\",\n        \"root\": \"SGP\",\n        \"description\": \"Singapore\",\n        \"subtypes\": [\n            {\n                \"id\": \"8465\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8466\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"17264\",\n                \"name\": \"Singapore Reported Criminal Activity \"\n            },\n            {\n                \"id\": \"12495\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11451\",\n        \"root\": \"SGS\",\n        \"description\": \"South Georgia and South Sandwich Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8486\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8485\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12504\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11411\",\n        \"root\": \"SHN\",\n        \"description\": \"Saint Helena\",\n        \"subtypes\": [\n            {\n                \"id\": \"8429\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8428\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12464\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11472\",\n        \"root\": \"SJM\",\n        \"description\": \"Svalbard and Jan Mayen\",\n        \"subtypes\": [\n            {\n                \"id\": \"8506\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8505\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12525\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11446\",\n        \"root\": \"SLB\",\n        \"description\": \"Solomon Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8477\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8476\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12499\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11438\",\n        \"root\": \"SLE\",\n        \"description\": \"Sierra Leone\",\n        \"subtypes\": [\n            {\n                \"id\": \"8464\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8463\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12491\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11138\",\n        \"root\": \"SLV\",\n        \"description\": \"El Salvador\",\n        \"subtypes\": [\n            {\n                \"id\": \"1571\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1567\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1564\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12193\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11423\",\n        \"root\": \"SMR\",\n        \"description\": \"San Marino\",\n        \"subtypes\": [\n            {\n                \"id\": \"8448\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8447\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12476\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11447\",\n        \"root\": \"SOM\",\n        \"description\": \"Somalia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8479\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8478\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12500\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11415\",\n        \"root\": \"SPM\",\n        \"description\": \"Saint Pierre and Miquelon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8438\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8437\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12468\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11433\",\n        \"root\": \"SRB\",\n        \"description\": \"Serbia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8460\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8459\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8458\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8457\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12486\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11453\",\n        \"root\": \"SSD\",\n        \"description\": \"South Sudan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8491\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8490\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12506\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11428\",\n        \"root\": \"STP\",\n        \"description\": \"Sao Tome and Principe\",\n        \"subtypes\": [\n            {\n                \"id\": \"8450\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8449\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12481\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11470\",\n        \"root\": \"SUR\",\n        \"description\": \"Suriname\",\n        \"subtypes\": [\n            {\n                \"id\": \"8504\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8503\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8502\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12523\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11444\",\n        \"root\": \"SVK\",\n        \"description\": \"Slovakia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8472\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8471\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8470\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12497\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11445\",\n        \"root\": \"SVN\",\n        \"description\": \"Slovenia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8475\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8474\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8473\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12498\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11474\",\n        \"root\": \"SWE\",\n        \"description\": \"Sweden\",\n        \"subtypes\": [\n            {\n                \"id\": \"8512\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8511\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8510\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8509\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12527\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11473\",\n        \"root\": \"SWZ\",\n        \"description\": \"Swaziland\",\n        \"subtypes\": [\n            {\n                \"id\": \"8508\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8507\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12526\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11443\",\n        \"root\": \"SXM\",\n        \"description\": \"Sint Maarten\",\n        \"subtypes\": [\n            {\n                \"id\": \"8469\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8468\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8467\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12496\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11435\",\n        \"root\": \"SYC\",\n        \"description\": \"Seychelles\",\n        \"subtypes\": [\n            {\n                \"id\": \"8462\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8461\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12488\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11476\",\n        \"root\": \"SYR\",\n        \"description\": \"Syria\",\n        \"subtypes\": [\n            {\n                \"id\": \"8518\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8517\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12529\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11500\",\n        \"root\": \"TCA\",\n        \"description\": \"Turks and Caicos Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"9161\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9160\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9159\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12553\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11080\",\n        \"root\": \"TCD\",\n        \"description\": \"Chad\",\n        \"subtypes\": [\n            {\n                \"id\": \"418\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"417\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12136\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11490\",\n        \"root\": \"TGO\",\n        \"description\": \"Togo\",\n        \"subtypes\": [\n            {\n                \"id\": \"9143\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"9142\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9141\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12543\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11019\",\n        \"root\": \"THA\",\n        \"description\": \"Amnat Charoen\",\n        \"subtypes\": [\n            {\n                \"id\": \"8683\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8830\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8605\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8527\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12075\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11023\",\n        \"root\": \"THA\",\n        \"description\": \"Ang Thong\",\n        \"subtypes\": [\n            {\n                \"id\": \"8684\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8831\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8606\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8528\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12079\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11066\",\n        \"root\": \"THA\",\n        \"description\": \"Bueng Kan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8685\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8832\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8607\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8529\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12122\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11068\",\n        \"root\": \"THA\",\n        \"description\": \"Buri Ram\",\n        \"subtypes\": [\n            {\n                \"id\": \"8686\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8833\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8608\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8530\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12124\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11079\",\n        \"root\": \"THA\",\n        \"description\": \"Chachoengsao\",\n        \"subtypes\": [\n            {\n                \"id\": \"8687\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8834\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8609\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8531\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12135\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11081\",\n        \"root\": \"THA\",\n        \"description\": \"Chai Nat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8688\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8835\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8610\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8532\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12137\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11082\",\n        \"root\": \"THA\",\n        \"description\": \"Chaiyaphum\",\n        \"subtypes\": [\n            {\n                \"id\": \"8689\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8836\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8611\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8533\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12138\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11084\",\n        \"root\": \"THA\",\n        \"description\": \"Chanthaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8690\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8839\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8612\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8534\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12140\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11086\",\n        \"root\": \"THA\",\n        \"description\": \"Chiang Mai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8691\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8840\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8613\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8535\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12142\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11087\",\n        \"root\": \"THA\",\n        \"description\": \"Chiang Rai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8692\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8841\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8614\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8536\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12143\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11095\",\n        \"root\": \"THA\",\n        \"description\": \"Chon Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8693\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8843\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8615\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8537\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12151\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11098\",\n        \"root\": \"THA\",\n        \"description\": \"Chumphon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8694\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8847\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8616\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8538\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12154\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11211\",\n        \"root\": \"THA\",\n        \"description\": \"Kalasin\",\n        \"subtypes\": [\n            {\n                \"id\": \"8698\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8848\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8617\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8539\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12266\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11217\",\n        \"root\": \"THA\",\n        \"description\": \"Kamphaeng Phet\",\n        \"subtypes\": [\n            {\n                \"id\": \"8699\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8849\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8618\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8540\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12272\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11223\",\n        \"root\": \"THA\",\n        \"description\": \"Kanchanaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8700\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8850\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8619\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8541\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12278\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11231\",\n        \"root\": \"THA\",\n        \"description\": \"Khon Kaen\",\n        \"subtypes\": [\n            {\n                \"id\": \"8701\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8851\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8620\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8542\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12286\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11234\",\n        \"root\": \"THA\",\n        \"description\": \"Krabi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8702\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8852\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8621\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8543\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12289\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11239\",\n        \"root\": \"THA\",\n        \"description\": \"Krung Thep Maha Nakhon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8703\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8853\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8622\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8544\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12294\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11246\",\n        \"root\": \"THA\",\n        \"description\": \"Lampang\",\n        \"subtypes\": [\n            {\n                \"id\": \"8704\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8854\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8623\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8545\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12301\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11247\",\n        \"root\": \"THA\",\n        \"description\": \"Lamphun\",\n        \"subtypes\": [\n            {\n                \"id\": \"8705\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8855\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8624\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8546\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12302\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11259\",\n        \"root\": \"THA\",\n        \"description\": \"Loei\",\n        \"subtypes\": [\n            {\n                \"id\": \"8706\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8856\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8625\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8547\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12314\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11260\",\n        \"root\": \"THA\",\n        \"description\": \"Lop Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8707\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8857\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8626\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8548\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12315\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11268\",\n        \"root\": \"THA\",\n        \"description\": \"Mae Hong Son\",\n        \"subtypes\": [\n            {\n                \"id\": \"8708\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8858\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8627\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8549\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12323\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11269\",\n        \"root\": \"THA\",\n        \"description\": \"Maha Sarakham\",\n        \"subtypes\": [\n            {\n                \"id\": \"8709\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8859\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8628\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8550\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12324\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11304\",\n        \"root\": \"THA\",\n        \"description\": \"Mukdahan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8710\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8860\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8629\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8551\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12359\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11307\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Nayok\",\n        \"subtypes\": [\n            {\n                \"id\": \"8711\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8861\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8630\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8552\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12362\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11308\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Pathom\",\n        \"subtypes\": [\n            {\n                \"id\": \"8712\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8862\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8631\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8553\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12363\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11309\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Phanom\",\n        \"subtypes\": [\n            {\n                \"id\": \"8713\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8863\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8632\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8554\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12364\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11310\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Ratchasima\",\n        \"subtypes\": [\n            {\n                \"id\": \"8714\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8864\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8633\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8555\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12365\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11311\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Sawan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8715\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8865\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8634\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8556\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12366\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11312\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Si Thammarat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8716\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8866\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8635\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8557\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12367\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11314\",\n        \"root\": \"THA\",\n        \"description\": \"Nan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8717\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8867\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8636\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8558\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12369\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11315\",\n        \"root\": \"THA\",\n        \"description\": \"Narathiwat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8721\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8868\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8637\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8559\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12370\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11326\",\n        \"root\": \"THA\",\n        \"description\": \"Nong Bua Lam Phu\",\n        \"subtypes\": [\n            {\n                \"id\": \"8722\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8869\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8638\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8560\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12381\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11327\",\n        \"root\": \"THA\",\n        \"description\": \"Nong Khai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8723\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8870\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8639\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8561\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12382\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11328\",\n        \"root\": \"THA\",\n        \"description\": \"Nonthaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8724\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8871\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8640\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8562\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12383\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11357\",\n        \"root\": \"THA\",\n        \"description\": \"Pathum Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8726\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8872\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8641\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8563\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12411\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11358\",\n        \"root\": \"THA\",\n        \"description\": \"Pattani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8727\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8873\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8642\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8564\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12412\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11361\",\n        \"root\": \"THA\",\n        \"description\": \"Phangnga\",\n        \"subtypes\": [\n            {\n                \"id\": \"8728\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8874\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8643\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8565\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12415\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11362\",\n        \"root\": \"THA\",\n        \"description\": \"Phatthalung\",\n        \"subtypes\": [\n            {\n                \"id\": \"8729\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8875\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8644\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8566\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12416\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11363\",\n        \"root\": \"THA\",\n        \"description\": \"Phatthaya\",\n        \"subtypes\": [\n            {\n                \"id\": \"8733\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8876\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8645\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8567\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12417\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11364\",\n        \"root\": \"THA\",\n        \"description\": \"Phayao\",\n        \"subtypes\": [\n            {\n                \"id\": \"8734\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8877\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8646\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8568\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12418\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11365\",\n        \"root\": \"THA\",\n        \"description\": \"Phetchabun\",\n        \"subtypes\": [\n            {\n                \"id\": \"8735\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8878\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8647\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8569\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12419\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11366\",\n        \"root\": \"THA\",\n        \"description\": \"Phetchaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8736\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8879\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8648\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8570\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12420\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11367\",\n        \"root\": \"THA\",\n        \"description\": \"Phichit\",\n        \"subtypes\": [\n            {\n                \"id\": \"8741\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8880\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8649\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8571\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12421\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11369\",\n        \"root\": \"THA\",\n        \"description\": \"Phitsanulok\",\n        \"subtypes\": [\n            {\n                \"id\": \"8742\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8881\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8650\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8572\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12423\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11371\",\n        \"root\": \"THA\",\n        \"description\": \"Phra Nakhon Si Ayutthaya\",\n        \"subtypes\": [\n            {\n                \"id\": \"8744\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8883\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8652\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8574\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12425\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11372\",\n        \"root\": \"THA\",\n        \"description\": \"Phrae\",\n        \"subtypes\": [\n            {\n                \"id\": \"8743\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8882\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8651\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8573\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12426\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11373\",\n        \"root\": \"THA\",\n        \"description\": \"Phuket\",\n        \"subtypes\": [\n            {\n                \"id\": \"8753\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8884\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8653\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8575\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12427\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11380\",\n        \"root\": \"THA\",\n        \"description\": \"Prachin Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8754\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8885\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8654\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8576\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12434\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11381\",\n        \"root\": \"THA\",\n        \"description\": \"Prachuap Khiri Khan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8755\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8887\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8655\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8577\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12435\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11392\",\n        \"root\": \"THA\",\n        \"description\": \"Ranong\",\n        \"subtypes\": [\n            {\n                \"id\": \"8756\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8888\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8656\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8578\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12445\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11393\",\n        \"root\": \"THA\",\n        \"description\": \"Ratchaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8762\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8902\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8657\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8579\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12446\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11394\",\n        \"root\": \"THA\",\n        \"description\": \"Rayong\",\n        \"subtypes\": [\n            {\n                \"id\": \"8763\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8905\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8658\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8580\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12447\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11402\",\n        \"root\": \"THA\",\n        \"description\": \"Roi Et\",\n        \"subtypes\": [\n            {\n                \"id\": \"8764\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8906\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8659\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8581\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12455\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11409\",\n        \"root\": \"THA\",\n        \"description\": \"Sa Kaeo\",\n        \"subtypes\": [\n            {\n                \"id\": \"8765\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8908\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8660\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8582\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12462\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11417\",\n        \"root\": \"THA\",\n        \"description\": \"Sakon Nakhon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8768\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8910\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8661\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8583\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12470\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11419\",\n        \"root\": \"THA\",\n        \"description\": \"Samut Prakan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8769\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8913\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8662\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8584\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12472\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11420\",\n        \"root\": \"THA\",\n        \"description\": \"Samut Sakhon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8770\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9119\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8663\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8585\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12473\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11421\",\n        \"root\": \"THA\",\n        \"description\": \"Samut Songkhram\",\n        \"subtypes\": [\n            {\n                \"id\": \"8771\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9120\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8664\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8586\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12474\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11429\",\n        \"root\": \"THA\",\n        \"description\": \"Saraburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8773\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9121\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8665\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8587\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12482\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11430\",\n        \"root\": \"THA\",\n        \"description\": \"Satun\",\n        \"subtypes\": [\n            {\n                \"id\": \"8776\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9122\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8666\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8588\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12483\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11436\",\n        \"root\": \"THA\",\n        \"description\": \"Si Sa Ket\",\n        \"subtypes\": [\n            {\n                \"id\": \"8789\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9124\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8668\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8590\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12489\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11441\",\n        \"root\": \"THA\",\n        \"description\": \"Sing Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8786\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9123\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8667\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8589\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12494\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11448\",\n        \"root\": \"THA\",\n        \"description\": \"Songkhla\",\n        \"subtypes\": [\n            {\n                \"id\": \"8797\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9125\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8669\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8591\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12501\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11458\",\n        \"root\": \"THA\",\n        \"description\": \"Sukhothai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8803\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9126\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8670\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8592\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12511\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11467\",\n        \"root\": \"THA\",\n        \"description\": \"Suphan Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8804\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9127\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8671\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8593\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12520\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11468\",\n        \"root\": \"THA\",\n        \"description\": \"Surat Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8806\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9128\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8672\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8594\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12521\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11469\",\n        \"root\": \"THA\",\n        \"description\": \"Surin\",\n        \"subtypes\": [\n            {\n                \"id\": \"8813\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9129\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8673\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8595\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12522\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11481\",\n        \"root\": \"THA\",\n        \"description\": \"Tak\",\n        \"subtypes\": [\n            {\n                \"id\": \"8814\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9130\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8674\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8596\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12534\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11493\",\n        \"root\": \"THA\",\n        \"description\": \"Trang\",\n        \"subtypes\": [\n            {\n                \"id\": \"8815\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9131\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8675\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8597\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12546\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11494\",\n        \"root\": \"THA\",\n        \"description\": \"Trat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8821\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9132\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8676\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8598\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12547\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11502\",\n        \"root\": \"THA\",\n        \"description\": \"Ubon Ratchathani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8824\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9133\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8677\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8599\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12555\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11503\",\n        \"root\": \"THA\",\n        \"description\": \"Udon Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8825\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9134\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8678\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8600\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12556\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11511\",\n        \"root\": \"THA\",\n        \"description\": \"Uthai Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8826\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9135\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8679\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8601\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12563\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11513\",\n        \"root\": \"THA\",\n        \"description\": \"Uttaradit\",\n        \"subtypes\": [\n            {\n                \"id\": \"8827\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9136\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8680\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8602\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12565\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11527\",\n        \"root\": \"THA\",\n        \"description\": \"Yala\",\n        \"subtypes\": [\n            {\n                \"id\": \"8828\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9137\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8681\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8603\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12578\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11528\",\n        \"root\": \"THA\",\n        \"description\": \"Yasothon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8829\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9138\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8682\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8604\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12579\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11480\",\n        \"root\": \"TJK\",\n        \"description\": \"Tajikistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8524\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8523\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12533\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11491\",\n        \"root\": \"TKL\",\n        \"description\": \"Tokelau\",\n        \"subtypes\": [\n            {\n                \"id\": \"9145\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9144\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12544\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11499\",\n        \"root\": \"TKM\",\n        \"description\": \"Turkmenistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9158\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9157\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12552\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11487\",\n        \"root\": \"TLS\",\n        \"description\": \"Timor Leste\",\n        \"subtypes\": [\n            {\n                \"id\": \"9140\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9139\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12540\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11492\",\n        \"root\": \"TON\",\n        \"description\": \"Tonga\",\n        \"subtypes\": [\n            {\n                \"id\": \"9147\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9146\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12545\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11495\",\n        \"root\": \"TTO\",\n        \"description\": \"Trinidad and Tobago\",\n        \"subtypes\": [\n            {\n                \"id\": \"9151\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9150\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9149\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9148\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12548\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11497\",\n        \"root\": \"TUN\",\n        \"description\": \"Tunisia\",\n        \"subtypes\": [\n            {\n                \"id\": \"9153\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9152\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12550\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11498\",\n        \"root\": \"TUR\",\n        \"description\": \"Turkey\",\n        \"subtypes\": [\n            {\n                \"id\": \"9156\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"9155\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9154\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12551\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11501\",\n        \"root\": \"TUV\",\n        \"description\": \"Tuvalu\",\n        \"subtypes\": [\n            {\n                \"id\": \"9163\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9162\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12554\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11479\",\n        \"root\": \"TWN\",\n        \"description\": \"Taiwan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8522\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8521\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8520\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8519\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16229\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12532\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11484\",\n        \"root\": \"TZA\",\n        \"description\": \"Tanzania\",\n        \"subtypes\": [\n            {\n                \"id\": \"8526\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8525\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12537\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11504\",\n        \"root\": \"UGA\",\n        \"description\": \"Uganda\",\n        \"subtypes\": [\n            {\n                \"id\": \"9166\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9165\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9164\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12557\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11505\",\n        \"root\": \"UKR\",\n        \"description\": \"Ukraine\",\n        \"subtypes\": [\n            {\n                \"id\": \"9169\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"9168\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9167\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"19406\",\n                \"name\": \"Greta's Subtype\"\n            },\n            {\n                \"id\": \"12558\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11509\",\n        \"root\": \"UMI\",\n        \"description\": \"United States Minor Outlying Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"12561\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11510\",\n        \"root\": \"URY\",\n        \"description\": \"Uruguay\",\n        \"subtypes\": [\n            {\n                \"id\": \"9199\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9198\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9197\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12562\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11508\",\n        \"root\": \"USA\",\n        \"description\": \"United States\",\n        \"subtypes\": [\n            {\n                \"id\": \"17278\",\n                \"name\": \"Single County Search (Default)\"\n            },\n            {\n                \"id\": \"19181\",\n                \"name\": \"Nationwide Search (Default)\"\n            },\n            {\n                \"id\": \"19179\",\n                \"name\": \"Federal Search\"\n            },\n            {\n                \"id\": \"19183\",\n                \"name\": \"Statewide Search\"\n            },\n            {\n                \"id\": \"19180\",\n                \"name\": \"County Search\"\n            },\n            {\n                \"id\": \"19182\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11515\",\n        \"root\": \"UZB\",\n        \"description\": \"Uzbekistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"19805\",\n                \"name\": \"Court Based Criminal Records Check (Default)\"\n            },\n            {\n                \"id\": \"9201\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9200\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12567\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11186\",\n        \"root\": \"VAT\",\n        \"description\": \"Holy See (Vatican City)\",\n        \"subtypes\": [\n            {\n                \"id\": \"1764\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1763\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12241\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11416\",\n        \"root\": \"VCT\",\n        \"description\": \"Saint Vincent and the Grenadines\",\n        \"subtypes\": [\n            {\n                \"id\": \"8441\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8440\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8439\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12469\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11518\",\n        \"root\": \"VEN\",\n        \"description\": \"Venezuela\",\n        \"subtypes\": [\n            {\n                \"id\": \"9205\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9204\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12570\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11522\",\n        \"root\": \"VGB\",\n        \"description\": \"Virgin Islands (UK)\",\n        \"subtypes\": [\n            {\n                \"id\": \"9212\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9211\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"9210\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9209\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12574\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11523\",\n        \"root\": \"VIR\",\n        \"description\": \"Virgin Islands (US)\",\n        \"subtypes\": [\n            {\n                \"id\": \"19830\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11521\",\n        \"root\": \"VNM\",\n        \"description\": \"Vietnam\",\n        \"subtypes\": [\n            {\n                \"id\": \"9208\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9207\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9206\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16197\",\n                \"name\": \"Nationwide Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12573\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11517\",\n        \"root\": \"VUT\",\n        \"description\": \"Vanuatu\",\n        \"subtypes\": [\n            {\n                \"id\": \"9203\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9202\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12569\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11524\",\n        \"root\": \"WLF\",\n        \"description\": \"Wallis and Futuna\",\n        \"subtypes\": [\n            {\n                \"id\": \"9214\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9213\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12575\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11418\",\n        \"root\": \"WSM\",\n        \"description\": \"Samoa\",\n        \"subtypes\": [\n            {\n                \"id\": \"8444\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8443\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8442\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12471\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11233\",\n        \"root\": \"XXK\",\n        \"description\": \"Kosovo\",\n        \"subtypes\": [\n            {\n                \"id\": \"7781\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"7780\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7779\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7778\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12288\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11529\",\n        \"root\": \"YEM\",\n        \"description\": \"Yemen\",\n        \"subtypes\": [\n            {\n                \"id\": \"9218\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9217\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12580\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11450\",\n        \"root\": \"ZAF\",\n        \"description\": \"South Africa\",\n        \"subtypes\": [\n            {\n                \"id\": \"8484\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8483\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8482\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8481\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8480\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16705\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate and Local Fingerprint Collection\"\n            },\n            {\n                \"id\": \"12503\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11534\",\n        \"root\": \"ZWB\",\n        \"description\": \"Zambia\",\n        \"subtypes\": [\n            {\n                \"id\": \"9221\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9220\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9219\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12585\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11535\",\n        \"root\": \"ZWE\",\n        \"description\": \"Zimbabwe\",\n        \"subtypes\": [\n            {\n                \"id\": \"9224\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9223\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9222\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12586\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    }\n]"},{"id":"9be92b12-a360-4ded-844b-03c215299fa8","name":"List Subtypes 2","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/RDT/variants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"13704\",\n        \"root\": \"130060\",\n        \"description\": \"Clinical: Measles/Rubeola Titer (Blood)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13706\",\n        \"root\": \"130062\",\n        \"description\": \"Clinical: Rubella Titer (Blood)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13811\",\n        \"root\": \"DHS100000\",\n        \"description\": \"Urine: 10 Panel\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"10026\",\n        \"root\": \"DHS100182\",\n        \"description\": \"Urine: 10P\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13699\",\n        \"root\": \"DHS30055\",\n        \"description\": \"Clinical: Blood TB Test (T-Spot)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13700\",\n        \"root\": \"DHS30056\",\n        \"description\": \"Clinical: Hepatitis A Titer (Blood)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13701\",\n        \"root\": \"DHS30057\",\n        \"description\": \"Clinical: Hepatitis B Titer (Blood)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13703\",\n        \"root\": \"DHS30059\",\n        \"description\": \"Clinical: Measles, Mumps & Rubella Titer\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13705\",\n        \"root\": \"DHS30061\",\n        \"description\": \"Clinical: Mumps Titer (Blood)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13707\",\n        \"root\": \"DHS30063\",\n        \"description\": \"Clinical: TB Quantiferon (Blood)\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"10082\",\n        \"root\": \"DHS30250\",\n        \"description\": \"Physical: TB Questionnaire\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"13742\",\n        \"root\": \"DHS40005\",\n        \"description\": \"Oral: 4P Lab Self Collect (Intercept)\",\n        \"subtypes\": []\n    }\n]"},{"id":"50e4a8c9-b220-4e8c-b978-82e0197f0cc0","name":"List Subtypes by Account ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/products/CRIMGLB/variants?accountId=81721","host":["{{host}}"],"path":["v2","products","CRIMGLB","variants"],"query":[{"key":"accountId","value":"81721","description":"Sub account ID used to filter list of variants for a specific product"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"11030\",\n        \"root\": \"ABW\",\n        \"description\": \"Aruba\",\n        \"subtypes\": [\n            {\n                \"id\": \"31\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"30\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"29\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12086\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11011\",\n        \"root\": \"AFG\",\n        \"description\": \"Afghanistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"16592\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"15075\",\n                \"name\": \"MyOwnSubtypeForCRIMGLBAfghanistan\"\n            },\n            {\n                \"id\": \"12068\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11024\",\n        \"root\": \"AGO\",\n        \"description\": \"Angola\",\n        \"subtypes\": [\n            {\n                \"id\": \"12\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"11\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12080\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11025\",\n        \"root\": \"AIA\",\n        \"description\": \"Anguilla\",\n        \"subtypes\": [\n            {\n                \"id\": \"14\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"13\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12081\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11014\",\n        \"root\": \"ALB\",\n        \"description\": \"Albania\",\n        \"subtypes\": [\n            {\n                \"id\": \"5\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"3\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"4\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12071\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12072\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11022\",\n        \"root\": \"AND\",\n        \"description\": \"Andorra\",\n        \"subtypes\": [\n            {\n                \"id\": \"10\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12078\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11506\",\n        \"root\": \"ARE\",\n        \"description\": \"United Arab Emirates\",\n        \"subtypes\": [\n            {\n                \"id\": \"9175\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9172\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"9173\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"9171\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9174\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9170\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12559\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11028\",\n        \"root\": \"ARG\",\n        \"description\": \"Argentina\",\n        \"subtypes\": [\n            {\n                \"id\": \"23\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"22\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"21\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12084\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11029\",\n        \"root\": \"ARM\",\n        \"description\": \"Armenia\",\n        \"subtypes\": [\n            {\n                \"id\": \"28\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"27\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"26\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"25\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"24\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12085\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11018\",\n        \"root\": \"ASM\",\n        \"description\": \"American Samoa\",\n        \"subtypes\": [\n            {\n                \"id\": \"19828\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11026\",\n        \"root\": \"ATA\",\n        \"description\": \"Antarctica\",\n        \"subtypes\": [\n            {\n                \"id\": \"16\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"15\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12082\",\n                \"name\": \"Declined at the request of the client - close as complete (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11155\",\n        \"root\": \"ATF\",\n        \"description\": \"French Southern and Antarctic Lands\",\n        \"subtypes\": [\n            {\n                \"id\": \"1657\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1655\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12210\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11027\",\n        \"root\": \"ATG\",\n        \"description\": \"Antigua and Barbuda\",\n        \"subtypes\": [\n            {\n                \"id\": \"20\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"19\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"18\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"17\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12083\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11036\",\n        \"root\": \"AUS\",\n        \"description\": \"Australia\",\n        \"subtypes\": [\n            {\n                \"id\": \"35\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"34\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"33\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"32\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"15076\",\n                \"name\": \"QATestGLB (Default)\"\n            },\n            {\n                \"id\": \"15077\",\n                \"name\": \"QADefault\"\n            },\n            {\n                \"id\": \"16496\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12092\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11037\",\n        \"root\": \"AUT\",\n        \"description\": \"Austria\",\n        \"subtypes\": [\n            {\n                \"id\": \"38\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"37\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"36\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12093\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11038\",\n        \"root\": \"AZE\",\n        \"description\": \"Azerbaijan\",\n        \"subtypes\": [\n            {\n                \"id\": \"42\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"41\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"40\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"39\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12094\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11070\",\n        \"root\": \"BDI\",\n        \"description\": \"Burundi\",\n        \"subtypes\": [\n            {\n                \"id\": \"275\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"274\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12126\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11052\",\n        \"root\": \"BEL\",\n        \"description\": \"Belgium\",\n        \"subtypes\": [\n            {\n                \"id\": \"63\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"16066\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate to GlobeX (Default)\"\n            },\n            {\n                \"id\": \"62\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"16065\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate to Police Clearance Agency\"\n            },\n            {\n                \"id\": \"61\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"60\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12108\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11055\",\n        \"root\": \"BEN\",\n        \"description\": \"Benin\",\n        \"subtypes\": [\n            {\n                \"id\": \"68\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"67\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12111\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14749\",\n        \"root\": \"BES\",\n        \"description\": \"Bonaire, Sint Eustatius and Saba\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11069\",\n        \"root\": \"BFA\",\n        \"description\": \"Burkina Faso\",\n        \"subtypes\": [\n            {\n                \"id\": \"273\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"272\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12125\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11047\",\n        \"root\": \"BGD\",\n        \"description\": \"Bangladesh\",\n        \"subtypes\": [\n            {\n                \"id\": \"52\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"51\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"50\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12103\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11067\",\n        \"root\": \"BGR\",\n        \"description\": \"Bulgaria\",\n        \"subtypes\": [\n            {\n                \"id\": \"271\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"270\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"269\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12123\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11042\",\n        \"root\": \"BHR\",\n        \"description\": \"Bahrain\",\n        \"subtypes\": [\n            {\n                \"id\": \"49\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"48\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"47\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12098\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11040\",\n        \"root\": \"BHS\",\n        \"description\": \"Bahamas, The\",\n        \"subtypes\": [\n            {\n                \"id\": \"45\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"46\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"44\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"43\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12096\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11061\",\n        \"root\": \"BIH\",\n        \"description\": \"Bosnia and Herzegovina\",\n        \"subtypes\": [\n            {\n                \"id\": \"105\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"104\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"103\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"102\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12117\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11410\",\n        \"root\": \"BLM\",\n        \"description\": \"Saint Barthelemy\",\n        \"subtypes\": [\n            {\n                \"id\": \"8427\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8426\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12463\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11051\",\n        \"root\": \"BLR\",\n        \"description\": \"Belarus\",\n        \"subtypes\": [\n            {\n                \"id\": \"59\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"58\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"57\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"19884\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"12107\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11053\",\n        \"root\": \"BLZ\",\n        \"description\": \"Belize\",\n        \"subtypes\": [\n            {\n                \"id\": \"66\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"65\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"64\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12109\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11056\",\n        \"root\": \"BMU\",\n        \"description\": \"Bermuda\",\n        \"subtypes\": [\n            {\n                \"id\": \"72\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"71\",\n                \"name\": \"Nationwide Court Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"70\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"69\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12112\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11099\",\n        \"root\": \"BOL\",\n        \"description\": \"Chuquisaca\",\n        \"subtypes\": [\n            {\n                \"id\": \"78\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"80\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"79\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12155\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11101\",\n        \"root\": \"BOL\",\n        \"description\": \"Cochabamba\",\n        \"subtypes\": [\n            {\n                \"id\": \"75\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"77\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"76\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12157\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11136\",\n        \"root\": \"BOL\",\n        \"description\": \"El Beni\",\n        \"subtypes\": [\n            {\n                \"id\": \"81\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"83\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"82\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12191\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11243\",\n        \"root\": \"BOL\",\n        \"description\": \"La Paz\",\n        \"subtypes\": [\n            {\n                \"id\": \"84\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"86\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"85\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12298\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11342\",\n        \"root\": \"BOL\",\n        \"description\": \"Oruro\",\n        \"subtypes\": [\n            {\n                \"id\": \"87\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"89\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"88\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12396\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11349\",\n        \"root\": \"BOL\",\n        \"description\": \"Pando\",\n        \"subtypes\": [\n            {\n                \"id\": \"90\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"92\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"91\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12403\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11378\",\n        \"root\": \"BOL\",\n        \"description\": \"Potosi\",\n        \"subtypes\": [\n            {\n                \"id\": \"93\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"95\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"94\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12432\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11426\",\n        \"root\": \"BOL\",\n        \"description\": \"Santa Cruz\",\n        \"subtypes\": [\n            {\n                \"id\": \"96\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"98\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"97\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12479\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11485\",\n        \"root\": \"BOL\",\n        \"description\": \"Tarija\",\n        \"subtypes\": [\n            {\n                \"id\": \"99\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"101\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"100\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12538\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11010\",\n        \"root\": \"BRA\",\n        \"description\": \"Acre\",\n        \"subtypes\": [\n            {\n                \"id\": \"237\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15149\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15150\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15151\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15152\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15153\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15154\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15155\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15156\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15157\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15158\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15159\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15160\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15161\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15162\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15163\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15164\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15165\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15166\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15167\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15169\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15170\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15171\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15172\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15173\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15174\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"15175\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"240\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16674\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16675\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16676\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16678\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16679\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16680\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16681\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16682\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16683\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16684\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16685\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16686\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16687\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16688\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16689\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16690\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16691\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16692\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16693\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16694\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16696\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16697\",\n                \"name\": \"Local Court and Federal Police Criminal History Check\"\n            },\n            {\n                \"id\": \"16698\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16699\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16700\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"239\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"16677\",\n                \"name\": \"Local Police and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"16695\",\n                \"name\": \"Local Court and Federal Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"242\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"241\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"238\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"15168\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12067\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11013\",\n        \"root\": \"BRA\",\n        \"description\": \"Alagoas\",\n        \"subtypes\": [\n            {\n                \"id\": \"195\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"198\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"197\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"200\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"199\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"196\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12070\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11016\",\n        \"root\": \"BRA\",\n        \"description\": \"Amapa\",\n        \"subtypes\": [\n            {\n                \"id\": \"243\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"246\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"245\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"248\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"247\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"244\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12073\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11017\",\n        \"root\": \"BRA\",\n        \"description\": \"Amazonas\",\n        \"subtypes\": [\n            {\n                \"id\": \"183\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"186\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"185\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"188\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"187\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"184\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12074\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11041\",\n        \"root\": \"BRA\",\n        \"description\": \"Bahia\",\n        \"subtypes\": [\n            {\n                \"id\": \"135\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"138\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"137\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"140\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"139\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"136\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12097\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11077\",\n        \"root\": \"BRA\",\n        \"description\": \"Ceara\",\n        \"subtypes\": [\n            {\n                \"id\": \"153\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"156\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"155\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"158\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"157\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"154\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12133\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11128\",\n        \"root\": \"BRA\",\n        \"description\": \"Ciudad de Mexico\",\n        \"subtypes\": [\n            {\n                \"id\": \"213\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"216\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"215\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"218\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"217\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"214\",\n                \"name\": \"Local Court Criminal History Check\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14750\",\n        \"root\": \"BRA\",\n        \"description\": \"Distrito Federal\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11142\",\n        \"root\": \"BRA\",\n        \"description\": \"Espirito Santo\",\n        \"subtypes\": [\n            {\n                \"id\": \"177\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"180\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"179\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"182\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"181\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"178\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12197\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11163\",\n        \"root\": \"BRA\",\n        \"description\": \"Goias\",\n        \"subtypes\": [\n            {\n                \"id\": \"165\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"168\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"166\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"170\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"169\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"167\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12219\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11280\",\n        \"root\": \"BRA\",\n        \"description\": \"Maranhao\",\n        \"subtypes\": [\n            {\n                \"id\": \"255\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"257\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"256\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"259\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"258\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12335\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11285\",\n        \"root\": \"BRA\",\n        \"description\": \"Mato Grosso\",\n        \"subtypes\": [\n            {\n                \"id\": \"207\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"210\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"209\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"212\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"208\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"211\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12340\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11286\",\n        \"root\": \"BRA\",\n        \"description\": \"Mato Grosso do Sul\",\n        \"subtypes\": [\n            {\n                \"id\": \"112\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"114\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"113\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"116\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"115\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"117\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12341\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11293\",\n        \"root\": \"BRA\",\n        \"description\": \"Minas Gerais\",\n        \"subtypes\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"126\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"125\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"128\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"127\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"123\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12348\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11353\",\n        \"root\": \"BRA\",\n        \"description\": \"Para\",\n        \"subtypes\": [\n            {\n                \"id\": \"159\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"162\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"161\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"164\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"163\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"160\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12407\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11355\",\n        \"root\": \"BRA\",\n        \"description\": \"Paraiba\",\n        \"subtypes\": [\n            {\n                \"id\": \"171\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"174\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"173\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"176\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"175\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"172\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12409\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11356\",\n        \"root\": \"BRA\",\n        \"description\": \"Parana\",\n        \"subtypes\": [\n            {\n                \"id\": \"12410\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11359\",\n        \"root\": \"BRA\",\n        \"description\": \"Pernambuco\",\n        \"subtypes\": [\n            {\n                \"id\": \"147\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"150\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"149\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"152\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"151\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"148\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12413\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11374\",\n        \"root\": \"BRA\",\n        \"description\": \"Piaui\",\n        \"subtypes\": [\n            {\n                \"id\": \"201\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"204\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"203\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"206\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"205\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"202\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12428\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11397\",\n        \"root\": \"BRA\",\n        \"description\": \"Rio de Janeiro\",\n        \"subtypes\": [\n            {\n                \"id\": \"130\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"132\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"131\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"134\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"133\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"129\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12450\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11398\",\n        \"root\": \"BRA\",\n        \"description\": \"Rio Grande do Norte\",\n        \"subtypes\": [\n            {\n                \"id\": \"189\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"192\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"191\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"194\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"193\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"190\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12451\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11399\",\n        \"root\": \"BRA\",\n        \"description\": \"Rio Grande do Sul\",\n        \"subtypes\": [\n            {\n                \"id\": \"141\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"144\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"143\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"146\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"145\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"142\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"12452\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11404\",\n        \"root\": \"BRA\",\n        \"description\": \"Rondonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"225\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"228\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"227\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"230\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"229\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"226\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12457\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11405\",\n        \"root\": \"BRA\",\n        \"description\": \"Roraima\",\n        \"subtypes\": [\n            {\n                \"id\": \"249\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"252\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"251\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"254\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"253\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"250\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12458\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11425\",\n        \"root\": \"BRA\",\n        \"description\": \"Santa Catarina\",\n        \"subtypes\": [\n            {\n                \"id\": \"260\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"262\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"261\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"264\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"263\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12478\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11427\",\n        \"root\": \"BRA\",\n        \"description\": \"Sao Paulo\",\n        \"subtypes\": [\n            {\n                \"id\": \"118\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"120\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"119\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"122\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"121\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12480\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11434\",\n        \"root\": \"BRA\",\n        \"description\": \"Sergipe\",\n        \"subtypes\": [\n            {\n                \"id\": \"219\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"222\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"221\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"224\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"223\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"220\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12487\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11489\",\n        \"root\": \"BRA\",\n        \"description\": \"Tocantins\",\n        \"subtypes\": [\n            {\n                \"id\": \"231\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"234\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"233\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"236\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"235\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"232\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12542\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11050\",\n        \"root\": \"BRB\",\n        \"description\": \"Barbados\",\n        \"subtypes\": [\n            {\n                \"id\": \"56\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"55\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"54\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"53\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"15141\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"12106\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11065\",\n        \"root\": \"BRN\",\n        \"description\": \"Brunei\",\n        \"subtypes\": [\n            {\n                \"id\": \"268\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"16708\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"267\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12121\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11057\",\n        \"root\": \"BTN\",\n        \"description\": \"Bhutan\",\n        \"subtypes\": [\n            {\n                \"id\": \"74\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"73\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12113\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11063\",\n        \"root\": \"BVT\",\n        \"description\": \"Bouvet Island\",\n        \"subtypes\": [\n            {\n                \"id\": \"111\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"110\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12119\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11062\",\n        \"root\": \"BWA\",\n        \"description\": \"Botswana\",\n        \"subtypes\": [\n            {\n                \"id\": \"109\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"108\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"107\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"106\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12118\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11078\",\n        \"root\": \"CAF\",\n        \"description\": \"Central African Republic\",\n        \"subtypes\": [\n            {\n                \"id\": \"416\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"415\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12134\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11073\",\n        \"root\": \"CAN\",\n        \"description\": \"Canada\",\n        \"subtypes\": [\n            {\n                \"id\": \"355\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification\"\n            },\n            {\n                \"id\": \"364\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification - Rush\"\n            },\n            {\n                \"id\": \"360\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification and Certifcate\"\n            },\n            {\n                \"id\": \"368\",\n                \"name\": \"Canadian Criminal Record Check with Hiring Manager ID Verification and Certifcate - Rush\"\n            },\n            {\n                \"id\": \"372\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification\"\n            },\n            {\n                \"id\": \"380\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification - Rush\"\n            },\n            {\n                \"id\": \"376\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"384\",\n                \"name\": \"Enhanced Police Information Check with Hiring Manager ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"388\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification\"\n            },\n            {\n                \"id\": \"396\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification - Rush\"\n            },\n            {\n                \"id\": \"392\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"400\",\n                \"name\": \"Enhanced Police Information with Select LPI with Hiring Manager ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"356\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification\"\n            },\n            {\n                \"id\": \"365\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification - Rush\"\n            },\n            {\n                \"id\": \"361\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification and Certifcate\"\n            },\n            {\n                \"id\": \"369\",\n                \"name\": \"Canadian Criminal Record Check with Notary ID Verification and Certifcate - Rush\"\n            },\n            {\n                \"id\": \"373\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification\"\n            },\n            {\n                \"id\": \"381\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification - Rush\"\n            },\n            {\n                \"id\": \"377\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"385\",\n                \"name\": \"Enhanced Police Information Check with Notary ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"389\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification\"\n            },\n            {\n                \"id\": \"397\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification - Rush\"\n            },\n            {\n                \"id\": \"393\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"401\",\n                \"name\": \"Enhanced Police Information with Select LPI with Notary ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"354\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"363\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"359\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"367\",\n                \"name\": \"Canadian Criminal Record Check with Canada Post ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"371\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"379\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"375\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"383\",\n                \"name\": \"Enhanced Police Information Check with Canada Post ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"387\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"395\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"391\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification and Certificate\"\n            },\n            {\n                \"id\": \"399\",\n                \"name\": \"Enhanced Police Information with Select LPI with Canada Post ID Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"353\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification\"\n            },\n            {\n                \"id\": \"362\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"358\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification and Certifcate\"\n            },\n            {\n                \"id\": \"366\",\n                \"name\": \"Canadian Criminal Record Check with Electronic Identity Verification and Certifcate - Rush\"\n            },\n            {\n                \"id\": \"370\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification\"\n            },\n            {\n                \"id\": \"378\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"374\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification and Certificate\"\n            },\n            {\n                \"id\": \"382\",\n                \"name\": \"Enhanced Police Information Check with Electronic Identity Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"386\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification\"\n            },\n            {\n                \"id\": \"394\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"390\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification and Certificate\"\n            },\n            {\n                \"id\": \"398\",\n                \"name\": \"Enhanced Police Information with Select LPI with Electronic Identity Verification and Certificate - Rush\"\n            },\n            {\n                \"id\": \"357\",\n                \"name\": \"Zero-In\"\n            },\n            {\n                \"id\": \"402\",\n                \"name\": \"Fingerprinting\"\n            },\n            {\n                \"id\": \"403\",\n                \"name\": \"Provincial Criminal Court Search\"\n            },\n            {\n                \"id\": \"404\",\n                \"name\": \"Quebec Court Search - Criminal\"\n            },\n            {\n                \"id\": \"405\",\n                \"name\": \"Quebec Court Search - Provincial Statutory\"\n            },\n            {\n                \"id\": \"406\",\n                \"name\": \"Quebec Municipal Court Search\"\n            },\n            {\n                \"id\": \"407\",\n                \"name\": \"SOQUIJ\"\n            },\n            {\n                \"id\": \"351\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"350\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"352\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"17276\",\n                \"name\": \"Criminal Record Check with Organization Representative ID Verification\"\n            },\n            {\n                \"id\": \"19160\",\n                \"name\": \"Canada Crim Test Aug 2021\"\n            },\n            {\n                \"id\": \"19776\",\n                \"name\": \"Criminal Record Check with Sterling Identity Verification\"\n            },\n            {\n                \"id\": \"19777\",\n                \"name\": \"Criminal Record Check with Sterling Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"19778\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Sterling Identity Verification\"\n            },\n            {\n                \"id\": \"19779\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Sterling Identity Verification - Rush\"\n            },\n            {\n                \"id\": \"19780\",\n                \"name\": \"Criminal Record Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"19781\",\n                \"name\": \"Criminal Record Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19782\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Canada Post ID Verification\"\n            },\n            {\n                \"id\": \"19783\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Canada Post ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19784\",\n                \"name\": \"Criminal Record Check with Organization Based ID Verification (Default)\"\n            },\n            {\n                \"id\": \"19785\",\n                \"name\": \"Criminal Record Check with Organization Based ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19786\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Organization Based ID Verification\"\n            },\n            {\n                \"id\": \"19787\",\n                \"name\": \"Criminal Record and Judicial Matters Check with Organization Based ID Verification - Rush\"\n            },\n            {\n                \"id\": \"19888\",\n                \"name\": \"Criminal Record Check without Identity Verification\"\n            },\n            {\n                \"id\": \"16704\",\n                \"name\": \"Criminal Record Check with Organization Representative ID Verification for Young Persons\"\n            },\n            {\n                \"id\": \"16701\",\n                \"name\": \"Criminal Record Check with Canada Post ID Verification for Young Persons\"\n            },\n            {\n                \"id\": \"15297\",\n                \"name\": \"Criminal Record Check with Electronic ID Verification\"\n            },\n            {\n                \"id\": \"15296\",\n                \"name\": \"Criminal Record Check with Electronic ID Verification and Certificate \"\n            },\n            {\n                \"id\": \"12129\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11103\",\n        \"root\": \"CCK\",\n        \"description\": \"Cocos (Keeling) Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"429\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"430\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12159\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11475\",\n        \"root\": \"CHE\",\n        \"description\": \"Switzerland\",\n        \"subtypes\": [\n            {\n                \"id\": \"8516\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8515\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8514\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8513\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12528\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11090\",\n        \"root\": \"CHL\",\n        \"description\": \"Chile\",\n        \"subtypes\": [\n            {\n                \"id\": \"422\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"421\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"420\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"419\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12146\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11091\",\n        \"root\": \"CHN\",\n        \"description\": \"China\",\n        \"subtypes\": [\n            {\n                \"id\": \"426\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"16671\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"425\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"424\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"423\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16456\",\n                \"name\": \"Nationwide Court Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12147\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11117\",\n        \"root\": \"CIV\",\n        \"description\": \"Cote d'Ivoire\",\n        \"subtypes\": [\n            {\n                \"id\": \"12172\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11071\",\n        \"root\": \"CMR\",\n        \"description\": \"Cameroon\",\n        \"subtypes\": [\n            {\n                \"id\": \"349\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"348\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12127\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11112\",\n        \"root\": \"COD\",\n        \"description\": \"Congo, Democratic Republic of the\",\n        \"subtypes\": [\n            {\n                \"id\": \"439\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"438\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12167\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11111\",\n        \"root\": \"COG\",\n        \"description\": \"Congo, Republic of the\",\n        \"subtypes\": [\n            {\n                \"id\": \"437\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"436\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12166\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11113\",\n        \"root\": \"COK\",\n        \"description\": \"Cook Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"441\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"440\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12168\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11105\",\n        \"root\": \"COL\",\n        \"description\": \"Colombia\",\n        \"subtypes\": [\n            {\n                \"id\": \"433\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"15148\",\n                \"name\": \"Nationwide Police and Court Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"432\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16042\",\n                \"name\": \"Nationwide Court Criminal History Check\"\n            },\n            {\n                \"id\": \"431\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12161\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11110\",\n        \"root\": \"COM\",\n        \"description\": \"Comoros\",\n        \"subtypes\": [\n            {\n                \"id\": \"435\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"434\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12165\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11074\",\n        \"root\": \"CPV\",\n        \"description\": \"Cape Verde\",\n        \"subtypes\": [\n            {\n                \"id\": \"409\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"408\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12130\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11116\",\n        \"root\": \"CRI\",\n        \"description\": \"Costa Rica\",\n        \"subtypes\": [\n            {\n                \"id\": \"445\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"444\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"443\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"442\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12171\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14751\",\n        \"root\": \"CUB\",\n        \"description\": \"Artemisa\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14752\",\n        \"root\": \"CUB\",\n        \"description\": \"Camaguey\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14753\",\n        \"root\": \"CUB\",\n        \"description\": \"Ciego de Avila\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14754\",\n        \"root\": \"CUB\",\n        \"description\": \"Cienfuegos\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11119\",\n        \"root\": \"CUB\",\n        \"description\": \"Cuba\",\n        \"subtypes\": [\n            {\n                \"id\": \"452\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"451\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"450\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14755\",\n        \"root\": \"CUB\",\n        \"description\": \"Granma\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14756\",\n        \"root\": \"CUB\",\n        \"description\": \"Guantanamo\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14757\",\n        \"root\": \"CUB\",\n        \"description\": \"Holguin \",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14758\",\n        \"root\": \"CUB\",\n        \"description\": \"Isla de la Juventud\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14759\",\n        \"root\": \"CUB\",\n        \"description\": \"La Habana\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14760\",\n        \"root\": \"CUB\",\n        \"description\": \"Las Tunas\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14761\",\n        \"root\": \"CUB\",\n        \"description\": \"Matanzas\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14762\",\n        \"root\": \"CUB\",\n        \"description\": \"Mayabeque\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14763\",\n        \"root\": \"CUB\",\n        \"description\": \"Pinar del Rio\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14764\",\n        \"root\": \"CUB\",\n        \"description\": \"Sancti Spiritus\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14765\",\n        \"root\": \"CUB\",\n        \"description\": \"Santiago de Cuba\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14766\",\n        \"root\": \"CUB\",\n        \"description\": \"Villa Clara\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11120\",\n        \"root\": \"CUW\",\n        \"description\": \"Curacao\",\n        \"subtypes\": [\n            {\n                \"id\": \"455\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"454\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"453\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12175\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11097\",\n        \"root\": \"CXR\",\n        \"description\": \"Christmas Island\",\n        \"subtypes\": [\n            {\n                \"id\": \"428\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"427\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12153\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11076\",\n        \"root\": \"CYM\",\n        \"description\": \"Cayman Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"414\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"411\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"413\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"412\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"410\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12132\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11121\",\n        \"root\": \"CYP\",\n        \"description\": \"Cyprus\",\n        \"subtypes\": [\n            {\n                \"id\": \"1273\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1272\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1271\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"456\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12176\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11122\",\n        \"root\": \"CZE\",\n        \"description\": \"Czech Republic\",\n        \"subtypes\": [\n            {\n                \"id\": \"1291\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1290\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1289\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1286\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12177\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11159\",\n        \"root\": \"DEU\",\n        \"description\": \"Germany\",\n        \"subtypes\": [\n            {\n                \"id\": \"1692\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1688\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16075\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"1686\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12215\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11130\",\n        \"root\": \"DJI\",\n        \"description\": \"Djibouti\",\n        \"subtypes\": [\n            {\n                \"id\": \"1487\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1485\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12185\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11131\",\n        \"root\": \"DMA\",\n        \"description\": \"Dominica\",\n        \"subtypes\": [\n            {\n                \"id\": \"1522\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1520\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"1516\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1515\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12186\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11127\",\n        \"root\": \"DNK\",\n        \"description\": \"Denmark\",\n        \"subtypes\": [\n            {\n                \"id\": \"1484\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1483\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1482\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1365\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12182\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12183\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11132\",\n        \"root\": \"DOM\",\n        \"description\": \"Dominican Republic\",\n        \"subtypes\": [\n            {\n                \"id\": \"1528\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1527\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1525\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1523\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12187\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14767\",\n        \"root\": \"DZA\",\n        \"description\": \"Adrar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14768\",\n        \"root\": \"DZA\",\n        \"description\": \"Ain Defla\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14769\",\n        \"root\": \"DZA\",\n        \"description\": \"Ain Temouchent\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14770\",\n        \"root\": \"DZA\",\n        \"description\": \"Alger\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11015\",\n        \"root\": \"DZA\",\n        \"description\": \"Algeria\",\n        \"subtypes\": [\n            {\n                \"id\": \"8\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"6\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14771\",\n        \"root\": \"DZA\",\n        \"description\": \"Annaba\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14772\",\n        \"root\": \"DZA\",\n        \"description\": \"Batna\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14773\",\n        \"root\": \"DZA\",\n        \"description\": \"Bechar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14774\",\n        \"root\": \"DZA\",\n        \"description\": \"Bejaia\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14775\",\n        \"root\": \"DZA\",\n        \"description\": \"Biskra\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14776\",\n        \"root\": \"DZA\",\n        \"description\": \"Blida\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14777\",\n        \"root\": \"DZA\",\n        \"description\": \"Bordj Bou Arreridj\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14778\",\n        \"root\": \"DZA\",\n        \"description\": \"Bouira\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14779\",\n        \"root\": \"DZA\",\n        \"description\": \"Boumerdes\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14780\",\n        \"root\": \"DZA\",\n        \"description\": \"Chlef\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14781\",\n        \"root\": \"DZA\",\n        \"description\": \"Constantine\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14782\",\n        \"root\": \"DZA\",\n        \"description\": \"Djelfa\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14783\",\n        \"root\": \"DZA\",\n        \"description\": \"El Bayadh\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14784\",\n        \"root\": \"DZA\",\n        \"description\": \"El Oued\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14785\",\n        \"root\": \"DZA\",\n        \"description\": \"El Tarf\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14786\",\n        \"root\": \"DZA\",\n        \"description\": \"Ghardaia\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14787\",\n        \"root\": \"DZA\",\n        \"description\": \"Guelma\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14788\",\n        \"root\": \"DZA\",\n        \"description\": \"Illizi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14789\",\n        \"root\": \"DZA\",\n        \"description\": \"Jijel\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14790\",\n        \"root\": \"DZA\",\n        \"description\": \"Khenchela\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14791\",\n        \"root\": \"DZA\",\n        \"description\": \"Laghouat\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14792\",\n        \"root\": \"DZA\",\n        \"description\": \"Mascara\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14793\",\n        \"root\": \"DZA\",\n        \"description\": \"Medea\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14794\",\n        \"root\": \"DZA\",\n        \"description\": \"Mila\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14795\",\n        \"root\": \"DZA\",\n        \"description\": \"Mostaganem\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14796\",\n        \"root\": \"DZA\",\n        \"description\": \"Msila\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14797\",\n        \"root\": \"DZA\",\n        \"description\": \"Naama\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14798\",\n        \"root\": \"DZA\",\n        \"description\": \"Oran\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14799\",\n        \"root\": \"DZA\",\n        \"description\": \"Ouargla\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14800\",\n        \"root\": \"DZA\",\n        \"description\": \"Oum el Bouaghi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14801\",\n        \"root\": \"DZA\",\n        \"description\": \"Relizane\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14802\",\n        \"root\": \"DZA\",\n        \"description\": \"Saida\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14803\",\n        \"root\": \"DZA\",\n        \"description\": \"Setif\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14804\",\n        \"root\": \"DZA\",\n        \"description\": \"Sidi Bel Abbes\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14805\",\n        \"root\": \"DZA\",\n        \"description\": \"Skikda\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14806\",\n        \"root\": \"DZA\",\n        \"description\": \"Souk Ahras\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14807\",\n        \"root\": \"DZA\",\n        \"description\": \"Tamanrasset\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14808\",\n        \"root\": \"DZA\",\n        \"description\": \"Tebessa\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14809\",\n        \"root\": \"DZA\",\n        \"description\": \"Tiaret\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14810\",\n        \"root\": \"DZA\",\n        \"description\": \"Tindouf\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14811\",\n        \"root\": \"DZA\",\n        \"description\": \"Tipaza\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14812\",\n        \"root\": \"DZA\",\n        \"description\": \"Tissemsilt\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14813\",\n        \"root\": \"DZA\",\n        \"description\": \"Tizi Ouzou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14814\",\n        \"root\": \"DZA\",\n        \"description\": \"Tlemcen\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11134\",\n        \"root\": \"ECU\",\n        \"description\": \"Ecuador\",\n        \"subtypes\": [\n            {\n                \"id\": \"1552\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1547\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1544\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12189\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11135\",\n        \"root\": \"EGY\",\n        \"description\": \"Egypt\",\n        \"subtypes\": [\n            {\n                \"id\": \"1562\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1559\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"1558\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1556\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1553\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12190\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11141\",\n        \"root\": \"ERI\",\n        \"description\": \"Eritrea\",\n        \"subtypes\": [\n            {\n                \"id\": \"1581\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1577\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12196\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11526\",\n        \"root\": \"ESH\",\n        \"description\": \"Western Sahara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9216\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9215\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12577\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11454\",\n        \"root\": \"ESP\",\n        \"description\": \"Spain\",\n        \"subtypes\": [\n            {\n                \"id\": \"8495\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8494\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8493\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8492\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12507\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11145\",\n        \"root\": \"EST\",\n        \"description\": \"Estonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1588\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1586\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1582\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12200\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11146\",\n        \"root\": \"ETH\",\n        \"description\": \"Ethiopia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1592\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1590\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12201\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11150\",\n        \"root\": \"FIN\",\n        \"description\": \"Finland\",\n        \"subtypes\": [\n            {\n                \"id\": \"1628\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1626\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1624\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1619\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12205\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11149\",\n        \"root\": \"FJI\",\n        \"description\": \"Fiji\",\n        \"subtypes\": [\n            {\n                \"id\": \"1617\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1615\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1614\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12204\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11147\",\n        \"root\": \"FLK\",\n        \"description\": \"Falkland Islands (Islas Malvinas)\",\n        \"subtypes\": [\n            {\n                \"id\": \"1608\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1601\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12202\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11151\",\n        \"root\": \"FRA\",\n        \"description\": \"France\",\n        \"subtypes\": [\n            {\n                \"id\": \"1634\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1632\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16076\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"1630\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12206\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11148\",\n        \"root\": \"FRO\",\n        \"description\": \"Faroe Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"1611\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1609\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12203\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11292\",\n        \"root\": \"FSM\",\n        \"description\": \"Micronesia, Federated States of\",\n        \"subtypes\": [\n            {\n                \"id\": \"8170\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8169\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12347\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11156\",\n        \"root\": \"GAB\",\n        \"description\": \"Gabon\",\n        \"subtypes\": [\n            {\n                \"id\": \"1665\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1663\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12211\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11507\",\n        \"root\": \"GBR\",\n        \"description\": \"United Kingdom\",\n        \"subtypes\": [\n            {\n                \"id\": \"734\",\n                \"name\": \"Basic Disclosure \"\n            },\n            {\n                \"id\": \"733\",\n                \"name\": \"Basic Criminal Disclosure - Volunteer\"\n            },\n            {\n                \"id\": \"16077\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"9186\",\n                \"name\": \"Standard Disclosure with Evidence of ID\"\n            },\n            {\n                \"id\": \"16041\",\n                \"name\": \"Basic Disclosure with Professional Evidence of ID via DBS\"\n            },\n            {\n                \"id\": \"9187\",\n                \"name\": \"Standard Disclosure with Evidence of ID - Volunteer\"\n            },\n            {\n                \"id\": \"16040\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID via DBS \"\n            },\n            {\n                \"id\": \"9188\",\n                \"name\": \"Standard Disclosure with Professional ID\"\n            },\n            {\n                \"id\": \"9189\",\n                \"name\": \"Standard Disclosure with Professional ID - Volunteer\"\n            },\n            {\n                \"id\": \"9190\",\n                \"name\": \"Standard Disclosure with Route 2 ID Verification\"\n            },\n            {\n                \"id\": \"9191\",\n                \"name\": \"Standard Disclosure with Route 2 ID Verification - Volunteer\"\n            },\n            {\n                \"id\": \"6563\",\n                \"name\": \"Enhanced Criminal Disclosure with Evidence of ID\"\n            },\n            {\n                \"id\": \"6564\",\n                \"name\": \"Enhanced Criminal Disclosure with Evidence of ID - Volunteer\"\n            },\n            {\n                \"id\": \"6567\",\n                \"name\": \"Enhanced Disclosure with Professional ID\"\n            },\n            {\n                \"id\": \"19850\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey\"\n            },\n            {\n                \"id\": \"19851\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey\"\n            },\n            {\n                \"id\": \"19852\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19853\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19854\",\n                \"name\": \"DBS – Basic with Digital ID Verification - App_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19855\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19856\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19857\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19858\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - Error_Manual\"\n            },\n            {\n                \"id\": \"19859\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey\"\n            },\n            {\n                \"id\": \"19860\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey\"\n            },\n            {\n                \"id\": \"19861\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19862\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19863\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19864\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19865\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19866\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19867\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - Error_Manual\"\n            },\n            {\n                \"id\": \"19868\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey\"\n            },\n            {\n                \"id\": \"19869\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey\"\n            },\n            {\n                \"id\": \"19870\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19871\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19872\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - App_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19873\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Unverified_Address\"\n            },\n            {\n                \"id\": \"19874\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Error_Other\"\n            },\n            {\n                \"id\": \"19875\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Error_Doc_Not_Provided\"\n            },\n            {\n                \"id\": \"19876\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - Error_Manual\"\n            },\n            {\n                \"id\": \"19877\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification - Web_Journey - SOFT - ERR5010\"\n            },\n            {\n                \"id\": \"19878\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - SOFT - ERR5004\"\n            },\n            {\n                \"id\": \"19879\",\n                \"name\": \"DBS – Basic with Digital ID Verification - Web_Journey - SOFT - ERR5002\"\n            },\n            {\n                \"id\": \"19882\",\n                \"name\": \"DBS – Standard with Digital ID Verification - Web_Journey - SOFT - ERR5000\"\n            },\n            {\n                \"id\": \"19891\",\n                \"name\": \"DBS – Standard with Digital ID Verification - App_Journey - HARD - ERR5002\"\n            },\n            {\n                \"id\": \"19904\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - APP - All Aborted\"\n            },\n            {\n                \"id\": \"19907\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - WEB - All Aborted\"\n            },\n            {\n                \"id\": \"19910\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 2m Delay - Success\"\n            },\n            {\n                \"id\": \"19911\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 10m Delay - Success\"\n            },\n            {\n                \"id\": \"19916\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 2m Delay - Aborted\"\n            },\n            {\n                \"id\": \"19917\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 10m Delay - Aborted\"\n            },\n            {\n                \"id\": \"19918\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 2m Delay - UnverifiedAddress\"\n            },\n            {\n                \"id\": \"19919\",\n                \"name\": \"DBS – Basic with Digital ID Verification - GLB - 10m Delay - UnverifiedAddress\"\n            },\n            {\n                \"id\": \"6570\",\n                \"name\": \"Enhanced Disclosure with Professional ID - Volunteer\"\n            },\n            {\n                \"id\": \"6565\",\n                \"name\": \"Enhanced Disclosure Route 2 ID Verification\"\n            },\n            {\n                \"id\": \"6569\",\n                \"name\": \"Enhanced Disclosure Route 2 ID Verification - Volunteer\"\n            },\n            {\n                \"id\": \"9180\",\n                \"name\": \"List 99\"\n            },\n            {\n                \"id\": \"720\",\n                \"name\": \"Adult First\"\n            },\n            {\n                \"id\": \"9184\",\n                \"name\": \"PVG Scheme Record Update\"\n            },\n            {\n                \"id\": \"9183\",\n                \"name\": \"PVG Scheme Record\"\n            },\n            {\n                \"id\": \"9181\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8907\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"4879\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"17221\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID - alternate data collection\"\n            },\n            {\n                \"id\": \"17265\",\n                \"name\": \"Just Eat Professional EOID\"\n            },\n            {\n                \"id\": \"17266\",\n                \"name\": \"MySubtype AR\"\n            },\n            {\n                \"id\": \"17267\",\n                \"name\": \"DBS Basic - UK Post Office\"\n            },\n            {\n                \"id\": \"17268\",\n                \"name\": \"Disclosure Scotland Basic - UK Post Office\"\n            },\n            {\n                \"id\": \"17269\",\n                \"name\": \"Access NI Basic - UK Post Office\"\n            },\n            {\n                \"id\": \"17270\",\n                \"name\": \"Access NI Standard - UK Post Office\"\n            },\n            {\n                \"id\": \"15489\",\n                \"name\": \"Basic Disclosure with Candidate Document Upload\"\n            },\n            {\n                \"id\": \"17271\",\n                \"name\": \"Access NI Enhanced - UK Post Office\"\n            },\n            {\n                \"id\": \"15099\",\n                \"name\": \"ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15122\",\n                \"name\": \"ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"17273\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID - alternate data collection inc script\"\n            },\n            {\n                \"id\": \"15100\",\n                \"name\": \"ANI Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"15121\",\n                \"name\": \"ANI Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"17274\",\n                \"name\": \"Eligibility Questions (UK DBS BASIC)\"\n            },\n            {\n                \"id\": \"15101\",\n                \"name\": \"DS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15120\",\n                \"name\": \"DS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"17275\",\n                \"name\": \"Eligibility Questions (UK ACNI_DS BASIC)\"\n            },\n            {\n                \"id\": \"15102\",\n                \"name\": \"DS Basic Disclosure with Document Collection Evidence of ID\"\n            },\n            {\n                \"id\": \"15119\",\n                \"name\": \"DS Basic Disclosure with Document Collection Evidence of ID\"\n            },\n            {\n                \"id\": \"15103\",\n                \"name\": \"DBS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15118\",\n                \"name\": \"DBS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"15104\",\n                \"name\": \"DBS Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"15117\",\n                \"name\": \"DBS Basic Disclosure with Professional Evidence of ID\"\n            },\n            {\n                \"id\": \"15105\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID\"\n            },\n            {\n                \"id\": \"15116\",\n                \"name\": \"DBS Basic Disclosure with PO Evidence of ID\"\n            },\n            {\n                \"id\": \"12560\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"19832\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19833\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19834\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19835\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19836\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19837\",\n                \"name\": \"Test trigger\"\n            },\n            {\n                \"id\": \"19143\",\n                \"name\": \"DBS Basic - UK Post Office - Applicant Pay\"\n            },\n            {\n                \"id\": \"19144\",\n                \"name\": \"DBS Basic - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19145\",\n                \"name\": \"DBS Basic - Professional Evidence of Identity\"\n            },\n            {\n                \"id\": \"19146\",\n                \"name\": \"DBS Basic - Candidate Upload\"\n            },\n            {\n                \"id\": \"19147\",\n                \"name\": \"Disclosure Scotland Basic- UK Post Office - Applicant Pay\"\n            },\n            {\n                \"id\": \"19148\",\n                \"name\": \"Disclosure Scotland Basic - Candidate Upload\"\n            },\n            {\n                \"id\": \"19149\",\n                \"name\": \"Disclosure Scotland Basic - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19150\",\n                \"name\": \"Disclosure Scotland Basic - Powered By Sterling Identity\"\n            },\n            {\n                \"id\": \"19151\",\n                \"name\": \"Access NI Basic - UK Post Office - Applicant Pay\"\n            },\n            {\n                \"id\": \"19152\",\n                \"name\": \"Access NI Basic - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19153\",\n                \"name\": \"Access NI Basic - Candidate Upload\"\n            },\n            {\n                \"id\": \"19161\",\n                \"name\": \"Access NI Standard - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19165\",\n                \"name\": \"COVID-19 Emergency Criminal - ANI Enhanced - Client ID\"\n            },\n            {\n                \"id\": \"19166\",\n                \"name\": \"COVID-19 Emergency Criminal - ANI Standard - Client ID\"\n            },\n            {\n                \"id\": \"19171\",\n                \"name\": \"DBS Standard - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19172\",\n                \"name\": \"DBS Standard - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"19173\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity + List 99\"\n            },\n            {\n                \"id\": \"19174\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity + ISA First\"\n            },\n            {\n                \"id\": \"19175\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19176\",\n                \"name\": \"DBS Enhanced - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"17277\",\n                \"name\": \"Uber Eats DBS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19087\",\n                \"name\": \"DBS Standard -  Professional Evidence of Identity\"\n            },\n            {\n                \"id\": \"19809\",\n                \"name\": \"DBS Basic\"\n            },\n            {\n                \"id\": \"19810\",\n                \"name\": \"UK Crim Test SubType\"\n            },\n            {\n                \"id\": \"19814\",\n                \"name\": \"DBS Enhanced - Candidate Upload\"\n            },\n            {\n                \"id\": \"19815\",\n                \"name\": \"DBS Standard - Candidate Upload\"\n            },\n            {\n                \"id\": \"19887\",\n                \"name\": \"DBS – Basic with Digital ID Verification (Default)\"\n            },\n            {\n                \"id\": \"19817\",\n                \"name\": \"DBS – Standard with Digital ID Verification\"\n            },\n            {\n                \"id\": \"19818\",\n                \"name\": \"DBS – Enhanced with Digital ID Verification\"\n            },\n            {\n                \"id\": \"19118\",\n                \"name\": \"PVG Scheme Record - Application to Join - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19119\",\n                \"name\": \"PVG Scheme Record - Update - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19120\",\n                \"name\": \"PVG Scheme Record - Application to Join - Client Evidence of Identity (Volunteers)\"\n            },\n            {\n                \"id\": \"19838\",\n                \"name\": \"DBS Standard\"\n            },\n            {\n                \"id\": \"19121\",\n                \"name\": \"PVG Scheme Record - Update - Client Evidence of Identity (Volunteers)\"\n            },\n            {\n                \"id\": \"19766\",\n                \"name\": \"Access NI Standard - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"19767\",\n                \"name\": \"Access NI Enhanced - Client Evidence of Identity\"\n            },\n            {\n                \"id\": \"19768\",\n                \"name\": \"Access NI Enhanced - Client Evidence of Identity (Volunteer)\"\n            },\n            {\n                \"id\": \"19769\",\n                \"name\": \"COVID-19 Emergency Criminal DBS Enhanced - Client ID\"\n            },\n            {\n                \"id\": \"19770\",\n                \"name\": \"COVID-19 Emergency Criminal - DBS Standard - Client ID\"\n            },\n            {\n                \"id\": \"19883\",\n                \"name\": \"DBS Enhanced – Client Provided Digital Identity\"\n            },\n            {\n                \"id\": \"19889\",\n                \"name\": \"DBS -Basic Test\"\n            },\n            {\n                \"id\": \"19897\",\n                \"name\": \"Just Eat ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19898\",\n                \"name\": \"Uber Eats ANI Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19899\",\n                \"name\": \"Uber Eats DS Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"19900\",\n                \"name\": \"DS Basic Disclosure with Document Collection Evidence of ID 31\"\n            },\n            {\n                \"id\": \"19901\",\n                \"name\": \"service (COVID-19 EOID ROO\"\n            },\n            {\n                \"id\": \"19902\",\n                \"name\": \"Eligibility Questions (ACNI_DS BASIC DRO)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11158\",\n        \"root\": \"GEO\",\n        \"description\": \"Georgia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1684\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1681\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12213\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11174\",\n        \"root\": \"GGY\",\n        \"description\": \"Guernsey\",\n        \"subtypes\": [\n            {\n                \"id\": \"1745\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1744\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16072\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"1738\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12229\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11160\",\n        \"root\": \"GHA\",\n        \"description\": \"Ghana\",\n        \"subtypes\": [\n            {\n                \"id\": \"1698\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1696\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1694\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12216\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11161\",\n        \"root\": \"GIB\",\n        \"description\": \"Gibraltar\",\n        \"subtypes\": [\n            {\n                \"id\": \"1704\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1703\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1699\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12217\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14815\",\n        \"root\": \"GIN\",\n        \"description\": \"Boke\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14816\",\n        \"root\": \"GIN\",\n        \"description\": \"Conakry\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14817\",\n        \"root\": \"GIN\",\n        \"description\": \"Faranah\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11176\",\n        \"root\": \"GIN\",\n        \"description\": \"Guinea\",\n        \"subtypes\": [\n            {\n                \"id\": \"1747\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1746\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14818\",\n        \"root\": \"GIN\",\n        \"description\": \"Kankan\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14819\",\n        \"root\": \"GIN\",\n        \"description\": \"Kindia\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14820\",\n        \"root\": \"GIN\",\n        \"description\": \"Labe\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14821\",\n        \"root\": \"GIN\",\n        \"description\": \"Mamou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14822\",\n        \"root\": \"GIN\",\n        \"description\": \"Nzerekore\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11170\",\n        \"root\": \"GLP\",\n        \"description\": \"Guadeloupe\",\n        \"subtypes\": [\n            {\n                \"id\": \"1729\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15255\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1728\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12226\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11157\",\n        \"root\": \"GMB\",\n        \"description\": \"Gambia, The\",\n        \"subtypes\": [\n            {\n                \"id\": \"1678\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1667\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12212\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11177\",\n        \"root\": \"GNB\",\n        \"description\": \"Guinea-Bissau\",\n        \"subtypes\": [\n            {\n                \"id\": \"1751\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1750\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12232\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11140\",\n        \"root\": \"GNQ\",\n        \"description\": \"Equatorial Guinea\",\n        \"subtypes\": [\n            {\n                \"id\": \"1575\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1574\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12195\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11167\",\n        \"root\": \"GRC\",\n        \"description\": \"Greece\",\n        \"subtypes\": [\n            {\n                \"id\": \"1714\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1712\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1711\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1707\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12223\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11169\",\n        \"root\": \"GRD\",\n        \"description\": \"Grenada\",\n        \"subtypes\": [\n            {\n                \"id\": \"1727\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1726\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"1723\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1722\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12225\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11168\",\n        \"root\": \"GRL\",\n        \"description\": \"Greenland\",\n        \"subtypes\": [\n            {\n                \"id\": \"1721\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1720\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1718\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12224\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11173\",\n        \"root\": \"GTM\",\n        \"description\": \"Guatemala\",\n        \"subtypes\": [\n            {\n                \"id\": \"1737\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1736\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1735\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12228\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11153\",\n        \"root\": \"GUF\",\n        \"description\": \"French Guiana\",\n        \"subtypes\": [\n            {\n                \"id\": \"1647\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1643\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12208\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11171\",\n        \"root\": \"GUM\",\n        \"description\": \"Guam\",\n        \"subtypes\": [\n            {\n                \"id\": \"19829\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11179\",\n        \"root\": \"GUY\",\n        \"description\": \"Guyana\",\n        \"subtypes\": [\n            {\n                \"id\": \"1755\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1753\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1752\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12234\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11187\",\n        \"root\": \"HKG\",\n        \"description\": \"Hong Kong\",\n        \"subtypes\": [\n            {\n                \"id\": \"1835\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1834\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16394\",\n                \"name\": \"Nationwide Court Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12242\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11182\",\n        \"root\": \"HMD\",\n        \"description\": \"Heard Island and McDonald Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"1762\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1761\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12237\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11035\",\n        \"root\": \"HND\",\n        \"description\": \"Atlantida\",\n        \"subtypes\": [\n            {\n                \"id\": \"1768\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1770\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1769\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12091\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11094\",\n        \"root\": \"HND\",\n        \"description\": \"Choluteca\",\n        \"subtypes\": [\n            {\n                \"id\": \"1771\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1776\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1775\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12150\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11106\",\n        \"root\": \"HND\",\n        \"description\": \"Colon\",\n        \"subtypes\": [\n            {\n                \"id\": \"1777\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1779\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1778\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12162\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11109\",\n        \"root\": \"HND\",\n        \"description\": \"Comayagua\",\n        \"subtypes\": [\n            {\n                \"id\": \"1780\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1782\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1781\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12164\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11114\",\n        \"root\": \"HND\",\n        \"description\": \"Copan\",\n        \"subtypes\": [\n            {\n                \"id\": \"1783\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1785\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1784\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12169\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11115\",\n        \"root\": \"HND\",\n        \"description\": \"Cortes\",\n        \"subtypes\": [\n            {\n                \"id\": \"1786\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1790\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1789\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12170\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11137\",\n        \"root\": \"HND\",\n        \"description\": \"El Paraiso\",\n        \"subtypes\": [\n            {\n                \"id\": \"1791\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1793\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1792\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12192\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11152\",\n        \"root\": \"HND\",\n        \"description\": \"Francisco Morazan\",\n        \"subtypes\": [\n            {\n                \"id\": \"1794\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1796\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1795\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12207\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11165\",\n        \"root\": \"HND\",\n        \"description\": \"Gracias a Dios\",\n        \"subtypes\": [\n            {\n                \"id\": \"1797\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1799\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1798\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12221\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14823\",\n        \"root\": \"HND\",\n        \"description\": \"Honduras\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11190\",\n        \"root\": \"HND\",\n        \"description\": \"Intibuca\",\n        \"subtypes\": [\n            {\n                \"id\": \"1800\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1803\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1802\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12245\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11194\",\n        \"root\": \"HND\",\n        \"description\": \"Islas de la Bahia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1804\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1806\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1805\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12249\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11244\",\n        \"root\": \"HND\",\n        \"description\": \"La Paz\",\n        \"subtypes\": [\n            {\n                \"id\": \"1807\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1809\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1808\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12299\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11252\",\n        \"root\": \"HND\",\n        \"description\": \"Lempira\",\n        \"subtypes\": [\n            {\n                \"id\": \"1810\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1812\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1811\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12307\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11338\",\n        \"root\": \"HND\",\n        \"description\": \"Ocotepeque\",\n        \"subtypes\": [\n            {\n                \"id\": \"1813\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1816\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1815\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12392\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11340\",\n        \"root\": \"HND\",\n        \"description\": \"Olancho\",\n        \"subtypes\": [\n            {\n                \"id\": \"1817\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1819\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1818\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12394\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11424\",\n        \"root\": \"HND\",\n        \"description\": \"Santa Barbara\",\n        \"subtypes\": [\n            {\n                \"id\": \"1820\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1822\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1821\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12477\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11516\",\n        \"root\": \"HND\",\n        \"description\": \"Valle\",\n        \"subtypes\": [\n            {\n                \"id\": \"1823\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1825\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1824\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12568\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11531\",\n        \"root\": \"HND\",\n        \"description\": \"Yoro\",\n        \"subtypes\": [\n            {\n                \"id\": \"1826\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1828\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1827\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12582\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11118\",\n        \"root\": \"HRV\",\n        \"description\": \"Croatia\",\n        \"subtypes\": [\n            {\n                \"id\": \"449\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"448\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"447\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"446\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12173\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12174\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11180\",\n        \"root\": \"HTI\",\n        \"description\": \"Haiti\",\n        \"subtypes\": [\n            {\n                \"id\": \"1758\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1757\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1756\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12235\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11188\",\n        \"root\": \"HUN\",\n        \"description\": \"Hungary\",\n        \"subtypes\": [\n            {\n                \"id\": \"1840\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"1837\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1836\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12243\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11009\",\n        \"root\": \"IDN\",\n        \"description\": \"Aceh\",\n        \"subtypes\": [\n            {\n                \"id\": \"9269\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9303\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9337\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9371\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16550\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16551\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16552\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16553\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16554\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16555\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16556\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16557\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16558\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16559\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16560\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16561\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16562\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16563\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16564\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16565\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16566\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16567\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16568\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16569\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16570\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16571\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16572\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16573\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16574\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16575\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16576\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16577\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16578\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16579\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16580\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16581\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16582\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"16583\",\n                \"name\": \"Local Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12066\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11045\",\n        \"root\": \"IDN\",\n        \"description\": \"Bali\",\n        \"subtypes\": [\n            {\n                \"id\": \"9270\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9304\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9338\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9372\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12101\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11046\",\n        \"root\": \"IDN\",\n        \"description\": \"Bangka Belitung\",\n        \"subtypes\": [\n            {\n                \"id\": \"9271\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9305\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9339\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9373\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12102\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11049\",\n        \"root\": \"IDN\",\n        \"description\": \"Banten\",\n        \"subtypes\": [\n            {\n                \"id\": \"9272\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9306\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9340\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9374\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12105\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11054\",\n        \"root\": \"IDN\",\n        \"description\": \"Bengkulu\",\n        \"subtypes\": [\n            {\n                \"id\": \"9273\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9307\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9341\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9375\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12110\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11164\",\n        \"root\": \"IDN\",\n        \"description\": \"Gorontalo\",\n        \"subtypes\": [\n            {\n                \"id\": \"9274\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9308\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9342\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9376\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12220\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11198\",\n        \"root\": \"IDN\",\n        \"description\": \"Jakarta Raya\",\n        \"subtypes\": [\n            {\n                \"id\": \"9301\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9335\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9369\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9403\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12253\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11201\",\n        \"root\": \"IDN\",\n        \"description\": \"Jambi\",\n        \"subtypes\": [\n            {\n                \"id\": \"9275\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9309\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9343\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9377\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12256\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11204\",\n        \"root\": \"IDN\",\n        \"description\": \"Jawa Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9276\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9310\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9344\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9378\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12259\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11205\",\n        \"root\": \"IDN\",\n        \"description\": \"Jawa Tengah\",\n        \"subtypes\": [\n            {\n                \"id\": \"9277\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9311\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9345\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9379\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12260\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11206\",\n        \"root\": \"IDN\",\n        \"description\": \"Jawa Timur\",\n        \"subtypes\": [\n            {\n                \"id\": \"9278\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9312\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9346\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9380\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12261\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11212\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9279\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9313\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9347\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9381\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12267\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11213\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Selatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9280\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9314\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9348\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9382\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12268\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11214\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Tengah\",\n        \"subtypes\": [\n            {\n                \"id\": \"9281\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9315\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9349\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9383\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12269\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11215\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Timur\",\n        \"subtypes\": [\n            {\n                \"id\": \"9282\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9316\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9350\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9384\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12270\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11216\",\n        \"root\": \"IDN\",\n        \"description\": \"Kalimantan Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9283\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9317\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9351\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9385\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12271\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11229\",\n        \"root\": \"IDN\",\n        \"description\": \"Kepulauan Riau\",\n        \"subtypes\": [\n            {\n                \"id\": \"9284\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9318\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9352\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9386\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12284\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11248\",\n        \"root\": \"IDN\",\n        \"description\": \"Lampung\",\n        \"subtypes\": [\n            {\n                \"id\": \"9285\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9319\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9353\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9387\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12303\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11276\",\n        \"root\": \"IDN\",\n        \"description\": \"Maluku\",\n        \"subtypes\": [\n            {\n                \"id\": \"9286\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9320\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9354\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9388\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12331\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11277\",\n        \"root\": \"IDN\",\n        \"description\": \"Maluku Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9287\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9321\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9355\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9389\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12332\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11335\",\n        \"root\": \"IDN\",\n        \"description\": \"Nusa Tenggara Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9288\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9322\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9356\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9390\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12389\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11336\",\n        \"root\": \"IDN\",\n        \"description\": \"Nusa Tenggara Timur\",\n        \"subtypes\": [\n            {\n                \"id\": \"9289\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9323\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9357\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9391\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12390\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11350\",\n        \"root\": \"IDN\",\n        \"description\": \"Papua\",\n        \"subtypes\": [\n            {\n                \"id\": \"9290\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9324\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9358\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9392\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12404\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11351\",\n        \"root\": \"IDN\",\n        \"description\": \"Papua Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9291\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9325\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9359\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9393\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12405\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11396\",\n        \"root\": \"IDN\",\n        \"description\": \"Riau\",\n        \"subtypes\": [\n            {\n                \"id\": \"9292\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9326\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9360\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9394\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12449\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11459\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9293\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9327\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9361\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9395\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12512\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11460\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Selatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9294\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9328\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9362\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9396\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12513\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11461\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Tengah\",\n        \"subtypes\": [\n            {\n                \"id\": \"9295\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9329\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9363\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9397\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12514\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11462\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Tenggara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9296\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9330\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9364\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9398\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12515\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11463\",\n        \"root\": \"IDN\",\n        \"description\": \"Sulawesi Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9297\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9331\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9365\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9399\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12516\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11464\",\n        \"root\": \"IDN\",\n        \"description\": \"Sumatera Barat\",\n        \"subtypes\": [\n            {\n                \"id\": \"9298\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9332\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9366\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9400\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12517\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11465\",\n        \"root\": \"IDN\",\n        \"description\": \"Sumatera Selatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9299\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9333\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9367\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9401\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12518\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11466\",\n        \"root\": \"IDN\",\n        \"description\": \"Sumatera Utara\",\n        \"subtypes\": [\n            {\n                \"id\": \"9300\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9334\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9368\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9402\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12519\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11530\",\n        \"root\": \"IDN\",\n        \"description\": \"Yogyakarta\",\n        \"subtypes\": [\n            {\n                \"id\": \"9302\",\n                \"name\": \"Local Police Crminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9336\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9370\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9404\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12581\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11195\",\n        \"root\": \"IMN\",\n        \"description\": \"Isle of Man\",\n        \"subtypes\": [\n            {\n                \"id\": \"7602\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7599\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16073\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"7598\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12250\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"16301\",\n        \"root\": \"IND\",\n        \"description\": \"India\",\n        \"subtypes\": [\n            {\n                \"id\": \"19803\",\n                \"name\": \"Nationwide Court Criminal History Check\"\n            },\n            {\n                \"id\": \"19804\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"19799\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"19800\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"19798\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"19801\",\n                \"name\": \"Local Court Criminal History Check\"\n            },\n            {\n                \"id\": \"19905\",\n                \"name\": \"Criminal Record Discovery\"\n            },\n            {\n                \"id\": \"19802\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11064\",\n        \"root\": \"IOT\",\n        \"description\": \"British Indian Ocean Territory\",\n        \"subtypes\": [\n            {\n                \"id\": \"266\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"265\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12120\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11193\",\n        \"root\": \"IRL\",\n        \"description\": \"Ireland\",\n        \"subtypes\": [\n            {\n                \"id\": \"7596\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7597\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12248\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11191\",\n        \"root\": \"IRN\",\n        \"description\": \"Iran\",\n        \"subtypes\": [\n            {\n                \"id\": \"7593\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7592\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12246\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11192\",\n        \"root\": \"IRQ\",\n        \"description\": \"Iraq\",\n        \"subtypes\": [\n            {\n                \"id\": \"7595\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7594\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12247\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11189\",\n        \"root\": \"ISL\",\n        \"description\": \"Iceland\",\n        \"subtypes\": [\n            {\n                \"id\": \"1848\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"1843\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"1842\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1841\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12244\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11196\",\n        \"root\": \"ISR\",\n        \"description\": \"Israel\",\n        \"subtypes\": [\n            {\n                \"id\": \"7747\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7748\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12251\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11197\",\n        \"root\": \"ITA\",\n        \"description\": \"Italy\",\n        \"subtypes\": [\n            {\n                \"id\": \"7756\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7752\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7751\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7750\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12252\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11200\",\n        \"root\": \"JAM\",\n        \"description\": \"Jamaica\",\n        \"subtypes\": [\n            {\n                \"id\": \"7761\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7760\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"7759\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7758\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7757\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12255\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11207\",\n        \"root\": \"JEY\",\n        \"description\": \"Jersey\",\n        \"subtypes\": [\n            {\n                \"id\": \"7766\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7765\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"16074\",\n                \"name\": \"Basic Disclosure with Client Evidence of ID\"\n            },\n            {\n                \"id\": \"7764\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12262\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11210\",\n        \"root\": \"JOR\",\n        \"description\": \"Jordan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7770\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7769\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"7768\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7767\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12265\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11203\",\n        \"root\": \"JPN\",\n        \"description\": \"Japan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7762\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7763\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12258\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11227\",\n        \"root\": \"KAZ\",\n        \"description\": \"Kazakhstan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7772\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7771\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12282\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11228\",\n        \"root\": \"KEN\",\n        \"description\": \"Kenya\",\n        \"subtypes\": [\n            {\n                \"id\": \"7775\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"16054\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7774\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7773\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12283\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11242\",\n        \"root\": \"KGZ\",\n        \"description\": \"Kyrgyzstan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7785\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7784\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12297\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11039\",\n        \"root\": \"KHM\",\n        \"description\": \"Baat Dambang\",\n        \"subtypes\": [\n            {\n                \"id\": \"288\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"290\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"289\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12095\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11048\",\n        \"root\": \"KHM\",\n        \"description\": \"Banteay Mean Chey\",\n        \"subtypes\": [\n            {\n                \"id\": \"291\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"293\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"292\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12104\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11218\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Chaam\",\n        \"subtypes\": [\n            {\n                \"id\": \"294\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"296\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"295\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12273\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11219\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Chhnang\",\n        \"subtypes\": [\n            {\n                \"id\": \"297\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"299\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"298\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12274\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11220\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Spueu\",\n        \"subtypes\": [\n            {\n                \"id\": \"300\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"302\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"301\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12275\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11221\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampong Thum\",\n        \"subtypes\": [\n            {\n                \"id\": \"303\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"305\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"304\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12276\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11222\",\n        \"root\": \"KHM\",\n        \"description\": \"Kampot\",\n        \"subtypes\": [\n            {\n                \"id\": \"306\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"308\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"307\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12277\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11224\",\n        \"root\": \"KHM\",\n        \"description\": \"Kandaal\",\n        \"subtypes\": [\n            {\n                \"id\": \"309\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"311\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"310\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12279\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11225\",\n        \"root\": \"KHM\",\n        \"description\": \"Kaoh Kong\",\n        \"subtypes\": [\n            {\n                \"id\": \"312\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"314\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"313\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12280\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11235\",\n        \"root\": \"KHM\",\n        \"description\": \"Kracheh\",\n        \"subtypes\": [\n            {\n                \"id\": \"315\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"317\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"316\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12290\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11236\",\n        \"root\": \"KHM\",\n        \"description\": \"Krong Kaeb\",\n        \"subtypes\": [\n            {\n                \"id\": \"276\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"278\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"277\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12291\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11237\",\n        \"root\": \"KHM\",\n        \"description\": \"Krong Pailin\",\n        \"subtypes\": [\n            {\n                \"id\": \"279\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"281\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"280\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12292\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11238\",\n        \"root\": \"KHM\",\n        \"description\": \"Krong Preah Sihanouk\",\n        \"subtypes\": [\n            {\n                \"id\": \"282\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"284\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"283\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12293\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11297\",\n        \"root\": \"KHM\",\n        \"description\": \"Mondol Kiri\",\n        \"subtypes\": [\n            {\n                \"id\": \"318\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"320\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"319\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12352\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12353\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11343\",\n        \"root\": \"KHM\",\n        \"description\": \"Otdar Mean Chey\",\n        \"subtypes\": [\n            {\n                \"id\": \"321\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"323\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"322\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12397\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11370\",\n        \"root\": \"KHM\",\n        \"description\": \"Phnom Penh\",\n        \"subtypes\": [\n            {\n                \"id\": \"285\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"287\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"286\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12424\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11379\",\n        \"root\": \"KHM\",\n        \"description\": \"Pousaat\",\n        \"subtypes\": [\n            {\n                \"id\": \"324\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"326\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"325\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12433\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11382\",\n        \"root\": \"KHM\",\n        \"description\": \"Preah Vihear\",\n        \"subtypes\": [\n            {\n                \"id\": \"327\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"329\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"328\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12436\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11383\",\n        \"root\": \"KHM\",\n        \"description\": \"Prey Veaeng\",\n        \"subtypes\": [\n            {\n                \"id\": \"330\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"332\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"331\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12437\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11406\",\n        \"root\": \"KHM\",\n        \"description\": \"Rotanak Kiri\",\n        \"subtypes\": [\n            {\n                \"id\": \"333\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"335\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"334\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12459\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11437\",\n        \"root\": \"KHM\",\n        \"description\": \"Siem Reab\",\n        \"subtypes\": [\n            {\n                \"id\": \"336\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"338\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"337\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12490\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11456\",\n        \"root\": \"KHM\",\n        \"description\": \"Stueng Traeng\",\n        \"subtypes\": [\n            {\n                \"id\": \"339\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"341\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"340\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12509\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11471\",\n        \"root\": \"KHM\",\n        \"description\": \"Svaay Rieng\",\n        \"subtypes\": [\n            {\n                \"id\": \"342\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"344\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"343\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12524\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11477\",\n        \"root\": \"KHM\",\n        \"description\": \"Taakaev\",\n        \"subtypes\": [\n            {\n                \"id\": \"345\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"347\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"346\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12530\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11232\",\n        \"root\": \"KIR\",\n        \"description\": \"Kiribati\",\n        \"subtypes\": [\n            {\n                \"id\": \"7777\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7776\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12287\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11412\",\n        \"root\": \"KNA\",\n        \"description\": \"Saint Kitts and Nevis\",\n        \"subtypes\": [\n            {\n                \"id\": \"8431\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15256\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8430\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12465\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11452\",\n        \"root\": \"KOR\",\n        \"description\": \"Korea, South\",\n        \"subtypes\": [\n            {\n                \"id\": \"8489\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8488\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8487\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12505\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11241\",\n        \"root\": \"KWT\",\n        \"description\": \"Kuwait\",\n        \"subtypes\": [\n            {\n                \"id\": \"7783\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7782\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12296\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11249\",\n        \"root\": \"LAO\",\n        \"description\": \"Laos\",\n        \"subtypes\": [\n            {\n                \"id\": \"7787\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7786\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12304\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11251\",\n        \"root\": \"LBN\",\n        \"description\": \"Lebanon\",\n        \"subtypes\": [\n            {\n                \"id\": \"7793\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7792\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7791\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12306\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11255\",\n        \"root\": \"LBR\",\n        \"description\": \"Liberia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7797\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7796\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12310\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11256\",\n        \"root\": \"LBY\",\n        \"description\": \"Libya\",\n        \"subtypes\": [\n            {\n                \"id\": \"7799\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7798\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12311\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11413\",\n        \"root\": \"LCA\",\n        \"description\": \"Saint Lucia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8434\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"16703\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8433\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8432\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12466\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11257\",\n        \"root\": \"LIE\",\n        \"description\": \"Liechtenstein\",\n        \"subtypes\": [\n            {\n                \"id\": \"7801\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7800\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12312\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11455\",\n        \"root\": \"LKA\",\n        \"description\": \"Sri Lanka\",\n        \"subtypes\": [\n            {\n                \"id\": \"8499\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8498\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8497\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8496\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12508\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11254\",\n        \"root\": \"LSO\",\n        \"description\": \"Lesotho\",\n        \"subtypes\": [\n            {\n                \"id\": \"7795\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7794\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12309\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11258\",\n        \"root\": \"LTU\",\n        \"description\": \"Lithuania\",\n        \"subtypes\": [\n            {\n                \"id\": \"7804\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7803\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7802\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12313\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11262\",\n        \"root\": \"LUX\",\n        \"description\": \"Luxembourg\",\n        \"subtypes\": [\n            {\n                \"id\": \"7807\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7806\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7805\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12317\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11250\",\n        \"root\": \"LVA\",\n        \"description\": \"Latvia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7790\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7789\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7788\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12305\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11263\",\n        \"root\": \"MAC\",\n        \"description\": \"Macau\",\n        \"subtypes\": [\n            {\n                \"id\": \"7809\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15282\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7808\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12318\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11414\",\n        \"root\": \"MAF\",\n        \"description\": \"Saint Martin\",\n        \"subtypes\": [\n            {\n                \"id\": \"8436\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15257\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8435\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12467\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11302\",\n        \"root\": \"MAR\",\n        \"description\": \"Morocco\",\n        \"subtypes\": [\n            {\n                \"id\": \"8189\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8188\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8187\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12357\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11296\",\n        \"root\": \"MCO\",\n        \"description\": \"Monaco\",\n        \"subtypes\": [\n            {\n                \"id\": \"8178\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8177\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8176\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8175\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12351\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11295\",\n        \"root\": \"MDA\",\n        \"description\": \"Moldova\",\n        \"subtypes\": [\n            {\n                \"id\": \"8174\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8173\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8172\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12350\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11265\",\n        \"root\": \"MDG\",\n        \"description\": \"Madagascar\",\n        \"subtypes\": [\n            {\n                \"id\": \"7815\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7814\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12320\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11273\",\n        \"root\": \"MDV\",\n        \"description\": \"Maldives\",\n        \"subtypes\": [\n            {\n                \"id\": \"7826\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7825\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7824\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12328\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12329\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11012\",\n        \"root\": \"MEX\",\n        \"description\": \"Aguascalientes\",\n        \"subtypes\": [\n            {\n                \"id\": \"7963\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7966\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7965\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7964\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7967\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12069\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11043\",\n        \"root\": \"MEX\",\n        \"description\": \"Baja California Norte\",\n        \"subtypes\": [\n            {\n                \"id\": \"7843\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7846\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7845\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7844\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7847\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12099\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11044\",\n        \"root\": \"MEX\",\n        \"description\": \"Baja California Sur\",\n        \"subtypes\": [\n            {\n                \"id\": \"7968\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7973\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7972\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7970\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7977\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12100\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11072\",\n        \"root\": \"MEX\",\n        \"description\": \"Campeche\",\n        \"subtypes\": [\n            {\n                \"id\": \"7848\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7851\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7850\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7849\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7852\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12128\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11088\",\n        \"root\": \"MEX\",\n        \"description\": \"Chiapas\",\n        \"subtypes\": [\n            {\n                \"id\": \"7978\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8100\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8093\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8066\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8101\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12144\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11089\",\n        \"root\": \"MEX\",\n        \"description\": \"Chihuahua\",\n        \"subtypes\": [\n            {\n                \"id\": \"7853\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7856\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7855\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7854\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7857\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12145\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"13189\",\n        \"root\": \"MEX\",\n        \"description\": \"Ciudad de Mexico\",\n        \"subtypes\": [\n            {\n                \"id\": \"12184\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11100\",\n        \"root\": \"MEX\",\n        \"description\": \"Coahuila\",\n        \"subtypes\": [\n            {\n                \"id\": \"7858\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7861\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7860\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7859\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7862\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12156\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11104\",\n        \"root\": \"MEX\",\n        \"description\": \"Colima\",\n        \"subtypes\": [\n            {\n                \"id\": \"8102\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8106\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8105\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8103\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8131\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12160\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11129\",\n        \"root\": \"MEX\",\n        \"description\": \"Distrito Federal\",\n        \"subtypes\": [\n            {\n                \"id\": \"7863\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7866\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7865\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7864\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7867\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11133\",\n        \"root\": \"MEX\",\n        \"description\": \"Durango\",\n        \"subtypes\": [\n            {\n                \"id\": \"8140\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8143\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8142\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8141\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8144\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12188\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11143\",\n        \"root\": \"MEX\",\n        \"description\": \"Estado de Mexico\",\n        \"subtypes\": [\n            {\n                \"id\": \"8145\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8148\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8147\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8146\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8149\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12198\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11172\",\n        \"root\": \"MEX\",\n        \"description\": \"Guanajuato\",\n        \"subtypes\": [\n            {\n                \"id\": \"7868\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7871\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7870\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7869\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7872\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12227\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11175\",\n        \"root\": \"MEX\",\n        \"description\": \"Guerrero\",\n        \"subtypes\": [\n            {\n                \"id\": \"7873\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7876\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7875\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7874\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7877\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12230\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            },\n            {\n                \"id\": \"12231\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11184\",\n        \"root\": \"MEX\",\n        \"description\": \"Hidalgo\",\n        \"subtypes\": [\n            {\n                \"id\": \"7878\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7881\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7880\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7879\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7882\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12239\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11199\",\n        \"root\": \"MEX\",\n        \"description\": \"Jalisco\",\n        \"subtypes\": [\n            {\n                \"id\": \"7883\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7886\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7885\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7884\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7887\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12254\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11291\",\n        \"root\": \"MEX\",\n        \"description\": \"Michoacan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7888\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7891\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7890\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7889\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7892\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12346\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11301\",\n        \"root\": \"MEX\",\n        \"description\": \"Morelos\",\n        \"subtypes\": [\n            {\n                \"id\": \"7893\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7896\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7895\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7894\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7897\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12356\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11317\",\n        \"root\": \"MEX\",\n        \"description\": \"Nayarit\",\n        \"subtypes\": [\n            {\n                \"id\": \"7898\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7901\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7900\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7899\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7902\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12372\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11334\",\n        \"root\": \"MEX\",\n        \"description\": \"Nuevo Leon\",\n        \"subtypes\": [\n            {\n                \"id\": \"7903\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7906\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7905\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7904\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7907\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12388\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11337\",\n        \"root\": \"MEX\",\n        \"description\": \"Oaxaca\",\n        \"subtypes\": [\n            {\n                \"id\": \"7908\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7911\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7910\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7909\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7912\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12391\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11385\",\n        \"root\": \"MEX\",\n        \"description\": \"Puebla\",\n        \"subtypes\": [\n            {\n                \"id\": \"7913\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7916\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7915\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7914\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7917\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12439\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11389\",\n        \"root\": \"MEX\",\n        \"description\": \"Queretaro\",\n        \"subtypes\": [\n            {\n                \"id\": \"8150\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8153\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8152\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8151\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8154\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12442\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11390\",\n        \"root\": \"MEX\",\n        \"description\": \"Quintana Roo\",\n        \"subtypes\": [\n            {\n                \"id\": \"7918\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7921\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7920\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7919\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7922\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12443\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11422\",\n        \"root\": \"MEX\",\n        \"description\": \"San Luis Potosi\",\n        \"subtypes\": [\n            {\n                \"id\": \"7923\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7926\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7925\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7924\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7927\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12475\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11440\",\n        \"root\": \"MEX\",\n        \"description\": \"Sinaloa\",\n        \"subtypes\": [\n            {\n                \"id\": \"7928\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7931\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7930\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7929\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7932\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12493\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11449\",\n        \"root\": \"MEX\",\n        \"description\": \"Sonora\",\n        \"subtypes\": [\n            {\n                \"id\": \"7933\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7936\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7935\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7934\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7937\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12502\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11478\",\n        \"root\": \"MEX\",\n        \"description\": \"Tabasco\",\n        \"subtypes\": [\n            {\n                \"id\": \"7938\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7941\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7940\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7939\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7942\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12531\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11482\",\n        \"root\": \"MEX\",\n        \"description\": \"Tamaulipas\",\n        \"subtypes\": [\n            {\n                \"id\": \"8155\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8158\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"8157\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8156\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8168\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12535\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11488\",\n        \"root\": \"MEX\",\n        \"description\": \"Tlaxcala\",\n        \"subtypes\": [\n            {\n                \"id\": \"7943\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7946\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7945\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7944\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7947\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12541\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11519\",\n        \"root\": \"MEX\",\n        \"description\": \"Veracruz\",\n        \"subtypes\": [\n            {\n                \"id\": \"7948\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7951\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7950\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7949\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7952\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12571\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11532\",\n        \"root\": \"MEX\",\n        \"description\": \"Yucatan\",\n        \"subtypes\": [\n            {\n                \"id\": \"7953\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7956\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7955\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7954\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7957\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12583\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11533\",\n        \"root\": \"MEX\",\n        \"description\": \"Zacatecas\",\n        \"subtypes\": [\n            {\n                \"id\": \"7958\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7961\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate\"\n            },\n            {\n                \"id\": \"7960\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7959\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7962\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12584\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11281\",\n        \"root\": \"MHL\",\n        \"description\": \"Marshall Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"7833\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7832\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12336\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11264\",\n        \"root\": \"MKD\",\n        \"description\": \"Macedonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7813\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7812\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7811\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7810\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12319\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14824\",\n        \"root\": \"MLI\",\n        \"description\": \"Bamako\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14825\",\n        \"root\": \"MLI\",\n        \"description\": \"Gao\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14826\",\n        \"root\": \"MLI\",\n        \"description\": \"Kayes\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14827\",\n        \"root\": \"MLI\",\n        \"description\": \"Kidal\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14828\",\n        \"root\": \"MLI\",\n        \"description\": \"Koulikoro\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11274\",\n        \"root\": \"MLI\",\n        \"description\": \"Mali\",\n        \"subtypes\": [\n            {\n                \"id\": \"7828\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7827\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14829\",\n        \"root\": \"MLI\",\n        \"description\": \"Mopti\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14830\",\n        \"root\": \"MLI\",\n        \"description\": \"Segou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14831\",\n        \"root\": \"MLI\",\n        \"description\": \"Sikasso\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14832\",\n        \"root\": \"MLI\",\n        \"description\": \"Tombouctou\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11275\",\n        \"root\": \"MLT\",\n        \"description\": \"Malta\",\n        \"subtypes\": [\n            {\n                \"id\": \"7831\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7830\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7829\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12330\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11305\",\n        \"root\": \"MMR\",\n        \"description\": \"Myanmar\",\n        \"subtypes\": [\n            {\n                \"id\": \"8193\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8192\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12360\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11299\",\n        \"root\": \"MNE\",\n        \"description\": \"Montenegro\",\n        \"subtypes\": [\n            {\n                \"id\": \"8184\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8183\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8182\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12354\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14833\",\n        \"root\": \"MNG\",\n        \"description\": \"Arhangay\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14834\",\n        \"root\": \"MNG\",\n        \"description\": \"Bayan-Olgiy\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14835\",\n        \"root\": \"MNG\",\n        \"description\": \"Bayanhongor\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14836\",\n        \"root\": \"MNG\",\n        \"description\": \"Bulgan\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14837\",\n        \"root\": \"MNG\",\n        \"description\": \"Darhan uul\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14838\",\n        \"root\": \"MNG\",\n        \"description\": \"Dornod\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14839\",\n        \"root\": \"MNG\",\n        \"description\": \"Dornogovi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14840\",\n        \"root\": \"MNG\",\n        \"description\": \"Dundgovi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14841\",\n        \"root\": \"MNG\",\n        \"description\": \"Dzavhan\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14842\",\n        \"root\": \"MNG\",\n        \"description\": \"Govi-Altay\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14843\",\n        \"root\": \"MNG\",\n        \"description\": \"Govi-Sumber\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14844\",\n        \"root\": \"MNG\",\n        \"description\": \"Hentiy\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14845\",\n        \"root\": \"MNG\",\n        \"description\": \"Hovd\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14846\",\n        \"root\": \"MNG\",\n        \"description\": \"Hovsgol\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11298\",\n        \"root\": \"MNG\",\n        \"description\": \"Mongolia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8181\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8180\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8179\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"14847\",\n        \"root\": \"MNG\",\n        \"description\": \"Omnogovi\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14848\",\n        \"root\": \"MNG\",\n        \"description\": \"Orhon\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14849\",\n        \"root\": \"MNG\",\n        \"description\": \"Ovorhangay\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14850\",\n        \"root\": \"MNG\",\n        \"description\": \"Selenge\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14851\",\n        \"root\": \"MNG\",\n        \"description\": \"Suhbaatar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14852\",\n        \"root\": \"MNG\",\n        \"description\": \"Tov\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14853\",\n        \"root\": \"MNG\",\n        \"description\": \"Ulaanbaatar\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"14854\",\n        \"root\": \"MNG\",\n        \"description\": \"Uvs\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11331\",\n        \"root\": \"MNP\",\n        \"description\": \"Northern Mariana Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"19831\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11303\",\n        \"root\": \"MOZ\",\n        \"description\": \"Mozambique\",\n        \"subtypes\": [\n            {\n                \"id\": \"8191\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8190\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12358\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11287\",\n        \"root\": \"MRT\",\n        \"description\": \"Mauritania\",\n        \"subtypes\": [\n            {\n                \"id\": \"7837\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7836\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12342\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11300\",\n        \"root\": \"MSR\",\n        \"description\": \"Montserrat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8186\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8185\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12355\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11282\",\n        \"root\": \"MTQ\",\n        \"description\": \"Martinique\",\n        \"subtypes\": [\n            {\n                \"id\": \"7835\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15254\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"7834\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12337\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11288\",\n        \"root\": \"MUS\",\n        \"description\": \"Mauritius\",\n        \"subtypes\": [\n            {\n                \"id\": \"7840\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7839\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7838\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12343\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11271\",\n        \"root\": \"MWI\",\n        \"description\": \"Malawi\",\n        \"subtypes\": [\n            {\n                \"id\": \"7818\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7817\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7816\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12326\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11272\",\n        \"root\": \"MYS\",\n        \"description\": \"Malaysia\",\n        \"subtypes\": [\n            {\n                \"id\": \"7823\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"7822\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"15228\",\n                \"name\": \"Anti-Corruption (MACC)\"\n            },\n            {\n                \"id\": \"7821\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"7820\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7819\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12327\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11289\",\n        \"root\": \"MYT\",\n        \"description\": \"Mayotte\",\n        \"subtypes\": [\n            {\n                \"id\": \"7842\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"7841\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12344\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11313\",\n        \"root\": \"NAM\",\n        \"description\": \"Namibia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8197\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8196\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8195\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8194\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12368\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11320\",\n        \"root\": \"NCL\",\n        \"description\": \"New Caledonia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8209\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8208\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12375\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11323\",\n        \"root\": \"NER\",\n        \"description\": \"Niger\",\n        \"subtypes\": [\n            {\n                \"id\": \"8277\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8276\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12378\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11329\",\n        \"root\": \"NFK\",\n        \"description\": \"Norfolk Island\",\n        \"subtypes\": [\n            {\n                \"id\": \"8286\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8285\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12384\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11324\",\n        \"root\": \"NGA\",\n        \"description\": \"Nigeria\",\n        \"subtypes\": [\n            {\n                \"id\": \"8280\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8281\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8282\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8279\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8278\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12379\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11033\",\n        \"root\": \"NIC\",\n        \"description\": \"Atlantico Norte\",\n        \"subtypes\": [\n            {\n                \"id\": \"8262\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8264\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8263\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12089\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11034\",\n        \"root\": \"NIC\",\n        \"description\": \"Atlantico Sur\",\n        \"subtypes\": [\n            {\n                \"id\": \"8265\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8275\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8266\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12090\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11059\",\n        \"root\": \"NIC\",\n        \"description\": \"Boaco\",\n        \"subtypes\": [\n            {\n                \"id\": \"8214\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8216\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8215\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12115\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11075\",\n        \"root\": \"NIC\",\n        \"description\": \"Carazo\",\n        \"subtypes\": [\n            {\n                \"id\": \"8217\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8219\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8218\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12131\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11092\",\n        \"root\": \"NIC\",\n        \"description\": \"Chinandega\",\n        \"subtypes\": [\n            {\n                \"id\": \"8220\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8222\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8221\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12148\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11096\",\n        \"root\": \"NIC\",\n        \"description\": \"Chontales\",\n        \"subtypes\": [\n            {\n                \"id\": \"8223\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8225\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8224\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12152\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11144\",\n        \"root\": \"NIC\",\n        \"description\": \"Esteli\",\n        \"subtypes\": [\n            {\n                \"id\": \"8226\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8228\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8227\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12199\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11166\",\n        \"root\": \"NIC\",\n        \"description\": \"Granada\",\n        \"subtypes\": [\n            {\n                \"id\": \"8229\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8231\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8230\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12222\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11209\",\n        \"root\": \"NIC\",\n        \"description\": \"Jinotega\",\n        \"subtypes\": [\n            {\n                \"id\": \"8232\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8235\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8233\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12264\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11253\",\n        \"root\": \"NIC\",\n        \"description\": \"Leon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8237\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8239\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8238\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12308\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11267\",\n        \"root\": \"NIC\",\n        \"description\": \"Madriz\",\n        \"subtypes\": [\n            {\n                \"id\": \"8240\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8242\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8241\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12322\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11278\",\n        \"root\": \"NIC\",\n        \"description\": \"Managua\",\n        \"subtypes\": [\n            {\n                \"id\": \"8243\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8245\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8244\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12333\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11283\",\n        \"root\": \"NIC\",\n        \"description\": \"Masaya\",\n        \"subtypes\": [\n            {\n                \"id\": \"8246\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8248\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8247\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12338\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11284\",\n        \"root\": \"NIC\",\n        \"description\": \"Matagalpa\",\n        \"subtypes\": [\n            {\n                \"id\": \"8249\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8252\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8251\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12339\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11333\",\n        \"root\": \"NIC\",\n        \"description\": \"Nueva Segovia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8253\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8255\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8254\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12387\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11400\",\n        \"root\": \"NIC\",\n        \"description\": \"Rio San Juan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8256\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8258\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8257\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12453\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11401\",\n        \"root\": \"NIC\",\n        \"description\": \"Rivas\",\n        \"subtypes\": [\n            {\n                \"id\": \"8259\",\n                \"name\": \"Local Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8261\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8260\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12454\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11325\",\n        \"root\": \"NIU\",\n        \"description\": \"Niue\",\n        \"subtypes\": [\n            {\n                \"id\": \"8284\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8283\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12380\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11319\",\n        \"root\": \"NLD\",\n        \"description\": \"Netherlands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8207\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8206\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8205\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8204\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12374\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11332\",\n        \"root\": \"NOR\",\n        \"description\": \"Norway\",\n        \"subtypes\": [\n            {\n                \"id\": \"8294\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8293\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8292\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12386\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11318\",\n        \"root\": \"NPL\",\n        \"description\": \"Nepal\",\n        \"subtypes\": [\n            {\n                \"id\": \"8203\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8202\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8201\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8200\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12373\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11316\",\n        \"root\": \"NRU\",\n        \"description\": \"Nauru\",\n        \"subtypes\": [\n            {\n                \"id\": \"8199\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8198\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12371\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11321\",\n        \"root\": \"NZL\",\n        \"description\": \"New Zealand\",\n        \"subtypes\": [\n            {\n                \"id\": \"8212\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8213\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8211\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8210\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16304\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12376\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11341\",\n        \"root\": \"OMN\",\n        \"description\": \"Oman\",\n        \"subtypes\": [\n            {\n                \"id\": \"8298\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8297\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8296\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8295\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12395\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11344\",\n        \"root\": \"PAK\",\n        \"description\": \"Pakistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8301\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8300\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8299\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12398\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11060\",\n        \"root\": \"PAN\",\n        \"description\": \"Bocas del Toro\",\n        \"subtypes\": [\n            {\n                \"id\": \"8307\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8309\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8310\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8308\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11093\",\n        \"root\": \"PAN\",\n        \"description\": \"Chiriqui\",\n        \"subtypes\": [\n            {\n                \"id\": \"8311\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8313\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8314\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8312\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11102\",\n        \"root\": \"PAN\",\n        \"description\": \"Cocle\",\n        \"subtypes\": [\n            {\n                \"id\": \"8315\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8317\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8318\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8316\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11107\",\n        \"root\": \"PAN\",\n        \"description\": \"Colon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8319\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8321\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8322\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8320\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11108\",\n        \"root\": \"PAN\",\n        \"description\": \"Comarca de San Blas\",\n        \"subtypes\": []\n    },\n    {\n        \"id\": \"11125\",\n        \"root\": \"PAN\",\n        \"description\": \"Darien\",\n        \"subtypes\": [\n            {\n                \"id\": \"8323\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8325\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8326\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8324\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11139\",\n        \"root\": \"PAN\",\n        \"description\": \"Embera\",\n        \"subtypes\": [\n            {\n                \"id\": \"8381\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8383\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8384\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8382\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11183\",\n        \"root\": \"PAN\",\n        \"description\": \"Herrera\",\n        \"subtypes\": [\n            {\n                \"id\": \"8327\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8329\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8330\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8328\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11240\",\n        \"root\": \"PAN\",\n        \"description\": \"Kuna Yala\",\n        \"subtypes\": [\n            {\n                \"id\": \"8385\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8387\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8388\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8386\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11261\",\n        \"root\": \"PAN\",\n        \"description\": \"Los Santos\",\n        \"subtypes\": [\n            {\n                \"id\": \"8331\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8337\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8347\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8332\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11322\",\n        \"root\": \"PAN\",\n        \"description\": \"Ngobe-Bugle\",\n        \"subtypes\": [\n            {\n                \"id\": \"8389\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8391\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8392\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8390\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11347\",\n        \"root\": \"PAN\",\n        \"description\": \"Panama\",\n        \"subtypes\": [\n            {\n                \"id\": \"8350\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8352\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8353\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8351\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12401\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11348\",\n        \"root\": \"PAN\",\n        \"description\": \"Panama Oeste\",\n        \"subtypes\": [\n            {\n                \"id\": \"8360\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8379\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8380\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8377\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11520\",\n        \"root\": \"PAN\",\n        \"description\": \"Veraguas\",\n        \"subtypes\": [\n            {\n                \"id\": \"8354\",\n                \"name\": \"Local Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8356\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8357\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8355\",\n                \"name\": \"Declaration\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11375\",\n        \"root\": \"PCN\",\n        \"description\": \"Pitcairn Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8405\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8404\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12429\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11360\",\n        \"root\": \"PER\",\n        \"description\": \"Peru\",\n        \"subtypes\": [\n            {\n                \"id\": \"8400\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8399\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8398\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12414\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11368\",\n        \"root\": \"PHL\",\n        \"description\": \"Philippines\",\n        \"subtypes\": [\n            {\n                \"id\": \"8403\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8402\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8401\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12422\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11345\",\n        \"root\": \"PLW\",\n        \"description\": \"Palau\",\n        \"subtypes\": [\n            {\n                \"id\": \"8304\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"16090\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8303\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8302\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12399\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11352\",\n        \"root\": \"PNG\",\n        \"description\": \"Papua New Guinea\",\n        \"subtypes\": [\n            {\n                \"id\": \"8394\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"15306\",\n                \"name\": \"Nationwide Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8393\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12406\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11376\",\n        \"root\": \"POL\",\n        \"description\": \"Poland\",\n        \"subtypes\": [\n            {\n                \"id\": \"8409\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8408\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8407\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8406\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16043\",\n                \"name\": \"Sex Offender Registry\"\n            },\n            {\n                \"id\": \"12430\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11386\",\n        \"root\": \"PRI\",\n        \"description\": \"Puerto Rico\",\n        \"subtypes\": [\n            {\n                \"id\": \"19827\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11330\",\n        \"root\": \"PRK\",\n        \"description\": \"Korea, North\",\n        \"subtypes\": [\n            {\n                \"id\": \"8291\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8290\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12385\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11377\",\n        \"root\": \"PRT\",\n        \"description\": \"Portugal\",\n        \"subtypes\": [\n            {\n                \"id\": \"8410\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"8411\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8412\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"12431\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11354\",\n        \"root\": \"PRY\",\n        \"description\": \"Paraguay\",\n        \"subtypes\": [\n            {\n                \"id\": \"8397\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8396\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8395\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12408\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11346\",\n        \"root\": \"PSE\",\n        \"description\": \"Palestine\",\n        \"subtypes\": [\n            {\n                \"id\": \"8306\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8305\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12400\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11154\",\n        \"root\": \"PYF\",\n        \"description\": \"French Polynesia\",\n        \"subtypes\": [\n            {\n                \"id\": \"1653\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1649\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12209\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11388\",\n        \"root\": \"QAT\",\n        \"description\": \"Qatar\",\n        \"subtypes\": [\n            {\n                \"id\": \"8415\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8414\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8413\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12441\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11395\",\n        \"root\": \"REU\",\n        \"description\": \"Reunion\",\n        \"subtypes\": [\n            {\n                \"id\": \"8417\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8416\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12448\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11403\",\n        \"root\": \"ROM\",\n        \"description\": \"Romania\",\n        \"subtypes\": [\n            {\n                \"id\": \"8420\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8419\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8418\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12456\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11407\",\n        \"root\": \"RUS\",\n        \"description\": \"Russia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8423\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"15203\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8422\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8421\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12460\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11408\",\n        \"root\": \"RWA\",\n        \"description\": \"Rwanda\",\n        \"subtypes\": [\n            {\n                \"id\": \"8425\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8424\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12461\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11431\",\n        \"root\": \"SAU\",\n        \"description\": \"Saudi Arabia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8454\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8453\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8452\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8451\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12484\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11457\",\n        \"root\": \"SDN\",\n        \"description\": \"Sudan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8501\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8500\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12510\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11432\",\n        \"root\": \"SEN\",\n        \"description\": \"Senegal\",\n        \"subtypes\": [\n            {\n                \"id\": \"8456\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8455\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12485\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11442\",\n        \"root\": \"SGP\",\n        \"description\": \"Singapore\",\n        \"subtypes\": [\n            {\n                \"id\": \"8465\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8466\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"17264\",\n                \"name\": \"Singapore Reported Criminal Activity \"\n            },\n            {\n                \"id\": \"12495\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11451\",\n        \"root\": \"SGS\",\n        \"description\": \"South Georgia and South Sandwich Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8486\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8485\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12504\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11411\",\n        \"root\": \"SHN\",\n        \"description\": \"Saint Helena\",\n        \"subtypes\": [\n            {\n                \"id\": \"8429\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8428\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12464\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11472\",\n        \"root\": \"SJM\",\n        \"description\": \"Svalbard and Jan Mayen\",\n        \"subtypes\": [\n            {\n                \"id\": \"8506\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8505\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12525\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11446\",\n        \"root\": \"SLB\",\n        \"description\": \"Solomon Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"8477\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8476\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12499\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11438\",\n        \"root\": \"SLE\",\n        \"description\": \"Sierra Leone\",\n        \"subtypes\": [\n            {\n                \"id\": \"8464\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8463\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12491\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11138\",\n        \"root\": \"SLV\",\n        \"description\": \"El Salvador\",\n        \"subtypes\": [\n            {\n                \"id\": \"1571\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"1567\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"1564\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12193\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11423\",\n        \"root\": \"SMR\",\n        \"description\": \"San Marino\",\n        \"subtypes\": [\n            {\n                \"id\": \"8448\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8447\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12476\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11447\",\n        \"root\": \"SOM\",\n        \"description\": \"Somalia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8479\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8478\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12500\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11415\",\n        \"root\": \"SPM\",\n        \"description\": \"Saint Pierre and Miquelon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8438\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8437\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12468\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11433\",\n        \"root\": \"SRB\",\n        \"description\": \"Serbia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8460\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8459\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8458\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8457\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12486\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11453\",\n        \"root\": \"SSD\",\n        \"description\": \"South Sudan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8491\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8490\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12506\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11428\",\n        \"root\": \"STP\",\n        \"description\": \"Sao Tome and Principe\",\n        \"subtypes\": [\n            {\n                \"id\": \"8450\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8449\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12481\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11470\",\n        \"root\": \"SUR\",\n        \"description\": \"Suriname\",\n        \"subtypes\": [\n            {\n                \"id\": \"8504\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8503\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8502\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12523\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11444\",\n        \"root\": \"SVK\",\n        \"description\": \"Slovakia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8472\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8471\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8470\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12497\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11445\",\n        \"root\": \"SVN\",\n        \"description\": \"Slovenia\",\n        \"subtypes\": [\n            {\n                \"id\": \"8475\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"8474\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8473\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12498\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11474\",\n        \"root\": \"SWE\",\n        \"description\": \"Sweden\",\n        \"subtypes\": [\n            {\n                \"id\": \"8512\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8511\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8510\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8509\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12527\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11473\",\n        \"root\": \"SWZ\",\n        \"description\": \"Swaziland\",\n        \"subtypes\": [\n            {\n                \"id\": \"8508\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8507\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12526\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11443\",\n        \"root\": \"SXM\",\n        \"description\": \"Sint Maarten\",\n        \"subtypes\": [\n            {\n                \"id\": \"8469\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8468\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8467\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12496\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11435\",\n        \"root\": \"SYC\",\n        \"description\": \"Seychelles\",\n        \"subtypes\": [\n            {\n                \"id\": \"8462\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8461\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12488\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11476\",\n        \"root\": \"SYR\",\n        \"description\": \"Syria\",\n        \"subtypes\": [\n            {\n                \"id\": \"8518\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8517\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12529\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11500\",\n        \"root\": \"TCA\",\n        \"description\": \"Turks and Caicos Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"9161\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9160\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9159\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12553\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11080\",\n        \"root\": \"TCD\",\n        \"description\": \"Chad\",\n        \"subtypes\": [\n            {\n                \"id\": \"418\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"417\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12136\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11490\",\n        \"root\": \"TGO\",\n        \"description\": \"Togo\",\n        \"subtypes\": [\n            {\n                \"id\": \"9143\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"9142\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9141\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12543\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11019\",\n        \"root\": \"THA\",\n        \"description\": \"Amnat Charoen\",\n        \"subtypes\": [\n            {\n                \"id\": \"8683\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8830\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8605\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8527\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12075\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11023\",\n        \"root\": \"THA\",\n        \"description\": \"Ang Thong\",\n        \"subtypes\": [\n            {\n                \"id\": \"8684\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8831\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8606\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8528\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12079\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11066\",\n        \"root\": \"THA\",\n        \"description\": \"Bueng Kan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8685\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8832\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8607\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8529\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12122\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11068\",\n        \"root\": \"THA\",\n        \"description\": \"Buri Ram\",\n        \"subtypes\": [\n            {\n                \"id\": \"8686\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8833\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8608\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8530\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12124\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11079\",\n        \"root\": \"THA\",\n        \"description\": \"Chachoengsao\",\n        \"subtypes\": [\n            {\n                \"id\": \"8687\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8834\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8609\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8531\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12135\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11081\",\n        \"root\": \"THA\",\n        \"description\": \"Chai Nat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8688\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8835\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8610\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8532\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12137\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11082\",\n        \"root\": \"THA\",\n        \"description\": \"Chaiyaphum\",\n        \"subtypes\": [\n            {\n                \"id\": \"8689\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8836\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8611\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8533\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12138\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11084\",\n        \"root\": \"THA\",\n        \"description\": \"Chanthaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8690\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8839\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8612\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8534\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12140\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11086\",\n        \"root\": \"THA\",\n        \"description\": \"Chiang Mai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8691\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8840\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8613\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8535\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12142\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11087\",\n        \"root\": \"THA\",\n        \"description\": \"Chiang Rai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8692\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8841\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8614\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8536\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12143\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11095\",\n        \"root\": \"THA\",\n        \"description\": \"Chon Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8693\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8843\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8615\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8537\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12151\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11098\",\n        \"root\": \"THA\",\n        \"description\": \"Chumphon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8694\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8847\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8616\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8538\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12154\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11211\",\n        \"root\": \"THA\",\n        \"description\": \"Kalasin\",\n        \"subtypes\": [\n            {\n                \"id\": \"8698\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8848\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8617\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8539\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12266\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11217\",\n        \"root\": \"THA\",\n        \"description\": \"Kamphaeng Phet\",\n        \"subtypes\": [\n            {\n                \"id\": \"8699\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8849\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8618\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8540\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12272\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11223\",\n        \"root\": \"THA\",\n        \"description\": \"Kanchanaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8700\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8850\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8619\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8541\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12278\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11231\",\n        \"root\": \"THA\",\n        \"description\": \"Khon Kaen\",\n        \"subtypes\": [\n            {\n                \"id\": \"8701\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8851\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8620\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8542\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12286\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11234\",\n        \"root\": \"THA\",\n        \"description\": \"Krabi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8702\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8852\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8621\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8543\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12289\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11239\",\n        \"root\": \"THA\",\n        \"description\": \"Krung Thep Maha Nakhon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8703\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8853\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8622\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8544\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12294\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11246\",\n        \"root\": \"THA\",\n        \"description\": \"Lampang\",\n        \"subtypes\": [\n            {\n                \"id\": \"8704\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8854\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8623\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8545\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12301\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11247\",\n        \"root\": \"THA\",\n        \"description\": \"Lamphun\",\n        \"subtypes\": [\n            {\n                \"id\": \"8705\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8855\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8624\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8546\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12302\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11259\",\n        \"root\": \"THA\",\n        \"description\": \"Loei\",\n        \"subtypes\": [\n            {\n                \"id\": \"8706\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8856\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8625\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8547\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12314\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11260\",\n        \"root\": \"THA\",\n        \"description\": \"Lop Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8707\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8857\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8626\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8548\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12315\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11268\",\n        \"root\": \"THA\",\n        \"description\": \"Mae Hong Son\",\n        \"subtypes\": [\n            {\n                \"id\": \"8708\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8858\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8627\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8549\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12323\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11269\",\n        \"root\": \"THA\",\n        \"description\": \"Maha Sarakham\",\n        \"subtypes\": [\n            {\n                \"id\": \"8709\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8859\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8628\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8550\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12324\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11304\",\n        \"root\": \"THA\",\n        \"description\": \"Mukdahan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8710\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8860\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8629\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8551\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12359\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11307\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Nayok\",\n        \"subtypes\": [\n            {\n                \"id\": \"8711\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8861\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8630\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8552\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12362\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11308\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Pathom\",\n        \"subtypes\": [\n            {\n                \"id\": \"8712\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8862\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8631\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8553\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12363\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11309\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Phanom\",\n        \"subtypes\": [\n            {\n                \"id\": \"8713\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8863\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8632\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8554\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12364\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11310\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Ratchasima\",\n        \"subtypes\": [\n            {\n                \"id\": \"8714\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8864\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8633\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8555\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12365\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11311\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Sawan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8715\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8865\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8634\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8556\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12366\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11312\",\n        \"root\": \"THA\",\n        \"description\": \"Nakhon Si Thammarat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8716\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8866\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8635\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8557\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12367\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11314\",\n        \"root\": \"THA\",\n        \"description\": \"Nan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8717\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8867\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8636\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8558\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12369\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11315\",\n        \"root\": \"THA\",\n        \"description\": \"Narathiwat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8721\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8868\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8637\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8559\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12370\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11326\",\n        \"root\": \"THA\",\n        \"description\": \"Nong Bua Lam Phu\",\n        \"subtypes\": [\n            {\n                \"id\": \"8722\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8869\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8638\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8560\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12381\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11327\",\n        \"root\": \"THA\",\n        \"description\": \"Nong Khai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8723\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8870\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8639\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8561\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12382\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11328\",\n        \"root\": \"THA\",\n        \"description\": \"Nonthaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8724\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8871\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8640\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8562\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12383\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11357\",\n        \"root\": \"THA\",\n        \"description\": \"Pathum Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8726\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8872\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8641\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8563\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12411\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11358\",\n        \"root\": \"THA\",\n        \"description\": \"Pattani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8727\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8873\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8642\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8564\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12412\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11361\",\n        \"root\": \"THA\",\n        \"description\": \"Phangnga\",\n        \"subtypes\": [\n            {\n                \"id\": \"8728\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8874\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8643\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8565\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12415\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11362\",\n        \"root\": \"THA\",\n        \"description\": \"Phatthalung\",\n        \"subtypes\": [\n            {\n                \"id\": \"8729\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8875\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8644\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8566\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12416\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11363\",\n        \"root\": \"THA\",\n        \"description\": \"Phatthaya\",\n        \"subtypes\": [\n            {\n                \"id\": \"8733\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8876\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8645\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8567\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12417\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11364\",\n        \"root\": \"THA\",\n        \"description\": \"Phayao\",\n        \"subtypes\": [\n            {\n                \"id\": \"8734\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8877\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8646\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8568\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12418\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11365\",\n        \"root\": \"THA\",\n        \"description\": \"Phetchabun\",\n        \"subtypes\": [\n            {\n                \"id\": \"8735\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8878\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8647\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8569\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12419\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11366\",\n        \"root\": \"THA\",\n        \"description\": \"Phetchaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8736\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8879\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8648\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8570\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12420\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11367\",\n        \"root\": \"THA\",\n        \"description\": \"Phichit\",\n        \"subtypes\": [\n            {\n                \"id\": \"8741\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8880\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8649\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8571\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12421\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11369\",\n        \"root\": \"THA\",\n        \"description\": \"Phitsanulok\",\n        \"subtypes\": [\n            {\n                \"id\": \"8742\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8881\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8650\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8572\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12423\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11371\",\n        \"root\": \"THA\",\n        \"description\": \"Phra Nakhon Si Ayutthaya\",\n        \"subtypes\": [\n            {\n                \"id\": \"8744\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8883\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8652\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8574\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12425\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11372\",\n        \"root\": \"THA\",\n        \"description\": \"Phrae\",\n        \"subtypes\": [\n            {\n                \"id\": \"8743\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8882\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8651\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8573\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12426\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11373\",\n        \"root\": \"THA\",\n        \"description\": \"Phuket\",\n        \"subtypes\": [\n            {\n                \"id\": \"8753\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8884\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8653\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8575\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12427\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11380\",\n        \"root\": \"THA\",\n        \"description\": \"Prachin Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8754\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8885\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8654\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8576\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12434\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11381\",\n        \"root\": \"THA\",\n        \"description\": \"Prachuap Khiri Khan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8755\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8887\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8655\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8577\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12435\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11392\",\n        \"root\": \"THA\",\n        \"description\": \"Ranong\",\n        \"subtypes\": [\n            {\n                \"id\": \"8756\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8888\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8656\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8578\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12445\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11393\",\n        \"root\": \"THA\",\n        \"description\": \"Ratchaburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8762\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8902\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8657\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8579\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12446\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11394\",\n        \"root\": \"THA\",\n        \"description\": \"Rayong\",\n        \"subtypes\": [\n            {\n                \"id\": \"8763\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8905\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8658\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8580\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12447\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11402\",\n        \"root\": \"THA\",\n        \"description\": \"Roi Et\",\n        \"subtypes\": [\n            {\n                \"id\": \"8764\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8906\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8659\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8581\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12455\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11409\",\n        \"root\": \"THA\",\n        \"description\": \"Sa Kaeo\",\n        \"subtypes\": [\n            {\n                \"id\": \"8765\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8908\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8660\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8582\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12462\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11417\",\n        \"root\": \"THA\",\n        \"description\": \"Sakon Nakhon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8768\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8910\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8661\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8583\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12470\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11419\",\n        \"root\": \"THA\",\n        \"description\": \"Samut Prakan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8769\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"8913\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8662\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8584\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12472\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11420\",\n        \"root\": \"THA\",\n        \"description\": \"Samut Sakhon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8770\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9119\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8663\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8585\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12473\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11421\",\n        \"root\": \"THA\",\n        \"description\": \"Samut Songkhram\",\n        \"subtypes\": [\n            {\n                \"id\": \"8771\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9120\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8664\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8586\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12474\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11429\",\n        \"root\": \"THA\",\n        \"description\": \"Saraburi\",\n        \"subtypes\": [\n            {\n                \"id\": \"8773\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9121\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8665\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8587\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12482\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11430\",\n        \"root\": \"THA\",\n        \"description\": \"Satun\",\n        \"subtypes\": [\n            {\n                \"id\": \"8776\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9122\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8666\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8588\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12483\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11436\",\n        \"root\": \"THA\",\n        \"description\": \"Si Sa Ket\",\n        \"subtypes\": [\n            {\n                \"id\": \"8789\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9124\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8668\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8590\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12489\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11441\",\n        \"root\": \"THA\",\n        \"description\": \"Sing Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8786\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9123\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8667\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8589\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12494\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11448\",\n        \"root\": \"THA\",\n        \"description\": \"Songkhla\",\n        \"subtypes\": [\n            {\n                \"id\": \"8797\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9125\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8669\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8591\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12501\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11458\",\n        \"root\": \"THA\",\n        \"description\": \"Sukhothai\",\n        \"subtypes\": [\n            {\n                \"id\": \"8803\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9126\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8670\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8592\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12511\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11467\",\n        \"root\": \"THA\",\n        \"description\": \"Suphan Buri\",\n        \"subtypes\": [\n            {\n                \"id\": \"8804\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9127\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8671\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8593\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12520\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11468\",\n        \"root\": \"THA\",\n        \"description\": \"Surat Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8806\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9128\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8672\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8594\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12521\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11469\",\n        \"root\": \"THA\",\n        \"description\": \"Surin\",\n        \"subtypes\": [\n            {\n                \"id\": \"8813\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9129\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8673\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8595\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12522\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11481\",\n        \"root\": \"THA\",\n        \"description\": \"Tak\",\n        \"subtypes\": [\n            {\n                \"id\": \"8814\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9130\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8674\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8596\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12534\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11493\",\n        \"root\": \"THA\",\n        \"description\": \"Trang\",\n        \"subtypes\": [\n            {\n                \"id\": \"8815\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9131\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8675\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8597\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12546\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11494\",\n        \"root\": \"THA\",\n        \"description\": \"Trat\",\n        \"subtypes\": [\n            {\n                \"id\": \"8821\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9132\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8676\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8598\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12547\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11502\",\n        \"root\": \"THA\",\n        \"description\": \"Ubon Ratchathani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8824\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9133\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8677\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8599\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12555\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11503\",\n        \"root\": \"THA\",\n        \"description\": \"Udon Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8825\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9134\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8678\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8600\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12556\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11511\",\n        \"root\": \"THA\",\n        \"description\": \"Uthai Thani\",\n        \"subtypes\": [\n            {\n                \"id\": \"8826\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9135\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8679\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8601\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12563\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11513\",\n        \"root\": \"THA\",\n        \"description\": \"Uttaradit\",\n        \"subtypes\": [\n            {\n                \"id\": \"8827\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9136\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8680\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8602\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12565\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11527\",\n        \"root\": \"THA\",\n        \"description\": \"Yala\",\n        \"subtypes\": [\n            {\n                \"id\": \"8828\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9137\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8681\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8603\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12578\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11528\",\n        \"root\": \"THA\",\n        \"description\": \"Yasothon\",\n        \"subtypes\": [\n            {\n                \"id\": \"8829\",\n                \"name\": \"Local Court Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9138\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8682\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8604\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12579\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11480\",\n        \"root\": \"TJK\",\n        \"description\": \"Tajikistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8524\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8523\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12533\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11491\",\n        \"root\": \"TKL\",\n        \"description\": \"Tokelau\",\n        \"subtypes\": [\n            {\n                \"id\": \"9145\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9144\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12544\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11499\",\n        \"root\": \"TKM\",\n        \"description\": \"Turkmenistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"9158\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9157\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12552\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11487\",\n        \"root\": \"TLS\",\n        \"description\": \"Timor Leste\",\n        \"subtypes\": [\n            {\n                \"id\": \"9140\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9139\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12540\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11492\",\n        \"root\": \"TON\",\n        \"description\": \"Tonga\",\n        \"subtypes\": [\n            {\n                \"id\": \"9147\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9146\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12545\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11495\",\n        \"root\": \"TTO\",\n        \"description\": \"Trinidad and Tobago\",\n        \"subtypes\": [\n            {\n                \"id\": \"9151\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9150\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"9149\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9148\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12548\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11497\",\n        \"root\": \"TUN\",\n        \"description\": \"Tunisia\",\n        \"subtypes\": [\n            {\n                \"id\": \"9153\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9152\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12550\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11498\",\n        \"root\": \"TUR\",\n        \"description\": \"Turkey\",\n        \"subtypes\": [\n            {\n                \"id\": \"9156\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"9155\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9154\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12551\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11501\",\n        \"root\": \"TUV\",\n        \"description\": \"Tuvalu\",\n        \"subtypes\": [\n            {\n                \"id\": \"9163\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9162\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12554\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11479\",\n        \"root\": \"TWN\",\n        \"description\": \"Taiwan\",\n        \"subtypes\": [\n            {\n                \"id\": \"8522\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8521\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8520\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8519\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16229\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12532\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11484\",\n        \"root\": \"TZA\",\n        \"description\": \"Tanzania\",\n        \"subtypes\": [\n            {\n                \"id\": \"8526\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"8525\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12537\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11504\",\n        \"root\": \"UGA\",\n        \"description\": \"Uganda\",\n        \"subtypes\": [\n            {\n                \"id\": \"9166\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9165\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9164\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12557\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11505\",\n        \"root\": \"UKR\",\n        \"description\": \"Ukraine\",\n        \"subtypes\": [\n            {\n                \"id\": \"9169\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"9168\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9167\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"19406\",\n                \"name\": \"Greta's Subtype\"\n            },\n            {\n                \"id\": \"12558\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11509\",\n        \"root\": \"UMI\",\n        \"description\": \"United States Minor Outlying Islands\",\n        \"subtypes\": [\n            {\n                \"id\": \"12561\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11510\",\n        \"root\": \"URY\",\n        \"description\": \"Uruguay\",\n        \"subtypes\": [\n            {\n                \"id\": \"9199\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9198\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9197\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12562\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11508\",\n        \"root\": \"USA\",\n        \"description\": \"United States\",\n        \"subtypes\": [\n            {\n                \"id\": \"17278\",\n                \"name\": \"Single County Search (Default)\"\n            },\n            {\n                \"id\": \"19181\",\n                \"name\": \"Nationwide Search (Default)\"\n            },\n            {\n                \"id\": \"19179\",\n                \"name\": \"Federal Search\"\n            },\n            {\n                \"id\": \"19183\",\n                \"name\": \"Statewide Search\"\n            },\n            {\n                \"id\": \"19180\",\n                \"name\": \"County Search\"\n            },\n            {\n                \"id\": \"19182\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11515\",\n        \"root\": \"UZB\",\n        \"description\": \"Uzbekistan\",\n        \"subtypes\": [\n            {\n                \"id\": \"19805\",\n                \"name\": \"Court Based Criminal Records Check (Default)\"\n            },\n            {\n                \"id\": \"9201\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9200\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12567\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11186\",\n        \"root\": \"VAT\",\n        \"description\": \"Holy See (Vatican City)\",\n        \"subtypes\": [\n            {\n                \"id\": \"1764\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"1763\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12241\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11416\",\n        \"root\": \"VCT\",\n        \"description\": \"Saint Vincent and the Grenadines\",\n        \"subtypes\": [\n            {\n                \"id\": \"8441\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8440\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8439\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12469\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11518\",\n        \"root\": \"VEN\",\n        \"description\": \"Venezuela\",\n        \"subtypes\": [\n            {\n                \"id\": \"9205\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9204\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12570\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11522\",\n        \"root\": \"VGB\",\n        \"description\": \"Virgin Islands (UK)\",\n        \"subtypes\": [\n            {\n                \"id\": \"9212\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"9211\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"9210\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9209\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12574\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11523\",\n        \"root\": \"VIR\",\n        \"description\": \"Virgin Islands (US)\",\n        \"subtypes\": [\n            {\n                \"id\": \"19830\",\n                \"name\": \"US Territory Default (Default)\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11521\",\n        \"root\": \"VNM\",\n        \"description\": \"Vietnam\",\n        \"subtypes\": [\n            {\n                \"id\": \"9208\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9207\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9206\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16197\",\n                \"name\": \"Nationwide Police Criminal History Check - fulfilled via RISQ team\"\n            },\n            {\n                \"id\": \"12573\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11517\",\n        \"root\": \"VUT\",\n        \"description\": \"Vanuatu\",\n        \"subtypes\": [\n            {\n                \"id\": \"9203\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9202\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12569\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11524\",\n        \"root\": \"WLF\",\n        \"description\": \"Wallis and Futuna\",\n        \"subtypes\": [\n            {\n                \"id\": \"9214\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9213\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12575\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11418\",\n        \"root\": \"WSM\",\n        \"description\": \"Samoa\",\n        \"subtypes\": [\n            {\n                \"id\": \"8444\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8443\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8442\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12471\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11233\",\n        \"root\": \"XXK\",\n        \"description\": \"Kosovo\",\n        \"subtypes\": [\n            {\n                \"id\": \"7781\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"7780\",\n                \"name\": \"Police Clearance Authentication (Default)\"\n            },\n            {\n                \"id\": \"7779\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"7778\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12288\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11529\",\n        \"root\": \"YEM\",\n        \"description\": \"Yemen\",\n        \"subtypes\": [\n            {\n                \"id\": \"9218\",\n                \"name\": \"GlobeX (Default)\"\n            },\n            {\n                \"id\": \"9217\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12580\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11450\",\n        \"root\": \"ZAF\",\n        \"description\": \"South Africa\",\n        \"subtypes\": [\n            {\n                \"id\": \"8484\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate (Default)\"\n            },\n            {\n                \"id\": \"8483\",\n                \"name\": \"Nationwide Police Criminal History Check\"\n            },\n            {\n                \"id\": \"8482\",\n                \"name\": \"Police Clearance Authentication\"\n            },\n            {\n                \"id\": \"8481\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"8480\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"16705\",\n                \"name\": \"Nationwide Police Criminal History Check with Certificate and Local Fingerprint Collection\"\n            },\n            {\n                \"id\": \"12503\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11534\",\n        \"root\": \"ZWB\",\n        \"description\": \"Zambia\",\n        \"subtypes\": [\n            {\n                \"id\": \"9221\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9220\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9219\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12585\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    },\n    {\n        \"id\": \"11535\",\n        \"root\": \"ZWE\",\n        \"description\": \"Zimbabwe\",\n        \"subtypes\": [\n            {\n                \"id\": \"9224\",\n                \"name\": \"Nationwide Police Criminal History Check (Default)\"\n            },\n            {\n                \"id\": \"9223\",\n                \"name\": \"GlobeX\"\n            },\n            {\n                \"id\": \"9222\",\n                \"name\": \"Declaration\"\n            },\n            {\n                \"id\": \"12586\",\n                \"name\": \"Declined at the request of the client - close as complete\"\n            }\n        ]\n    }\n]"},{"id":"dd200d8b-5ad0-402f-8159-9cf73a2c698a","name":"Issue Retrieving Products","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/ABCDE/variants"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bcbbce8f-7a97-470e-85ee-cda3e62e830e"},{"name":"/products/{productCode}/variants/{variantId}/details?subtypeId={subtypeId}","event":[{"listen":"test","script":{"id":"ef5c7ded-75b7-4090-82f8-2144a72e3c24","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"8450f755-b1fd-4f46-aed6-11c96db0aabe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/{{productCode}}/variants/{{variantId}}/details?subtypeId={{subtypeId}}","description":"<p>Retrieve the questions, forms, and documents requirements for a given product variant and subtype.</p>\n<p>Every subtype will contain 3 lists. The contents of each list will vary depending on product. Some products will contain empty lists if their only requirement are references.</p>\n<p><strong><code>questions</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>The question ID.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>The question title.</td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>Additional details of the question.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The question type as available on Sterling Platform. Options are <code>Text</code>, <code>Text Area</code>, <code>Dropdown</code>, <code>Check Box</code>, <code>Calendar Date</code>, <code>Yes/No</code>, <code>Radio Button Group</code>, <code>Country</code>.</td>\n</tr>\n<tr>\n<td><code>sectionType</code></td>\n<td>The section where the question would be available on Sterling Platform. Options are <code>Personal Info</code>, <code>Employment</code>, <code>References</code>, <code>Education</code>, <code>Credential</code>.</td>\n</tr>\n<tr>\n<td><code>validations.required</code></td>\n<td>Options are <code>yes</code> or <code>no</code>. If <code>yes</code>, question will be required to be included in the screening request for the specified product.</td>\n</tr>\n<tr>\n<td><code>validations.minLength</code> and <code>validations.maxLength</code></td>\n<td>Can be empty, but will show the min/max required character length for the question.</td>\n</tr>\n<tr>\n<td><code>dependsOn</code></td>\n<td>If the question is a parent question related to other question(s), the child <code>questionId</code>(s) will be listed.</td>\n</tr>\n<tr>\n<td><code>conditions</code></td>\n<td>If the question is a child question of a related question(s), each parent question will be listed as a separate object.</td>\n</tr>\n<tr>\n<td><code>conditions.questionId</code></td>\n<td>The parent question ID.</td>\n</tr>\n<tr>\n<td><code>conditions.value</code></td>\n<td>The answer of the parent question, which would trigger the child question to be answered in succession.</td>\n</tr>\n<tr>\n<td><code>options</code></td>\n<td>If the question <code>type</code> is <code>Dropdown</code>, the options contained in the dropdown list will be provided.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>forms</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>The form ID.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The acceptable form type. Options are <code>Original Required</code>, <code>Scan Accepted</code>, <code>PCA Instructions</code>, <code>No Coversheet - Original Required</code>, <code>No Coversheet - Scan Accepted</code>.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>The name of the form.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The form description.</td>\n</tr>\n<tr>\n<td><code>instructions</code></td>\n<td>Any additional information regarding the form requirements.</td>\n</tr>\n<tr>\n<td><code>required</code></td>\n<td>Options are <code>yes</code> or <code>no</code>. If <code>yes</code>, form must be included in the screening request for the specified product.</td>\n</tr>\n<tr>\n<td><code>formUri</code></td>\n<td>An API endpoint to retrieve the form template, if available.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>documents</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>The document ID.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>The acceptable document type. Options are <code>Original Required</code>, <code>Scan Accepted</code>, <code>PCA Instructions</code>, <code>No Coversheet - Original Required</code>, <code>No Coversheet - Scan Accepted</code>.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>The name of the document.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>The document description.</td>\n</tr>\n<tr>\n<td><code>instructions</code></td>\n<td>Any additional information regarding the document requirements.</td>\n</tr>\n<tr>\n<td><code>required</code></td>\n<td>Options are <code>yes</code> or <code>no</code>. If <code>yes</code>, document must be included in the screening request for the specified product.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","products","{{productCode}}","variants","{{variantId}}","details"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Sub account ID used to filter list of variants and subtypes for a specific product</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"},{"key":"subtypeId","value":"{{subtypeId}}"}],"variable":[]}},"response":[{"id":"237970d6-437f-4b21-b891-7e2ae124993e","name":"List Subtype Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/products/CRIMGLB/variants/11507/details?subtypeId=19146","host":["{{host}}"],"path":["v2","products","CRIMGLB","variants","11507","details"],"query":[{"key":"subtypeId","value":"19146"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"239\",\n        \"subtypeId\": \"19146\",\n        \"questions\": [\n            {\n                \"id\": \"5064\",\n                \"name\": \"DBS Profile Number\",\n                \"text\": \"DBS Profile Number\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5030\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5037\",\n                \"name\": \"What is your sex?\",\n                \"text\": \"Sex\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"Male\",\n                    \"Female\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5056\",\n                \"name\": \"New DBS 4 - Sensitive Application Route\",\n                \"text\": \"Please copy/paste this link to review the Sensitive Application Route: (https://www.gov.uk/guidance/transgender-applications) Disclosure and Barring Service (DBS) offers a confidential checking process in accordance with the Gender Recognition Act 2004. This gives Transgender applicants the choice as to whether or not they are content for their previous sex to be disclosed on their DBS Certificate.  By checking this box I confirm that I have reviewed this information. \",\n                \"type\": \"Check Box\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"No\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"I confirm I have reviewed the Sensitive Application Route\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5059\",\n                \"name\": \"New DBS Have you changed your surname since birth?\",\n                \"text\": \"Have you changed your surname since birth?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [\n                    \"5060\",\n                    \"5061\",\n                    \"5062\"\n                ],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5060\",\n                \"name\": \"New DBS Forename at birth\",\n                \"text\": \"Forename at birth\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5059\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5061\",\n                \"name\": \"New DBS Surname at birth\",\n                \"text\": \"Surname at birth\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5059\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5062\",\n                \"name\": \"New DBS Surname used until\",\n                \"text\": \"Surname used until\",\n                \"type\": \"Calendar Date\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5059\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5041\",\n                \"name\": \"Place of birth - Town/City\",\n                \"text\": \"Place of birth - Town/City\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5042\",\n                \"name\": \"Place of birth - Region\",\n                \"text\": \"Place of birth- Region/County\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5043\",\n                \"name\": \"Place of birth - country1\",\n                \"text\": \"Place of birth - Country\",\n                \"type\": \"Country\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5038\",\n                \"name\": \"Country of Nationality at birth1\\t\",\n                \"text\": \"Nationality at Birth\",\n                \"type\": \"Country\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5039\",\n                \"name\": \"Have you changed your nationality since birth?\",\n                \"text\": \"Have you changed your nationality since birth?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [\n                    \"5040\"\n                ],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5040\",\n                \"name\": \"Conditional- Please provide your current nationality\",\n                \"text\": \"Please provide your current nationality\",\n                \"type\": \"Country\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5039\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5046\",\n                \"name\": \"Conditional- Please provide your passport number\",\n                \"text\": \"Please provide your passport number\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5045\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5047\",\n                \"name\": \"Conditional- Please provide your passport country of issue\",\n                \"text\": \"Please provide your passport country of issue\",\n                \"type\": \"Country\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5045\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5048\",\n                \"name\": \"Do you have a driver's license?\",\n                \"text\": \"Do you have a driver's license?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [\n                    \"5049\",\n                    \"5050\",\n                    \"5195\"\n                ],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5049\",\n                \"name\": \"Conditional- Please provide your driver's licence number\",\n                \"text\": \"Please provide your driver's licence number\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5048\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5050\",\n                \"name\": \"Conditional- Please provide your driver's licence country of issue\",\n                \"text\": \"Please provide your driver's licence country of issue\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5048\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5052\",\n                \"name\": \"Conditional - Please provide your National Insurance Number\",\n                \"text\": \"Please provide your National Insurance Number\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5051\",\n                        \"value\": \"Yes\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5205\",\n                \"name\": \"Do you have a DBS Profile Number?\",\n                \"text\": \"Do you have a DBS Profile Number?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5057\",\n                \"name\": \"New DBS Certificate\",\n                \"text\": \"You will receive instructions in the post on how to access the certificate online through the DBS website. This will also provide instructions on how to share the certificate with your employer if necessary. Your paper certificate will be sent through the post.  Do you wish to receive your paper certificate at your current address as noted above (Within U.K. only)? If so, select Yes.  If No, please be prepared to give us an alternate U.K. address.\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [\n                    \"5058\"\n                ],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5058\",\n                \"name\": \"Please provide full UK address\",\n                \"text\": \"Please provide full UK address\",\n                \"type\": \"Text Area\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [\n                    {\n                        \"questionId\": \"5057\",\n                        \"value\": \"No\"\n                    }\n                ],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5053\",\n                \"name\": \"New DBS - 1 Privacy Policy\",\n                \"text\": \"By checking this box, I confirm that I have read the Basic DBS Check Processing Privacy Policy and I understand how DBS will process my personal data. Please copy / paste this link into your browser to read https://www.gov.uk/government/publications/basic-dbs-check-privacy-policy\",\n                \"type\": \"Check Box\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"I have reviewed the Privacy Policy\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5054\",\n                \"name\": \"NEW DBS 2 - Consent\",\n                \"text\": \"By checking this box, I confirm I consent to the DBS providing an electronic result directly to the responsible organisation that has submitted my application. I understand that an electronic result contains a message that indicates either the certificate does not contain criminal record information\",\n                \"type\": \"Check Box\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"I consent\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5055\",\n                \"name\": \"New DBS 3 - True Information\",\n                \"text\": \"By checking this box, I confirm that I have provided complete and true information in support of the application and I understand that knowingly making a false statement for this purpose is a criminal offence. \",\n                \"type\": \"Check Box\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"I confirm I have provided complete and true information\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5205\",\n                \"name\": \"Do you have a DBS Profile Number?\",\n                \"text\": \"Do you have a DBS Profile Number?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5051\",\n                \"name\": \"Do you have a National Insurance Number?\",\n                \"text\": \"Do you have a National Insurance Number?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [\n                    \"5052\"\n                ],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5044\",\n                \"name\": \"Position applied for (UK Crim)1\",\n                \"text\": \"Position applied for\",\n                \"type\": \"Text\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [],\n                \"conditions\": [],\n                \"options\": [],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5045\",\n                \"name\": \"Do you have a passport?\",\n                \"text\": \"Do you have a passport?\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"dependsOn\": [\n                    \"5046\",\n                    \"5047\",\n                    \"5066\",\n                    \"5194\"\n                ],\n                \"conditions\": [],\n                \"options\": [\n                    \"Yes\",\n                    \"No\"\n                ],\n                \"group\": \"custom\"\n            },\n            {\n                \"id\": \"5099\",\n                \"name\": \"Prefix\",\n                \"text\": \"Title\",\n                \"type\": \"Dropdown\",\n                \"sectionType\": \"Personal Info\",\n                \"validations\": {\n                    \"required\": \"Yes\",\n                    \"minLength\": \"\",\n                    \"maxLength\": \"\"\n                },\n                \"conditions\": [],\n                \"group\": \"standard\"\n            }\n        ],\n        \"forms\": [\n            {\n                \"id\": \"5700\",\n                \"type\": \"Original Required\",\n                \"name\": \"DBS Basic - Candidate Upload - FORM\",\n                \"description\": \"DBS Basic - Candidate Upload - FORM\",\n                \"instructions\": \"DBS Basic - Candidate Upload - FORM\",\n                \"required\": \"No\",\n                \"formUri\": \"https://api.us.int.sterlingcheck.app/v2/products/CRIMGLB/variants/11507/forms/01f669bc-e4f7-4426-a944-8828f72a153e\"\n            }\n        ],\n        \"documents\": [\n            {\n                \"id\": \"5703\",\n                \"type\": \"Original Required\",\n                \"name\": \"DBS Basic - Candidate Upload - DOC\",\n                \"description\": \"DBS Basic - Candidate Upload - DOC\",\n                \"instructions\": \"DBS Basic - Candidate Upload - DOC\",\n                \"required\": \"No\"\n            }\n        ]\n    }\n]"},{"id":"55c3ec37-77bc-4e25-9420-ad5210166dd5","name":"List Subtype Details 2","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/products/REFGLB/variants/12970/details?subtypeId=2558","host":["{{host}}"],"path":["v2","products","REFGLB","variants","12970","details"],"query":[{"key":"subtypeId","value":"2558"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Fri, 11 Apr 2025 17:26:31 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"245\",\n        \"subtypeId\": \"2558\",\n        \"questions\": [],\n        \"forms\": [],\n        \"documents\": []\n    }\n]"},{"id":"ec61fe4a-bb8c-480a-b6c0-5091735ebee1","name":"List Subtype Details Invalid Subtype ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/products/CRIMGLB/variants/11507/details?subtypeId=1234","host":["{{host}}"],"path":["v2","products","CRIMGLB","variants","11507","details"],"query":[{"key":"subtypeId","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 23:35:36 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"239\",\n        \"subtypeId\": \"1234\",\n        \"questions\": [],\n        \"forms\": [],\n        \"documents\": []\n    }\n]"}],"_postman_id":"8450f755-b1fd-4f46-aed6-11c96db0aabe"},{"name":"/products/{productCode}/variants/{variantId}/forms/{formId}","event":[{"listen":"test","script":{"id":"ef5c7ded-75b7-4090-82f8-2144a72e3c24","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"e3ce735b-439d-47dd-9db0-9da2f82bc01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/{{productCode}}/variants/{{variantId}}/forms/{{formId}}","description":"<p>Retrieve the form content for a specified product variant. The url to retreive the form content is the <code>forms.formUri</code> from the /products/{productCode}/variants/{variantId}/details?subtype={subtypeId} endpoint.</p>\n","urlObject":{"path":["v2","products","{{productCode}}","variants","{{variantId}}","forms","{{formId}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b3834db3-98b6-450f-8b02-d2155e6a84c4","name":"Get Form Template","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/CRIMGLB/variants/11507/forms/01f669bc-e4f7-4426-a944-8828f72a153e"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":null},{"id":"c14d7a13-e465-44c5-ae4f-4e5d16cda66b","name":"Invalid Form ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/products/CRIMGLB/variants/11507/forms/1111"},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e3ce735b-439d-47dd-9db0-9da2f82bc01a"}],"id":"659372bb-d801-433b-bd8f-c36fea90af04","description":"<p>Products are the services or searches that are executed when a screening is launched. Every product has specific information that allows you to identify and assign variable details relevant to your screening requests.</p>\n","_postman_id":"659372bb-d801-433b-bd8f-c36fea90af04"},{"name":"Candidates","item":[{"name":"/candidates","event":[{"listen":"test","script":{"id":"33c281cd-0129-4fb1-b14f-b899bc0b716d","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"candidate_id\", jsonData.id);","postman.setGlobalVariable(\"client_ref_id\", jsonData.clientReferenceId);","postman.setGlobalVariable(\"email\", jsonData.email);"],"type":"text/javascript"}}],"id":"dd3c9308-e380-4fd9-a945-cb03639b6868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientReferenceId\": \"6a664516-a02c-4336-a0d0-c6e2a1c56ff8\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Doe\",\n  \"email\": \"59e1bfc2-cc76-4a7b-9eab-6737b0ad5ea7@dispostable.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/candidates","description":"<p>Creates a new candidate record.</p>\n<h3>Required Fields</h3>\n\n<p>The minimum required fields for any given candidate may differ depending on package that has been chosen. The best way to ensure that you are collecting all the data you need from your candidates is to look up the list of <code>requiredFields</code> using the <a href=\"#64d38d48-79cf-4bd0-b279-678be6735489\">Packages</a> resource.</p>\n<p>If you plan on using the <a href=\"#12ee780a-a784-4e34-8304-9ecccdfe3e7f\">Sterling Data Collection</a> <strong>Seamless Enhanced</strong> flow, the only required fields the candidate will need are:</p>\n<ul>\n<li><p><code>givenName</code></p>\n</li>\n<li><p><code>familyName</code></p>\n</li>\n<li><p><code>email</code></p>\n</li>\n<li><p><code>clientReferenceId</code></p>\n</li>\n</ul>\n<p>However, Advanced objects will have their own unique requirements. Please refer to each related objects for more information.</p>\n<p>If you are planning on using <strong>Seamless</strong> screening requests, please pay attention to the candidate objects and ensure to fulfill them for the appropriate service being used before making the screening call. Certain services have additional requirements which are needed when creating a screening. For more information related to the specific service you need, please contact our success engineers.</p>\n<blockquote>\n<p>The candidate's <code>email</code> and <code>clientReferenceId</code> must be unique. If you'd like to reuse an email, you could consider <a href=\"#e50ebaba-f0d8-4cc0-a3f9-43e3ccbabba1\">updating the existing candidate</a>'s email to a new value. </p>\n</blockquote>\n<p>In addition to the required fields above, new screening requests using the <a href=\"#ebd0e1d7-c6bf-4358-ac2f-8f1fe09ad10c\">Client-Side Data Collection</a> flow will need to provide:</p>\n<ul>\n<li><p><code>ssn</code></p>\n</li>\n<li><p><code>dob</code></p>\n</li>\n<li><p><code>address</code></p>\n<ul>\n<li><p><code>addressLine</code></p>\n</li>\n<li><p><code>municipality</code></p>\n</li>\n<li><p><code>postalCode</code></p>\n</li>\n<li><p><code>countryCode</code></p>\n</li>\n<li><p><code>regionCode</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The fields required to create a new screening with MVR are:</p>\n<ul>\n<li><p><code>driversLicense</code></p>\n<ul>\n<li><p><code>type</code></p>\n</li>\n<li><p><code>licenseNumber</code></p>\n</li>\n<li><p><code>issuingAgency</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Aside from formatting, the required fields are validated when you make a <a href=\"#ebd0e1d7-c6bf-4358-ac2f-8f1fe09ad10c\">new screening request</a>. The package requirements will be used to validate that all the required fields are provided on the candidate.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clientReferenceId</code></td>\n<td>required</td>\n<td>string</td>\n<td>An identifier, such as a user id, to facilitate linking candidates back to entities in your own system. Must be unique.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>required</td>\n<td>string</td>\n<td>The email provided by the candidate. Must be a unique, valid email.</td>\n</tr>\n<tr>\n<td><code>givenName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's given or \"first\" name, such as \"Tim\" in \"Tim Duncan\".</td>\n</tr>\n<tr>\n<td><code>familyName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's family name, such as \"Rowling\" in \"Joanne K Rowling\".</td>\n</tr>\n<tr>\n<td><code>middleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's middle name, useful for differentiating between individuals with similar names in public record searches.</td>\n</tr>\n<tr>\n<td><code>confirmedNoMiddleName</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td><code>true</code> if the the candidate has been confirmed to have no legal middle name. <code>false</code> is the default when not specified during candidate data collection.</td>\n</tr>\n<tr>\n<td><code>suffix</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's suffix, such as \"Jr.\", \"Senior\", \"IV\".</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date of birth, formatted as an ISO-8601 date (without the time component). For example, July 4, 1979 would be represented as <code>\"1979-07-04\"</code>. The year value will be masked in all responses.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>A phone number associated with the candidate, formatted as an <code>E.164</code> string, such as <code>+15555551234</code>.</td>\n</tr>\n<tr>\n<td><code>ssn</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The Social Security Number of the candidate. This value will be partially masked in all responses, except for the last four digits. Acceptable formats: <code>XXX-XX-XXXX</code>, <code>XXXXXXXXX</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>optional</td>\n<td>object</td>\n<td>A candidate Address. Please refer to <a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>.</td>\n</tr>\n<tr>\n<td><code>additionalAddresses</code></td>\n<td>optional</td>\n<td>array</td>\n<td>Previous or concurrent addresses the candidate resides in. Please refer to <a href=\"#0541da97-d487-404a-9dea-9630db1335db\">AdditionalAddress</a></td>\n</tr>\n<tr>\n<td><code>driversLicense</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Driver's license information. Please refer to <a href=\"#34711a97-1673-4a79-916f-c3d8b59b25a0\">DriversLicense</a>.</td>\n</tr>\n<tr>\n<td><code>aliases</code></td>\n<td>optional</td>\n<td>array</td>\n<td>List of candidate Aliases: Alternate information the candidate may also be known by. Please refer to <a href=\"#a1b88c4b-3b0f-4b38-90a2-c7cc9aad2cc2\">Alias</a>.</td>\n</tr>\n<tr>\n<td><code>educationHistory</code></td>\n<td>optional</td>\n<td>array</td>\n<td>An array of objects with the candidate's education history. Please refer to <a href=\"#456692f2-4ad4-4a63-a073-0fac880475f0\">EducationHistory</a>.</td>\n</tr>\n<tr>\n<td><code>employmentHistory</code></td>\n<td>optional</td>\n<td>array</td>\n<td>An array of objects containing the candidate's employment history. Please refer to <a href=\"#59438894-6946-4da9-9213-8fd4b3cd996b\">EmploymentHistory</a>.</td>\n</tr>\n<tr>\n<td><code>licenses</code></td>\n<td>optional</td>\n<td>array</td>\n<td>An array of objects containing certifications or professional licenses the candidate has earned. Please refer to <a href=\"#b73fd62f-2607-469c-b4a6-afa1d968347f\">Licenses</a>.</td>\n</tr>\n<tr>\n<td><code>primaryLanguage</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's preferred language to be included in the E-Invite content and Sterling Candidate Hub workflow. The prefix should follow the ISO 639-1 standard, such as \"es\" for Spanish, \"en\" for English, and \"fr\" for French. The suffix should follow the ISO 3166-2 standard, such as \"US\", \"GB\", \"ES\", \"FR\". To use this functionality, contact your Sterling representative.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","candidates"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5c6736ef-c4b2-40a1-8ac6-f4f74d90eddc","name":"Create Candidate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n  \"clientReferenceId\": \"99912441\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Doe\",\n  \"confirmedNoMiddleName\": true,\n  \"suffix\": \"Jr.\",\n  \"dob\": \"1990-01-20\",\n  \"email\": \"john.doe@example.com\",\n  \"phone\": \"+14041231234\",\n  \"ssn\": \"123456789\",\n  \"primaryLanguage\": \"en-US\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"123 PEACHTREE PLACE\",\n      \"municipality\": \"ATLANTA\",\n      \"regionCode\": \"US-GA\",\n      \"postalCode\": \"30005\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"221B Baker Street\",\n      \"municipality\": \"London\",\n      \"regionCode\": \"GB-LND\",\n      \"postalCode\": \"NW1 6XE\",\n      \"countryCode\": \"GB\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  },\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n      \"givenName\": \"Simon\",\n      \"familyName\": \"Duck\",\n      \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"type\": \"default\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"type\": \"default\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Resigned\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/candidates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"653"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 16:24:09 GMT"},{"key":"x-amzn-RequestId","value":"b088caa9-6cf6-11e9-aca2-15319877eb1c"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEDw3HCJoAMFvEA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb199f-d0407ba07437fbd8b524fbc0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1019c7748e9bd9371b8cbc3777f0a40e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"_8t3AeHIaXkmdZ2Ydtmj1BcLnDFOWMi6Va5I2eDXgBzShXr9ZCI79g=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"clientReferenceId\": \"999124441\",\n  \"email\": \"john.doe@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Doe\",\n  \"suffix\": \"Jr.\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"XXXX-01-20\",\n  \"ssn\": \"XXXXX6789\",\n  \"phone\": \"+14041231234\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"primaryLanguage\": \"en-US\",\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"123 PEACHTREE PLACE\",\n      \"municipality\": \"ATLANTA\",\n      \"regionCode\": \"US-GA\",\n      \"postalCode\": \"30005\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"221B Baker Street\",\n      \"municipality\": \"London\",\n      \"regionCode\": \"GB-LND\",\n      \"postalCode\": \"NW1 6XE\",\n      \"countryCode\": \"GB\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n       \"givenName\": \"Simon\",\n       \"familyName\": \"Duck\",\n       \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Resigned\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ],\n  \"screeningIds\": [],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  }\n}"},{"id":"e94e3469-4e76-4c01-a94d-82cb652d0551","name":"Create Candidate for Global Verifications","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"clientReferenceId\": \"35b34237-7031-4aa1-880f-b58a92246415\",\n    \"givenName\": \"John\",\n    \"familyName\": \"Doe\",\n    \"confirmedNoMiddleName\": true,\n    \"suffix\": \"Jr.\",\n    \"dob\": \"1990-01-20\",\n    \"email\": \"john.doe@example.com\",\n    \"phone\": \"+443303331144\",\n    \"address\": {\n        \"addressLine\": \"96 Euston Road\",\n        \"municipality\": \"London\",\n        \"regionCode\": \"GB-LND\",\n        \"postalCode\": \"NW1 2DB\",\n        \"countryCode\": \"GB\"\n    },\n    \"additionalAddresses\": [\n        {\n            \"addressLine\": \"123 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30005\",\n            \"countryCode\": \"US\",\n            \"validFrom\": \"2003-08-01\",\n            \"validTo\": \"2016-07-08\"\n        }\n    ],\n    \"driversLicense\": {\n        \"type\": \"personal\",\n        \"licenseNumber\": \"S1234567\",\n        \"issuingAgency\": \"CA\"\n    },\n    \"aliases\": [\n        {\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Saur\",\n            \"middleName\": \"William\",\n            \"confirmedNoMiddleName\": false\n        },\n        {\n            \"givenName\": \"Simon\",\n            \"familyName\": \"Duck\",\n            \"confirmedNoMiddleName\": true\n        }\n    ],\n    \"educationHistory\": [\n        {\n            \"referenceId\": \"d4de0b94-ddaa-4d89-b5a5-d77c663d5258\",\n            \"schoolName\": \"UW\",\n            \"type\": \"default\",\n            \"schoolType\": \"University\",\n            \"degree\": {\n                \"major\": \"Software Systems\",\n                \"degreeName\": \"B.S.\",\n                \"degreeType\": \"Bachelors\",\n                \"graduationDate\": \"2010-06-01\",\n                \"degreeCompleted\": true,\n                \"comments\": \"something\"\n            },\n            \"schoolIDNumber\": \"UW12345\",\n            \"address\": {\n                \"addressLine\": \"University District\",\n                \"municipality\": \"SEATTLE\",\n                \"regionCode\": \"US-WA\",\n                \"postalCode\": \"98001\",\n                \"countryCode\": \"US\",\n                \"validFrom\": \"2008-08-01\"\n            },\n            \"aliasGivenName\": \"aliasFirstName1\",\n            \"aliasFamilyName\": \"aliasLastName1\",\n            \"department\": \"Computer Science\",\n            \"startDate\": \"2008-08-01\",\n            \"endDate\": \"2010-05-01\",\n            \"email\": \"uwsomeemail@uwsomeemail.com\",\n            \"phone\": \"14041231234\",\n            \"fax\": \"+1234567890\",\n            \"notes\": \"nothing\"\n        },\n        {\n            \"referenceId\": \"19eae66-2b41-4b45-8b08-f9f5ad7f6b3b\",\n            \"schoolName\": \"UW\",\n            \"schoolType\": \"University\",\n            \"degree\": {\n                \"major\": \"Software Systems\",\n                \"degreeName\": \"M.S.\",\n                \"degreeType\": \"Machelors\",\n                \"graduationDate\": \"2012-06-01\",\n                \"degreeCompleted\": true,\n                \"comments\": \"something\"\n            },\n            \"schoolIDNumber\": \"UW12345\",\n            \"address\": {\n                \"addressLine\": \"University District\",\n                \"municipality\": \"SEATTLE\",\n                \"regionCode\": \"US-WA\",\n                \"postalCode\": \"98001\",\n                \"countryCode\": \"US\",\n                \"validFrom\": \"2010-08-01\"\n            },\n            \"aliasGivenName\": \"aliasFirstName1\",\n            \"aliasFamilyName\": \"aliasLastName1\",\n            \"department\": \"Computer Science\",\n            \"startDate\": \"2010-08-01\",\n            \"endDate\": \"2012-05-01\",\n            \"email\": \"uwsomeemail@uwsomeemail.com\",\n            \"phone\": \"14041231234\",\n            \"fax\": \"+1234567890\",\n            \"notes\": \"nothing\",\n            \"type\": \"default\"\n        }\n    ],\n    \"employmentHistory\": [\n        {\n            \"referenceId\": \"8985-ddaa-4d89-b5a5-d77c663d5258\",\n            \"employerName\": \"SomeEmployer\",\n            \"currentEmployer\": false,\n            \"jobTitle\": \"SomeJobTitle\",\n            \"startDate\": \"2008-10-02\",\n            \"endDate\": \"2012-10-25\",\n            \"type\": \"default\",\n            \"employmentType\": \"FullTime\",\n            \"department\": \"IT\",\n            \"address\": {\n                \"addressLine\": \"ABC company\",\n                \"municipality\": \"SEATTLE\",\n                \"regionCode\": \"US-WA\",\n                \"postalCode\": \"98001\",\n                \"countryCode\": \"US\",\n                \"validFrom\": \"2008-08-01\"\n            },\n            \"permissionToContact\": true,\n            \"reasonForLeaving\": \"Resigned\",\n            \"salary\": {\n                \"currency\": \"12345678\",\n                \"startingSalary\": \"140,000\",\n                \"endingSalary\": \"100,000\"\n            },\n            \"verification\": {\n                \"supervisorGivenName\": \"supervisorFirstName\",\n                \"supervisorFamilyName\": \"supervisorLastName\",\n                \"supervisorMiddleName\": \"supervisorMiddleName\",\n                \"address\": {\n                    \"addressLine\": \"ABC company\",\n                    \"municipality\": \"SEATTLE\",\n                    \"regionCode\": \"US-WA\",\n                    \"postalCode\": \"98001\",\n                    \"countryCode\": \"US\",\n                    \"validFrom\": \"2008-08-01\"\n                },\n                \"email\": \"abcsomeemail@abcsomeemail.com\",\n                \"phone\": \"14041231234\",\n                \"fax\": \"+1234567890\"\n            },\n            \"verifyEmployer\": true,\n            \"notes\": \"nothing\"\n        }\n    ],\n    \"licenses\": [\n        {\n            \"referenceId\": \"abc9e-ddaa-4d89-b5a5-d77c663d5258\",\n            \"issuingAgency\": {\n                \"name\": \"Some Institute\",\n                \"address\": {\n                    \"addressLine\": \"ABC company\",\n                    \"municipality\": \"SEATTLE\",\n                    \"regionCode\": \"US-WA\",\n                    \"postalCode\": \"98001\",\n                    \"countryCode\": \"US\",\n                    \"validFrom\": \"2008-08-01\"\n                }\n            },\n            \"number\": \"S12345\",\n            \"name\": \"Nursing Certification\",\n            \"startDate\": \"2016-01-01\",\n            \"endDate\": \"2036-01-01\",\n            \"status\": \"active\",\n            \"notes\": \"some notes\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/candidates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Apr 2025 16:10:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"913a79cd-f02b-46eb-bc43-a68b377030c2\",\n  \"clientReferenceId\": \"35b34237-7031-4aa1-880f-b58a92246415\",\n  \"email\": \"john.doe@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Doe\",\n  \"suffix\": \"Jr.\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"XXXX-01-20\",\n  \"phone\": \"+443303331144\",\n  \"address\": {\n        \"addressLine\": \"96 Euston Road\",\n        \"municipality\": \"London\",\n        \"regionCode\": \"GB-LND\",\n        \"postalCode\": \"NW1 2DB\",\n        \"countryCode\": \"GB\"\n    },\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"123 PEACHTREE PLACE\",\n      \"municipality\": \"ATLANTA\",\n      \"regionCode\": \"US-GA\",\n      \"postalCode\": \"30005\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    }\n  ],\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n       \"givenName\": \"Simon\",\n       \"familyName\": \"Duck\",\n       \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\",\n      \"referenceId\": \"d4de0b94-ddaa-4d89-b5a5-d77c663d5258\",\n    },\n    {\n            \"schoolName\": \"UW\",\n            \"schoolType\": \"University\",\n            \"degree\": {\n                \"major\": \"Software Systems\",\n                \"degreeName\": \"M.S.\",\n                \"degreeType\": \"Machelors\",\n                \"graduationDate\": \"2012-06-01\",\n                \"degreeCompleted\": true,\n                \"comments\": \"something\"\n            },\n            \"schoolIDNumber\": \"UW12345\",\n            \"address\": {\n                \"addressLine\": \"University District\",\n                \"municipality\": \"SEATTLE\",\n                \"regionCode\": \"US-WA\",\n                \"postalCode\": \"98001\",\n                \"countryCode\": \"US\",\n                \"validFrom\": \"2010-08-01\"\n            },\n            \"aliasGivenName\": \"aliasFirstName1\",\n            \"aliasFamilyName\": \"aliasLastName1\",\n            \"department\": \"Computer Science\",\n            \"startDate\": \"2010-08-01\",\n            \"endDate\": \"2012-05-01\",\n            \"email\": \"uwsomeemail@uwsomeemail.com\",\n            \"phone\": \"14041231234\",\n            \"fax\": \"+1234567890\",\n            \"notes\": \"nothing\",\n            \"type\": \"default\",\n            \"referenceId\": \"19eae66-2b41-4b45-8b08-f9f5ad7f6b3b\"\n        }\n  ],\n  \"employmentHistory\": [\n    {\n      \"referenceId\": \"8985-ddaa-4d89-b5a5-d77c663d5258\",\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Resigned\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"referenceId\": \"abc9e-ddaa-4d89-b5a5-d77c663d5258\",\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"endDate\": \"2036-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ],\n  \"screeningIds\": [],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  }\n}"}],"_postman_id":"dd3c9308-e380-4fd9-a945-cb03639b6868"},{"name":"/candidates/{id}","event":[{"listen":"test","script":{"id":"5ff6bbe1-759f-4a76-87df-614657511e21","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 200\"] = responseCode.code === 200;","","postman.setGlobalVariable(\"email\", jsonData.email);"],"type":"text/javascript"}}],"id":"e50ebaba-f0d8-4cc0-a3f9-43e3ccbabba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientReferenceId\": \"20033acd-80c5-4c49-bec9-7c2824c1b4ce\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Smith\",\n  \"email\": \"08853688-4990-4785-b434-c9b12e119b8a@dispostable.com\"\n}"},"url":"{{host}}/v2/candidates/{{candidate_id}}","description":"<p>Update an existing candidate's information.</p>\n<ul>\n<li><p>Removing a field or setting a <code>null</code> value in your request will delete that data from the candidate as long as it is not required.</p>\n</li>\n<li><p>Providing an empty value on an existing field will not remove it from the candidate. This value will be validated against the individual field's requirements.</p>\n</li>\n<li><p>Providing a new value on an existing field will update its current value to the new value. <code>clientReferenceId</code> cannot be updated.</p>\n</li>\n</ul>\n<p><strong>Candidates with Existing Screenings</strong></p>\n<blockquote>\n<p>When you create a new screening, the data that is collected will be what was currently set on the candidate at that time. Updating the candidate afterwards will not impact their existing screenings. </p>\n</blockquote>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clientReferenceId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>An identifier, such as a user id, to facilitate linking candidates back to entities in your own system. Must be unique.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>required</td>\n<td>string</td>\n<td>The email provided by the candidate. Must be a unique, valid email.</td>\n</tr>\n<tr>\n<td><code>givenName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's given or \"first\" name, such as \"Tim\" in \"Tim Duncan\".</td>\n</tr>\n<tr>\n<td><code>familyName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's family name, such as \"Rowling\" in \"Joanne K Rowling\".</td>\n</tr>\n<tr>\n<td><code>middleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's middle name, useful for differentiating between individuals with similar names in public record searches.</td>\n</tr>\n<tr>\n<td><code>confirmedNoMiddleName</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td><code>true</code> if the the candidate has been confirmed to have no legal middle name. <code>false</code> is the default when not specified during candidate data collection.</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date of birth, formatted as an ISO-8601 date (without the time component). For example, July 4, 1979 would be represented as <code>\"1979-07-04\"</code>. The year value will be masked in all responses.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>A phone number associated with the candidate, formatted as an <code>E.164</code> string, such as <code>+15555551234</code>.</td>\n</tr>\n<tr>\n<td><code>ssn</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The Social Security Number of the candidate. This value will be partially masked in all responses, except for the last four digits. Acceptable formats: <code>XXX-XX-XXXX</code>, <code>XXXXXXXXX</code></td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>optional</td>\n<td>object</td>\n<td>A candidate Address. Please refer to <a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>.</td>\n</tr>\n<tr>\n<td><code>additionalAddresses</code></td>\n<td>optional</td>\n<td>array</td>\n<td>Previous or concurrent addresses the candidate resides in. Please refer to <a href=\"#0541da97-d487-404a-9dea-9630db1335db\">AdditionalAddress</a></td>\n</tr>\n<tr>\n<td><code>driversLicense</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Driver's license information. Please refer to <a href=\"#34711a97-1673-4a79-916f-c3d8b59b25a0\">DriversLicense</a>.</td>\n</tr>\n<tr>\n<td><code>aliases</code></td>\n<td>optional</td>\n<td>array</td>\n<td>List of candidate Aliases: Alternate information the candidate may also be known by. Please refer to <a href=\"#a1b88c4b-3b0f-4b38-90a2-c7cc9aad2cc2\">Alias</a>.</td>\n</tr>\n<tr>\n<td><code>educationHistory</code></td>\n<td>optional</td>\n<td>array</td>\n<td>An array of objects with the candidate's education history. Please refer to <a href=\"#456692f2-4ad4-4a63-a073-0fac880475f0\">EducationHistory</a>.</td>\n</tr>\n<tr>\n<td><code>employmentHistory</code></td>\n<td>optional</td>\n<td>array</td>\n<td>An array of objects containing the candidate's employment history. Please refer to <a href=\"#59438894-6946-4da9-9213-8fd4b3cd996b\">EmploymentHistory</a>.</td>\n</tr>\n<tr>\n<td><code>licenses</code></td>\n<td>optional</td>\n<td>array</td>\n<td>An array of objects containing certifications or professional licenses the candidate has earned. Please refer to <a href=\"#b73fd62f-2607-469c-b4a6-afa1d968347f\">Licenses</a>.</td>\n</tr>\n<tr>\n<td><code>primaryLanguage</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's preferred language to be included in the E-Invite content and Sterling Candidate Hub workflow. The prefix should follow the ISO 639-1 standard, such as \"es\" for Spanish, \"en\" for English, and \"fr\" for French. The suffix should follow the ISO 3166-2 standard, such as \"US\", \"GB\", \"ES\", \"FR\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","candidates","{{candidate_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6ff749f2-9263-465b-b20a-791285b7d4c2","name":"Update Candidate","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientReferenceId\": \"999124441\",\n  \"email\": \"john.doe.new@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Smith\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"1980-01-20\",\n  \"ssn\": \"987654321\",\n  \"phone\": \"+14041231234\",\n  \"primaryLanguage\": \"es-ES\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"456 WILLOWTREE PLACE\",\n      \"municipality\": \"Bothell\",\n      \"regionCode\": \"US-WA\",\n      \"postalCode\": \"98011\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"806 High Point Circle\",\n      \"municipality\": \"Cordova\",\n      \"regionCode\": \"US-TN\",\n      \"postalCode\": \"38016\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  },\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n      \"givenName\": \"Simon\",\n      \"familyName\": \"Duck\",\n      \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Terminated\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"484"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 18:05:33 GMT"},{"key":"x-amzn-RequestId","value":"de325d2b-6d04-11e9-b7fa-79f69c8aabb5"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZESoWEK4IAMFSbQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb3168-f30d50685c1fb489c26e805c;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7b01019810c971756b017bcc76055c79.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"nXg8wpNHIWGu10GbahFQ4b1F76f6Lob-IdfJhTVabGrh6aLM4O1imw=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"clientReferenceId\": \"999124441\",\n  \"email\": \"john.doe.new@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Smith\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"XXXX-01-20\",\n  \"ssn\": \"XXXXX4321\",\n  \"phone\": \"+14041231234\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"primaryLanguage\": \"es-ES\",\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"456 WILLOWTREE PLACE\",\n      \"municipality\": \"Bothell\",\n      \"regionCode\": \"US-WA\",\n      \"postalCode\": \"98011\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"806 High Point Circle\",\n      \"municipality\": \"Cordova\",\n      \"regionCode\": \"US-TN\",\n      \"postalCode\": \"38016\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n      \"givenName\": \"Simon\",\n      \"familyName\": \"Duck\",\n      \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Terminated\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ],\n  \"screeningIds\": [],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  }\n}"},{"id":"0867969a-c9ec-43cf-8375-890adf48b194","name":"Missing Required Field","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"clientReferenceId\": \"60f87e96-61cd-43b4-8e8d-6766d7b369cf\",\n    \"familyName\": \"Smith\",\n    \"email\": \"f1317581-69d1-4cd8-ba7d-0ff1de04ab9b@dispostable.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 24 Mar 2020 20:21:43 GMT"},{"key":"x-amzn-RequestId","value":"93db53f5-7924-4bcf-8ac0-7dabcb41b5bd"},{"key":"x-amzn-Remapped-Content-Length","value":"71"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"J6XJsG4oIAMFRkg="},{"key":"Request-Id","value":"cb77d2ae-abf6-4cec-ae64-a65ae10ca077"},{"key":"x-amzn-Remapped-Date","value":"Tue, 24 Mar 2020 20:21:43 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 9f81bea25ba920ede749daf13506a051.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HIO50-C2"},{"key":"X-Amz-Cf-Id","value":"uF_zQxdkAetVE2GaFEJWfO92qEZo6YBqU25yxTlxW_0ektzkyn6MLg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#givenName\",\n            \"message\": \"givenName is required\"\n        }\n    ]\n}"}],"_postman_id":"e50ebaba-f0d8-4cc0-a3f9-43e3ccbabba1"},{"name":"/candidates/{id}","event":[{"listen":"test","script":{"id":"1013ff6d-8f2d-48df-a0a9-e36d0edad830","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"99dc401e-a47c-4e1e-8f16-c44e06560273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"}],"url":"{{host}}/v2/candidates/{{candidate_id}}","description":"<p>Lookup a candidate. This will return all the most recent information on the candidate.</p>\n<p>During the course of an order that contains an <a href=\"http://id.me/\">ID.me</a> product, when the verification is successful, the candidate data will be updated on the platform with the candidate information provided by <a href=\"http://id.me/\">ID.me</a>, and can be retrieved with this endpoint.</p>\n","urlObject":{"path":["v2","candidates","{{candidate_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0e6fbfa7-1550-4db7-9cda-737be560024c","name":"Get Candidate","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"484"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 18:25:19 GMT"},{"key":"x-amzn-RequestId","value":"a392dbb2-6d07-11e9-8250-e3b5513da553"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEViUGSBoAMFToA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb360e-68c04185ce003d5e6b561f86"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17d601c1a37e4e7f1ee73eac5ce62cf4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ynFoxiDQ-ISfHghSQbnD_7dal3nTIOHRotsJSa1KAIJ2T6c6v3acwg=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"clientReferenceId\": \"999124441\",\n  \"email\": \"john.doe.new@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Smith\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"XXXX-01-20\",\n  \"ssn\": \"XXXXX4321\",\n  \"phone\": \"+14041231234\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"primaryLanguage\": \"en-US\",\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"123 PEACHTREE PLACE\",\n      \"municipality\": \"ATLANTA\",\n      \"regionCode\": \"US-GA\",\n      \"postalCode\": \"30005\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"221B Baker Street\",\n      \"municipality\": \"London\",\n      \"regionCode\": \"GB-LND\",\n      \"postalCode\": \"NW1 6XE\",\n      \"countryCode\": \"GB\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n      \"givenName\": \"Simon\",\n      \"familyName\": \"Duck\",\n      \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Resigned\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ],\n  \"screeningIds\": [],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  }\n}"}],"_postman_id":"99dc401e-a47c-4e1e-8f16-c44e06560273"},{"name":"/candidates/?email={email}","event":[{"listen":"test","script":{"id":"8056222a-5663-4381-8444-0b76dea276ee","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"ebbb9659-3875-4c29-878d-05c31e8af10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v2/candidates?email={{email}}","description":"<p>Lookup a candidate by their primary email address.</p>\n<p><strong>Emails Using Special Characters</strong></p>\n<blockquote>\n<p>If the candidate's email address contains special characters (i.e. <code>+</code> or <code>=</code>), you will need to make sure it is <strong>url-encoded</strong> prior to searching. These characters are reserved for URL query strings and the search will not associate them with the email address without proper encoding.</p>\n<p>For example, an email address like <code>sterling+test+email@sterlingcheck.com</code> should be url-encoded and then searched using <code>sterling%2Btest%2Bemail%40sterlingcheck.com</code> instead.</p>\n</blockquote>\n","urlObject":{"path":["v2","candidates"],"host":["{{host}}"],"query":[{"description":{"content":"<p><strong>REQUIRED</strong></p>\n<p>The candidate's primary email address.</p>\n","type":"text/plain"},"key":"email","value":"{{email}}"}],"variable":[]}},"response":[{"id":"21fcdd61-a79c-4c65-9f7e-211c0e0e2d10","name":"Get Candidate By Email","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/v2/candidates?email=john.doe.new@example.com","host":["{{host}}"],"path":["v2","candidates"],"query":[{"key":"email","value":"john.doe.new@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"527"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 19:40:52 GMT"},{"key":"x-amzn-RequestId","value":"2e08fb3a-6d12-11e9-a89a-81a491d566d2"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEglsFxaIAMFy_g="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb47be-f1ee949400f06442fe0b5946;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b005949014b117aed39cd14f2e31cfb9.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"jvbWkhNJgvYvY5uunp6sSK0ODfUf3PCHV2GwFgXdg7lfW6rs3H-EAQ=="}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"clientReferenceId\": \"999124441\",\n  \"email\": \"john.doe.new@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Smith\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"XXXX-01-20\",\n  \"ssn\": \"XXXXX4321\",\n  \"phone\": \"+14041231234\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"123 PEACHTREE PLACE\",\n      \"municipality\": \"ATLANTA\",\n      \"regionCode\": \"US-GA\",\n      \"postalCode\": \"30005\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"221B Baker Street\",\n      \"municipality\": \"London\",\n      \"regionCode\": \"GB-LND\",\n      \"postalCode\": \"NW1 6XE\",\n      \"countryCode\": \"GB\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n      \"givenName\": \"Simon\",\n      \"familyName\": \"Duck\",\n      \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Resigned\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ],\n  \"screeningIds\": [],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  }\n }\n]"}],"_postman_id":"ebbb9659-3875-4c29-878d-05c31e8af10c"},{"name":"/candidates/?clientReferenceId={clientReferenceId}","event":[{"listen":"test","script":{"id":"8056222a-5663-4381-8444-0b76dea276ee","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"43e551ef-f71c-491e-a1db-9ad6f66ecc83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/v2/candidates?clientReferenceId={{clientReferenceId}}","description":"<p>Lookup a candidate by their client reference Id.</p>\n<p><strong>Client Reference Id's Using Special Characters</strong></p>\n<blockquote>\n<p>If the candidate's client reference Id contains special characters (i.e. <code>+</code> or <code>=</code>), you will need to make sure it is <strong>url-encoded</strong> prior to searching. These characters are reserved for URL query strings and the search will not associate them with the client reference Id without proper encoding.</p>\n<p>For example, an client reference Id like <code>4f2724352527+478c+bbf6+9db9f62c4d99</code> should be url-encoded and then searched using <code>4f2724352527+478c+bbf6+9db9f62c4d99</code> instead.</p>\n</blockquote>\n","urlObject":{"path":["v2","candidates"],"host":["{{host}}"],"query":[{"description":{"content":"<p><strong>REQUIRED</strong></p>\n<p>The candidate's client reference Id.</p>\n","type":"text/plain"},"key":"clientReferenceId","value":"{{clientReferenceId}}"}],"variable":[]}},"response":[{"id":"f0218784-c1c8-4454-8b17-cc31b438dec4","name":"Get Candidate By Client Reference Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/v2/candidates?clientReferenceId=999124441","host":["{{host}}"],"path":["v2","candidates"],"query":[{"key":"clientReferenceId","value":"999124441"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"527"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 19:40:52 GMT"},{"key":"x-amzn-RequestId","value":"2e08fb3a-6d12-11e9-a89a-81a491d566d2"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEglsFxaIAMFy_g="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb47be-f1ee949400f06442fe0b5946;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b005949014b117aed39cd14f2e31cfb9.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"jvbWkhNJgvYvY5uunp6sSK0ODfUf3PCHV2GwFgXdg7lfW6rs3H-EAQ=="}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"clientReferenceId\": \"999124441\",\n  \"email\": \"john.doe.new@example.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Smith\",\n  \"confirmedNoMiddleName\": true,\n  \"dob\": \"XXXX-01-20\",\n  \"ssn\": \"XXXXX4321\",\n  \"phone\": \"+14041231234\",\n  \"address\": {\n    \"addressLine\": \"123 Main Street\",\n    \"municipality\": \"Orlando\",\n    \"regionCode\": \"US-FL\",\n    \"postalCode\": \"12345\",\n    \"countryCode\": \"US\"\n  },\n  \"additionalAddresses\": [\n    {\n      \"addressLine\": \"123 PEACHTREE PLACE\",\n      \"municipality\": \"ATLANTA\",\n      \"regionCode\": \"US-GA\",\n      \"postalCode\": \"30005\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2003-08-01\",\n      \"validTo\": \"2016-07-08\"\n    },\n    {\n      \"addressLine\": \"221B Baker Street\",\n      \"municipality\": \"London\",\n      \"regionCode\": \"GB-LND\",\n      \"postalCode\": \"NW1 6XE\",\n      \"countryCode\": \"GB\",\n      \"validFrom\": \"2016-07-08\",\n      \"validTo\": \"2017-10-27\"\n    }\n  ],\n  \"aliases\": [\n    {\n      \"givenName\": \"Robert\",\n      \"familyName\": \"Saur\",\n      \"middleName\": \"William\",\n      \"confirmedNoMiddleName\": false\n    },\n    {\n      \"givenName\": \"Simon\",\n      \"familyName\": \"Duck\",\n      \"confirmedNoMiddleName\": true\n    }\n  ],\n  \"educationHistory\": [\n    {\n      \"schoolName\": \"UW\",\n      \"schoolType\": \"University\",\n      \"degree\": {\n        \"major\": \"Software Systems\",\n        \"degreeName\": \"B.S.\",\n        \"degreeType\": \"Bachelors\",\n        \"graduationDate\": \"2010-06-01\",\n        \"degreeCompleted\": true,\n        \"comments\": \"something\"\n      },\n      \"schoolIDNumber\": \"UW12345\",\n      \"address\": {\n        \"addressLine\": \"University District\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"aliasGivenName\": \"aliasFirstName1\",\n      \"aliasFamilyName\": \"aliasLastName1\",\n      \"department\": \"Computer Science\",\n      \"startDate\": \"2008-08-01\",\n      \"endDate\": \"2010-05-01\",\n      \"email\": \"uwsomeemail@uwsomeemail.com\",\n      \"phone\": \"14041231234\",\n      \"fax\": \"+1234567890\",\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"employmentHistory\": [\n    {\n      \"employerName\": \"SomeEmployer\",\n      \"currentEmployer\": false,\n      \"jobTitle\": \"SomeJobTitle\",\n      \"startDate\": \"2008-10-02\",\n      \"endDate\": \"2012-10-25\",\n      \"employmentType\": \"FullTime\",\n      \"department\": \"IT\",\n      \"address\": {\n        \"addressLine\": \"ABC company\",\n        \"municipality\": \"SEATTLE\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98001\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-08-01\"\n      },\n      \"permissionToContact\": true,\n      \"reasonForLeaving\": \"Resigned\",\n      \"salary\": {\n        \"currency\": \"12345678\",\n        \"startingSalary\": \"140,000\",\n        \"endingSalary\": \"100,000\"\n      },\n      \"verification\": {\n        \"supervisorGivenName\": \"supervisorFirstName\",\n        \"supervisorFamilyName\": \"supervisorLastName\",\n        \"supervisorMiddleName\": \"supervisorMiddleName\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        },\n        \"email\": \"abcsomeemail@abcsomeemail.com\",\n        \"phone\": \"14041231234\",\n        \"fax\": \"+1234567890\"\n      },\n      \"verifyEmployer\": true,\n      \"notes\": \"nothing\",\n      \"type\": \"default\"\n    }\n  ],\n  \"licenses\": [\n    {\n      \"issuingAgency\": {\n        \"name\": \"Some Institute\",\n        \"address\": {\n          \"addressLine\": \"ABC company\",\n          \"municipality\": \"SEATTLE\",\n          \"regionCode\": \"US-WA\",\n          \"postalCode\": \"98001\",\n          \"countryCode\": \"US\",\n          \"validFrom\": \"2008-08-01\"\n        }\n      },\n      \"number\": \"S12345\",\n      \"name\": \"Nursing Certification\",\n      \"startDate\": \"2016-01-01\",\n      \"status\": \"active\",\n      \"notes\": \"some notes\"\n    }\n  ],\n  \"screeningIds\": [],\n  \"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"CA\"\n  }\n }\n]"}],"_postman_id":"43e551ef-f71c-491e-a1db-9ad6f66ecc83"}],"id":"14a4713e-423e-4c6f-a85b-6c24ca7d8147","description":"<p>A candidate is a person who will be the subject of a future screening. In many cases, a new candidate can be created and a screening can immediately be initiated with that candidate in a single session. Alternatively, a candidate can be created in advance for future screenings, screened with different packages over time as part of a role change, or may be screened every few months as part of an existing role.</p>\n<p>By design, candidate records can be created with only a handful of required fields, to allow for use cases like step-by-step data collection across multiple user interactions. Because different kinds of screenings need different information about the candidate in order to effectively search for their background data, there is no single set of universally required fields for all screening types.</p>\n","event":[{"listen":"prerequest","script":{"id":"b2716bfe-aaa8-4882-943e-63ac6821197e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbc7d8d1-c29c-4384-8e06-0531c5d8ca9e","type":"text/javascript","exec":[""]}}],"_postman_id":"14a4713e-423e-4c6f-a85b-6c24ca7d8147"},{"name":"Consent Collections","item":[{"name":"/consent-collections/requests","event":[{"listen":"test","script":{"id":"33c281cd-0129-4fb1-b14f-b899bc0b716d","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"candidate_id\", jsonData.id);","postman.setGlobalVariable(\"client_ref_id\", jsonData.clientReferenceId);","postman.setGlobalVariable(\"email\", jsonData.email);"],"type":"text/javascript","packages":{}}}],"id":"61cdac10-055f-453e-a256-700246e547da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"packageId\": \"92979\",\n    \"clientTransactionId\": \"1898982\",\n    \"accountId\": \"123456\",\n    \"workflowId\": \"1\",\n    \"jobPosition\": \"Basic\",\n    \"billCode\": \"1111\", \n    \"additionalInfo\": [\n        {\n            \"key\": \"emailTemplateId\",\n            \"value\": \"template1\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v3/consent-collections/requests","description":"<p>Creates the Consent Collections request for the candidate so the consent-only workflow is initiated.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The unique identifier of the candidate.</td>\n</tr>\n<tr>\n<td><code>packageId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The unique identifier of the package the candidate will be screened against.</td>\n</tr>\n<tr>\n<td><code>clientTransactionId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The ID for transaction reference supplied by the Client.</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>required</td>\n<td>string</td>\n<td>ID of the account that the screening will be associated with.</td>\n</tr>\n<tr>\n<td><code>workflowId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The ID of the workflow.</td>\n</tr>\n<tr>\n<td><code>jobPosition</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The ID of the job position assigned.</td>\n</tr>\n<tr>\n<td><code>billCode</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The bill code assigned for the screening, specified by the Client.</td>\n</tr>\n<tr>\n<td><code>additionalInfo</code></td>\n<td>optional</td>\n<td>array</td>\n<td>The key value pairs to pass any additional information. Please refer to <a href=\"#b3b52fa4-dc98-4001-ba0f-1f7658cab000\">Additional Info</a></td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>optional</td>\n<td>array</td>\n<td>The key value pairs to pass the client defined fields. Please refer to <a href=\"#da12aa33-3c85-48af-8c8d-78cd6cb3093d\">CustomFields</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","consent-collections","requests"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"608212ec-31d6-4434-9a67-8c2e4d646a67","name":"Create Consent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"packageId\": \"92979\",\n    \"clientTransactionId\": \"1898982\",\n    \"accountId\": \"123456\",\n    \"workflowId\": \"1\",\n    \"jobPosition\": \"Basic\",\n    \"billCode\": \"1111\", \n    \"additionalInfo\": [\n        {\n            \"key\": \"emailTemplateId\",\n            \"value\": \"template1\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v3/consent-collections/requests"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 22 Jan 2025 17:53:36 GMT"},{"key":"x-amzn-RequestId","value":"bf885d44-8fa6-4fee-96fa-edd6897d90bd"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEDw3HCJoAMFvEA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb199f-d0407ba07437fbd8b524fbc0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1019c7748e9bd9371b8cbc3777f0a40e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"_8t3AeHIaXkmdZ2Ydtmj1BcLnDFOWMi6Va5I2eDXgBzShXr9ZCI79g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dadccb11-d25f-4cb8-8c7c-8703f9188b07\",\n    \"status\": \"accepted\"\n}"},{"id":"cd169d95-0398-4e59-be1c-b21bee2d54ff","name":"Missing Requirement","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"clientTransactionId\": \"1898982\",\n    \"accountId\": \"123456\",\n    \"workflowId\": \"1\",\n    \"jobPosition\": \"Basic\",\n    \"billCode\": \"1111\", \n    \"additionalInfo\": [\n        {\n            \"key\": \"emailTemplateId\",\n            \"value\": \"template1\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v3/consent-collections/requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"234"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 22 Jan 2025 17:53:36 GMT"},{"key":"x-amzn-RequestId","value":"bf885d44-8fa6-4fee-96fa-edd6897d90bc"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEDw3HCJoAMFvEA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb199f-d0407ba07437fbd8b524fbc0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1019c7748e9bd9371b8cbc3777f0a40e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"_8t3AeHIaXkmdZ2Ydtmj1BcLnDFOWMi6Va5I2eDXgBzShXr9ZCI79g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dadccb11-d25f-4cb8-8c7c-8703f9188b07\",\n    \"status\": \"rejected\",\n    \"errors\": [\n        {\n            \"code\": \"400#bad-request?required\",\n            \"message\": \"[object has missing required properties ([\\\"packageId\\\"])]\"\n        }\n    ]\n}"}],"_postman_id":"61cdac10-055f-453e-a256-700246e547da"},{"name":"/consent-collections/requests/{requestId}/documents","event":[{"listen":"test","script":{"id":"1013ff6d-8f2d-48df-a0a9-e36d0edad830","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"990759ad-9b43-4f1f-86f9-ce2b4500eee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v3/consent-collections/requests/{{requestId}}/documents","description":"<p>Lookup all documents available for a specific consent collection request.</p>\n<blockquote>\n<p>The requestId is the <code>id</code> value from the response of /consent-collections/requests endpoint.</p>\n</blockquote>\n","urlObject":{"path":["v3","consent-collections","requests","{{requestId}}","documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a93a713b-3875-4ece-98e0-66ca6a4f557f","name":"Get Consent Documents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v3/consent-collections/requests/dadccb11-d25f-4cb8-8c7c-8703f9188b07/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"355"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 22 Jan 2025 17:57:20 GMT"},{"key":"x-amzn-RequestId","value":"7e0e9f19-85f4-4915-a651-aa34c9098d9c"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEViUGSBoAMFToA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb360e-68c04185ce003d5e6b561f86"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17d601c1a37e4e7f1ee73eac5ce62cf4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ynFoxiDQ-ISfHghSQbnD_7dal3nTIOHRotsJSa1KAIJ2T6c6v3acwg=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"einvite_826322\",\n        \"fileName\": \"Workflow.pdf\",\n        \"documentType\": \"WFDTask\",\n        \"createdAt\": \"2025-01-22T17:57:00.423Z\"\n    },\n    {\n        \"id\": \"einvite_826323\",\n        \"fileName\": \"Consent.pdf\",\n        \"documentType\": \"WFDTask\",\n        \"createdAt\": \"2025-01-22T17:57:00.650Z\"\n    },\n    {\n        \"id\": \"einvite_826324\",\n        \"fileName\": \"Signed US Authorization.pdf\",\n        \"documentType\": \"iForm\",\n        \"createdAt\": \"2025-01-22T17:57:00.793Z\"\n    }\n]"},{"id":"73e2daf3-c533-4220-a299-a1864b6c45fc","name":"Invalid Request ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v3/consent-collections/requests/dadccb11-d25f-4cb8-8c7c-8703f9111111/documents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 22 Jan 2025 17:57:20 GMT"},{"key":"x-amzn-RequestId","value":"7e0e9f19-85f4-4915-a651-aa34c9098d9c"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEViUGSBoAMFToA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb360e-68c04185ce003d5e6b561f86"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17d601c1a37e4e7f1ee73eac5ce62cf4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ynFoxiDQ-ISfHghSQbnD_7dal3nTIOHRotsJSa1KAIJ2T6c6v3acwg=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"990759ad-9b43-4f1f-86f9-ce2b4500eee0"},{"name":"/consent-collections/requests/{requestId}/documents/{documentId}","event":[{"listen":"test","script":{"id":"1013ff6d-8f2d-48df-a0a9-e36d0edad830","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"24fd979e-04fe-447b-99b6-bccb7ed8cf52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v3/consent-collections/requests/{{requestId}}/documents/{{documentId}}","description":"<p>Lookup a specific document for a specified request. The response will be a base64 representation of the document. You can download the response which will save the file as its original format.</p>\n<blockquote>\n<p>The documentId is the <code>id</code> value from the response of consent-collections/requests/{{requestId}}/documents endpoint.</p>\n</blockquote>\n","urlObject":{"path":["v3","consent-collections","requests","{{requestId}}","documents","{{documentId}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3b4b6c42-59fd-4da9-86fc-4a4a7c0b1ec5","name":"Get Consent Documents","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v3/consent-collections/requests/dadccb11-d25f-4cb8-8c7c-8703f9188b07/documents/einvite_826323"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47606"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 22 Jan 2025 18:00:20 GMT"},{"key":"x-amzn-RequestId","value":"7e0e9f19-85f4-4915-a651-aa34c9098d9c"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEViUGSBoAMFToA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb360e-68c04185ce003d5e6b561f86"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17d601c1a37e4e7f1ee73eac5ce62cf4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ynFoxiDQ-ISfHghSQbnD_7dal3nTIOHRotsJSa1KAIJ2T6c6v3acwg=="}],"cookie":[],"responseTime":null,"body":"%PDF-1.4\n%����\n%ABCpdf 11302\n61 0 obj\n<<\n/E 5893\n/H [1202 211]\n/L 47606\n/Linearized 1\n/N 14\n/O 64\n/T 46337\n>>                                                                               \nendobj\n\nxref\n61 8\n0000000032 00000 n\n0000001110 00000 n\n0000001202 00000 n\n0000001413 00000 n\n0000001614 00000 n\n0000001722 00000 n\n0000001825 00000 n\n0000001972 00000 n\ntrailer\n<<\n/ID [<B37D6E9A5074CB8932B7FAF1F9104FA4>\n<E44F83787F29742D6CC404438C67BCC9>]\n/Info 58 0 R\n/Prev 46326\n/Root 62 0 R\n/Size 69\n/Source (WeJXFxNO4fJduyUMetTcP9+oaONfINN4+d7h6/7WPBwezFukCFPmKMo0G082+WBpB9khgm8VtCFmyd8gIrwOjQRAIjPsWhM4vgMCV\\\n8KvVF/K8leNuexNXqGgaF6qM0QDTaJDbZhE/VI3GEg=)\n>>                                                                                                                                                                                                                                                                                                                                                                                                                              \nstartxref\n0\n%%EOF\n\n62 0 obj\n<<\n/Outlines 56 0 R\n/PageMode /UseNone\n/Pages 60 0 R\n/Type /Catalog\n>>\nendobj\n\n63 0 obj\n<<\n/Filter /FlateDecode\n/Length 123\n/S 260\n>>\nstream\nx�c```f``�Ġ���$\u0005\"�@\u0001\nS�l&$qF(f\u0003b\u0016�\u001c#\u0003&"},{"id":"4bf735c6-6a46-483b-8567-f08b87dac610","name":"Invalid Document ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v3/consent-collections/requests/dadccb11-d25f-4cb8-8c7c-8703f9188b07/documents/11111"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 22 Jan 2025 18:12:54 GMT"},{"key":"x-amzn-RequestId","value":"7e0e9f19-85f4-4915-a651-aa34c9098d9c"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEViUGSBoAMFToA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb360e-68c04185ce003d5e6b561f86"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17d601c1a37e4e7f1ee73eac5ce62cf4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ynFoxiDQ-ISfHghSQbnD_7dal3nTIOHRotsJSa1KAIJ2T6c6v3acwg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"404\",\n            \"message\": \"The documentId is not associated with the given screening.\"\n        }\n    ]\n}"}],"_postman_id":"24fd979e-04fe-447b-99b6-bccb7ed8cf52"}],"id":"144817d3-f9c5-416c-bb7f-c6a8c6ddb4a9","description":"<p>Sterling API supports a consent-only workflow, which allows clients to collect and confirm candidate consent without launching an order. The consent-only workflow invites the candidate to Sterling to review and provide consent for processes outside of background screenings, such as Monitoring.</p>\n<p>For Callbacks related to Consent Collections, you can register a callback endpoint with the callback type <code>screening</code>. Please refer to the <a href=\"#callbacks\">Callbacks</a> section.</p>\n","_postman_id":"144817d3-f9c5-416c-bb7f-c6a8c6ddb4a9"},{"name":"Dynamic Consents","item":[{"name":"/consent-forms","event":[{"listen":"test","script":{"id":"420f76a0-7f1f-4bbd-8ac9-209f19f2ccba","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"screening_id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"ad44fefd-e099-4dea-a64e-b815d597372d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"155934\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"locationOfJobPositionAddress\": {\n        \"municipality\": \"Atlanta\",\n        \"regionCode\": \"US-GA\",\n        \"countryCode\": \"US\"\n    }\n}"},"url":"{{host}}/v2/consent-forms","description":"<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The unique identifier of the candidate to be screened.</td>\n</tr>\n<tr>\n<td><code>packageId</code></td>\n<td>required</td>\n<td>string/integer</td>\n<td>The unique identifier for the package the candidate will be screened against. The package must be configured with a consent form.</td>\n</tr>\n<tr>\n<td><code>locationOfJobPositionAddress.municipality</code></td>\n<td>required</td>\n<td>string</td>\n<td>The city or town of employment.</td>\n</tr>\n<tr>\n<td><code>locationOfJobPositionAddress.regionCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, of employment. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter abbreviation. For example, Texas is \"US-TX\".</td>\n</tr>\n<tr>\n<td><code>locationOfJobPositionAddress.countryCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The two-letter ISO short code for the country of employment. Some examples are \"US\", \"GB\", or \"CA\".</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string (uuid)</td>\n<td>The same candidateId used for the initial background check.</td>\n</tr>\n<tr>\n<td><code>packageId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The package name that is being ordered. This would be configured for you in Sterling systems by your account manager or CSP.</td>\n</tr>\n<tr>\n<td><code>municipality</code></td>\n<td>required</td>\n<td>string</td>\n<td>The name of the city where the candidate’s job is located.</td>\n</tr>\n<tr>\n<td><code>regionCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The two-letter state code in which the candidate’s job is located.</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The two-letter country code in which the candidate’s job is located.</td>\n</tr>\n<tr>\n<td><code>sequence</code></td>\n<td>required</td>\n<td>integer</td>\n<td>Sequence number to denote ordering in which the consents need to be displayed to the candidate.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>required</td>\n<td>string</td>\n<td>The consent type; standard or custom.</td>\n</tr>\n<tr>\n<td><code>heading</code></td>\n<td>required</td>\n<td>string</td>\n<td>The consent document heading.</td>\n</tr>\n<tr>\n<td><code>consents</code></td>\n<td>required</td>\n<td>string</td>\n<td>The consent html content that needs to be rendered and presented to the candidate.</td>\n</tr>\n<tr>\n<td><code>signatureType</code></td>\n<td>required</td>\n<td>string</td>\n<td>The type of acknowledgement needed for this consent section. Options are: <code>signature</code>, <code>radio-button</code> for options Yes/No, <code>checkbox</code></td>\n</tr>\n<tr>\n<td><code>key</code></td>\n<td>required</td>\n<td>string</td>\n<td>The input to the signature type i.e. electronic signature that needs to be captured from the candidate or in the case of disclosure which needs to be presented to the candidate.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","consent-forms"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ec18e914-e077-415d-93b6-bac8a9af9658","name":"Request Consent Forms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"27d5e55e-fb0e-49d8-9cf6-a45b1d631111\",\n    \"packageId\": \"155934\",\n    \"locationOfJobPositionAddress\": {\n        \"municipality\": \"Atlanta\",\n        \"regionCode\": \"US-GA\",\n        \"countryCode\": \"US\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/consent-forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":""},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 03 Jan 2025 21:39:43 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Request-Id","value":"7451316e-c320-46fa-ab70-f3a4730d14a3","description":""},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Va","value":"1.1 a5bdbdd1958d4d023b03427095a0a97a.cloudfront.net (CloudFront)","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"candidateId\": \"27d5e55e-fb0e-49d8-9cf6-a45b1d631111\",\n    \"packageId\": \"155934\",\n    \"locationOfJobPositionAddress\": {\n        \"municipality\": \"Atlanta\",\n        \"regionCode\": \"US-GA\",\n        \"countryCode\": \"US\"\n    },\n    \"consents\": [\n        {\n            \"sequence\": 1,\n            \"type\": \"standard\",\n            \"heading\": \"Electronic Signature\",\n            \"consent\": \"<section class=\\\"header-box\\\"><h3 class=\\\"consentHeader\\\">Consent to Use of Electronic Records and Signatures</h3></section><section class=\\\"wording-box\\\"><div class=\\\"consent\\\"><p><span style=\\\"color:#333333;\\\">You have the opportunity to complete and sign documents, as well as receive notices and other documents related to your application and interaction with Sterling's platform, in electronic rather than paper form. To agree to these uses of electronic documents and signatures, and to sign this document with the same effect as physically signing your name, click the \\\"Sign\\\" button at the bottom of this page after reviewing the information below.</span></p><p><span style=\\\"color:#333333;\\\">In order to sign, complete and receive documents electronically you will need the following:</span></p><ul><li><span style=\\\"color:#333333;\\\">A personal e-mail address</span></li><li><span style=\\\"color:#333333;\\\">A computer or other device with standard e-mail software</span></li><li><span style=\\\"color:#333333;\\\">Current version of Chrome, Firefox, Edge or Safari</span></li><li><span style=\\\"color:#333333;\\\">A connection to the internet</span></li><li><span style=\\\"color:#333333;\\\">A printer if you want to print paper copies</span></li></ul><p><span style=\\\"color:#333333;\\\">Alternatively, you may choose to use and sign paper versions of documents related to your application and interaction with Sterling's platform. To do so, please contact the company representative who sent you this request.</span></p><p><span style=\\\"color:#333333;\\\">By clicking \\\"Sign\\\" below, you consent to electronically sign, complete and receive documents relating to your application and interaction with Sterling's platform during both this session and any future sessions relating to this process. Additionally, you consent to electronically receive: communications relating to your application and interaction with Sterling's platform, including requests for additional information; notices of actions taken required by law, (including the Fair Credit Reporting Act for US consumers); and notices of your rights under applicable laws.</span></p><p><span style=\\\"color:#333333;\\\">Your consent applies to documents completed, signed or provided via this website, as well as to documents transmitted via email.</span></p><p><span style=\\\"color:#333333;\\\">You have the right to withdraw your consent at any time by calling Sterling on 1-800-943-2589 (in the US only), emailing&nbsp;</span><span style=\\\"color:#4A5A7B;\\\">client.support@sterlingcheck.com</span><span style=\\\"color:#333333;\\\">, or writing to: Sterling (ESign Center), 6150 Oak Tree Boulevard, Suite 490, Independence, OH, 44131 USA. If you withdraw consent, you will no longer have the ability to sign documents electronically and to receive disclosures and other documents electronically. Your withdrawal of consent is prospective only and will become effective after we have had a reasonable opportunity to act upon it. After withdrawing your consent, please also contact the company representative who sent you this request to make arrangements to receive paper copies of documents and communications.</span></p><p><span style=\\\"color:#333333;\\\">If your contact information changes, please call Sterling on 1-800-943-2589 (in the US only), email:</span> <span style=\\\"color:#4A5A7B;\\\">client.support@sterlingcheck.com</span><span style=\\\"color:#333333;\\\">, or write to: Sterling (ESign Center), 6150 Oak Tree Boulevard, Suite 490, Independence, OH, 44131 USA.</span></p><p><span style=\\\"color:#333333;\\\">After consenting, you can obtain copies of documents and communications relating to your application and interaction with Sterling's platform by: (1) using your browser to print paper copies or save electronic copies of documents or screens during this session and future sessions; (2) selecting one of the options on the “Confirmation” page at the end of this session; or (3) calling Sterling on 1-800-943-2589 (in the US only) or emailing client.support@sterlingcheck.com to request that paper copies be mailed to you at no charge.</span></p><p><span style=\\\"color:#333333;\\\">I understand that by typing my name where indicated below, and then clicking on “Sign”, I consent to the use of electronic records and signatures in the manner described above, and the electronic storage of such documents.</span></p></div></section>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"Electronic Signature\"\n        },\n        {\n            \"sequence\": 2,\n            \"type\": \"standard\",\n            \"heading\": \"Disclosure\",\n            \"consent\": \"<section class=\\\"header-box\\\"><h3 class=\\\"consentHeader\\\"><strong>DISCLOSURE REGARDING BACKGROUND INVESTIGATION</strong></h3></section><section class=\\\"wording-box\\\"><div class=\\\"consent\\\"><p> (\\\"the Company\\\") may obtain information about you from a third party consumer reporting agency for employment purposes. Thus, you may be the subject of a \\\"consumer report\\\" which may include information about your character, general reputation, personal characteristics, and/or mode of living. These reports may contain information regarding your criminal history, social security verification, motor vehicle records (\\\"driving records\\\"), verification of your education or employment history, or other background checks.</p><p>The investigations will be conducted by Sterling Infosystems Inc. 6150 Oak Tree Boulevard, Suite 490, Independence, OH 44131. 1.866.338.6739 <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.sterlingcheck.com\\\">www.sterlingcheck.com</a>.</p><p style=\\\"text-align:center;\\\"><strong>[End of Document]</strong></p><p style=\\\"text-align:center;\\\"><strong>p. 1 of 1</strong></p></div></section>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"Disclosure\"\n        },\n        {\n            \"sequence\": 3,\n            \"type\": \"standard\",\n            \"heading\": \"Investigative Disclosure\",\n            \"consent\": \"<h1><strong>DISCLOSURE REGARDING “INVESTIGATIVE CONSUMER REPORT” BACKGROUND INVESTIGATION</strong></h1><p> (the ''Company'') may request an investigative consumer report about you from a third party consumer reporting agency, in connection with your employment or application for employment (including volunteer assignment(s), as applicable) and throughout your employment if you are hired or retained, as allowed by law. An ''investigative consumer report'' is a background report that includes information from personal interviews (except in California, where that term includes background reports with or without information obtained from personal interviews). The most common form of an investigative consumer report in connection with your employment is a reference check through personal interviews with sources such as your former employers and associates, and other information sources. The investigative consumer report may contain information concerning your character, general reputation, personal characteristics, or mode of living.</p><p>You have the right, upon written request made within a reasonable time, to request from the Company (1) whether an investigative consumer report has been obtained about you, (2) disclosure of the nature and scope of any investigative consumer report and (3) a copy of your report. These reports will be prepared by Sterling Infosystems Inc. 6150 Oak Tree Boulevard, Suite 490, Independence, OH 44131. 1.866.338.6739 <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.sterlingcheck.com\\\"><span style=\\\"color:#00f;\\\"><strong>www.sterlingcheck.com.</strong></span></a></p><p style=\\\"text-align:center;\\\"><strong>[End of Document]</strong></p><p style=\\\"text-align:center;\\\"><strong>p. 1 of 1</strong></p>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"Investigative Disclosure\"\n        },\n        {\n            \"sequence\": 4,\n            \"type\": \"standard\",\n            \"heading\": \"California Disclosure\",\n            \"consent\": \"<section class=\\\"header-box\\\"><h3 class=\\\"consentHeader\\\"><strong>NOTICE REGARDING BACKGROUND CHECKS  PER CALIFORNIA LAW</strong></h3></section><section class=\\\"wording-box\\\"><div class=\\\"consent\\\"><p> (\\\"the Company\\\") intends to obtain information about you for employment screening purposes from a consumer reporting agency. Thus, you can expect to be the subject of \\\"investigative consumer reports\\\" obtained for employment purposes. Such reports may include information about your character, general reputation, personal characteristics and mode of living. With respect to any investigative consumer report from an investigative consumer reporting agency (\\\"ICRA\\\"), the Company may investigate the information contained in your employment application and other background information about you, including but not limited to obtaining a criminal record report, verifying references, work history, your social security number, your educational achievements, licensure, and certifications, your driving record (which may contain your photograph, social security number, driver identification number, name, address, telephone number, and medical or disability information), and other information about you, and interviewing people who are knowledgeable about you. The results of this report may be used as a factor in making employment decisions. The source of any investigative consumer report (as that term is defined under California law) will be<strong> Sterling Infosystems Inc. 6150 Oak Tree Boulevard, Suite 490, Independence, OH 44131</strong>. 1.866.338.6739 <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.sterlingcheck.com\\\">www.sterlingcheck.com</a>. The Company agrees to provide you with a copy of an investigative consumer report when required to do so under California law.</p><p>Under California Civil Code section 1786.22, you are entitled to find out what is in the ICRA's file on you with proper identification, as follows:</p><ul><li>In person, by visual inspection of your file during normal business hours and on reasonable notice. You also may request a copy of the information in person. The ICRA may not charge you more than the actual copying costs for providing you with a copy of your file.</li><li>A summary of all information contained in the ICRA's file on you that is required to be provided by the California Civil Code will be provided to you via telephone, if you have made a written request, with proper identification, for telephone disclosure, and the toll charge, if any, for the telephone call is prepaid by or charged directly to you.</li><li>By requesting a copy be sent to a specified addressee by certified mail. ICRAs complying with requests for certified mailings shall not be liable for disclosures to third parties caused by mishandling of mail after such mailings leave the ICRAs.</li></ul><p>\\\"Proper Identification\\\" includes documents such as a valid driver's license, social security account number, military identification card, and credit cards. Only if you cannot identify yourself with such information may the ICRA require additional information concerning your employment and personal or family history in order to verify your identity.</p><p>The ICRA will provide trained personnel to explain any information furnished to you and will provide a written explanation of any coded information contained in files maintained on you. This written explanation will be provided whenever a file is provided to you for visual inspection. You may be accompanied by one other person of your choosing, who must furnish reasonable identification. An ICRA may require you to furnish a written statement granting permission to the ICRA to discuss your file in such person's presence.</p></div></section>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"California Disclosure\"\n        },\n        {\n            \"sequence\": 5,\n            \"type\": \"standard\",\n            \"heading\": \"State Law\",\n            \"consent\": \"<div class='checkbox-header' style='padding-bottom:20px;'><table style='border:none;'><tr><td style='width: 25px; vertical-align:top; border:none;'><input style='width: 25px;' type='checkbox' id='copyOfReport' name='copyOfReport' ></td><td style='border:none;'><section class=\\\"header-box\\\"><div class=\\\"consentHeader\\\"><p><strong>California, Minnesota, and Oklahoma Residents and Applicants Only:</strong> Please check the box to the left if you would like a free copy of any REPORT obtained by COMPANY from Sterling.</p></div></section></td></tr></table></div><h2>OTHER STATE LAW NOTICES</h2><figure class=\\\"table\\\"><table style=\\\"border:1px solid #000;\\\"><tbody><tr><td style=\\\"border:1px solid #000;padding:5px 5px 10px;text-align:justify;\\\"><strong>New York residents and applicants only:</strong> &nbsp;Upon request, you will be informed whether or not a consumer report was requested by the Company, and if such report was requested, informed of the name and address of the consumer reporting agency that furnished the report. You have the right to inspect and receive a copy of any investigative consumer report requested by the Company by contacting the consumer reporting agency directly. By signing the Acknowledgment and Authorization for Background Investigation, you acknowledge receipt of <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https://sterling.app/consent/files/correction-law-article-23a.pdf\\\">Article 23-A of the New York Correction Law</a>.</td></tr><tr><td style=\\\"border:1px solid #000;padding:5px 5px 10px;text-align:justify;\\\"><strong>New York City residents and applicants only:</strong> &nbsp;By signing the Acknowledgment and Authorization for Background Investigation, you further authorize the Company to provide you with a copy of your consumer report, the <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https://sterling.app/consent/files/FairChance_Form23-A_distributed.pdf\\\">New York City Fair Chance Act Notice form</a>, and any other documents, to the extent required by law, at the mailing address and/or email address you provide to the Company.</td></tr><tr><td style=\\\"border:1px solid #000;padding:5px 5px 10px;text-align:justify;\\\"><strong>Minnesota residents and applicants only:</strong> &nbsp;You have the right to submit a written request to the consumer reporting agency for a complete and accurate disclosure of the nature and scope of any consumer report the Company ordered about you. The consumer reporting agency must provide you with this disclosure within five business days after its receipt of your request or the report was requested by the Company, whichever date is later.</td></tr><tr><td style=\\\"border:1px solid #000;padding:5px 5px 10px;text-align:justify;\\\"><strong>Los Angeles residents and applicants only:</strong> &nbsp;Please click here to receive a copy of the <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https://sterling.app/consent/files/Ban+the+Box+Poster+-+Private+Employers%2C+as+of+8.23.18.pdf\\\">Notice to Applicants &amp; Employees Fair Chance Initiative for Hiring Ordinance.</a></td></tr><tr><td style=\\\"border:1px solid #000;padding:5px 5px 10px;text-align:justify;\\\"><strong>San Francisco residents and applicants only:</strong> &nbsp;Please click here to receive a copy of the <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https://sterling.app/consent/files/FCO+poster2020.pdf\\\">San Francisco Fair Chance Ordinance Notice.</a></td></tr><tr><td style=\\\"border:1px solid #000;padding:5px 5px 10px;text-align:justify;\\\"><strong>Washington State residents and applicants only:</strong> &nbsp;You also have the right to request from the consumer reporting agency a written summary of your rights and remedies under the Washington Fair Credit Reporting Act.&nbsp;</td></tr></tbody></table></figure><p>By clicking “Next” below, you acknowledge that you have received and understand the state law notices above, including the linked documents.</p>\",\n            \"signatureType\": [\n                \"checkbox\"\n            ],\n            \"key\": \"State Law\"\n        },\n        {\n            \"sequence\": 6,\n            \"type\": \"standard\",\n            \"heading\": \"Summary of Rights FCRA\",\n            \"consent\": \"<p style=\\\"margin-left:72.45pt;text-align:center;\\\"><i>Para&nbsp;información&nbsp;en&nbsp;español,&nbsp;visite&nbsp;</i><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.consumerfinance.gov/learnmore\\\"><span style=\\\"color:blue;\\\"><i>www.consumerfinance.gov/learnmore</i></span></a><span style=\\\"color:blue;\\\"><i>&nbsp;</i></span><i>o&nbsp;escribe&nbsp;a&nbsp;la Consumer Financial Protection Bureau, 1700 G Street NW, Washington, DC 20552.</i></p><section class=\\\"wording-box\\\"><div class=\\\"consent\\\"><p style=\\\"text-align:center;\\\"><strong>A Summary of Your Rights Under the Fair Credit Reporting Act</strong></p><p>&nbsp; &nbsp; &nbsp; &nbsp;The federal Fair Credit Reporting Act (FCRA) promotes the accuracy, fairness, and privacy of information in the files of consumer reporting agencies.&nbsp; There are many types of consumer reporting agencies, including credit bureaus and specialty agencies (such as agencies that&nbsp;sell&nbsp;information&nbsp;about check&nbsp;writing&nbsp;histories,&nbsp;medical&nbsp;records,&nbsp;and&nbsp;rental&nbsp;history records). Here is a summary of your major rights under FCRA.&nbsp; <strong>For more information, including information about additional rights, go to </strong><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.consumerfinance.gov/learnmore\\\"><span style=\\\"color:blue;\\\"><strong>www.consumerfinance.gov/learnmore</strong></span></a><span style=\\\"color:blue;\\\"><strong>&nbsp;</strong></span><strong>or&nbsp;write to: Consumer Financial Protection Bureau, 1700 G Street NW, Washington, DC 20552.</strong></p><ul><li><strong>You must be told if information in your file has been used against you.&nbsp;</strong>Anyone&nbsp;who uses a&nbsp;credit&nbsp;report or another type of consumer report&nbsp;to&nbsp;deny&nbsp;your&nbsp;application&nbsp;for&nbsp;credit, insurance,&nbsp;or employment&nbsp;–&nbsp;or&nbsp;to&nbsp;take&nbsp;another adverse action&nbsp;against you&nbsp;– must&nbsp;tell&nbsp;you, and must give you the name, address, and phone number of the agency that provided the information.<br>&nbsp;</li><li><strong>You have the right to know what is in your file.&nbsp; </strong>You may request and obtain all the information about you in the files of a consumer reporting agency (your “file disclosure”).&nbsp;You will be required to provide proper identification, which may include your&nbsp;Social&nbsp;Security&nbsp;number. In&nbsp;many&nbsp;cases,&nbsp;the&nbsp;disclosure&nbsp;will&nbsp;be&nbsp;free.&nbsp; You&nbsp;are&nbsp;entitled to a free file disclosure if:<ul><li>a&nbsp;person&nbsp;has&nbsp;taken&nbsp;adverse action&nbsp;against&nbsp;you&nbsp;because&nbsp;of&nbsp;information&nbsp;in&nbsp;your credit report;</li><li>you&nbsp;are&nbsp;the&nbsp;victim&nbsp;of&nbsp;identity&nbsp;theft and&nbsp;place&nbsp;a&nbsp;fraud&nbsp;alert&nbsp;in&nbsp;your&nbsp;file;</li><li>your&nbsp;file&nbsp;contains inaccurate&nbsp;information&nbsp;as&nbsp;a&nbsp;result of&nbsp;fraud;</li><li>you&nbsp;are&nbsp;on&nbsp;public&nbsp;assistance;</li><li>you&nbsp;are&nbsp;unemployed&nbsp;but&nbsp;expect&nbsp;to&nbsp;apply&nbsp;for&nbsp;employment&nbsp;within&nbsp;60&nbsp;days.</li></ul></li></ul><p style=\\\"margin-left:40px;\\\">In addition, all consumers are entitled to one free disclosure every 12 months upon request&nbsp;from&nbsp;each&nbsp;nationwide&nbsp;credit&nbsp;bureau&nbsp;and&nbsp;from&nbsp;nationwide&nbsp;specialty&nbsp;consumer reporting agencies.&nbsp;See <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.consumerfinance.gov/learnmore\\\"><span style=\\\"color:blue;\\\">www.consumerfinance.gov/learnmore</span></a><span style=\\\"color:blue;\\\">&nbsp;</span>for additional information.</p><p>&nbsp;</p><ul><li><strong>You&nbsp;have&nbsp;the&nbsp;right to&nbsp;ask&nbsp;for&nbsp;a&nbsp;credit score.&nbsp; </strong>Credit&nbsp;scores are&nbsp;numerical&nbsp;summaries of your credit-worthiness based on information from credit bureaus.&nbsp; You may request a credit&nbsp;score&nbsp;from&nbsp;consumer reporting&nbsp;agencies&nbsp;that&nbsp;create&nbsp;scores or&nbsp;distribute&nbsp;scores used in residential real property loans, but you will have to pay for it.&nbsp; In some mortgage transactions,&nbsp;you&nbsp;will&nbsp;receive credit score&nbsp;information&nbsp;for&nbsp;free&nbsp;from the mortgage&nbsp;lender.<br>&nbsp;</li><li><strong>You&nbsp;have&nbsp;the&nbsp;right&nbsp;to&nbsp;dispute incomplete&nbsp;or&nbsp;inaccurate&nbsp;information.&nbsp; </strong>If&nbsp;you&nbsp;identify information in your file that is incomplete or inaccurate, and report it to the consumer</li></ul><div class=\\\"page-break\\\" style=\\\"page-break-after:always;\\\"><span style=\\\"display:none;\\\">&nbsp;</span></div><p style=\\\"margin-left:40px;\\\">reporting&nbsp;agency,&nbsp;the&nbsp;agency must&nbsp;investigate&nbsp;unless your&nbsp;dispute&nbsp;is&nbsp;frivolous.&nbsp; See <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.consumerfinance.gov/learnmore\\\"><span style=\\\"color:blue;\\\">www.consumerfinance.gov/learnmore</span></a><span style=\\\"color:blue;\\\">&nbsp;</span>for an explanation of dispute procedures.</p><ul><li><strong>Consumer reporting agencies must correct or delete inaccurate, incomplete, or unverifiable information. &nbsp;&nbsp;</strong>Inaccurate, incomplete, or&nbsp;unverifiable&nbsp;information&nbsp;must&nbsp;be removed or corrected, usually within 30 days.&nbsp; However, a consumer reporting agency may continue to report information it has verified as accurate.<br>&nbsp;</li><li style=\\\"text-align:justify;\\\"><strong>Consumer&nbsp;reporting agencies&nbsp;may&nbsp;not&nbsp;report&nbsp;outdated negative&nbsp;information.&nbsp; </strong>In most cases, a consumer reporting agency may&nbsp;not report negative information that is more than seven years old, or bankruptcies that are more than 10 years old.<br>&nbsp;</li><li><strong>Access to your file is limited.&nbsp; </strong>A consumer reporting agency may provide information about you only to people with a valid need – usually to consider an application with a creditor,&nbsp;insurer,&nbsp;employer,&nbsp;landlord,&nbsp;or&nbsp;other business.&nbsp; The&nbsp;FCRA&nbsp;specifies&nbsp;those with&nbsp;a valid need for access.<br>&nbsp;</li><li><strong>You must give your consent for reports to be provided to employers.&nbsp; </strong>A consumer reporting agency may not give out information about&nbsp;you&nbsp;to&nbsp;your&nbsp;employer,&nbsp;or&nbsp;a&nbsp;potential employer,&nbsp;without your&nbsp;written&nbsp;consent given&nbsp;to&nbsp;the&nbsp;employer.&nbsp; Written consent&nbsp;generally is not required in the trucking industry.&nbsp; For more information, go to&nbsp;<a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.consumerfinance.gov/learnmore\\\"><span style=\\\"color:blue;\\\">www.consumerfinance.gov/learnmore</span><span style=\\\"color:windowtext;\\\">.</span></a><br>&nbsp;</li><li><strong>You may limit “prescreened” offers of credit and insurance you get based on information in your credit report.&nbsp; </strong>Unsolicited “prescreened” offers for credit and insurance must include a toll-free phone number you can call if you choose to remove your name and address from&nbsp;the&nbsp;lists these&nbsp;offers&nbsp;are&nbsp;based&nbsp;on.&nbsp; You&nbsp;may&nbsp;opt&nbsp;out&nbsp;with&nbsp;the nationwide credit bureaus at 1-888-567-8688.<br>&nbsp;</li><li>The&nbsp;following&nbsp;FCRA&nbsp;right&nbsp;applies with&nbsp;respect&nbsp;to&nbsp;nationwide&nbsp;consumer reporting agencies<strong>:</strong></li></ul><p style=\\\"margin-left:40px;\\\"><strong>Consumers&nbsp;Have&nbsp;the&nbsp;Right To&nbsp;Obtain&nbsp;a&nbsp;Security&nbsp;Freeze</strong></p><p style=\\\"margin-left:40px;\\\"><strong>You have a right to place a “security freeze” on your credit report, which will prohibit a consumer reporting agency from releasing information in your credit report&nbsp;without your&nbsp;express&nbsp;authorization.&nbsp; </strong>The&nbsp;security&nbsp;freeze is&nbsp;designed&nbsp;to&nbsp;prevent credit, loans, and services from being approved in your name without your consent. &nbsp;However, you should be aware that using a security freeze to take control over who gets access&nbsp;to&nbsp;the&nbsp;personal and&nbsp;financial&nbsp;information&nbsp;in&nbsp;your&nbsp;credit report&nbsp;may&nbsp;delay, interfere with, or prohibit the timely approval of any subsequent request or application you make regarding a new loan, credit, mortgage, or any other account involving the extension of credit.</p><p style=\\\"margin-left:40px;\\\">As&nbsp;an&nbsp;alternative&nbsp;to&nbsp;a&nbsp;security freeze,&nbsp;you&nbsp;have&nbsp;the&nbsp;right&nbsp;to&nbsp;place&nbsp;an&nbsp;initial or&nbsp;extended fraud alert on your credit file at no cost.&nbsp; An initial fraud alert is a 1-year alert that is placed on a consumer's credit file. &nbsp;Upon seeing a fraud alert display on a consumer's credit file, a business is required to take steps to verify the consumer's identity before extending new credit. &nbsp;If you are a victim of identity theft, you</p><div class=\\\"page-break\\\" style=\\\"page-break-after:always;\\\"><span style=\\\"display:none;\\\">&nbsp;</span></div><p style=\\\"margin-left:40px;\\\">are&nbsp;entitled&nbsp;to&nbsp;an&nbsp;extended fraud alert, which is a fraud alert lasting 7 years.</p><p style=\\\"margin-left:40px;\\\">A security freeze does not apply to a person or entity, or its affiliates, or collection agencies acting on behalf of the person or entity, with which you have an existing account that requests information in your credit report for the purposes of reviewing or collecting the account.&nbsp;Reviewing the account includes activities related to account maintenance, monitoring, credit line increases, and account upgrades and&nbsp;enhancements.</p><ul><li style=\\\"text-align:justify;\\\"><strong>You&nbsp;may&nbsp;seek&nbsp;damages from violators.&nbsp; </strong>If&nbsp;a&nbsp;consumer&nbsp;reporting&nbsp;agency, or,&nbsp;in some cases,&nbsp;a&nbsp;user&nbsp;of&nbsp;consumer reports&nbsp;or&nbsp;a&nbsp;furnisher&nbsp;of information&nbsp;to&nbsp;a&nbsp;consumer reporting agency violates the FCRA, you may be able to sue in state or federal court.<br>&nbsp;</li><li><strong>Identity&nbsp;theft&nbsp;victims&nbsp;and&nbsp;active&nbsp;duty&nbsp;military&nbsp;personnel have&nbsp;additional&nbsp;rights. &nbsp;&nbsp;</strong>For more information, visit <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.consumerfinance.gov/learnmore\\\"><span style=\\\"color:blue;\\\">www.consumerfinance.gov/learnmore</span><span style=\\\"color:windowtext;\\\">.</span></a></li></ul><p><strong>States may enforce&nbsp;the FCRA, and&nbsp;many states&nbsp;have&nbsp;their own&nbsp;consumer reporting laws. &nbsp;In some cases, you may have more rights under&nbsp;state&nbsp;law.&nbsp; For&nbsp;more&nbsp;information,&nbsp;contact your state or local consumer protection agency or your state Attorney General.&nbsp; For information about your federal rights, contact:</strong></p><figure class=\\\"table\\\"><div ckeditor-tag=\\\"TBODY\\\" display=\\\"none\\\"><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\"><strong ckeditor-tag=\\\"STRONG\\\">TYPE OF BUSINESS:</strong></div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\"><strong ckeditor-tag=\\\"STRONG\\\">CONTACT:</strong></div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">1.a. Banks, savings associations, and credit unions with total assets of over $10 billion and their affiliates<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">b. Such affiliates that are not banks, savings associations, or credit unions also should list, in addition to the CFPB:</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">a. Consumer Financial Protection Bureau<br ckeditor-tag=\\\"BR\\\">1700 G Street, NW<br ckeditor-tag=\\\"BR\\\">Washington, DC 20552<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">b. Federal Trade Commission<br ckeditor-tag=\\\"BR\\\">Consumer Response Center<br ckeditor-tag=\\\"BR\\\">600 Pennsylvania Avenue, NW<br ckeditor-tag=\\\"BR\\\">Washington, DC 20580<br ckeditor-tag=\\\"BR\\\">(877) 382-4357</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">2. To the extent not included in item 1 above:<br ckeditor-tag=\\\"BR\\\">a. National banks, federal savings associations, and federal branches and federal agencies of foreign banks<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">b. State member banks, branches and agencies of foreign banks (other than federal branches, federal agencies, and Insured State Branches of Foreign Banks), commercial lending companies owned or controlled by foreign banks, and organizations operating under section 25 or 25A of the Federal Reserve Act.<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">c. Nonmember Insured Banks, Insured State Branches of Foreign Banks, and insured state savings associations<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">d. Federal Credit Unions</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">a. Office of the Comptroller of the Currency<br ckeditor-tag=\\\"BR\\\">Customer Assistance Group<br ckeditor-tag=\\\"BR\\\">P.O. Box 53570<br ckeditor-tag=\\\"BR\\\">Houston, TX 77052<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">b. Federal Reserve Consumer Help Center<br ckeditor-tag=\\\"BR\\\">P.O. Box 1200<br ckeditor-tag=\\\"BR\\\">Minneapolis, MN 55480<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">c. Division of Depositor and Consumer Protection<br ckeditor-tag=\\\"BR\\\">National Center for Consumer and Depositor Assistance<br ckeditor-tag=\\\"BR\\\">Federal Deposit Insurance Corporation<br ckeditor-tag=\\\"BR\\\">1100 Walnut Street, Box #11<br ckeditor-tag=\\\"BR\\\">Kansas City, MO 64106<br ckeditor-tag=\\\"BR\\\"><br ckeditor-tag=\\\"BR\\\">d. National Credit Union Administration<br ckeditor-tag=\\\"BR\\\">Office of Consumer Financial Protection<br ckeditor-tag=\\\"BR\\\">1775 Duke Street<br ckeditor-tag=\\\"BR\\\">Alexandria, VA 22314</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">3. Air carriers</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Assistant General Counsel for Office of Aviation Consumer Protection<br ckeditor-tag=\\\"BR\\\">Department of Transportation<br ckeditor-tag=\\\"BR\\\">1200 New Jersey Avenue SE<br ckeditor-tag=\\\"BR\\\">Washington, DC 20590</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">4. Creditors Subject to the Surface Transportation Board</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Office of Public Assistance, Governmental Affairs, and Compliance Surface Transportation Board<br ckeditor-tag=\\\"BR\\\">395 E Street SW<br ckeditor-tag=\\\"BR\\\">Washington, DC 20423</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">5. Creditors Subject to the Packers and Stockyards Act, 1921</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Nearest Packers and Stockyards Division Regional Office</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">6. Small Business Investment Companies</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Associate Administrator, Office of Capital Access<br ckeditor-tag=\\\"BR\\\">United States Small Business Administration<br ckeditor-tag=\\\"BR\\\">409 Third Street SW, Suite 8200<br ckeditor-tag=\\\"BR\\\">Washington, DC 20416</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">7. Brokers and Dealers</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Securities and Exchange Commission<br ckeditor-tag=\\\"BR\\\">100 F Street NE<br ckeditor-tag=\\\"BR\\\">Washington, DC 20549</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">8. Institutions that are members of the Farm Credit System</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Farm Credit Administration<br ckeditor-tag=\\\"BR\\\">1501 Farm Credit Drive<br ckeditor-tag=\\\"BR\\\">McLean, VA 22102-5090</div></div><div style=\\\"display:flex;flex-direction:row;flex-wrap:wrap;flex-grow:1;width:100%;\\\" ckeditor-tag=\\\"TR\\\"><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">9. Retailers, Finance Companies, and All Other Creditors Not Listed Above</div><div style=\\\"flex-shrink:0;flex-grow:1;padding:5px;flex-basis:45%;justify-content:start;border:1px solid hsl(0, 0%, 0%);padding:10px;vertical-align:top;width:50%;\\\" ckeditor-tag=\\\"TD\\\">Federal Trade Commission<br ckeditor-tag=\\\"BR\\\">Consumer Response Center<br ckeditor-tag=\\\"BR\\\">600 Pennsylvania Avenue NW<br ckeditor-tag=\\\"BR\\\">Washington, DC 20580<br ckeditor-tag=\\\"BR\\\">(877) 382-4357</div></div></div></figure></div></section>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"Summary of Rights FCRA\"\n        },\n        {\n            \"sequence\": 7,\n            \"type\": \"standard\",\n            \"heading\": \"New York Correction Law Article 23-A\",\n            \"consent\": \"<p style=\\\"text-align:center;\\\">NEW YORK CORRECTION LAW<br>ARTICLE 23-A<br><br>LICENSURE AND EMPLOYMENT OF PERSONS PREVIOUSLY<br>CONVICTED OF ONE OR MORE CRIMINAL OFFENSES</p><p>&nbsp;</p><p style=\\\"text-align:center;\\\"><br>&nbsp;</p><p><strong>Section 750. Definitions.</strong></p><p><strong>751. Applicability.</strong></p><p><strong>752. Unfair discrimination against persons previously convicted of one or more criminal offenses prohibited.</strong></p><p><strong>753. Factors to be considered concerning a previous criminal conviction; presumption.</strong></p><p><strong>754. Written statement upon denial of license or employment.</strong></p><p><strong>755. Enforcement.</strong></p><hr><p><strong>§750. Definitions.</strong> For the purposes of this article, the following terms shall have the following meanings:</p><p>(1) “Public agency” means the state or any local subdivision thereof, or any state or local department, agency, board or commission.</p><p>(2) “Private employer” means any person, company, corporation, labor organization or association which employs ten or more persons.</p><p>(3) “Direct relationship” means that the nature of criminal conduct for which the person was convicted has a direct bearing on his fitness or ability to perform one or more of the duties or responsibilities necessarily related to the license, opportunity, or job in question.</p><p>(4) “License” means any certificate, license, permit or grant of permission required by the laws of this state, its political subdivisions or instrumentalities as a condition for the lawful practice of any occupation, employment, trade, vocation, business, or profession. Provided, however, that \\\"license\\\" shall not, for the purposes of this article, include any license or permit to own, possess, carry, or fire any explosive, pistol, handgun, rifle, shotgun, or other firearm.</p><p>(5) “Employment” means any occupation, vocation or employment, or any form of vocational or educational training. Provided, however, that “employment” shall not, for the purposes of this article, include membership in any law enforcement agency.</p><p><strong>§751. Applicability.</strong> The provisions of this article shall apply to any application by any person for a license or employment at any public or private employer, who has previously been convicted of one or more criminal offenses in this state or in any other jurisdiction, and to any license or employment held by any person whose conviction of one or more criminal offenses in this state or in any other jurisdiction preceded such employment or granting of a license, except where a mandatory forfeiture, disability or bar to employment is imposed by law, and has not been removed by an executive pardon, certificate of relief from disabilities or certificate of good conduct. Nothing in this article shall be construed to affect any right an employer may have with respect to an intentional misrepresentation in connection with an application for employment made by a prospective employee or previously made by a current employee.</p><p><strong>§752. Unfair discrimination against persons previously convicted of one or more criminal offenses prohibited.</strong> No application for any license or employment, and no employment or license held by an individual, to which the provisions of this article are applicable, shall be denied or acted upon adversely by reason of the individual's having been previously convicted of one or more criminal offenses, or by reason of a finding of lack of “good moral character” when such finding is based upon the fact that the individual has previously been convicted of one or more criminal offenses, unless:</p><p>(1) There is a direct relationship between one or more of the previous criminal offenses and the specific license or employment sought or held by the individual; or</p><p>(2) the issuance or continuation of the license or the granting or continuation of the employment would involve an unreasonable risk to property or to the safety or welfare of specific individuals or the general public.</p><p><strong>§753. Factors to be considered concerning a previous criminal conviction; presumption.</strong> 1. In making a determination pursuant to section seven hundred fifty-two of this chapter, the public agency or private employer shall consider the following factors:</p><p>(a) The public policy of this state, as expressed in this act, to encourage the licensure and employment of persons previously convicted of one or more criminal offenses.</p><p>(b) The specific duties and responsibilities necessarily related to the license or employment sought or held by the person.</p><p>(c) The bearing, if any, the criminal offense or offenses for which the person was previously convicted will have on his fitness or ability to perform one or more such duties or responsibilities.</p><p>(d) The time which has elapsed since the occurrence of the criminal offense or offenses.</p><p>(e) The age of the person at the time of occurrence of the criminal offense or offenses.</p><p>(f) The seriousness of the offense or offenses.</p><p>(g) Any information produced by the person, or produced on his behalf, in regard to his rehabilitation and good conduct.</p><p>(h) The legitimate interest of the public agency or private employer in protecting property, and the safety and welfare of specific individuals or the general public.</p><p>2. In making a determination pursuant to section seven hundred fifty-two of this chapter, the public agency or private employer shall also give consideration to a certificate of relief from disabilities or a certificate of good conduct issued to the applicant, which certificate shall create a presumption of rehabilitation in regard to the offense or offenses specified therein.</p><p><strong>§754. Written statement upon denial of license or employment.</strong> At the request of any person previously convicted of one or more criminal offenses who has been denied a license or employment, a public agency or private employer shall provide, within thirty days of a request, a written statement setting forth the reasons for such denial.</p><p><strong>§755. Enforcement.</strong> 1. In relation to actions by public agencies, the provisions of this article shall be enforceable by a proceeding brought pursuant to article seventy-eight of the civil practice law and rules.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. In relation to actions by private employers, the provisions ofthis article shall be enforceable by the division of human rights pursuant to the powers and procedures set forth in article fifteen of the executive law, and, concurrently, by the New York city commission on human rights.</p>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"New York Correction Law Article 23-A\"\n        },\n        {\n            \"sequence\": 8,\n            \"type\": \"standard\",\n            \"heading\": \"Authorization\",\n            \"consent\": \"<h1><strong>ACKNOWLEDGMENT AND AUTHORIZATION FOR BACKGROUND INVESTIGATION</strong></h1><p>I acknowledge receipt of the separate documents entitled DISCLOSURE REGARDING BACKGROUND INVESTIGATION, DISCLOSURE FOR INVESTIGATIVE CONSUMER REPORT (if applicable), A SUMMARY OF YOUR RIGHTS UNDER THE FAIR CREDIT REPORTING ACT and OTHER STATE LAW NOTICES and certify that I have read and understand those documents. I hereby authorize the obtaining of \\\"consumer reports\\\" and/or \\\"investigative consumer reports\\\" by <strong>{0}</strong> (the \\\"Company\\\") at any time after receipt of this authorization and throughout my employment, if applicable. To this end, I hereby authorize, without reservation, any law enforcement agency, administrator, state or federal agency, institution, school or university (public or private), information service bureau, employer, or insurance company to furnish any and all background information requested by <strong>Sterling Infosystems Inc. 6150 Oak Tree Boulevard, Suite 490, Independence, OH 44131. 1.866.338.6739</strong> <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"http://www.sterlingcheck.com\\\"><span style=\\\"color:#00f;\\\"><strong>www.sterlingcheck.com.</strong></span></a> and/or the Company. I agree that a facsimile (\\\"fax\\\"), electronic or photographic copy of this Authorization shall be as valid as the original.</p>\",\n            \"signatureType\": [\n                \"signature\"\n            ],\n            \"key\": \"Authorization\"\n        }\n    ]\n}"},{"id":"794a64c8-4105-44b9-934f-9425997b9923","name":"Profile Consent Not Configured","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"27d5e55e-fb0e-49d8-9cf6-a45b1d631111\",\n    \"packageId\": \"777777\",\n    \"locationOfJobPositionAddress\": {\n        \"municipality\": \"Atlanta\",\n        \"regionCode\": \"US-GA\",\n        \"countryCode\": \"US\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/consent-forms"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":""},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 03 Jan 2025 21:39:43 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Request-Id","value":"7451316e-c320-46fa-ab70-f3a4730d14a3","description":""},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Va","value":"1.1 a5bdbdd1958d4d023b03427095a0a97a.cloudfront.net (CloudFront)","description":""}],"cookie":[],"responseTime":null,"body":null},{"id":"ed5e83bc-e078-4a3a-aecd-f69234b8a160","name":"Missing Required Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"27d5e55e-fb0e-49d8-9cf6-a45b1d631111\",\n    \"packageId\": \"155934\",\n    \"locationOfJobPositionAddress\": {\n        \"municipality\": \"Atlanta\",\n        \"regionCode\": \"GA\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/consent-forms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":""},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 03 Jan 2025 21:39:43 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Request-Id","value":"7451316e-c320-46fa-ab70-f3a4730d14a3","description":""},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Va","value":"1.1 a5bdbdd1958d4d023b03427095a0a97a.cloudfront.net (CloudFront)","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#locationOfJobPositionAddress.countryCode\",\n            \"message\": \"if locationOfJobPositionAddress is provided, countryCode is required\"\n        },\n        {\n            \"code\": \"400#locationOfJobPositionAddress.regionCode?format\",\n            \"message\": \"regionCode is not in the expected format\"\n        }\n    ]\n}"}],"_postman_id":"ad44fefd-e099-4dea-a64e-b815d597372d"}],"id":"3914af74-007d-4b95-9b7b-38c072edcfe4","description":"<p>Sterling API supports the ability for clients to query the content of consent forms which you can present to your candidates. This will allow you to offer a seamless integration where consent is collected by you so your candidates remain within your company's domain.</p>\n<p>To use this functionality, your account will need to be configured appropriately. Contact your Sterling representative to enable this functionality.</p>\n<p>A <code>POST</code> to the <code>/consent-forms</code> endpoint retrieves the consent document content which is the same document content presented to candidates if they were accessing our Candidate Hub via invite. We require that clients let us know the location of job/position for the candidate so that we can include geographically relevant consent specific to the US states where their employment is based.</p>\n<p>Once you have requested the consent forms, you may then submit a screening request. A candidate's completed consent form must be uploaded via <code>POST /v2/screenings/{id}/documents</code> with <code>\"documentType\" = \"consent\"</code>. See <a href=\"#13e36b93-dd4b-4a9f-9deb-e4d76882d338\">Documents</a> for more information.</p>\n","_postman_id":"3914af74-007d-4b95-9b7b-38c072edcfe4"},{"name":"Screenings","item":[{"name":"/screenings","event":[{"listen":"test","script":{"id":"420f76a0-7f1f-4bbd-8ac9-209f19f2ccba","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"screening_id\", jsonData.id);"],"type":"text/javascript"}}],"id":"ebd0e1d7-c6bf-4358-ac2f-8f1fe09ad10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"96193\",\n    \"candidateId\": \"{{candidate_id}}\"\n}"},"url":"{{host}}/v2/screenings","description":"<p>Create a new screening for a candidate using a Client-side data collection flow.</p>\n<p>The <code>status</code> and <code>result</code> of a screening response depends on the data submitted to the screening.<br />Some of the attribute values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td><code>PreDraft</code>, <code>Pending</code>, <code>Complete</code>, <code>Review</code>, <code>AdverseAction</code>, <code>Pre-Adverse Action Initiated</code>, <code>Pre-Adverse Action Sent</code>, <code>Adverse Action Paused</code>, <code>Adverse Action Cancelled</code>, <code>Adverse Action Resumed</code>, <code>Adverse Action Sent</code>, <code>Dispute</code>, <code>Archive</code>, <code>Hold</code></td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td><code>Pending</code>, <code>Clear</code>, <code>Consider</code>, <code>Passed</code>, <code>Review</code>, <code>Cancelled</code>, <code>Level1</code>, <code>Level2</code>, <code>Level3</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>DL State Mismatches</strong></p>\n<blockquote>\n<p>If there is a mismatch between your candidate's address and their driver's license state of issuance, a new <code>dlStateMismatch</code> field will appear under the MVR report item within the screening response. Please refer to \"Driver's License State Mismatches\" section within <a href=\"#callbacks\">Callbacks</a> for more information. </p>\n</blockquote>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>packageId</code></td>\n<td>required</td>\n<td>string/integer</td>\n<td>The unique identifier for the package the candidate will be screened against.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The unique identifier of the candidate to be screened.</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>ID of the account that the screening will be associated with. Please refer to <a href=\"#aa134211-b60e-4ab0-807d-8e87d889f3d9\">Sub-Accounts</a>.</td>\n</tr>\n<tr>\n<td><code>callback</code></td>\n<td>optional</td>\n<td>object</td>\n<td>The url where webhook notifications should be posted for this screening. Please refer to <a href=\"#78cd5ab9-d50a-456f-a761-a14b8bf8241c\">Callback</a>.</td>\n</tr>\n<tr>\n<td><code>billCode</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Client specified code.</td>\n</tr>\n<tr>\n<td><code>jobPosition</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Position that the candidate is being screened for.</td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>optional</td>\n<td>array</td>\n<td>Custom fields can be attached to a screening and can contain any key and value. Please refer to <a href=\"#da12aa33-3c85-48af-8c8d-78cd6cb3093d\">CustomFields</a>.</td>\n</tr>\n<tr>\n<td><code>requester</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Information about the user who is creating the screening on a candidate. Please refer to <a href=\"#077b49f4-0642-4b33-b0a9-fb4f5a7edcd0\">Requester</a>.</td>\n</tr>\n<tr>\n<td><code>selfDisclosures</code></td>\n<td>optional</td>\n<td>array</td>\n<td>To disclose the candidate's convictions and aliases. Please refer to <a href=\"#f324509a-a099-4372-bafb-cb56d78f2ac4\">SelfDisclosures</a>.</td>\n</tr>\n<tr>\n<td><code>mailReport</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Boolean value to determine whether the screening should send a copy of the completed report to the candidate through managed state compliance.</td>\n</tr>\n<tr>\n<td><code>references</code></td>\n<td>optional</td>\n<td>array</td>\n<td>Personal references of the candidate. Please refer to <a href=\"#9873cd8b-a4ca-4d5a-aba3-bea63148edd7\">Reference</a>.</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentCity</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The city or town of employment.</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentState</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, of employment. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter abbreviation. For example, Texas is \"US-TX\".</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentCountry</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The two-letter ISO short code for the country of employment. Some examples are \"US\", \"GB\", or \"CA\".</td>\n</tr>\n<tr>\n<td><code>socialMedia</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Additional information related to the candidate's social media. Please refer to <a href=\"#37530a4f-917c-4919-8303-8e7562556cff\">SocialMedia</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7034df3e-c0ae-4d73-b86d-8f7168d26974","name":"Create Screening","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"packageId\": \"92979\",\n    \"accountId\": \"44771\",\n    \"mailReport\": true,\n    \"locationOfEmploymentCity\": \"Seattle\",\n    \"locationOfEmploymentState\": \"US-WA\",\n    \"locationOfEmploymentCountry\": \"US\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"jobPosition\": \"Basic Package\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        },\n        {\n            \"fieldName\": \"Hiring Manager\",\n            \"fieldValue\": \"Jane Doe\"\n        },\n        {\n            \"fieldName\": \"Department\",\n            \"fieldValue\": \"Engineering\"\n        }\n    ],\n    \"requester\": {\n        \"email\": \"requesterEmail@testemail1.com\",\n        \"givenName\": \"abcFirstName\",\n        \"familyName\": \"abcLastName\",\n        \"middleName\": \"abcMiddleName\"\n    },\n    \"references\": [\n        {\n            \"givenName\": \"Jane\",\n            \"familyName\": \"Doe\",\n            \"middleName\": \"Susan\",\n            \"type\": \"default\",\n            \"address\": {\n                \"addressLine\": \"123 Main Street\",\n                \"municipality\": \"Orlando\",\n                \"regionCode\": \"US-FL\",\n                \"postalCode\": \"12345\",\n                \"countryCode\": \"US\"\n            },\n            \"company\": \"Company A\",\n            \"email\": \"jane.doe@companya.com\",\n            \"phone\": \"14041231234\",\n            \"positionTitle\": \"Project Manager\",\n            \"relationship\": \"Current Supervisor\",\n            \"relationshipType\": \"Current_Supervisor\",\n            \"notes\": \"Can be best contacted during business hours\"\n        }\n    ],\n    \"socialMedia\": {\n        \"cellPhone\": \"7201231234\",\n        \"emailAddress2\": \"john.doe_secondemail@example.com\",\n        \"emailAddress3\": \"john.doe_thirdemail@example.com\",\n        \"homePhone\": \"+13033333333\",\n        \"otherPhone\": \"9999999999\",\n        \"otherInfo\": \"Some other information\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 21:04:18 GMT"},{"key":"x-amzn-RequestId","value":"d5d2c591-6d1d-11e9-84d0-a3938cfe6e90"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEsz4FWCoAMFQig="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb5b4c-d24de343671607e649a305e2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91ed69d49df50f5558b0d5ebe4b3af7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"L12nx8v2Txi36QPdtweOOxROfZ0GtenNFt6dxDn4T50vBNp34ruVyw=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"1801020638\",\n  \"packageId\": \"92979\",\n  \"packageName\": \"Pre-Employment Package\",\n  \"accountName\": \"Employer Test Account\",\n  \"accountId\": \"44771\",\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"status\": \"Pending\",\n  \"result\": \"Pending\",\n  \"jobPosition\": \"Basic Package\",\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://sterlingcheck.app/interactive-summary/#/order/2FeG8v4MjoNYyD3AFToSd5c4YQ3PpT0jtBw7SgyHijY%3d\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [\n    {\n      \"id\": \"14499694\",\n      \"type\": \"SSN Trace\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-02T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-02T19:19:00Z\"\n    },\n    {\n      \"id\": \"14499695\",\n      \"type\": \"County Criminal Record\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-06T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-06T19:19:00Z\"\n    },\n    {\n      \"id\": \"14499696\",\n      \"type\": \"Drivers Record\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-06T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-06T19:19:00Z\",\n      \"dlStateMismatch\": true\n    },\n    {\n      \"id\": \"14499697\",\n      \"type\": \"DOJ Sex Offender Search\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-02T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-02T19:19:00Z\"\n    }\n  ],\n  \"submittedAt\": \"2021-12-01T18:19:08Z\",\n  \"mailReport\": true,\n  \"updatedAt\": \"2021-12-06T19:19:00Z\",\n  \"estimatedCompletionTime\": \"2021-12-06T19:19:00Z\"\n}"},{"id":"8cebf48b-8f47-40f5-9a32-12d5a61dcf8b","name":"Bad Callback URI","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"candidateId\":\"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"packageId\":\"92979\",\n  \"callback\": {\n    \"uri\": \"http://my-company.com/screenings-callback\",\n    \"credentials\": {\n      \"basic-auth\": \"base64-encoded-credentials\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 09 May 2019 20:28:12 GMT"},{"key":"x-amzn-RequestId","value":"f74b6690-7298-11e9-862d-1311b12d97f2"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZbsGZEXRIAMFuzg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cd48d5c-ff9c9fb01caa5220a8ca2c10"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 00a6984ddd0afc8c5e9cbafc895ce680.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"-9_xRTCz0mul9g__7ygzexciFejdM7GvTxlX-Zx49t-0JcoF68zIYw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#callback.uri?format\",\n            \"message\": \"callback.uri must be a valid https url\"\n        }\n    ]\n}"},{"id":"4f4c3da5-df66-461f-a046-2807e20e7bc1","name":"Unauthorized Sub-Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"96193\",\n    \"accountId\": \"81721\",\n    \"candidateId\": \"{{candidate_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"df314452-8c21-4d43-975f-4b3c52623077"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#screening?required-data\",\n            \"message\": \"User is not authorized to access screening package id\"\n        }\n    ]\n}"},{"id":"45c1660d-eea6-4011-9dd5-fcaa918597fe","name":"Invalid Location of Employment Format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"packageId\": \"92979\",\n  \"accountId\": \"44771\",\n  \"mailReport\": true,\n  \"locationOfEmploymentCity\": \"Seattle\",\n  \"locationOfEmploymentState\": \"WA\",\n  \"locationOfEmploymentCountry\": \"USA\",\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\",\n    \"credentials\": {\n      \"basic-auth\": \"base64-encoded-credentials\"\n    }\n  },\n  \"jobPosition\": \"Basic Package\",\n  \"customFields\": [\n    {\n      \"fieldName\": \"Job Opening ID\",\n      \"fieldValue\": \"28374953\"\n    },\n    {\n      \"fieldName\": \"Hiring Manager\",\n      \"fieldValue\": \"Jane Doe\"\n    },\n    {\n      \"fieldName\": \"Department\",\n      \"fieldValue\": \"Engineering\"\n    }\n  ],\n  \"requester\": {\n    \"email\": \"requesterEmail@testemail1.com\",\n    \"givenName\": \"abcFirstName\",\n    \"familyName\": \"abcLastName\",\n    \"middleName\": \"abcMiddleName\"\n  },\n  \"references\": [\n    {\n      \"givenName\": \"Jane\",\n      \"familyName\": \"Doe\",\n      \"middleName\": \"Susan\",\n      \"type\": \"default\",\n      \"address\": {\n        \"addressLine\": \"123 Main Street\",\n        \"municipality\": \"Orlando\",\n        \"regionCode\": \"US-FL\",\n        \"postalCode\": \"12345\",\n        \"countryCode\": \"US\"\n      },\n      \"company\": \"Company A\",\n      \"email\": \"jane.doe@companya.com\",\n      \"phone\": \"14041231234\",\n      \"positionTitle\": \"Project Manager\",\n      \"relationship\": \"Current Supervisor\",\n      \"relationshipType\": \"Current_Supervisor\",\n      \"notes\": \"Can be best contacted during business hours\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 21:04:18 GMT"},{"key":"x-amzn-RequestId","value":"d5d2c591-6d1d-11e9-84d0-a3938cfe6e90"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEsz4FWCoAMFQig="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb5b4c-d24de343671607e649a305e2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91ed69d49df50f5558b0d5ebe4b3af7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"L12nx8v2Txi36QPdtweOOxROfZ0GtenNFt6dxDn4T50vBNp34ruVyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#locationOfEmploymentCountry?format\",\n            \"message\": \"locationOfEmploymentCountry is not in the expected format\"\n        },\n        {\n            \"code\": \"400#locationOfEmploymentState?format\",\n            \"message\": \"locationOfEmploymentState is not in the expected format\"\n        }\n    ]\n}"}],"_postman_id":"ebd0e1d7-c6bf-4358-ac2f-8f1fe09ad10c"},{"name":"/screenings (Sterling Data Collection)","event":[{"listen":"test","script":{"id":"0ed7d73f-9c10-4480-ad07-7b74c54cae56","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"screening_id\", jsonData.id);"],"type":"text/javascript"}}],"id":"12ee780a-a784-4e34-8304-9ecccdfe3e7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"96193\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"invite\": {\n    \t\"method\": \"email\",\n        \"candidateRedirectUrl\": \"https://www.mycompanyurl.com\",\n        \"workflowId\":\"2\",\n        \"candidateConsentedForSMS\": true\n    }\n}"},"url":"{{host}}/v2/screenings","description":"<p>Create a new screening for a candidate using a Sterling data collection flow. Adding an additional <code>invite</code> field will allow Sterling to guide your candidate through our Candidate Hub to collect their information before running the background check.</p>\n<p>The <code>status</code> and <code>result</code> of a screening response depends on the data submitted to the screening.<br />Some of the attribute values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td><code>PreDraft</code>, <code>Pending</code>, <code>Complete</code>, <code>Review</code>, <code>AdverseAction</code>, <code>Pre-Adverse Action Initiated</code>, <code>Pre-Adverse Action Sent</code>, <code>Adverse Action Paused</code>, <code>Adverse Action Cancelled</code>, <code>Adverse Action Resumed</code>, <code>Adverse Action Sent</code>, <code>Dispute</code>, <code>Archive</code>, <code>Hold</code></td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td><code>Pending</code>, <code>Clear</code>, <code>Consider</code>, <code>Passed</code>, <code>Review</code>, <code>Cancelled</code>, <code>Level1</code>, <code>Level2</code>, <code>Level3</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>packageId</code></td>\n<td>required</td>\n<td>string/integer</td>\n<td>The unique identifier for the package the candidate will be screened against.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The unique identifier of the candidate to be screened.</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>ID of the account that the screening will be associated with. Please refer to <a href=\"#aa134211-b60e-4ab0-807d-8e87d889f3d9\">Sub-Accounts</a>.</td>\n</tr>\n<tr>\n<td><code>callback</code></td>\n<td>optional</td>\n<td>object</td>\n<td>The url where webhook notifications should be posted for this screening. Please refer to <a href=\"#78cd5ab9-d50a-456f-a761-a14b8bf8241c\">Callback</a>.</td>\n</tr>\n<tr>\n<td><code>invite</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Invite allows you to specify a method that a candidate can take to finish the screening process and an automatic redirect url. Please refer to <a href=\"#95fc0fce-5552-4070-831c-33335db5e4f2\">Invite</a>.</td>\n</tr>\n<tr>\n<td><code>billCode</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Client specified code.</td>\n</tr>\n<tr>\n<td><code>jobPosition</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Position that the candidate is being screened for.</td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>optional</td>\n<td>array</td>\n<td>Custom fields can be attached to a screening and can contain any key and value. Please refer to <a href=\"#da12aa33-3c85-48af-8c8d-78cd6cb3093d\">CustomFields</a>.</td>\n</tr>\n<tr>\n<td><code>requester</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Information about the user who is creating the screening on a candidate. Please refer to <a href=\"#077b49f4-0642-4b33-b0a9-fb4f5a7edcd0\">Requester</a>.</td>\n</tr>\n<tr>\n<td><code>selfDisclosures</code></td>\n<td>optional</td>\n<td>array</td>\n<td>To disclose the candidate's convictions and aliases. Please refer to <a href=\"#f324509a-a099-4372-bafb-cb56d78f2ac4\">SelfDisclosures</a>.</td>\n</tr>\n<tr>\n<td><code>references</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Personal references of the candidate. Please refer to <a href=\"#9873cd8b-a4ca-4d5a-aba3-bea63148edd7\">References</a>.</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentCity</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The city or town of employment.</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentState</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, of employment. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter abbreviation. For example, Texas is \"US-TX\".</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentCountry</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The two-letter ISO short code for the country of employment. Some examples are \"US\", \"GB\", \"CA\", or \"AU\".</td>\n</tr>\n<tr>\n<td><code>socialMedia</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Additional information related to the candidate's social media. Please refer to <a href=\"#37530a4f-917c-4919-8303-8e7562556cff\">SocialMedia</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fbbaf2ce-cd93-42cc-80fe-ae9e3151e873","name":"Create Screening Via Link Method","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"packageId\": \"92979\",\n    \"locationOfEmploymentCity\": \"Seattle\",\n    \"locationOfEmploymentState\": \"US-WA\",\n    \"locationOfEmploymentCountry\": \"US\",\n    \"accountId\": \"44771\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"invite\": {\n        \"method\": \"link\",\n        \"candidateRedirectUrl\": \"https://www.mycompanyurl.com\",\n        \"workflowId\":\"2\"\n    },\n    \"jobPosition\": \"Education Package\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        },\n        {\n            \"fieldName\": \"Hiring Manager\",\n            \"fieldValue\": \"Jane Doe\"\n        },\n        {\n            \"fieldName\": \"Department\",\n            \"fieldValue\": \"Engineering\"\n        }\n    ],\n    \"requester\": {\n        \"email\": \"requesterEmail@testemail1.com\",\n        \"givenName\": \"abcFirstName\",\n        \"familyName\": \"abcLastName\",\n        \"middleName\": \"abcMiddleName\"\n    },\n    \"references\": [\n        {\n            \"givenName\": \"Jane\",\n            \"familyName\": \"Doe\",\n            \"middleName\": \"Susan\",\n            \"type\": \"default\",\n            \"address\": {\n                \"addressLine\": \"123 Main Street\",\n                \"municipality\": \"Orlando\",\n                \"regionCode\": \"US-FL\",\n                \"postalCode\": \"12345\",\n                \"countryCode\": \"US\"\n            },\n            \"company\": \"Company A\",\n            \"email\": \"jane.doe@companya.com\",\n            \"phone\": \"14041231234\",\n            \"positionTitle\": \"Project Manager\",\n            \"relationship\": \"Current Supervisor\",\n            \"relationshipType\": \"Current_Supervisor\",\n            \"notes\": \"Can be best contacted during business hours\"\n        }\n    ],\n    \"socialMedia\": {\n        \"cellPhone\": \"7201231234\",\n        \"emailAddress2\": \"john.doe_secondemail@example.com\",\n        \"emailAddress3\": \"john.doe_thirdemail@example.com\",\n        \"homePhone\": \"+13033333333\",\n        \"otherPhone\": \"9999999999\",\n        \"otherInfo\": \"Some other information\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"1801020641\",\n  \"packageId\": \"92979\",\n  \"packageName\": \"Pre-Employment Package\",\n  \"accountName\": \"Employer Test Account\",\n  \"accountId\": \"44771\",\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"status\": \"PreDraft\",\n  \"result\": \"Pending\",\n  \"invite\": {\n    \"method\": \"link\",\n    \"link\": \"https://qaworkforce.sterlingdirect.com/Account/Begin?PORTALDATA=Dsr7EGCn1HevF87Ddgs0FvbSAcef006RiivHdKMUJWyeXVQvfsfCCXo10syHs3rIMizMkEvWfj00Ceu7%7cJ1D2hPfah426I%2f4tgLxiRkpF6w%3d\"\n  },\n  \"jobPosition\": \"Education Package\",\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/wFrJ20uTcM0tDS7qxPY4NA%3d%3d\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [],\n  \"updatedAt\": \"2021-05-27T00:02:00Z\",\n  \"estimatedCompletionTime\": \"2021-05-27T00:02:00Z\"\n}"},{"id":"e8e394e1-6daa-45f2-aecb-712c7a5008ec","name":"Create Screening Via Email Method","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"packageId\": \"92979\",\n    \"locationOfEmploymentCity\": \"Seattle\",\n    \"locationOfEmploymentState\": \"US-WA\",\n    \"locationOfEmploymentCountry\": \"US\",\n    \"accountId\": \"44771\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"invite\": {\n        \"method\": \"email\",\n        \"candidateRedirectUrl\": \"https://www.mycompanyurl.com\",\n        \"workflowId\":\"2\",\n        \"candidateConsentedForSMS\": true\n    },\n    \"jobPosition\": \"Education Package\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        },\n        {\n            \"fieldName\": \"Hiring Manager\",\n            \"fieldValue\": \"Jane Doe\"\n        },\n        {\n            \"fieldName\": \"Department\",\n            \"fieldValue\": \"Engineering\"\n        }\n    ],\n    \"requester\": {\n        \"email\": \"requesterEmail@testemail1.com\",\n        \"givenName\": \"abcFirstName\",\n        \"familyName\": \"abcLastName\",\n        \"middleName\": \"abcMiddleName\"\n    },\n    \"references\": [\n        {\n            \"givenName\": \"Jane\",\n            \"familyName\": \"Doe\",\n            \"middleName\": \"Susan\",\n            \"type\": \"default\",\n            \"address\": {\n                \"addressLine\": \"123 Main Street\",\n                \"municipality\": \"Orlando\",\n                \"regionCode\": \"US-FL\",\n                \"postalCode\": \"12345\",\n                \"countryCode\": \"US\"\n            },\n            \"company\": \"Company A\",\n            \"email\": \"jane.doe@companya.com\",\n            \"phone\": \"14041231234\",\n            \"positionTitle\": \"Project Manager\",\n            \"relationship\": \"Current Supervisor\",\n            \"relationshipType\": \"Current_Supervisor\",\n            \"notes\": \"Can be best contacted during business hours\"\n        }\n    ],\n    \"socialMedia\": {\n        \"cellPhone\": \"7201231234\",\n        \"emailAddress2\": \"john.doe_secondemail@example.com\",\n        \"emailAddress3\": \"john.doe_thirdemail@example.com\",\n        \"homePhone\": \"+13033333333\",\n        \"otherPhone\": \"9999999999\",\n        \"otherInfo\": \"Some other information\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"285"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 21:30:21 GMT"},{"key":"x-amzn-RequestId","value":"7b1c9609-6d21-11e9-a3cf-f90004a878c7"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEwoiHKrIAMF8gg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb6169-f81e373a318d059a9a362270"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 097fbf718c1b805deaed8941b59761cc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"w5r4nxXF1E1FXMsortsCXSib0KuWBBdyGqOeciz8tSRQnWKEllY7sw=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"1801020639\",\n  \"packageId\": \"92979\",\n  \"packageName\": \"Pre-Employment Package\",\n  \"accountName\": \"Employer Test Account\",\n  \"accountId\": \"44771\",\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"status\": \"PreDraft\",\n  \"result\": \"Pending\",\n  \"invite\": {\n    \"method\": \"email\",\n    \"candidateConsentedForSMS\": true\n  },\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/zBratZCFhQd7HCaCziu4HQ%3d%3d\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [],\n  \"updatedAt\": \"2021-05-26T23:57:00Z\",\n  \"estimatedCompletionTime\": \"2021-05-26T23:57:00Z\"\n}"},{"id":"291f433c-c90b-4a57-9f78-20d5da8714f9","name":"Unauthorized Sub-Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"96193\",\n    \"accountId\": \"81721\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"invite\": {\n        \"method\": \"email\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 22:02:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"d669aa9e-7a5e-4705-8e55-1bf25488f972"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#screening?required-data\",\n            \"message\": \"User is not authorized to access screening package id\"\n        }\n    ]\n}"},{"id":"d442bddf-41b8-4977-b9c5-787f40db317a","name":"Invalid Location of Employment Format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"packageId\": \"92979\",\n  \"accountId\": \"44771\",\n  \"mailReport\": true,\n  \"locationOfEmploymentCity\": \"Seattle\",\n  \"locationOfEmploymentState\": \"WA\",\n  \"locationOfEmploymentCountry\": \"USA\",\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\",\n    \"credentials\": {\n      \"basic-auth\": \"base64-encoded-credentials\"\n    }\n  },\n  \"invite\": {\n      \"method\": \"link\"\n  },\n  \"jobPosition\": \"Basic Package\",\n  \"customFields\": [\n    {\n      \"fieldName\": \"Job Opening ID\",\n      \"fieldValue\": \"28374953\"\n    },\n    {\n      \"fieldName\": \"Hiring Manager\",\n      \"fieldValue\": \"Jane Doe\"\n    },\n    {\n      \"fieldName\": \"Department\",\n      \"fieldValue\": \"Engineering\"\n    }\n  ],\n  \"requester\": {\n    \"email\": \"requesterEmail@testemail1.com\",\n    \"givenName\": \"abcFirstName\",\n    \"familyName\": \"abcLastName\",\n    \"middleName\": \"abcMiddleName\"\n  },\n  \"references\": [\n    {\n      \"givenName\": \"Jane\",\n      \"familyName\": \"Doe\",\n      \"middleName\": \"Susan\",\n      \"type\": \"default\",\n      \"address\": {\n        \"addressLine\": \"123 Main Street\",\n        \"municipality\": \"Orlando\",\n        \"regionCode\": \"US-FL\",\n        \"postalCode\": \"12345\",\n        \"countryCode\": \"US\"\n      },\n      \"company\": \"Company A\",\n      \"email\": \"jane.doe@companya.com\",\n      \"phone\": \"14041231234\",\n      \"positionTitle\": \"Project Manager\",\n      \"relationship\": \"Current Supervisor\",\n      \"relationshipType\": \"Current_Supervisor\",\n      \"notes\": \"Can be best contacted during business hours\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 21:04:18 GMT"},{"key":"x-amzn-RequestId","value":"d5d2c591-6d1d-11e9-84d0-a3938cfe6e90"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEsz4FWCoAMFQig="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb5b4c-d24de343671607e649a305e2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91ed69d49df50f5558b0d5ebe4b3af7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"L12nx8v2Txi36QPdtweOOxROfZ0GtenNFt6dxDn4T50vBNp34ruVyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#locationOfEmploymentCountry?format\",\n            \"message\": \"locationOfEmploymentCountry is not in the expected format\"\n        },\n        {\n            \"code\": \"400#locationOfEmploymentState?format\",\n            \"message\": \"locationOfEmploymentState is not in the expected format\"\n        }\n    ]\n}"},{"id":"f17a378b-6849-42b3-b40c-48ceac750782","name":"Invalid Workflow ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n    \"packageId\": \"92979\",\n    \"locationOfEmploymentCity\": \"Seattle\",\n    \"locationOfEmploymentState\": \"US-WA\",\n    \"locationOfEmploymentCountry\": \"US\",\n    \"accountId\": \"44771\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"invite\": {\n        \"method\": \"email\",\n        \"candidateRedirectUrl\": \"https://www.mycompanyurl.com\",\n        \"workflowId\":\"12345\"\n    },\n    \"jobPosition\": \"Education Package\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Job Opening ID\",\n            \"fieldValue\": \"28374953\"\n        },\n        {\n            \"fieldName\": \"Hiring Manager\",\n            \"fieldValue\": \"Jane Doe\"\n        },\n        {\n            \"fieldName\": \"Department\",\n            \"fieldValue\": \"Engineering\"\n        }\n    ],\n    \"requester\": {\n        \"email\": \"requesterEmail@testemail1.com\",\n        \"givenName\": \"abcFirstName\",\n        \"familyName\": \"abcLastName\",\n        \"middleName\": \"abcMiddleName\"\n    },\n    \"references\": [\n        {\n            \"givenName\": \"Jane\",\n            \"familyName\": \"Doe\",\n            \"middleName\": \"Susan\",\n            \"type\": \"default\",\n            \"address\": {\n                \"addressLine\": \"123 Main Street\",\n                \"municipality\": \"Orlando\",\n                \"regionCode\": \"US-FL\",\n                \"postalCode\": \"12345\",\n                \"countryCode\": \"US\"\n            },\n            \"company\": \"Company A\",\n            \"email\": \"jane.doe@companya.com\",\n            \"phone\": \"14041231234\",\n            \"positionTitle\": \"Project Manager\",\n            \"relationship\": \"Current Supervisor\",\n            \"relationshipType\": \"Current_Supervisor\",\n            \"notes\": \"Can be best contacted during business hours\"\n        }\n    ],\n    \"socialMedia\": {\n        \"cellPhone\": \"7201231234\",\n        \"emailAddress2\": \"john.doe_secondemail@example.com\",\n        \"emailAddress3\": \"john.doe_thirdemail@example.com\",\n        \"homePhone\": \"+13033333333\",\n        \"otherPhone\": \"9999999999\",\n        \"otherInfo\": \"Some other information\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"285"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 25 May 2024 21:30:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#screening?required-data\",\n            \"message\": \"Invalid workflow template ID\"\n        }\n    ]\n}"}],"_postman_id":"12ee780a-a784-4e34-8304-9ecccdfe3e7f"},{"name":"/screenings (Global Products)","event":[{"listen":"test","script":{"id":"420f76a0-7f1f-4bbd-8ac9-209f19f2ccba","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"screening_id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"037064f6-99b6-4239-aa31-b21df6534c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"462766\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"globalServices\": [\n        {\n            \"productCode\": \"CRIMGLB\",\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"subType\": \"734\",\n            \"questionSetOptions\": [\n                {\n                    \"id\": \"5033\",\n                    \"name\": \"Please select the additional ID number type you will provide\",\n                    \"group\": \"custom\",\n                    \"response\": [\n                        \"Passport Number\"\n                    ],\n                    \"dependsOn\": [\n                        {\n                            \"id\": \"5035\",\n                            \"name\": \"Please Provide Passport Number\",\n                            \"group\": \"custom\",\n                            \"response\": [\n                                \"533380006\"\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5036\",\n                    \"name\": \"You will receive instructions on how to access the certificate online through the DBS website. This will also provide instructions on how to share the certificate with your employer if necessary. You \",\n                    \"group\": \"custom\",\n                    \"response\": [\n                        \"Yes\"\n                    ]\n                },\n                {\n                    \"id\": \"5205\",\n                    \"name\": \"Do you have a DBS Profile Number?\",\n                    \"group\": \"custom\",\n                    \"response\": [\n                        \"Yes\"\n                    ]\n                },\n                {\n                    \"id\": \"5031\",\n                    \"name\": \"Please provide the DBS profile number\",\n                    \"group\": \"custom\",\n                    \"response\": [\n                        \"123456789\"\n                    ]\n                },\n                {\n                    \"id\": \"5025\",\n                    \"name\": \"Additional ID - Date of Issue - Driving License or Passport - United Kingdom\",\n                    \"group\": \"custom\",\n                    \"response\": [\n                        \"2015-10-05\"\n                    ]\n                },\n                {\n                    \"id\": \"5099\",\n                    \"name\": \"Prefix\",\n                    \"group\": \"custom\",\n                    \"response\": [\n                        \"Mrs\"\n                    ]\n                }\n            ],\n            \"forms\": [\n                {\n                    \"id\": \"5690\",\n                    \"name\": \"United Kingdom Criminal (Basic Disclosure ANI) Client Evidence of ID\",\n                    \"attachmentId\": \"64794752-d1ec-460b-ae17-9d205dec2504\"\n                }\n            ],\n            \"documents\": [\n                {\n                    \"id\": \"4144\",\n                    \"name\": \"Scan Accepted\",\n                    \"attachmentId\": \"93d7fa2a-7014-452f-abbe-6b78c65316b4\"\n                }\n            ]\n        }\n    ]\n}"},"url":"{{host}}/v2/screenings","description":"<p>Create a new screening for a Global Product using a Client-side data collection flow.</p>\n<p><strong>Forms and Documents</strong></p>\n<blockquote>\n<p>Forms and Documents must be uploaded to a candidate profile <em><strong>before</strong></em> submitting a screening request via the POST /candidates/{id}/documents request. </p>\n</blockquote>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>packageId</code></td>\n<td>required</td>\n<td>string/integer</td>\n<td>The unique identifier for the package the candidate will be screened against. It must be a package containing a global product.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The unique identifier of the candidate to be screened.</td>\n</tr>\n<tr>\n<td><code>globalServices</code></td>\n<td>required</td>\n<td>array</td>\n<td>All applicable information relating to the global products, including Questions, Forms, and Documents. Please refer to <a href=\"#f6a70e71-89e3-4504-b915-ace880c89402\">GlobalProducts</a>.</td>\n</tr>\n<tr>\n<td><code>references</code></td>\n<td>required (depending on product)</td>\n<td>array</td>\n<td>Reference information applicable to the Global Reference requirements. Please refer to <a href=\"#9873cd8b-a4ca-4d5a-aba3-bea63148edd7\">Reference</a>.</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>ID of the account that the screening will be associated with. Please refer to <a href=\"#aa134211-b60e-4ab0-807d-8e87d889f3d9\">Sub-Accounts</a>.</td>\n</tr>\n<tr>\n<td><code>callback</code></td>\n<td>optional</td>\n<td>object</td>\n<td>The url where webhook notifications should be posted for this screening. Please refer to <a href=\"#78cd5ab9-d50a-456f-a761-a14b8bf8241c\">Callback</a>.</td>\n</tr>\n<tr>\n<td><code>billCode</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Client specified code.</td>\n</tr>\n<tr>\n<td><code>jobPosition</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Position that the candidate is being screened for.</td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>optional</td>\n<td>array</td>\n<td>Custom fields can be attached to a screening and can contain any key and value. Please refer to <a href=\"#da12aa33-3c85-48af-8c8d-78cd6cb3093d\">CustomFields</a>.</td>\n</tr>\n<tr>\n<td><code>requester</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Information about the user who is creating the screening on a candidate. Please refer to <a href=\"#077b49f4-0642-4b33-b0a9-fb4f5a7edcd0\">Requester</a>.</td>\n</tr>\n<tr>\n<td><code>selfDisclosures</code></td>\n<td>optional</td>\n<td>array</td>\n<td>To disclose the candidate's convictions and aliases. Please refer to <a href=\"#f324509a-a099-4372-bafb-cb56d78f2ac4\">SelfDisclosures</a>.</td>\n</tr>\n<tr>\n<td><code>mailReport</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Boolean value to determine whether the screening should send a copy of the completed report to the candidate through managed state compliance.</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentCity</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The city or town of employment.</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentState</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, of employment. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter abbreviation. For example, Texas is \"US-TX\".</td>\n</tr>\n<tr>\n<td><code>locationOfEmploymentCountry</code></td>\n<td>optional (required if enabled in account)</td>\n<td>string</td>\n<td>The two-letter ISO short code for the country of employment. Some examples are \"US\", \"GB\", or \"CA\".</td>\n</tr>\n<tr>\n<td><code>socialMedia</code></td>\n<td>optional</td>\n<td>object</td>\n<td>Additional information related to the candidate's social media. Please refer to <a href=\"#37530a4f-917c-4919-8303-8e7562556cff\">SocialMedia</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"055062b4-1cd9-48d6-ab31-502dd932ce5f","name":"Create Screening","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"462766\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n        \"globalServices\": [\n            {\n                \"productCode\": \"CRIMGLB\",\n                \"root\": \"GBR\",\n                \"description\": \"United Kingdom\",\n                \"subType\": \"734\",\n                \"questionSetOptions\": [\n                    {\n                        \"id\": \"5033\",\n                        \"name\": \"Please select the additional ID number type you will provide\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Passport Number\"\n                        ],\n                        \"dependsOn\": [\n                            {\n                                \"id\": \"5035\",\n                                \"name\": \"Please Provide Passport Number\",\n                                \"group\": \"custom\",\n                                \"response\": [\n                                    \"533380006\"\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"5036\",\n                        \"name\": \"You will receive instructions on how to access the certificate online through the DBS website. This will also provide instructions on how to share the certificate with your employer if necessary. You \",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Yes\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5205\",\n                        \"name\": \"Do you have a DBS Profile Number?\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Yes\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5031\",\n                        \"name\": \"Please provide the DBS profile number\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"123456789\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5025\",\n                        \"name\": \"Additional ID - Date of Issue - Driving License or Passport - United Kingdom\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"2015-10-05\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5099\",\n                        \"name\": \"Prefix\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Mrs\"\n                        ]\n                    }\n                ],\n                \"forms\": [\n                    {\n                        \"id\": \"5690\",\n                        \"name\": \"United Kingdom Criminal (Basic Disclosure ANI) Client Evidence of ID\",\n                        \"attachmentId\": \"64794752-d1ec-460b-ae17-9d205dec2504\"\n                    }\n                ],\n                \"documents\": [\n                    {\n                        \"id\": \"4144\",\n                        \"name\": \"Scan Accepted\",\n                        \"attachmentId\": \"93d7fa2a-7014-452f-abbe-6b78c65316b4\"\n                    }\n                ]\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 21:04:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1804271473\",\n    \"packageId\": \"462766\",\n    \"packageName\": \"CRIMGLB - UK - DBS Basic - Candidate Upload\",\n    \"accountName\": \"Test Account - Global Products - Seamless Integration\",\n    \"candidateId\": \"8d3098c4-9baa-48e5-80ca-aefa369684b4\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/MnlUcmRtemRVTlVzTDJGeVZRb2NPdz09/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [\n        {\n            \"id\": \"17377796\",\n            \"type\": \"Comprehensive Criminal for Global Screening\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"updatedAt\": \"2024-04-03T11:14:00Z\",\n            \"estimatedCompletionTime\": \"2024-04-03T11:14:00Z\"\n        }\n    ],\n    \"submittedAt\": \"2024-03-29T10:14:00Z\",\n    \"updatedAt\": \"2024-04-03T11:14:00Z\",\n    \"estimatedCompletionTime\": \"2024-04-03T11:14:00Z\"\n}"},{"id":"e0baf9d3-7455-4b4d-982f-4ac1f0722cb3","name":"Create Screening with References","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"572128\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"globalServices\": [\n        {\n            \"productCode\": \"REFGLB\",\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"subType\": \"2558\",\n            \"referenceId\": \"1234\"\n        },\n        {\n            \"productCode\": \"REFGLB\",\n            \"root\": \"AND\",\n            \"description\": \"Andorra\",\n            \"subType\": \"796\",\n            \"referenceId\": \"2344\"\n        }\n    ],\n    \"references\": [\n        {\n            \"referenceId\": \"1234\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Doe\",\n            \"middleName\": \"Jay\",\n            \"type\": \"default\",\n            \"address\": {\n                \"addressLine\": \"Cromwell Road\",\n                \"municipality\": \"London\",\n                \"regionCode\": \"GB-LND\",\n                \"postalCode\": \"NW1 6XE\",\n                \"countryCode\": \"GB\"\n            },\n            \"company\": \"Company A\",\n            \"email\": \"john.doe@companya.com\",\n            \"phone\": \"+442079425000\",\n            \"positionTitle\": \"Project Manager\",\n            \"relationship\": \"Current Supervisor\",\n            \"relationshipType\": \"Current_Supervisor\",\n            \"notes\": \"Can be best contacted during business hours\"\n        },\n        {\n            \"referenceId\": \"2344\",\n            \"givenName\": \"Jane\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"Susan\",\n            \"type\": \"default\",\n            \"address\": {\n                \"addressLine\": \"Urb. la Ribagrossa\",\n                \"municipality\": \"Canillo\",\n                \"regionCode\": \"AD-02\",\n                \"postalCode\": \"AD100\",\n                \"countryCode\": \"AD\"\n            },\n            \"company\": \"Company B\",\n            \"email\": \"jane.doe@companyb.com\",\n            \"phone\": \"+376830714\",\n            \"positionTitle\": \"CS Rep\",\n            \"relationship\": \"Previous Supervisor\",\n            \"relationshipType\": \"Previous_Supervisor\",\n            \"notes\": \"Can be best contacted during business hours\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Apr 2025 15:40:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1812795956\",\n    \"packageId\": \"572128\",\n    \"packageName\": \"REFGLB - Global References\",\n    \"accountName\": \"Test Account - Global Products - Seamless Integration\",\n    \"candidateId\": \"8d3098c4-9baa-48e5-80ca-aefa369684b4\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/MnlUcmRtemRVTlVzTDJGeVZRb2NPdz09/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [\n        {\n            \"id\": \"22035582\",\n            \"type\": \"Professional and Personal References for Global Screening\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"updatedAt\": \"2025-04-11T16:41:00Z\",\n            \"estimatedCompletionTime\": \"2025-04-11T16:41:00Z\"\n        },\n        {\n            \"id\": \"22035583\",\n            \"type\": \"Professional and Personal References for Global Screening\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"AND\",\n            \"description\": \"Andorra\",\n            \"updatedAt\": \"2025-04-11T16:41:00Z\",\n            \"estimatedCompletionTime\": \"2025-04-11T16:41:00Z\"\n        }\n    ],\n    \"submittedAt\": \"2025-04-11T15:40:32Z\",\n    \"updatedAt\": \"2025-04-11T16:41:00Z\",\n    \"estimatedCompletionTime\": \"2025-04-11T16:41:00Z\"\n}"},{"id":"77e2fb13-27d6-49b1-9d6b-79be3fd0e125","name":"Create Screening with Verifications","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"584860\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n    \"globalServices\": [\n        {\n            \"productCode\": \"EMPGLB\",\n            \"root\": \"AND\",\n            \"description\": \"Andorra\",\n            \"subType\": \"1339\",\n            \"referenceId\": \"8985-ddaa-4d89-b5a5-d77c663d5258\"\n        },\n        {\n            \"productCode\": \"EDUGLB\",\n            \"root\": \"AND\",\n            \"description\": \"Andorra\",\n            \"subType\": \"798\",\n            \"referenceId\": \"d4de0b94-ddaa-4d89-b5a5-d77c663d5258\"\n        },\n        {\n            \"productCode\": \"CRDNTLGLB\",\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"subType\": \"4077\",\n            \"referenceId\": \"abc9e-ddaa-4d89-b5a5-d77c663d5258\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Apr 2025 16:12:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1812813713\",\n    \"packageId\": \"584860\",\n    \"packageName\": \"Global Package 2\",\n    \"accountName\": \"Test Account - Global Products - Seamless Integration\",\n    \"candidateId\": \"913a79cd-f02b-46eb-bc43-a68b377030c2\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/aUI1eGVUaWlpY29TZmFEK3pQNW94V2pkeXBGZWl0MllKWkpqVDJSZkZBMD0/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [\n        {\n            \"id\": \"22058134\",\n            \"type\": \"Employment Verification for Global Screening\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"AND\",\n            \"description\": \"Andorra\",\n            \"updatedAt\": \"2025-04-23T17:13:00Z\",\n            \"estimatedCompletionTime\": \"2025-04-23T17:13:00Z\"\n        },\n        {\n            \"id\": \"22058135\",\n            \"type\": \"Education Verification for Global Screening\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"AND\",\n            \"description\": \"Andorra\",\n            \"updatedAt\": \"2025-04-23T17:13:00Z\",\n            \"estimatedCompletionTime\": \"2025-04-23T17:13:00Z\"\n        },\n        {\n            \"id\": \"22058136\",\n            \"type\": \"Professional Credential for Global Screening\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"updatedAt\": \"2025-05-14T17:13:00Z\",\n            \"estimatedCompletionTime\": \"2025-05-14T17:13:00Z\"\n        }\n    ],\n    \"submittedAt\": \"2025-04-23T16:12:41Z\",\n    \"updatedAt\": \"2025-05-14T17:13:00Z\",\n    \"estimatedCompletionTime\": \"2025-05-14T17:13:00Z\"\n}"},{"id":"f5ce4748-d8c4-4163-af61-16d6131f8759","name":"Invalid Root","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"raw","raw":"{\n    \"packageId\": \"462766\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base64-encoded-credentials\"\n        }\n    },\n        \"globalServices\": [\n            {\n                \"productCode\": \"CRIMGLB\",\n                \"root\": \"ABC\",\n                \"description\": \"United Kingdom\",\n                \"subType\": \"734\",\n                \"questionSetOptions\": [\n                    {\n                        \"id\": \"5033\",\n                        \"name\": \"Please select the additional ID number type you will provide\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Passport Number\"\n                        ],\n                        \"dependsOn\": [\n                            {\n                                \"id\": \"5035\",\n                                \"name\": \"Please Provide Passport Number\",\n                                \"group\": \"custom\",\n                                \"response\": [\n                                    \"533380006\"\n                                ]\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"5036\",\n                        \"name\": \"You will receive instructions on how to access the certificate online through the DBS website. This will also provide instructions on how to share the certificate with your employer if necessary. You \",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Yes\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5205\",\n                        \"name\": \"Do you have a DBS Profile Number?\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Yes\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5031\",\n                        \"name\": \"Please provide the DBS profile number\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"123456789\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5025\",\n                        \"name\": \"Additional ID - Date of Issue - Driving License or Passport - United Kingdom\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"2015-10-05\"\n                        ]\n                    },\n                    {\n                        \"id\": \"5099\",\n                        \"name\": \"Prefix\",\n                        \"group\": \"custom\",\n                        \"response\": [\n                            \"Mrs\"\n                        ]\n                    }\n                ],\n                \"forms\": [\n                    {\n                        \"id\": \"5690\",\n                        \"name\": \"United Kingdom Criminal (Basic Disclosure ANI) Client Evidence of ID\",\n                        \"attachmentId\": \"64794752-d1ec-460b-ae17-9d205dec2504\"\n                    }\n                ],\n                \"documents\": [\n                    {\n                        \"id\": \"4144\",\n                        \"name\": \"Scan Accepted\",\n                        \"attachmentId\": \"93d7fa2a-7014-452f-abbe-6b78c65316b4\"\n                    }\n                ]\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 29 Apr 2024 21:04:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1804271513\",\n    \"packageId\": \"462766\",\n    \"accountName\": \"Test Account - Global Products - Seamless Integration\",\n    \"candidateId\": \"8d3098c4-9baa-48e5-80ca-aefa369684b4\",\n    \"status\": \"Draft\",\n    \"result\": \"Pending\",\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/L1k5cmp6cFdzQkJ5d0RhUkN4SDBXb2EzeXdqTzZBblhpeXhkYlhqTGRIbz0/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [],\n    \"updatedAt\": \"2024-04-03T15:43:00Z\",\n    \"estimatedCompletionTime\": \"2024-04-03T15:43:00Z\"\n}"}],"_postman_id":"037064f6-99b6-4239-aa31-b21df6534c75"},{"name":"/screenings/{id}","event":[{"listen":"test","script":{"id":"a52ecc9c-b2a6-498f-904b-d19129ff022c","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"b0d1c59a-ee5f-4826-aec2-6262b3bea726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/{{screening_id}}","description":"<p>Retrieve a screening by unique identifier.</p>\n<p><strong>DL State Mismatches</strong></p>\n<blockquote>\n<p>If there is a mismatch between your candidate's address and their driver's license state of issuance, a <code>dlStateMismatch</code> field will appear under the MVR report item within the screening response. Please refer to \"Driver's License State Mismatches\" section within <a href=\"#callbacks\">Callbacks</a> for more information.</p>\n</blockquote>\n","urlObject":{"path":["v2","screenings","{{screening_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"794cfdba-af6d-4421-bac2-470b4f7f02b3","name":"Retrieve Screening","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/1801020638"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"579"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 09 May 2019 20:38:03 GMT"},{"key":"x-amzn-RequestId","value":"57781bfc-729a-11e9-b2b4-5799da564d37"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZbtitFyfoAMFtfQ="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cd48faa-f372919f9c0cc51e0fa46461"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 64f48913f84e52a7792094a73a889c99.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"LLD7G4KpCxAp0gZot8lAi8ggp7UoP_RfuKf8Z92fm0tKHScyaj1upA=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"1801020638\",\n  \"packageId\": \"92979\",\n  \"packageName\": \"Pre-Employment Package\",\n  \"accountName\": \"Employer Test Account\",\n  \"accountId\": \"44771\",\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"status\": \"Pending\",\n  \"result\": \"Pending\",\n  \"jobPosition\": \"Basic Package\",\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://sterlingcheck.app/interactive-summary/#/order/2FeG8v4MjoNYyD3AFToSd5c4YQ3PpT0jtBw7SgyHijY%3d\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [\n    {\n      \"id\": \"14499694\",\n      \"type\": \"SSN Trace\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-02T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-02T19:19:00Z\"\n    },\n    {\n      \"id\": \"14499695\",\n      \"type\": \"County Criminal Record\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-06T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-06T19:19:00Z\"\n    },\n    {\n      \"id\": \"14499696\",\n      \"type\": \"Drivers Record\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-06T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-06T19:19:00Z\",\n      \"dlStateMismatch\": true\n    },\n    {\n      \"id\": \"14499697\",\n      \"type\": \"DOJ Sex Offender Search\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2021-12-02T19:19:00Z\",\n      \"estimatedCompletionTime\": \"2021-12-02T19:19:00Z\"\n    }\n  ],\n  \"submittedAt\": \"2021-12-01T18:19:08Z\",\n  \"mailReport\": true,\n  \"updatedAt\": \"2021-12-06T19:19:00Z\",\n  \"estimatedCompletionTime\": \"2021-12-06T19:19:00Z\"\n}"},{"id":"21bef897-6d53-4a47-9350-14558c0c361a","name":"Retrieve Screening - Email Invite","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/1801020639"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 01 July 2024 23:57:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"1801020639\",\n  \"packageId\": \"92979\",\n  \"accountName\": \"TestAccount\",\n  \"candidateId\": \"3e4f84e3-9078-4451-a8b8-5897f4f4f4e3\",\n  \"status\": \"PreDraft\",\n  \"result\": \"Pending\",\n  \"invite\": {\n    \"method\": \"email\",\n    \"candidateConsentedForSMS\": true\n  },\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/zBratZCFhQd7HCaCziu4HQ%3d%3d\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [],\n  \"updatedAt\": \"2024-07-01T23:57:00Z\",\n  \"estimatedCompletionTime\": \"2021-07-26T23:57:00Z\"\n}"}],"_postman_id":"b0d1c59a-ee5f-4826-aec2-6262b3bea726"},{"name":"/screenings/{id}/notes","event":[{"listen":"test","script":{"id":"a52ecc9c-b2a6-498f-904b-d19129ff022c","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"865e2633-beb5-462e-ab99-1ac192d4e722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/{{screening_id}}/notes","description":"<p>Retrieve all the notes available for an order.</p>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","notes"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"include","value":"reportItems"}],"variable":[]}},"response":[{"id":"3c5b2951-278c-4cfe-ad7e-d13e0edfa598","name":"Retrieve Screening Notes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"https://api.us.int.sterlingcheck.app/v2/screenings/1801020633/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Fri, 19 Sep 2025 16:38:11 GMT","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"1801020633\",\r\n    \"notes\": [\r\n        {\r\n            \"note\": \"Order status changed to Complete\",\r\n            \"updatedAt\": \"2025-09-17T10:40:20Z\"\r\n        },\r\n        {\r\n            \"note\": \"Order result changed to Clear\",\r\n            \"updatedAt\": \"2025-09-17T10:40:20Z\"\r\n        },\r\n        {\r\n            \"note\": \"Outbound E-mail|Candidate|Candidate Contacted. The email for 12-Sept-2025 was sent to the candidate about needed information.\",\r\n            \"updatedAt\": \"2025-09-12T16:00:00Z\"\r\n        },\r\n        {\r\n            \"note\": \"Order status changed to Pending\",\r\n            \"updatedAt\": \"2025-09-12T15:55:00Z\"\r\n        }\r\n    ]\r\n}"},{"id":"22d2a7b4-c333-4cfa-a4ee-49193c703c0b","name":"Retrieve Screening and Report Item Notes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"https://api.us.int.sterlingcheck.app/v2/screenings/1801020633/notes?include=reportItems","protocol":"https","host":["api","us","int","sterlingcheck","app"],"path":["v2","screenings","1801020633","notes"],"query":[{"key":"include","value":"reportItems","description":"optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Fri, 19 Sep 2025 16:38:11 GMT","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"1801020633\",\r\n    \"notes\": [\r\n        {\r\n            \"note\": \"Order status changed to Complete\",\r\n            \"updatedAt\": \"2025-09-17T10:40:20Z\"\r\n        },\r\n        {\r\n            \"note\": \"Order result changed to Clear\",\r\n            \"updatedAt\": \"2025-09-17T10:40:20Z\"\r\n        },\r\n        {\r\n            \"note\": \"Outbound E-mail|Candidate|Candidate Contacted. The email for 12-Sept-2025 was sent to the candidate about needed information.\",\r\n            \"updatedAt\": \"2025-09-12T16:00:00Z\"\r\n        },\r\n        {\r\n            \"note\": \"Order status changed to Pending\",\r\n            \"updatedAt\": \"2025-09-12T15:55:00Z\"\r\n        }\r\n    ],\r\n    \"reportItems\": [\r\n        {\r\n            \"id\": \"22065126\",\r\n            \"notes\": [\r\n                {\r\n                    \"note\": \"Outbound E-mail|Candidate|Candidate Contacted. The email for 12-Sept-2025 was sent to the candidate about needed information.\",\r\n                    \"updatedAt\": \"2025-09-12T11:58:56\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"25071e9a-6c74-4377-9fcf-b15b77b931e8","name":"Retrieve Invalid Screening Notes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"https://api.us.int.sterlingcheck.app/v2/screenings/1801020639/notes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Fri, 19 Sep 2025 16:38:11 GMT","description":""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"865e2633-beb5-462e-ab99-1ac192d4e722"},{"name":"/screenings/{id}/report-items/{reportItemId}/notes","event":[{"listen":"test","script":{"id":"a52ecc9c-b2a6-498f-904b-d19129ff022c","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"416dc848-6405-4b57-9214-8566a94c2f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/{{screening_id}}/report-items/{{reportItem_id}}/notes","description":"<p>Retrieve the notes for a specific report item or search within an order.</p>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","report-items","{{reportItem_id}}","notes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f2906292-c768-40f7-81b0-c83186c43b91","name":"Retrieve Report Item Notes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"https://api.us.int.sterlingcheck.app/v2/screenings/1801020633/report-items/22065126/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Fri, 19 Sep 2025 16:38:11 GMT","description":""}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"note\": \"Outbound E-mail|Candidate|Candidate Contacted. The email for 12-Sept-2025 was sent to the candidate about needed information.\",\r\n        \"updatedAt\": \"2025-09-12T11:58:56\"\r\n    }\r\n]"},{"id":"2a071da3-1f9b-4ffa-8f6a-88b0b8a3d36e","name":"Retrieve Invalid Report Item Notes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"https://api.us.int.sterlingcheck.app/v2/screenings/1801020633/report-items/22061111/notes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Fri, 19 Sep 2025 16:38:11 GMT","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"errors\": [\r\n        {\r\n            \"code\": \"400#reportItemId?not-found\",\r\n            \"message\": \"reportItemId provided not associated with screening\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"416dc848-6405-4b57-9214-8566a94c2f68"},{"name":"/screenings/{id}/callbacks","event":[{"listen":"test","script":{"id":"d30372d0-84d9-483c-994f-bff8224531d2","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Has html report\"] = !!jsonData.html;"],"type":"text/javascript"}}],"id":"277b5ad3-f7c1-4e37-b212-1ac4987eee13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/{{screening_id}}/callbacks","description":"<p>Request the most recent callback to be resent, regardless of the current state of the screening. This can be useful for cases such as testing or cycling through older events in case you need them at a later time. </p>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","callbacks"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"313f46b6-3d35-4a4c-a85f-776a2f9cb4de","name":"Screening Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/1234567890/callbacks"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 23 Feb 2021 21:00:58 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"dcb9d459-46a4-4a91-9e8a-b19548c515b1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null},{"id":"a2c5e273-830b-4dcb-a5f8-1f24635cea26","name":"Invalid Callback URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/1800674312/callbacks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Feb 2021 20:58:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"1fde70b8-328a-4484-8019-92ec4a28e956"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#Invalid_Callback_Url\",\n            \"message\": \"The screening does not have a valid callback URL.\"\n        }\n    ]\n}"},{"id":"d52f3fa6-4d0c-4443-8668-c69cf236a54b","name":"Resend Most Recent Callback","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/1800647134/callbacks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Feb 2021 20:57:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"38a071af-b47c-4dc8-8114-09fa8f06ee6a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"callback\": {\n        \"uri\": \"https://my-company.com/screenings-callback\"\n    }\n}"}],"_postman_id":"277b5ad3-f7c1-4e37-b212-1ac4987eee13"},{"name":"/bill-codes","event":[{"listen":"test","script":{"id":"a7cc4b02-ed15-4ce4-83eb-9e5e83fad513","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"3d2c01c6-5112-490f-b383-032d1e937297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"}],"url":"{{host}}/v2/bill-codes","description":"<p>Retrieve the bill codes associated with the API account.</p>\n<p>By default, all bill codes associated with the entire customer's account hierarchy will be returned. Including the <code>accountId</code> query paramter will filter the bill codes associated with the specified account.</p>\n","urlObject":{"path":["v2","bill-codes"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>ID used to filter list of bill codes by Sub-Account.</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"}],"variable":[]}},"response":[{"id":"fa93fcd4-c41f-46db-9cff-79a14eb1f1fb","name":"List Billing Codes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"}],"url":"{{host}}/v2/bill-codes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 03 May 2019 20:58:16 GMT"},{"key":"x-amzn-RequestId","value":"2c121955-6de6-11e9-9317-5d4a7e1d6272"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZH-4QGfVoAMF3cA="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cccab68-fe65b6835a8519fb65c2b9e7"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e1f0363dccfdcada535eb4fd7c2d2e27.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"Vi2BE4cxsO6HiONlZyWteM4R9iy3jTd1gFjKsnmlTLMHV_Pfh9jzAg=="}],"cookie":[],"responseTime":null,"body":"{\n  \"billCodes\": [\n    \"billCode1\",\n    \"billCode2\"\n  ]\n}"},{"id":"1af44199-ba1a-48e6-b3aa-6bd42cbe0acf","name":"List Billing Codes by Account","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/bill-codes?accountId=81721","host":["{{host}}"],"path":["v2","bill-codes"],"query":[{"key":"accountId","value":"81721"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 14 Oct 2025 21:31:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"billCodes\": [\n    \"billCode2\"\n  ]\n}"}],"_postman_id":"3d2c01c6-5112-490f-b383-032d1e937297"}],"id":"3024bfa5-276c-4a45-90ea-c9e7df3e60f7","description":"<p>A screening is a background check on a candidate with a specific package.</p>\n<p>Once a candidate is created and a package has been selected, the screening can be initiated on that candidate by calling the <code>POST /v2/screenings</code> endpoint. The turnaround time for completion of a screening is variable. Most screening reports are returned within 24-72 hours, and the results can be found by calling <code>GET /v2/screenings/{id}</code>, where <code>{id}</code> is the identifier for the screening.</p>\n<p>An application can subscribe to updates on the fulfillment of a screening using the <code>callback</code> field. Callbacks will be <code>POST</code>ed to the provided URL for any changes screening status, including changes to the report items. (See <a href=\"#78cd5ab9-d50a-456f-a761-a14b8bf8241c\">Callback</a>)</p>\n<h2>Candidate Data Collection</h2>\n\n<p>The Sterling API supports two different data collection flows. We first have a <strong>Client-side Data Collection</strong> flow, where you collect your candidates' information on your end. The other option is the <strong>Sterling Data Collection</strong> flow where Sterling takes the responsibility of collecting your candidates' data.</p>\n<blockquote>\n<p>EMEA, Canada and APAC regions require all clients to use the <strong>Sterling Data Collection</strong> flow. </p>\n</blockquote>\n<h3>Client-side Data Collection</h3>\n\n<p>If you prefer to have your entire background check process to remain within your company's domain, a client-side flow may work for you. This allows you to customize your candidate experience from start to finish. It also may be a quicker solution as the candidate is not required to check their email account to follow-up.</p>\n<p><strong>POST /screenings</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"packageId\": \"64731\",\n  \"candidateId\": \"864109\"\n}\n\n</code></pre><h3>Sterling Data Collection</h3>\n\n<p>The Sterling Data Collection flow is an option that Sterling provides to bridge the API to the underlying platforms. It allows you to specify a method that a candidate can take to finish the screening process. Sterling's platforms will manage the candidate experience once the invite is accepted. This includes the collection of consent and disclosure electronically, as well as the collection of any extra necessary information that is pertinent to the screening.</p>\n<p>The two supported options for <code>method</code> are <code>link</code> and <code>email</code>.</p>\n<blockquote>\n<p>The <code>link</code> option will generate a tokenized link that will invite the candidate to create an account and log into the Candidate Hub to complete their background screening. This gives you the option to customize how the candidate receives this link (i.e. buttons, custom emails, etc). </p>\n</blockquote>\n<p><strong>POST /screenings</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"packageId\": \"64731\",\n  \"candidateId\": \"864109\",\n  \"invite\": {\n    \"method\": \"link\" | \"email\"\n  }\n}\n\n</code></pre>","event":[{"listen":"prerequest","script":{"id":"84d0541d-bcf8-4559-b474-0f8dccacd615","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e01901b1-aa88-4bd9-a26d-650be9d745f0","type":"text/javascript","exec":[""]}}],"_postman_id":"3024bfa5-276c-4a45-90ea-c9e7df3e60f7"},{"name":"Documents","item":[{"name":"/screenings/{id}/documents","event":[{"listen":"test","script":{"id":"a8f4e7ff-5d93-4a93-8b3a-d329f993a9b3","exec":["tests[\"Status code is 201\"] = responseCode.code === 201;"],"type":"text/javascript"}}],"id":"13e36b93-dd4b-4a9f-9deb-e4d76882d338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume, drivers-license, passport, consent, other"},{"key":"attachment","type":"text","value":".pdf, .tiff, .jpg, .png, .doc, .docx"}]},"url":"{{host}}/v2/screenings/{{screening_id}}/documents","description":"<p>Attach files to a screening containing a resume, driver license, passport, consent, or other. If you choose to host consent on your end, we advise that you use this endpoint to send Sterling a copy in case an audit is required.</p>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"64e2d012-8b0e-4ef8-8838-b3d9df8245f7","name":"Attach Document to Screening","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","value":"other","type":"text"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/example.pdf"}]},"url":"{{host}}/v2/screenings/1800267586/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 24 Jul 2020 19:18:16 GMT"},{"key":"x-amzn-RequestId","value":"6a2d13b7-7be1-4fe6-b858-454547b6b136"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QMUOkFSTIAMF6jw="},{"key":"Request-Id","value":"39a55b57-e099-481c-ab15-7f993026c79c"},{"key":"x-amzn-Remapped-Date","value":"Fri, 24 Jul 2020 19:18:16 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 331202b5b8aab67acbf389883133f257.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SEA19-C1"},{"key":"X-Amz-Cf-Id","value":"c8WWNAbsP4ISIxVM1dvJ2FaAGOJ-zq1i6j1_1OwmN1t0YUUNYZQ4dg=="}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"crm_11448293\",\n  \"fileName\": \"other_example.pdf\",\n  \"documentType\": \"other\",\n  \"createdAt\": \"2020-11-20T19:18:16Z\",\n  \"updatedAt\": \"2020-11-20T19:18:16Z\"\n}"},{"id":"ea93d0fd-5149-4326-a587-6759484c903e","name":"Incorrect File Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"passport"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/example.csv"}]},"url":"{{host}}/v2/screenings/1800267586/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 17:21:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"b52d3c99-87a5-4ddc-8f2c-891e0dfcb980"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"message\": \"attachment must be PNG, JPEG, PDF or TIFF\"\n    }\n  ]\n}"},{"id":"4f25beb9-f96d-4fe3-bda7-e84114d5a4ca","name":"File Too Large","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/15mb-file.png"}]},"url":"{{host}}/v2/screenings/1800267586/documents"},"status":"Request Entity Too Large","code":413,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 22:56:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"a198f1ad-aa7f-4a58-83fc-14f4cf440532"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"413#payload-too-large\",\n      \"message\": \"Maximum upload size exceeded 10MB\"\n    }\n  ]\n}"},{"id":"37dcf787-687a-4edf-958c-9c3dca670aa2","name":"Attachment Too Large","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/15mb-file.png"}]},"url":"{{host}}/v2/screenings/1800267586/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Jul 2025 14:52:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Request-Id","value":"a198f1ad-aa7f-4a58-83fc-14f4cf440532"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"400#attachment-size\",\n      \"message\": \"Attachment too large - over 7 MB limit\"\n    }\n  ]\n}"},{"id":"ef3093fa-3f0b-4349-a156-225976ae49f0","name":"Incorrect Document Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"incorrectDocumentType"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/example.pdf"}]},"url":"{{host}}/v2/screenings/1800267586/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 23:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"a16c7522-d4df-4f88-9f12-559cae848254"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#documentType\",\n            \"message\": \"documentType must be one of: [resume, drivers-license, passport, consent, other]\"\n        }\n    ]\n}"}],"_postman_id":"13e36b93-dd4b-4a9f-9deb-e4d76882d338"},{"name":"/screenings/{id}/documents","event":[{"listen":"test","script":{"id":"692a2796-dbd7-4e77-b45a-4691ab87381b","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"d7b80a70-e41f-4724-9e03-96e15b2e51b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/v2/screenings/{{screening_id}}/documents","description":"<p>Retrieve a list of all documents attached to the screening. There are two types of documents returned: <strong>Order Level</strong> documents and <strong>Search Level</strong> documents.</p>\n<ul>\n<li><strong>Order Level</strong> documents will only have a <strong>url</strong> field.</li>\n<li><strong>Search Level</strong> documents will have a <strong>reportItemId</strong> field and <strong>url</strong> field.</li>\n</ul>\n<p>The <strong>url</strong> field allows you to download the document by pasting the <strong>url</strong> in your browser.</p>\n<p>By default, only <strong>Order level</strong> documents are returned and they will be missing the <strong>url</strong> field. If you need the document urls, Order Level documents, and/or Search Level documents, contact your Sterling representative to enable the appropriate settings on your account.</p>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"615946ed-db9a-47bb-b2ff-36a9d02b5c2b","name":"List All Documents (Default)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/1801271754/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 22:09:56 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e8a39206-281d-4c4c-b356-fb16aa3412ea"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"crm_11421583\",\n        \"fileName\": \"Workflow.pdf\",\n        \"documentType\": \"Document\",\n        \"createdAt\": \"2021-11-16T17:47:00Z\"\n    },\n    {\n        \"id\": \"crm_11448293\",\n        \"fileName\": \"Consent.pdf\",\n        \"documentType\": \"Document\",\n        \"createdAt\": \"2020-11-20T19:18:16Z\"\n    },\n    {\n        \"id\": \"crm_11448307\",\n        \"fileName\": \"passport_passport.jpg\",\n        \"documentType\": \"Document\",\n        \"createdAt\": \"2021-11-24T15:46:00Z\"\n    },\n    {\n        \"id\": \"crm_11448308\",\n        \"fileName\": \"drivers-license_license.jpg\",\n        \"documentType\": \"Document\",\n        \"createdAt\": \"2021-11-24T15:46:00Z\"\n    }\n]"},{"id":"1c01f228-21b3-4dfc-a8ad-8da0ff5c3fde","name":"List Documents (Order Level with URLs)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/1801271754/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"crm_1234567890\",\n    \"fileName\": \"Workflow.pdf\",\n    \"documentType\": \"Document\",\n    \"createdAt\": \"2023-03-23T17:47:00Z\",\n    \"url\": \"https://api.us.sterlingcheck.com/v2/screenings/1801271754/documents/crm_1234567890\"\n  },\n  {\n    \"id\": \"crm_1234567891\",\n    \"fileName\": \"Consent.pdf\",\n    \"documentType\": \"Document\",\n    \"createdAt\": \"2023-03-23T19:18:16Z\",\n    \"url\": \"https://api.us.sterlingcheck.com/v2/screenings/1801271754/documents/crm_1234567891\"\n }\n]"},{"id":"9fe5a9d4-a90a-4715-ae9d-0d85cc0e32cd","name":"List Documents (Search Level Only)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/1801271754/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 22:09:56 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e8a39206-281d-4c4c-b356-fb16aa3412ea"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"crm_22334455\",\n        \"fileName\": \"ResultsSummary.pdf\",\n        \"documentType\": \"Document\",\n        \"url\": \"https://api.us.sterlingcheck.com/v2/screenings/1801271754/reportItems/2334234/documents/crm_22334455\",\n        \"reportItemId\": \"2334234\",\n        \"createdAt\": \"2023-04-01T15:46:00Z\"\n    },\n    {\n        \"id\": \"crm_11448308\",\n        \"fileName\": \"Result Certificate.pdf\",\n        \"documentType\": \"Document\",\n        \"url\": \"https://api.us.sterlingcheck.com/v2/screenings/1801271754/reportItems/2334236/documents/crm11448308\",\n        \"reportItemId\": \"2334236\",\n        \"createdAt\": \"2023-04-02T15:46:00Z\"\n    }\n]"},{"id":"a530efb2-23c8-4aee-9c76-589b34e2c221","name":"List All Documents (Search Level and Order Level)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/1801271754/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 22:09:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e8a39206-281d-4c4c-b356-fb16aa3412ea"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"crm_1234567890\",\n    \"fileName\": \"Workflow.pdf\",\n    \"documentType\": \"Document\",\n    \"createdAt\": \"2023-03-23T17:47:00Z\",\n    \"url\": \"https://api.us.sterlingcheck.com/v2/screenings/1801271754/documents/crm_1234567890\"\n  },\n  {\n    \"id\": \"crm_1234567891\",\n    \"fileName\": \"Consent.pdf\",\n    \"documentType\": \"Document\",\n    \"createdAt\": \"2023-03-23T19:18:16Z\",\n    \"url\": \"https://api.us.sterlingcheck.com/v2/screenings/1801271754/documents/crm_1234567891\"\n  },\n  {\n    \"id\": \"crm_22334455\",\n    \"fileName\": \"ResultsSummary.pdf\",\n    \"documentType\": \"Document\",\n    \"url\":\"https://api.us.sterlingcheck.com/v2/screenings/1801271754/reportItems/2334234/documents/crm_22334455\",\n    \"reportItemId\": \"2334234\",\n    \"createdAt\": \"2023-04-01T15:46:00Z\"\n  },\n  {\n    \"id\": \"crm_11448308\",\n    \"fileName\": \"Result Certificate.pdf\",\n    \"documentType\": \"Document\",\n    \"url\":\"https://api.us.sterlingcheck.com/v2/screenings/1801271754/reportItems/2334236/documents/crm11448308\",\n    \"reportItemId\": \"2334236\",\n    \"createdAt\": \"2023-04-02T15:46:00Z\"\n  }\n]"}],"_postman_id":"d7b80a70-e41f-4724-9e03-96e15b2e51b2"},{"name":"/screenings/{id}/documents/{documentId}","event":[{"listen":"test","script":{"id":"cdcae228-a449-4faa-8f08-7db889887bd9","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"905f7465-c063-46eb-b91e-45b4ad89fd40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/v2/screenings/{{screening_id}}/documents/{{document_id}}","description":"<p>Retrieve and download an individual document from an existing screening. The response will be a base64 representation of the document. You can download the response which will save the file as its original format.</p>\n<blockquote>\n<p><strong>Note</strong>: Only <strong>Order Level</strong> documents can be retrieved using this endpoint.</p>\n</blockquote>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","documents","{{document_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0955cacc-a7f9-4ef4-9aaa-b0438000ec06","name":"/screenings/{id}/documents/{documentId}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/1801271754/documents/crm_11448308"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Tue, 20 Jun 2023 18:01:13 GMT"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Content-Length","value":"78480"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e626551d-2e4b-4095-9d41-9f2be2f697b0"},{"key":"x-amzn-RequestId","value":"08a82721-a6e6-4aeb-a966-895b8f3a630c"},{"key":"Content-Disposition","value":"attachment; filename=\"drivers-license_sample dl.jpg\""},{"key":"x-amzn-Remapped-Content-Length","value":"78480"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"G1FocELsoAMFgZA="},{"key":"Cache-Control","value":"no-cache"},{"key":"x-amzn-Remapped-Server","value":"nginx/1.19.9"},{"key":"Expires","value":"-1"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6491e968-4e4a2d3f1b4c13736911845a"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Jun 2023 18:01:13 GMT"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"����\u0000\u0010JFIF\u0000\u0001\u0001\u0001\u0000`\u0000`\u0000\u0000��\u0000\u000eAdobe\u0000d\u0000\u0000\u0000\u0000\u0001�� �Exif\u0000\u0000MM\u0000*\u0000\u0000\u0000\b\u0000\t\u0001\u000e\u0000\u0002\u0000\u0000\u0000\b\u0000\u0000\u0000z\u0001\u0012\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0001\u001a\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0001\u001b\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0001(\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0000\u00011\u0000\u0002\u0000\u0000\u0000\"\u0000\u0000\u0000�\u00012\u0000\u0002\u0000\u0000\u0000\u0014\u0000\u0000\u0000��i\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000Ȝ�\u0000\u0001\u0000\u0000\u0000\u0010\u0000\u0000\u0001L\u0000\u0000\u0001\\REAL ID\u0000\u0000\u000e�\u0000\u0000\u0000'\u0010\u0000\u000e�\u0000\u0000\u0000'\u0010Adobe Photoshop CC 2017 (Windows)\u00002018:09:27 14:47:29\u0000\u0000\u0007�\u0003\u0000\u0002\u0000\u0000\u0000\u0014\u0000\u0000\u0001\"�\u0004\u0000\u0002\u0000\u0000\u0000\u0014\u0000\u0000\u00016��\u0000\u0002\u0000\u0000\u0000\u000300\u0000\u0000��\u0000\u0002\u0000\u0000\u0000\u000300\u0000\u0000�\u0001\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000�\u0002\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0002ˠ\u0003\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u00002018:07:13 15:06:00\u00002018:07:13 15:06:00\u0000\u0000\u0000R\u0000E\u0000A\u0000L\u0000 \u0000I\u0000D\u0000\u0000\u0000\u0000\u0006\u0001\u0003\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0006\u0000\u0000\u0001\u001a\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0001�\u0001\u001b\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0001�\u0001(\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0000\u0002\u0001\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0001�\u0002\u0002\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u001e�\u0000\u0000\u0000\u0000\u0000\u0000\u0000H\u0000\u0000\u0000\u0001\u0000\u0000\u0000H\u0000\u0000\u0000\u0001����\u0000\fAdobe_CM\u0000\u0001��\u0000\u000eAdobe\u0000d�\u0000\u0000\u0000\u0001��\u0000�\u0000\f\b\b\b\t\b\f\t\t\f\u0011\u000b\n\u000b\u0011\u0015\u000f\f\f\u000f\u0015\u0018\u0013\u0013\u0015\u0013\u0013\u0018\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\u0001\r\u000b\u000b\r\u000e\r\u0010\u000e\u000e\u0010\u0014\u000e\u000e\u000e\u0014\u0014\u000e\u000e\u000e\u000e\u0014\u0011\f\f\f\f\f\u0011\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000\u0011\b\u0000v\u0000�\u0003\u0001\"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u0004\u0000\n��\u0001?\u0000\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0002\u0004\u0005\u0006\u0007\b\t\n\u000b\u0001\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\u0010\u0000\u0001\u0004\u0001\u0003\u0002\u0004\u0002\u0005\u0007\u0006\b\u0005\u0003\f3\u0001\u0000\u0002\u0011\u0003\u0004!\u00121\u0005AQa\u0013\"q�2\u0006\u0014���B#$\u0015R�b34r��C\u0007%�S���cs5\u0016���&D�TdE£t6\u0017�U�e���u��F'���������������Vfv��������7GWgw��������\u0011\u0000\u0002\u0002\u0001\u0002\u0004\u0004\u0003\u0004\u0005\u0006\u0007\u0007\u0006\u00055\u0001\u0000\u0002\u0011\u0003!1\u0012\u0004AQaq\"\u0013\u00052��\u0014��B#�R��3$b�r��CS\u0015cs4�%\u0006\u0016���\u0007&5��D�T�\u0017dEU6te����u��F���������������Vfv��������'7GWgw�������\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000�T�M#�%.���F+\u0005��ere�\u0001�9�?�Ʊ��\"��C��|��w��0̵ڍAc��%5�Y��z�V�ݬG;g�/�\u000f���OoZ�u8�̆�͍��-\u000ek�g����F1���\u0000�,�\u000f���:m�s�K\u000b�$�3;�o�Z��γ����\u0014OG�G�&�M�lv��Z\u001e\u0018��ݹ���������)���Om\u000f�m�ڪ{+{����\rm���W������9��\u001fsZ��\\td\u000f��_���\b���a���Mņ���8����@wE�E�h��\u0015�8\u0011���f]msݹ�o�*�Ԕ�Υ�U��.k^�\u0006\u0010g�8n�?��?�\u001f�3�t��̖8�\u0000\u0003���)�Ӻ}��l��{�\u001cI&$\r�Fv��6����/�L�ӟc,56k�\u0000�3������ؒ����6���k74<\u0007\u0018;\\�Jv�\u0000�{_���\"���Og��s�K�]d4�uv7\u0016���\u001e��?�\u001b����3�t�Xln=a�\t\u0003�O#�H�\u000b\b5�\u00152\u001a\\�\u0002��%忻�v2Ԕׯ���+���\u0019\u0005¡����Y��\u001b������\u0000�}u�]�h��8���\u0001��\u001a�uu�����__�QoL�������\u0006�<��h!�e~�w�ƹ��V���\u0003C(,��\u0011_�ۚ76Ѳ�ޫv�U���)6>M94�u.��[���\u001f�>�l��P\u000e6)���kk�\u0001Po�d\r���ͮ����\u0002���rr*�\u0000H�=A�z������\u0000�?=%6�Pe�X�eok��\u001c�\b1楹�!%.�m��\t�S���{O�ik��\u001c@a$h=�\u001f����>�}PsꩽC\u001b}���8\r\tg�l5��o{�G�������o�N�A\u0003�~�\u000ec��U�S�?�n~\u000bpk[~h���(}��\u0014���Wi����{\u001c����\u0003v{-6�x�\u0000X��盾˝Em-c�Z��V���\u0007�����J�Fz�W\u0012�Kq�{\u000b.c���\u0001���p�L��\u0000n����������WJf\u000f����?L[��l���{�\u0000�7�/�k[��\u0015���ܺ�d�\u0017�\u0001\u0004\u0016\u0016���+s���\u0014�d�\u001a�C�\u0019y�׋;�ǝ*\u0001�I��:�\u001fhg�R�����>\u001bG��\\�Fo���p�ԛ�\u0004?!�7~��H�\"�d���~˶����\u0000�u��*�\u001d7볺u\u0015�YkooIeY-}�_������s_OQ��z�d������(\u001e!/d)��\u001b�\u001f�\u0004�5�\u0000�n��\u001f�\u0005������X\r����?h�a�ݴ����]���Q��,�u��±������*='�}j�Χ�J�V�\\�\u001b+{\u000b,��?f�鯳1ͦ��;(�O��_�9\u001f�g��C�^�ѯ�\u001bO�G�A/F��M���\u0017\"�_�\u001f�zewc�\u001a�\u0019-�\u0017\u0013/��/'���u���o�[=Wى�����S�׮�I]�����\u001c\\ܣ~e��-�2�n{j�=��\u0018�◳\u001dϾ����/�?���hi���ҫ�\u001b�\u001f�\u0004Ŕ\u0007\u0006\u0016�=���h�\u001b��3�d�Vw^�\u001d���n���א׶�=�Mϩ�c�����2�����5u���9�\u0014���l�n���R���\u0000���\"�~�_���G�AN��'����A�\u0000������gt���]���78\u0007;ٗ��1����X����f�ܰqz�Q�\u0002���\u0016�1iu�.u~��vQ������l�Y������z>���l�Q�l���$$\u0007���\u001f���h��Y_��a\u00066��\u0003��\n�Ev5�X\u0000k @���.8ge��q�U������Z�\u001a��NN]�g���\u0000U��1w�Zh���U����V�c3-�����y,�*\rs�\u0001�2�w�m�_��\u0000Eꦙ��R�\"e�4\u001c[Kj��\u0000�^��t�\u001bj\r��\u0010\\��Z�����\u0000\t�o��T\u001f���#6��Ȉ|\u0003[�ᔿn�S�\u0001ߥ�\u0000G�8���Z�\u0007q\u0002A�V7V���s`k�\u0016\u0016��\u001d��l�\\A�\u001f���(��8��`\u0002G}�<7.\u001f�b��\u0007�\u001b7�eY�T\u001b�\u0011-k��H�^���~�ة��\u001bF��4\b\u00048�7O��叛n\u001eM؃����{X\u001c\u0001\u000ekk-,���{w;�Z�\u0011\u0003��g���&�٥31#\u0019p\u00108������\u0015�\"#�E��\u0019|����sV��q\u0007{��S��K�M\u000f6S�:�Ah}f��\tݶ[\u001fJ\u0016�@-~��||d�=6SF+���SMf�]\u0013\rh����&\u001c#'\u0015�\u001a�ŭ�g8�j<\\W�=�s(\u0016\u001f����\u0000\u0018�?\u0018r3�\b�e.?�,h����\u001c��W>��G\u001c\fPa��\u0016���]���\u0000\"���2ܝ���Z\f�e�>d��\u0000C���\u0018��e&H{�Y\u0011�������q\u001b����z��\u0013��\f�Il��ֶ~��\u0004��J��~���'\u000b79Դ��X7V@�����w�b��3���m\u000e\u0005�k^�\u0018���:?��ŋ\u001eM�A\u001d\u000b\u000el�qo\u0001 H_����v0���\u00181�\u0004�\u0003�Ɔ�-���b��\b��\u0000V���Ã��m������z�n�����8�\u001f�\u0016Wmv��S�Y�SZ�\u0000P�Ԋ������]���K�\u0007���mcً���������n}����k�7���݉�ɡ��}\u001bK����\u001f�~�G1�#\u001d�M3�\u0014##�\u0010\u0012�^��X�:���*�hi��\u001a�\u000f�T��v�ҷ��*m���5X�Kw1Ƨ��\u000f�'�.�b�:WL��2>˓�݂\u0006W�-\"�E���n\u001bq��Ʒ�n\u000f���\u000fS��%���u�~��GI��_O�-���m����α�WuT���=O�b���>�++��]2������=���-0 \u0013']܃�TʬV�Rͻ�\u0000x\u0012D�`������S��/\"��ޏ{鱔�i�Ƽ���Զ��e,�ʚ=K��\u0000��\u0000\u000f��4V:�F%����\u00142ְ����uNў����F�M\t��d�\u0007R�\f,��y4��c�c\u0019`���\u001b[eD�\u0017��OG��k�\n�?c�\u0012�F�w\u001a����r&\u001d\u00160\u0017z�sc��\f\u0010G-a�\u001f�����\u0000���Z#��\u0000\u001e����Б�\\�t�\u0017_k~�M���~�cjw���\u0000����f�:pz}\u0017���6��09�\u001d\r��\u0007�v~z�68�[���$�In���*b$���I\u000e,q:����?�¥ ;-�\u0015�k�.U���X:@:�\u001f����r-[.���8<E�\"G�\u0015\\����\r'�\u0000\u0010G��䫴��\u0010\u000f�����$��*\u001b���ZZ]EL��B�$}.T��m\u0011\u0000=���.s\u001e�I�fd��Rw\u001fkD�}q�{\u0012�\u0000\u0000\u0000\u0003��u������p�\u0000�?�x�\u0000�̭�at�\u0012Ӗ��w�[Nڙ��}�\u0000���\f��\u0000��r񟬯x��,6'`���!I���-U�� ��\u000f���\u0017G��l0�\u0014�������]\u0003:v;[�R�{\u0010�*�M��X\u000e{Z�H2@��n���}F�\u001c���K�(\u0001N\u000fT�\u0005�\u001a\b:9�\b �p\\�Oh��ŁMn-�c �k{\u001e[^���5uy��>��7���%��\u0003�\u00173�Z�\u0000�\u0018Oc���XD�\u000ecl\u0006'��ܿ���k����\u0000V_�^�EU��~FU\u00156�����=[ko�kk�\u0000�������?�Y?�p�NS\u000eWXh�\u0015�]\\�A�;:�Tk���zyL�=OJ�����~���\u0003�լ{��\u001f�\u000bA����,\u000f\u000e�%�\u0004\u001f�O�J�/���`�U�����1��\\�r܎�uƸ����<��1��.fG��\\�\u001dvv/�C�p��l�p�\u000f҅�a�9\u0016�����muu��z�q�������7;��U�ѷ��#����uu�`��WM�>�\u0006Q�R�Wc��A���k�ϭ��;\u001d��g��'��Y�5�c��H_/k�ݛ�N>������\u001f�\u0000����\u0012�Y,<�^F\u0015\f��6~U�u>�w���1Ƨ?\u001e��ջ%�������?𲫓f+Y�W�z��f��-x\u000f���{6������\\�\u0000E�Hʫ�\u001e/��\u0018���k��.�g�/�l�s]i�f�l{�m��k���͈=W?\u001b\u0012�\\�v����1� 0mߺ�]�����\u00009��\u0000:�Q\t�]��tj�|���k99a�9n\u0017��ò����Ӻ������c\u001b{2*��Z6�e��?�ƻK�h��V\u001a��\u0017W������SK-�s���յ=_���ֱ�u�sl\u0018�[c�vz��\u000fs�En\u0006�=�پ����\u0000��m\u0013#�'N\u0014�{�\r5Wxq��k�f�?��z��?�?C�[}JҌ%ؤ\u0011Jƹ��uQ��\u001e�b8�;�\u0011l{^\\��7k\u0007P\u001a!�ݟ���}T<Z�rr^��\u001f�uD�\t�Vm�W�Id��bQfU����\u0016�=�٫�Z�m\r��X�\u001f쪴$�t�3�P,'�h�\u0001Ԉ\u001c߽Dl+\t��>�\u001a���',�z�J����L�ͼ�\u001a�6��Kjݳ�����ev7�_��}O�R����ۆ�ݒ\u001d�y�߲�X\u001b���R�Km\u0015��l��.��W�\u00004���\u001b������2}�=���}�lY����+kg0\u0002�S ����u�c��z_�����m���=���\u0017\u0003\u0011�c\u0004O�#\u0011\u001d\u0012�\u0000����p�\u0000�?�y\\�\u0018�XX�L���;+l�\u0015�>�5��������\u0006p�\u0000�?�q.mVt&�x>����\u0000�׍z���$/��]��:��\u001b�L�i\u0011�q]ѫ��\u0018永\u0019y��<����'��/b��ʰ7�K\u000b*{\u001c��\u000e���G�d=���\u001b��X�\u0000�}���w�]�'\"�\u0019}-\u000fih�Z�?��XUOgF\u0000\u0011c]\u0010��Sn�!�~ӹո����~���\u0000\u0004�\u0000�B8���M��u,��\u0007�q��7��є(��Ͱ?�w��@���[�[�ڕ`�7$\u0016�Mu�<6\\�;����1\t\u0019�7b�\f!\t\u0019�:�_G�Ż\u000f\u0013��6�����L7e����:��g�RU׀��i�ׇ]��P��\u000b���|����k\u0019�������K�ѭeX�o}�4<�Xc#�.u�,~�����\u0000���+}a�#1��\u0006l���\u001e���\\��\u001a�W�g鬳�\u001f�������S\u0007�8�\u0000�\u001f�Ź�x�\u0015�\u0014\f\u0001�kme\u0018�\r\"��t�\fFͿh��zW���K\u0019���\u0000�8��.C2�=6�t�䶋�Ʋ�VFN�o���sp����ϵom�\u000f���υ��2hW�3�����6;>�[�F��a�:�6d;��UNc����j���\u0000���^��>��ߙV �ȭ��\u0018-xki�.���߲�]�ͫ��w�����o\u0014�x�����]��S��\u001d.����N�[�������_��\\�p��!��P�������/�=9��lܷ�2��ǡ�Z2EX�c\te�}��6Yf=�n����\u0018������\u00007�X��!�t*\u0017c�}�[^M�zC�ƀZ��isl�����\u001b�JF_�~�P=\u001a��\u001f\u0017\u000e澜j��\u0018\u001a]%����j�\u000b쵸�+�ֳ�����Z����\u001e��\u0018�\u0002�W]��m\r,��g���U���O��\u000b��}_�Q��]T\u0007��!��i����F�~��{�O�~������\u0006��������Ҟ}6\\�ޝ�����w���[m���\b\u0012��\u001f�T\u0015��X�6�~\u0015��\u0000/��;\u001c!���\u0001\r���~��\u0010���_G�m}:�V\u001dQ�c�n�\u000b+��\u0007c\u0017f���������=5��1\u001f���7��Yq�_;���{�����+:�L�|�a\u0005h\u001e7\u0005�\u0011�j�g\u001fk���n���8�gs\u0018��{��u�\u0016�U�RϳW����c]K�����k�H�(��\u001a��Ʋ�7�'�\u001f�����m�t�z=U�\\�\u001a\u001e�I.\u001bCD�\u001c\u0015\f\u0006��۾D�m�:\u0000��=^%�X���_��;]���~[C��r�˽W׽��̜��r2��f_��>ӕw���l\u0004rd���\u0000όF��A\"?4�\u0010]%���\u0011��\u0000�\u001a�_���gY{\\�ƒ\u0003�\u0010'�\\MW�쭦\u001a\u001aa�Ǿy��]�ZHy�S�\u0000+���E`�@\u0003]\n�ʏ��\u001f���?w���ܠ�\"�^�uN ��\u000bK{å�?��\u0015�;21w3\u0019�R���\u001b��(��,��۝{�k��!�{A\u000ek����?;w��\u001aT;�c�e5d@��9�\u0018�J�w�r���I\u0018�M�\\��qB9\u0007�\u001d�\u001br.\u0019\u0007'\"��P;\u0018O\u0007��\u0003����nPpsn~�\u0011��MS�\u0000nz�7)�S6͙�e4���\u000b��\u0007�3f�}*�\u0000o�\u0015�\f��v'��zG@\u0018@\rq�\u0006�o�yN\u0011��ڣ����\u001e)a�\r\u0001\u001c_�\u001e���6��&������H\u0003�\u001d���{5��\u001d�?'5�;��\u001d\u001d���\r���\t�[��(�':Z}\n�\t!���\u001e絛f�ns����Z9c���~bǇ��z��$��̟h-�\u0003f����+5�\u000bf~\u001a��o�5C��I�W\u0007\u0019�\u0013��\u0015o�\u0002�nk��sqY�nȧ�e\u001f������.�/\u0006�\u0006W�M�-�\u001a�X�[���\rk�힕���\u0000\u0017c\u0014|?�,�WnM��mkw��Y$��c}?�������\u001f@\u0019��?�J���ׇѼ����\u0000�t~g��wn�\u0000{?�\u0011\u001f�h--`\u0000��:I\u000e\u001b�0l;~�~�\u0011�ŕҏ\b\u0006��g*��>��} H�\u0000�K׸�i�O��\u0000ɬڳ�\u001c�\u000bk���N�n�v�&�����?�s�*7��\u0017f\u0000���\u0016۲������k�$��n�~������~��W�Wp��m�����\u0019alq�H?������\u0005����l�Ǩ�V=��a���{Hݿ��v��En�G��pq&#�P*���P�\r�����\r�\u0007�ĻM�\u001f�o�f����\u001e�����l\u0001��n�r��+s��sc��t�\u0000(9��Hf�MB�L\u000b\tฑ\u001fr\u000b�.��r��I%�\u0000\u000e\u0000\u0010As]�U���<l����?��Ӧ֞Cɑ��\u0015�o�l���$������\u0002�\b{�^=��\u0005��:��(�nS��qm{v�\u0007\u00077\u001a�fu<���uϥ�7�5WO�Y?��7�\u001db\u001e\u001e�K�\u000b�\u001c�ƀ�������T?dt�\u001e��������ְZ&���_�\u0016����\u0000�}T\u0013L������c����6�\u0003Yc�,y{\u0018˞\u0019���lw��\u000f�\u001f��\u0000J�OV��:܌L�0�\u0011M�\u001d�\u000f5}���F��ew��Og�OϭW���:����m�f�7{�k����+����K,�k���H��}_���S�\u0017�.\u0019T�9�Ҵ\n�\u0000I]�m\u001e�C���e��S��\u0000�A\\>.�H�7`R�x��uf�����q�j�\u001f���N���s���JJ���V��?*��-\u0006�kvK���~��,��\\ľ����]�،�.p��{7��6�{+��z���؃g�<\u0016�\u0010���FQa7�K��V�E�[e��-��me���>�~�~���Ex��z�9�d��]n�������5�e\u0002�\u001a�{\u001b�+i��\u001f�M��wa�&lk��8����\u0018y{����ls�K\u001b����a��=f����5\n�\u000b[S1�]V;=�F�M\u0011���\u0003�f浭�Ō!��\fcw{?��\t_��� q�\r�\\-��\u0015�iau���S{��^�������ҫ`[�\u0000>��1���O��ՁS\u0000�0�]�eo����S�خ�����m¢ǽ��{�m��wXw\u0016��\u001d۽4߲�Ef��Q��{��5'o���}Ov��_�k�\"e� �\u0011����\u0001��d��\u001d�ޝ��=Yf\u0016\u0016ET��䵀��i�����ջ��{�f�m\u0015��^�n\r\u0002�5�}�o��nc�����J�5�S1�\u0014�Q��P��%۫m.ck���@P�(�ܣ8=%�\u0004�muoed��H��n��=����v5�\u0000�@�\u0000��\u0000\u000bZ*�.����l��X�86��{��\u001b�\u0000�\u0016~Oի�/\u001e�_��\u000fI�%�vk˭��}����z?��SO�w����ݽ\u001aZmpe�Y��FK�;\u0001{�-�#o�U��[m��Y�l�m\u001bE7�^��E�\nH\u0001�\u000f`dO���n������x�\u0012�\u001ch}v:�\u000e\u0015��->���\u001fg��Xg���H\u0003&�xx�o%�\u0000�l^�WR�;������K3[eyt�\u0000I�*�ƥ��˵����k�s����+Ŧͣ�n�Y���Y��HW\u0002�U�s�q\u0000zd�����NE%��0��v\u0019�?�սT]Q6�����$~��{[�OѦ#�dTrJ٧�#�t\u0010}�&8�I*�E�ׯ������!�\f\u001e\r\u0000Ԇ��N�?}������������[S�>��Ǻ5\u0011�������]U���o򡭙�R��$���|���x\r;5�(6�{]�\u0000Dr��$\u000f�\u000f�����������7�\u0010�_I\u0010��\u001fH����BoK�\u001b��W��\"��\u0016�u����?�����֯�RIO�N�ѭ��Z����\u000b���S�\u0007��\u0000\r�\u0000D%���\u000b���S��Q\u001f���:K[���[�+����1\"\u0006�s}�>�燭��̩&���W�vэ��r\\..��7\r~����+^���k�P�^I\u000f�R�V�C�\u001f���֩Vڛ`������+f�\u0019����q$~�?��\u0000��(�Photoshop 3.0\u00008BIM\u0004\u0004\u0000\u0000\u0000\u0000\u00008\u001c\u0001Z\u0000\u0003\u001b%G\u001c\u0002\u0000\u0000\u0002\u0000\u0000\u001c\u0002x\u0000\u0007REAL ID\u001c\u00027\u0000\b20180713\u001c\u0002<\u0000\u000b150600+00008BIM\u0004%\u0000\u0000\u0000\u0000\u0000\u0010�G�˅Q��v�B-��\u0004�8BIM\u0004:\u0000\u0000\u0000\u0000\u0001-\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u000bprintOutput\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000PstSbool\u0001\u0000\u0000\u0000\u0000Inteenum\u0000\u0000\u0000\u0000Inte\u0000\u0000\u0000\u0000Clrm\u0000\u0000\u0000\u000fprintSixteenBitbool\u0000\u0000\u0000\u0000\u000bprinterNameTEXT\u0000\u0000\u0000%\u0000\\\u0000\\\u0000t\u0000s\u0000s\u0000d\u0000c\u0000a\u00000\u00002\u00002\u00003\u0000m\u0000p\u0000p\u0000t\u0000r\u0000\\\u0000T\u0000S\u0000Q\u0000-\u0000O\u0000O\u0000C\u0000-\u0000C\u0000A\u0000N\u0000O\u0000N\u0000C\u00005\u00000\u00003\u00005\u0000\u0000\u0000\u0000\u0000\u000fprintProofSetupObjc\u0000\u0000\u0000\f\u0000P\u0000r\u0000o\u0000o\u0000f\u0000 \u0000S\u0000e\u0000t\u0000u\u0000p\u0000\u0000\u0000\u0000\u0000\nproofSetup\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000Bltnenum\u0000\u0000\u0000\fbuiltinProof\u0000\u0000\u0000\tproofCMYK\u00008BIM\u0004;\u0000\u0000\u0000\u0000\u0002-\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0012printOutputOptions\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0000Cptnbool\u0000\u0000\u0000\u0000\u0000Clbrbool\u0000\u0000\u0000\u0000\u0000RgsMbool\u0000\u0000\u0000\u0000\u0000CrnCbool\u0000\u0000\u0000\u0000\u0000CntCbool\u0000\u0000\u0000\u0000\u0000Lblsbool\u0000\u0000\u0000\u0000\u0000Ngtvbool\u0000\u0000\u0000\u0000\u0000EmlDbool\u0000\u0000\u0000\u0000\u0000Intrbool\u0000\u0000\u0000\u0000\u0000BckgObjc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000RGBC\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000Rd  doub@o�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Grn doub@o�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Bl  doub@o�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000BrdTUntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Bld UntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RsltUntF#Pxl@X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\nvectorDatabool\u0001\u0000\u0000\u0000\u0000PgPsenum\u0000\u0000\u0000\u0000PgPs\u0000\u0000\u0000\u0000PgPC\u0000\u0000\u0000\u0000LeftUntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Top UntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Scl UntF#Prc@Y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010cropWhenPrintingbool\u0000\u0000\u0000\u0000\u000ecropRectBottomlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\fcropRectLeftlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\rcropRectRightlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000bcropRectToplong\u0000\u0000\u0000\u0000\u00008BIM\u0003�\u0000\u0000\u0000\u0000\u0000\u0010\u0000`\u0000\u0000\u0000\u0001\u0000\u0001\u0000`\u0000\u0000\u0000\u0001\u0000\u00018BIM\u0004&\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000?�\u0000\u00008BIM\u0003�\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000������\u0000\u00008BIM\u0004\r\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000Z8BIM\u0004\u0019\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u001e8BIM\u0003�\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u00008BIM'\u0010\u0000\u0000\u0000\u0000\u0000\n\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00018BIM\u0003�\u0000\u0000\u0000\u0000\u0000H\u0000/ff\u0000\u0001\u0000lff\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0001\u0000/ff\u0000\u0001\u0000���\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0001\u00002\u0000\u0000\u0000\u0001\u0000Z\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0001\u00005\u0000\u0000\u0000\u0001\u0000-\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u00018BIM\u0003�\u0000\u0000\u0000\u0000\u0000p\u0000\u0000����������������������\u0003�\u0000\u0000\u0000\u0000����������������������\u0003�\u0000\u0000\u0000\u0000����������������������\u0003�\u0000\u0000\u0000\u0000����������������������\u0003�\u0000\u00008BIM\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u00028BIM\u0004\u0002\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008BIM\u00040\u0000\u0000\u0000\u0000\u0000\u0006\u0001\u0001\u0001\u0001\u0001\u00018BIM\u0004-\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0001\u0000\u0000\u0000\b8BIM\u0004\b\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0002@\u0000\u0000\u0002@\u0000\u0000\u0000\u00008BIM\u0004\u001e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u00008BIM\u0004\u001a\u0000\u0000\u0000\u0000\u0003m\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0010\u0000\u0000\u0002�\u0000\u0000\u0000\u001c\u0000r\u0000e\u0000a\u0000l\u0000-\u0000i\u0000d\u0000-\u0000e\u0000x\u0000p\u0000l\u0000a\u0000i\u0000n\u0000e\u0000r\u0000-\u0000o\u0000c\u0000t\u0000-\u0000u\u0000p\u0000d\u0000a\u0000t\u0000e\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002�\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000null\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0006boundsObjc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000Rct1\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000Top long\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Leftlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Btomlong\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u0000Rghtlong\u0000\u0000\u0002�\u0000\u0000\u0000\u0006slicesVlLs\u0000\u0000\u0000\u0001Objc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0005slice\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0007sliceIDlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007groupIDlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006originenum\u0000\u0000\u0000\fESliceOrigin\u0000\u0000\u0000\rautoGenerated\u0000\u0000\u0000\u0000Typeenum\u0000\u0000\u0000\nESliceType\u0000\u0000\u0000\u0000Img \u0000\u0000\u0000\u0006boundsObjc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000Rct1\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000Top long\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Leftlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Btomlong\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u0000Rghtlong\u0000\u0000\u0002�\u0000\u0000\u0000\u0003urlTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000nullTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000MsgeTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0006altTagTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u000ecellTextIsHTMLbool\u0001\u0000\u0000\u0000\bcellTextTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\thorzAlignenum\u0000\u0000\u0000\u000fESliceHorzAlign\u0000\u0000\u0000\u0007default\u0000\u0000\u0000\tvertAlignenum\u0000\u0000\u0000\u000fESliceVertAlign\u0000\u0000\u0000\u0007default\u0000\u0000\u0000\u000bbgColorTypeenum\u0000\u0000\u0000\u0011ESliceBGColorType\u0000\u0000\u0000\u0000None\u0000\u0000\u0000\ttopOutsetlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\nleftOutsetlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\fbottomOutsetlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000brightOutsetlong\u0000\u0000\u0000\u0000\u00008BIM\u0004(\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\u0002?�\u0000\u0000\u0000\u0000\u0000\u00008BIM\u0004\u0014\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\b8BIM\u0004\f\u0000\u0000\u0000\u0000\u001f\r\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u0000v\u0000\u0000\u0001�\u0000\u0000�@\u0000\u0000\u001e�\u0000\u0018\u0000\u0001����\u0000\fAdobe_CM\u0000\u0001��\u0000\u000eAdobe\u0000d�\u0000\u0000\u0000\u0001��\u0000�\u0000\f\b\b\b\t\b\f\t\t\f\u0011\u000b\n\u000b\u0011\u0015\u000f\f\f\u000f\u0015\u0018\u0013\u0013\u0015\u0013\u0013\u0018\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\u0001\r\u000b\u000b\r\u000e\r\u0010\u000e\u000e\u0010\u0014\u000e\u000e\u000e\u0014\u0014\u000e\u000e\u000e\u000e\u0014\u0011\f\f\f\f\f\u0011\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000\u0011\b\u0000v\u0000�\u0003\u0001\"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u0004\u0000\n��\u0001?\u0000\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0002\u0004\u0005\u0006\u0007\b\t\n\u000b\u0001\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\u0010\u0000\u0001\u0004\u0001\u0003\u0002\u0004\u0002\u0005\u0007\u0006\b\u0005\u0003\f3\u0001\u0000\u0002\u0011\u0003\u0004!\u00121\u0005AQa\u0013\"q�2\u0006\u0014���B#$\u0015R�b34r��C\u0007%�S���cs5\u0016���&D�TdE£t6\u0017�U�e���u��F'���������������Vfv��������7GWgw��������\u0011\u0000\u0002\u0002\u0001\u0002\u0004\u0004\u0003\u0004\u0005\u0006\u0007\u0007\u0006\u00055\u0001\u0000\u0002\u0011\u0003!1\u0012\u0004AQaq\"\u0013\u00052��\u0014��B#�R��3$b�r��CS\u0015cs4�%\u0006\u0016���\u0007&5��D�T�\u0017dEU6te����u��F���������������Vfv��������'7GWgw�������\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000�T�M#�%.���F+\u0005��ere�\u0001�9�?�Ʊ��\"��C��|��w��0̵ڍAc��%5�Y��z�V�ݬG;g�/�\u000f���OoZ�u8�̆�͍��-\u000ek�g����F1���\u0000�,�\u000f���:m�s�K\u000b�$�3;�o�Z��γ����\u0014OG�G�&�M�lv��Z\u001e\u0018��ݹ���������)���Om\u000f�m�ڪ{+{����\rm���W������9��\u001fsZ��\\td\u000f��_���\b���a���Mņ���8����@wE�E�h��\u0015�8\u0011���f]msݹ�o�*�Ԕ�Υ�U��.k^�\u0006\u0010g�8n�?��?�\u001f�3�t��̖8�\u0000\u0003���)�Ӻ}��l��{�\u001cI&$\r�Fv��6����/�L�ӟc,56k�\u0000�3������ؒ����6���k74<\u0007\u0018;\\�Jv�\u0000�{_���\"���Og��s�K�]d4�uv7\u0016���\u001e��?�\u001b����3�t�Xln=a�\t\u0003�O#�H�\u000b\b5�\u00152\u001a\\�\u0002��%忻�v2Ԕׯ���+���\u0019\u0005¡����Y��\u001b������\u0000�}u�]�h��8���\u0001��\u001a�uu�����__�QoL�������\u0006�<��h!�e~�w�ƹ��V���\u0003C(,��\u0011_�ۚ76Ѳ�ޫv�U���)6>M94�u.��[���\u001f�>�l��P\u000e6)���kk�\u0001Po�d\r���ͮ����\u0002���rr*�\u0000H�=A�z������\u0000�?=%6�Pe�X�eok��\u001c�\b1楹�!%.�m��\t�S���{O�ik��\u001c@a$h=�\u001f����>�}PsꩽC\u001b}���8\r\tg�l5��o{�G�������o�N�A\u0003�~�\u000ec��U�S�?�n~\u000bpk[~h���(}��\u0014���Wi����{\u001c����\u0003v{-6�x�\u0000X��盾˝Em-c�Z��V���\u0007�����J�Fz�W\u0012�Kq�{\u000b.c���\u0001���p�L��\u0000n����������WJf\u000f����?L[��l���{�\u0000�7�/�k[��\u0015���ܺ�d�\u0017�\u0001\u0004\u0016\u0016���+s���\u0014�d�\u001a�C�\u0019y�׋;�ǝ*\u0001�I��:�\u001fhg�R�����>\u001bG��\\�Fo���p�ԛ�\u0004?!�7~��H�\"�d���~˶����\u0000�u��*�\u001d7볺u\u0015�YkooIeY-}�_������s_OQ��z�d������(\u001e!/d)��\u001b�\u001f�\u0004�5�\u0000�n��\u001f�\u0005������X\r����?h�a�ݴ����]���Q��,�u��±������*='�}j�Χ�J�V�\\�\u001b+{\u000b,��?f�鯳1ͦ��;(�O��_�9\u001f�g��C�^�ѯ�\u001bO�G�A/F��M���\u0017\"�_�\u001f�zewc�\u001a�\u0019-�\u0017\u0013/��/'���u���o�[=Wى�����S�׮�I]�����\u001c\\ܣ~e��-�2�n{j�=��\u0018�◳\u001dϾ����/�?���hi���ҫ�\u001b�\u001f�\u0004Ŕ\u0007\u0006\u0016�=���h�\u001b��3�d�Vw^�\u001d���n���א׶�=�Mϩ�c�����2�����5u���9�\u0014���l�n���R���\u0000���\"�~�_���G�AN��'����A�\u0000������gt���]���78\u0007;ٗ��1����X����f�ܰqz�Q�\u0002���\u0016�1iu�.u~��vQ������l�Y������z>���l�Q�l���$$\u0007���\u001f���h��Y_��a\u00066��\u0003��\n�Ev5�X\u0000k @���.8ge��q�U������Z�\u001a��NN]�g���\u0000U��1w�Zh���U����V�c3-�����y,�*\rs�\u0001�2�w�m�_��\u0000Eꦙ��R�\"e�4\u001c[Kj��\u0000�^��t�\u001bj\r��\u0010\\��Z�����\u0000\t�o��T\u001f���#6��Ȉ|\u0003[�ᔿn�S�\u0001ߥ�\u0000G�8���Z�\u0007q\u0002A�V7V���s`k�\u0016\u0016��\u001d��l�\\A�\u001f���(��8��`\u0002G}�<7.\u001f�b��\u0007�\u001b7�eY�T\u001b�\u0011-k��H�^���~�ة��\u001bF��4\b\u00048�7O��叛n\u001eM؃����{X\u001c\u0001\u000ekk-,���{w;�Z�\u0011\u0003��g���&�٥31#\u0019p\u00108������\u0015�\"#�E��\u0019|����sV��q\u0007{��S��K�M\u000f6S�:�Ah}f��\tݶ[\u001fJ\u0016�@-~��||d�=6SF+���SMf�]\u0013\rh����&\u001c#'\u0015�\u001a�ŭ�g8�j<\\W�=�s(\u0016\u001f����\u0000\u0018�?\u0018r3�\b�e.?�,h����\u001c��W>��G\u001c\fPa��\u0016���]���\u0000\"���2ܝ���Z\f�e�>d��\u0000C���\u0018��e&H{�Y\u0011�������q\u001b����z��\u0013��\f�Il��ֶ~��\u0004��J��~���'\u000b79Դ��X7V@�����w�b��3���m\u000e\u0005�k^�\u0018���:?��ŋ\u001eM�A\u001d\u000b\u000el�qo\u0001 H_����v0���\u00181�\u0004�\u0003�Ɔ�-���b��\b��\u0000V���Ã��m������z�n�����8�\u001f�\u0016Wmv��S�Y�SZ�\u0000P�Ԋ������]���K�\u0007���mcً���������n}����k�7���݉�ɡ��}\u001bK����\u001f�~�G1�#\u001d�M3�\u0014##�\u0010\u0012�^��X�:���*�hi��\u001a�\u000f�T��v�ҷ��*m���5X�Kw1Ƨ��\u000f�'�.�b�:WL��2>˓�݂\u0006W�-\"�E���n\u001bq��Ʒ�n\u000f���\u000fS��%���u�~��GI��_O�-���m����α�WuT���=O�b���>�++��]2������=���-0 \u0013']܃�TʬV�Rͻ�\u0000x\u0012D�`������S��/\"��ޏ{鱔�i�Ƽ���Զ��e,�ʚ=K��\u0000��\u0000\u000f��4V:�F%����\u00142ְ����uNў����F�M\t��d�\u0007R�\f,��y4��c�c\u0019`���\u001b[eD�\u0017��OG��k�\n�?c�\u0012�F�w\u001a����r&\u001d\u00160\u0017z�sc��\f\u0010G-a�\u001f�����\u0000���Z#��\u0000\u001e����Б�\\�t�\u0017_k~�M���~�cjw���\u0000����f�:pz}\u0017���6��09�\u001d\r��\u0007�v~z�68�[���$�In���*b$���I\u000e,q:����?�¥ ;-�\u0015�k�.U���X:@:�\u001f����r-[.���8<E�\"G�\u0015\\����\r'�\u0000\u0010G��䫴��\u0010\u000f�����$��*\u001b���ZZ]EL��B�$}.T��m\u0011\u0000=���.s\u001e�I�fd��Rw\u001fkD�}q�{\u0012�\u0000\u0000\u0000\u0003��u������p�\u0000�?�x�\u0000�̭�at�\u0012Ӗ��w�[Nڙ��}�\u0000���\f��\u0000��r񟬯x��,6'`���!I���-U�� ��\u000f���\u0017G��l0�\u0014�������]\u0003:v;[�R�{\u0010�*�M��X\u000e{Z�H2@��n���}F�\u001c���K�(\u0001N\u000fT�\u0005�\u001a\b:9�\b �p\\�Oh��ŁMn-�c �k{\u001e[^���5uy��>��7���%��\u0003�\u00173�Z�\u0000�\u0018Oc���XD�\u000ecl\u0006'��ܿ���k����\u0000V_�^�EU��~FU\u00156�����=[ko�kk�\u0000�������?�Y?�p�NS\u000eWXh�\u0015�]\\�A�;:�Tk���zyL�=OJ�����~���\u0003�լ{��\u001f�\u000bA����,\u000f\u000e�%�\u0004\u001f�O�J�/���`�U�����1��\\�r܎�uƸ����<��1��.fG��\\�\u001dvv/�C�p��l�p�\u000f҅�a�9\u0016�����muu��z�q�������7;��U�ѷ��#����uu�`��WM�>�\u0006Q�R�Wc��A���k�ϭ��;\u001d��g��'��Y�5�c��H_/k�ݛ�N>������\u001f�\u0000����\u0012�Y,<�^F\u0015\f��6~U�u>�w���1Ƨ?\u001e��ջ%�������?𲫓f+Y�W�z��f��-x\u000f���{6������\\�\u0000E�Hʫ�\u001e/��\u0018���k��.�g�/�l�s]i�f�l{�m��k���͈=W?\u001b\u0012�\\�v����1� 0mߺ�]�����\u00009��\u0000:�Q\t�]��tj�|���k99a�9n\u0017��ò����Ӻ������c\u001b{2*��Z6�e��?�ƻK�h��V\u001a��\u0017W������SK-�s���յ=_���ֱ�u�sl\u0018�[c�vz��\u000fs�En\u0006�=�پ����\u0000��m\u0013#�'N\u0014�{�\r5Wxq��k�f�?��z��?�?C�[}JҌ%ؤ\u0011Jƹ��uQ��\u001e�b8�;�\u0011l{^\\��7k\u0007P\u001a!�ݟ���}T<Z�rr^��\u001f�uD�\t�Vm�W�Id��bQfU����\u0016�=�٫�Z�m\r��X�\u001f쪴$�t�3�P,'�h�\u0001Ԉ\u001c߽Dl+\t��>�\u001a���',�z�J����L�ͼ�\u001a�6��Kjݳ�����ev7�_��}O�R����ۆ�ݒ\u001d�y�߲�X\u001b���R�Km\u0015��l��.��W�\u00004���\u001b������2}�=���}�lY����+kg0\u0002�S ����u�c��z_�����m���=���\u0017\u0003\u0011�c\u0004O�#\u0011\u001d\u0012�\u0000����p�\u0000�?�y\\�\u0018�XX�L���;+l�\u0015�>�5��������\u0006p�\u0000�?�q.mVt&�x>����\u0000�׍z���$/��]��:��\u001b�L�i\u0011�q]ѫ��\u0018永\u0019y��<����'��/b��ʰ7�K\u000b*{\u001c��\u000e���G�d=���\u001b��X�\u0000�}���w�]�'\"�\u0019}-\u000fih�Z�?��XUOgF\u0000\u0011c]\u0010��Sn�!�~ӹո����~���\u0000\u0004�\u0000�B8���M��u,��\u0007�q��7��є(��Ͱ?�w��@���[�[�ڕ`�7$\u0016�Mu�<6\\�;����1\t\u0019�7b�\f!\t\u0019�:�_G�Ż\u000f\u0013��6�����L7e����:��g�RU׀��i�ׇ]��P��\u000b���|����k\u0019�������K�ѭeX�o}�4<�Xc#�.u�,~�����\u0000���+}a�#1��\u0006l���\u001e���\\��\u001a�W�g鬳�\u001f�������S\u0007�8�\u0000�\u001f�Ź�x�\u0015�\u0014\f\u0001�kme\u0018�\r\"��t�\fFͿh��zW���K\u0019���\u0000�8��.C2�=6�t�䶋�Ʋ�VFN�o���sp����ϵom�\u000f���υ��2hW�3�����6;>�[�F��a�:�6d;��UNc����j���\u0000���^��>��ߙV �ȭ��\u0018-xki�.���߲�]�ͫ��w�����o\u0014�x�����]��S��\u001d.����N�[�������_��\\�p��!��P�������/�=9��lܷ�2��ǡ�Z2EX�c\te�}��6Yf=�n����\u0018������\u00007�X��!�t*\u0017c�}�[^M�zC�ƀZ��isl�����\u001b�JF_�~�P=\u001a��\u001f\u0017\u000e澜j��\u0018\u001a]%����j�\u000b쵸�+�ֳ�����Z����\u001e��\u0018�\u0002�W]��m\r,��g���U���O��\u000b��}_�Q��]T\u0007��!��i����F�~��{�O�~������\u0006��������Ҟ}6\\�ޝ�����w���[m���\b\u0012��\u001f�T\u0015��X�6�~\u0015��\u0000/��;\u001c!���\u0001\r���~��\u0010���_G�m}:�V\u001dQ�c�n�\u000b+��\u0007c\u0017f���������=5��1\u001f���7��Yq�_;���{�����+:�L�|�a\u0005h\u001e7\u0005�\u0011�j�g\u001fk���n���8�gs\u0018��{��u�\u0016�U�RϳW����c]K�����k�H�(��\u001a��Ʋ�7�'�\u001f�����m�t�z=U�\\�\u001a\u001e�I.\u001bCD�\u001c\u0015\f\u0006��۾D�m�:\u0000��=^%�X���_��;]���~[C��r�˽W׽��̜��r2��f_��>ӕw���l\u0004rd���\u0000όF��A\"?4�\u0010]%���\u0011��\u0000�\u001a�_���gY{\\�ƒ\u0003�\u0010'�\\MW�쭦\u001a\u001aa�Ǿy��]�ZHy�S�\u0000+���E`�@\u0003]\n�ʏ��\u001f���?w���ܠ�\"�^�uN ��\u000bK{å�?��\u0015�;21w3\u0019�R���\u001b��(��,��۝{�k��!�{A\u000ek����?;w��\u001aT;�c�e5d@��9�\u0018�J�w�r���I\u0018�M�\\��qB9\u0007�\u001d�\u001br.\u0019\u0007'\"��P;\u0018O\u0007��\u0003����nPpsn~�\u0011��MS�\u0000nz�7)�S6͙�e4���\u000b��\u0007�3f�}*�\u0000o�\u0015�\f��v'��zG@\u0018@\rq�\u0006�o�yN\u0011��ڣ����\u001e)a�\r\u0001\u001c_�\u001e���6��&������H\u0003�\u001d���{5��\u001d�?'5�;��\u001d\u001d���\r���\t�[��(�':Z}\n�\t!���\u001e絛f�ns����Z9c���~bǇ��z��$��̟h-�\u0003f����+5�\u000bf~\u001a��o�5C��I�W\u0007\u0019�\u0013��\u0015o�\u0002�nk��sqY�nȧ�e\u001f������.�/\u0006�\u0006W�M�-�\u001a�X�[���\rk�힕���\u0000\u0017c\u0014|?�,�WnM��mkw��Y$��c}?�������\u001f@\u0019��?�J���ׇѼ����\u0000�t~g��wn�\u0000{?�\u0011\u001f�h--`\u0000��:I\u000e\u001b�0l;~�~�\u0011�ŕҏ\b\u0006��g*��>��} H�\u0000�K׸�i�O��\u0000ɬڳ�\u001c�\u000bk���N�n�v�&�����?�s�*7��\u0017f\u0000���\u0016۲������k�$��n�~������~��W�Wp��m�����\u0019alq�H?������\u0005����l�Ǩ�V=��a���{Hݿ��v��En�G��pq&#�P*���P�\r�����\r�\u0007�ĻM�\u001f�o�f����\u001e�����l\u0001��n�r��+s��sc��t�\u0000(9��Hf�MB�L\u000b\tฑ\u001fr\u000b�.��r��I%�\u0000\u000e\u0000\u0010As]�U���<l����?��Ӧ֞Cɑ��\u0015�o�l���$������\u0002�\b{�^=��\u0005��:��(�nS��qm{v�\u0007\u00077\u001a�fu<���uϥ�7�5WO�Y?��7�\u001db\u001e\u001e�K�\u000b�\u001c�ƀ�������T?dt�\u001e��������ְZ&���_�\u0016����\u0000�}T\u0013L������c����6�\u0003Yc�,y{\u0018˞\u0019���lw��\u000f�\u001f��\u0000J�OV��:܌L�0�\u0011M�\u001d�\u000f5}���F��ew��Og�OϭW���:����m�f�7{�k����+����K,�k���H��}_���S�\u0017�.\u0019T�9�Ҵ\n�\u0000I]�m\u001e�C���e��S��\u0000�A\\>.�H�7`R�x��uf�����q�j�\u001f���N���s���JJ���V��?*��-\u0006�kvK���~��,��\\ľ����]�،�.p��{7��6�{+��z���؃g�<\u0016�\u0010���FQa7�K��V�E�[e��-��me���>�~�~���Ex��z�9�d��]n�������5�e\u0002�\u001a�{\u001b�+i��\u001f�M��wa�&lk��8����\u0018y{����ls�K\u001b����a��=f����5\n�\u000b[S1�]V;=�F�M\u0011���\u0003�f浭�Ō!��\fcw{?��\t_��� q�\r�\\-��\u0015�iau���S{��^�������ҫ`[�\u0000>��1���O��ՁS\u0000�0�]�eo����S�خ�����m¢ǽ��{�m��wXw\u0016��\u001d۽4߲�Ef��Q��{��5'o���}Ov��_�k�\"e� �\u0011����\u0001��d��\u001d�ޝ��=Yf\u0016\u0016ET��䵀��i�����ջ��{�f�m\u0015��^�n\r\u0002�5�}�o��nc�����J�5�S1�\u0014�Q��P��%۫m.ck���@P�(�ܣ8=%�\u0004�muoed��H��n��=����v5�\u0000�@�\u0000��\u0000\u000bZ*�.����l��X�86��{��\u001b�\u0000�\u0016~Oի�/\u001e�_��\u000fI�%�vk˭��}����z?��SO�w����ݽ\u001aZmpe�Y��FK�;\u0001{�-�#o�U��[m��Y�l�m\u001bE7�^��E�\nH\u0001�\u000f`dO���n������x�\u0012�\u001ch}v:�\u000e\u0015��->���\u001fg��Xg���H\u0003&�xx�o%�\u0000�l^�WR�;������K3[eyt�\u0000I�*�ƥ��˵����k�s����+Ŧͣ�n�Y���Y��HW\u0002�U�s�q\u0000zd�����NE%��0��v\u0019�?�սT]Q6�����$~��{[�OѦ#�dTrJ٧�#�t\u0010}�&8�I*�E�ׯ������!�\f\u001e\r\u0000Ԇ��N�?}������������[S�>��Ǻ5\u0011�������]U���o򡭙�R��$���|���x\r;5�(6�{]�\u0000Dr��$\u000f�\u000f�����������7�\u0010�_I\u0010��\u001fH����BoK�\u001b��W��\"��\u0016�u����?�����֯�RIO�N�ѭ��Z����\u000b���S�\u0007��\u0000\r�\u0000D%���\u000b���S��Q\u001f���:K[���[�+����1\"\u0006�s}�>�燭��̩&���W�vэ��r\\..��7\r~����+^���k�P�^I\u000f�R�V�C�\u001f���֩Vڛ`������+f�\u0019����q$~�?��\u00008BIM\u0004!\u0000\u0000\u0000\u0000\u0000]\u0000\u0000\u0000\u0001\u0001\u0000\u0000\u0000\u000f\u0000A\u0000d\u0000o\u0000b\u0000e\u0000 \u0000P\u0000h\u0000o\u0000t\u0000o\u0000s\u0000h\u0000o\u0000p\u0000\u0000\u0000\u0017\u0000A\u0000d\u0000o\u0000b\u0000e\u0000 \u0000P\u0000h\u0000o\u0000t\u0000o\u0000s\u0000h\u0000o\u0000p\u0000 \u0000C\u0000C\u0000 \u00002\u00000\u00001\u00007\u0000\u0000\u0000\u0001\u00008BIM\u0004\u0006\u0000\u0000\u0000\u0000\u0000\u0007��\u0000\u0000\u0000\u0001\u0001\u0000��\u0013.http://ns.adobe.com/xap/1.0/\u0000<?xpacket begin=\"﻿\" id=\"W5M0MpCehiHzreSzNTczkc9d\"?>\r\n<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01        \">\r\n\t<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\r\n\t\t<rdf:Description rdf:about=\"\" xmlns:xmp=\"http://ns.adobe.com/xap/1.0/\" xmlns:photoshop=\"http://ns.adobe.com/photoshop/1.0/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:xmpMM=\"http://ns.adobe.com/xap/1.0/mm/\" xmlns:stEvt=\"http://ns.adobe.com/xap/1.0/sType/ResourceEvent#\" xmlns:stRef=\"http://ns.adobe.com/xap/1.0/sType/ResourceRef#\" xmp:CreatorTool=\"Adobe Photoshop CC 2017 (Windows)\" xmp:CreateDate=\"2018-07-13T15:06:00\" xmp:MetadataDate=\"2018-09-27T14:47:29-05:00\" xmp:ModifyDate=\"2018-09-27T14:47:29-05:00\" photoshop:ColorMode=\"3\" photoshop:ICCProfile=\"sRGB IEC61966-2.1\" dc:format=\"image/jpeg\" xmpMM:InstanceID=\"xmp.iid:95b7ef09-8af7-c846-b8cc-b5f1d66af1f9\" xmpMM:DocumentID=\"adobe:docid:photoshop:2b07cd81-c28e-11e8-9aab-f27d52279c29\" xmpMM:OriginalDocumentID=\"xmp.did:abb587f3-5841-b044-8842-52dbac9dbe97\">\r\n\t\t\t<photoshop:TextLayers>\r\n\t\t\t\t<rdf:Bag>\r\n\t\t\t\t\t<rdf:li photoshop:LayerName=\"Indicates fully compliant REAL ID\" photoshop:LayerText=\"Indicates fully compliant REAL ID\"/>\r\n\t\t\t\t</rdf:Bag>\r\n\t\t\t</photoshop:TextLayers>\r\n\t\t\t<photoshop:DocumentAncestors>\r\n\t\t\t\t<rdf:Bag>\r\n\t\t\t\t\t<rdf:li>adobe:docid:photoshop:e84a44bd-86d5-11e8-9483-ec48c14585fe</rdf:li>\r\n\t\t\t\t\t<rdf:li>xmp.did:A98D298EB96311E89F8B86A8A792F3B3</rdf:li>\r\n\t\t\t\t</rdf:Bag>\r\n\t\t\t</photoshop:DocumentAncestors>\r\n\t\t\t<xmpMM:History>\r\n\t\t\t\t<rdf:Seq>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"created\" stEvt:instanceID=\"xmp.iid:abb587f3-5841-b044-8842-52dbac9dbe97\" stEvt:when=\"2018-07-13T15:06:01-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"saved\" stEvt:instanceID=\"xmp.iid:815570bf-90c6-9941-ae7e-f6d01682288a\" stEvt:when=\"2018-09-27T14:44:41-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\" stEvt:changed=\"/\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"saved\" stEvt:instanceID=\"xmp.iid:7729b297-3d4a-ff4b-aaf6-2b34fb918e73\" stEvt:when=\"2018-09-27T14:47:29-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\" stEvt:changed=\"/\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"converted\" stEvt:parameters=\"from application/vnd.adobe.photoshop to image/jpeg\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"derived\" stEvt:parameters=\"converted from application/vnd.adobe.photoshop to image/jpeg\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"saved\" stEvt:instanceID=\"xmp.iid:95b7ef09-8af7-c846-b8cc-b5f1d66af1f9\" stEvt:when=\"2018-09-27T14:47:29-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\" stEvt:changed=\"/\"/>\r\n\t\t\t\t</rdf:Seq>\r\n\t\t\t</xmpMM:History>\r\n\t\t\t<xmpMM:DerivedFrom stRef:instanceID=\"xmp.iid:7729b297-3d4a-ff4b-aaf6-2b34fb918e73\" stRef:documentID=\"xmp.did:abb587f3-5841-b044-8842-52dbac9dbe97\" stRef:originalDocumentID=\"xmp.did:abb587f3-5841-b044-8842-52dbac9dbe97\"/>\r\n\t\t\t<dc:title><rdf:Alt xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"><rdf:li xml:lang=\"x-default\">REAL ID</rdf:li></rdf:Alt>\r\n\t\t\t</dc:title><dc:description><rdf:Alt xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"><rdf:li xml:lang=\"x-default\">REAL ID</rdf:li></rdf:Alt>\r\n\t\t\t</dc:description></rdf:Description>\r\n\t</rdf:RDF>\r\n</x:xmpmeta>\r\n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n        <?xpacket end='w'?>��\fXICC_PROFILE\u0000\u0001\u0001\u0000\u0000\fHLino\u0002\u0010\u0000\u0000mntrRGB XYZ \u0007�\u0000\u0002\u0000\t\u0000\u0006\u00001\u0000\u0000acspMSFT\u0000\u0000\u0000\u0000IEC sRGB\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000��\u0000\u0001\u0000\u0000\u0000\u0000�-HP  \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011cprt\u0000\u0000\u0001P\u0000\u0000\u00003desc\u0000\u0000\u0001�\u0000\u0000\u0000lwtpt\u0000\u0000\u0001�\u0000\u0000\u0000\u0014bkpt\u0000\u0000\u0002\u0004\u0000\u0000\u0000\u0014rXYZ\u0000\u0000\u0002\u0018\u0000\u0000\u0000\u0014gXYZ\u0000\u0000\u0002,\u0000\u0000\u0000\u0014bXYZ\u0000\u0000\u0002@\u0000\u0000\u0000\u0014dmnd\u0000\u0000\u0002T\u0000\u0000\u0000pdmdd\u0000\u0000\u0002�\u0000\u0000\u0000�vued\u0000\u0000\u0003L\u0000\u0000\u0000�view\u0000\u0000\u0003�\u0000\u0000\u0000$lumi\u0000\u0000\u0003�\u0000\u0000\u0000\u0014meas\u0000\u0000\u0004\f\u0000\u0000\u0000$tech\u0000\u0000\u00040\u0000\u0000\u0000\frTRC\u0000\u0000\u0004<\u0000\u0000\b\fgTRC\u0000\u0000\u0004<\u0000\u0000\b\fbTRC\u0000\u0000\u0004<\u0000\u0000\b\ftext\u0000\u0000\u0000\u0000Copyright (c) 1998 Hewlett-Packard Company\u0000\u0000desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012sRGB IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012sRGB IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000XYZ \u0000\u0000\u0000\u0000\u0000\u0000�Q\u0000\u0001\u0000\u0000\u0000\u0001\u0016�XYZ \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000XYZ \u0000\u0000\u0000\u0000\u0000\u0000o�\u0000\u00008�\u0000\u0000\u0003�XYZ \u0000\u0000\u0000\u0000\u0000\u0000b�\u0000\u0000��\u0000\u0000\u0018�XYZ \u0000\u0000\u0000\u0000\u0000\u0000$�\u0000\u0000\u000f�\u0000\u0000��desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016IEC http://www.iec.ch\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016IEC http://www.iec.ch\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000.IEC 61966-2.1 Default RGB colour space - sRGB\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.IEC 61966-2.1 Default RGB colour space - sRGB\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000,Reference Viewing Condition in IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000,Reference Viewing Condition in IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000view\u0000\u0000\u0000\u0000\u0000\u0013��\u0000\u0014_.\u0000\u0010�\u0014\u0000\u0003��\u0000\u0004\u0013\u000b\u0000\u0003\\�\u0000\u0000\u0000\u0001XYZ \u0000\u0000\u0000\u0000\u0000L\tV\u0000P\u0000\u0000\u0000W\u001f�meas\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002�\u0000\u0000\u0000\u0002sig \u0000\u0000\u0000\u0000CRT curv\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0005\u0000\n\u0000\u000f\u0000\u0014\u0000\u0019\u0000\u001e\u0000#\u0000(\u0000-\u00002\u00007\u0000;\u0000@\u0000E\u0000J\u0000O\u0000T\u0000Y\u0000^\u0000c\u0000h\u0000m\u0000r\u0000w\u0000|\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0001\u0001\u0001\u0007\u0001\r\u0001\u0013\u0001\u0019\u0001\u001f\u0001%\u0001+\u00012\u00018\u0001>\u0001E\u0001L\u0001R\u0001Y\u0001`\u0001g\u0001n\u0001u\u0001|\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0002\u0003\u0002\f\u0002\u0014\u0002\u001d\u0002&\u0002/\u00028\u0002A\u0002K\u0002T\u0002]\u0002g\u0002q\u0002z\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0003\u0000\u0003\u000b\u0003\u0016\u0003!\u0003-\u00038\u0003C\u0003O\u0003Z\u0003f\u0003r\u0003~\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0004\u0006\u0004\u0013\u0004 \u0004-\u0004;\u0004H\u0004U\u0004c\u0004q\u0004~\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0005\r\u0005\u001c\u0005+\u0005:\u0005I\u0005X\u0005g\u0005w\u0005�\u0005�\u0005�\u0005�\u0005�\u0005�\u0005�\u0005�\u0006\u0006\u0006\u0016\u0006'\u00067\u0006H\u0006Y\u0006j\u0006{\u0006�\u0006�\u0006�\u0006�\u0006�\u0006�\u0006�\u0007\u0007\u0007\u0019\u0007+\u0007=\u0007O\u0007a\u0007t\u0007�\u0007�\u0007�\u0007�\u0007�\u0007�\u0007�\b\u000b\b\u001f\b2\bF\bZ\bn\b�\b�\b�\b�\b�\b�\b�\t\u0010\t%\t:\tO\td\ty\t�\t�\t�\t�\t�\t�\n\u0011\n'\n=\nT\nj\n�\n�\n�\n�\n�\n�\u000b\u000b\u000b\"\u000b9\u000bQ\u000bi\u000b�\u000b�\u000b�\u000b�\u000b�\u000b�\f\u0012\f*\fC\f\\\fu\f�\f�\f�\f�\f�\r\r\r&\r@\rZ\rt\r�\r�\r�\r�\r�\u000e\u0013\u000e.\u000eI\u000ed\u000e\u000e�\u000e�\u000e�\u000e�\u000f\t\u000f%\u000fA\u000f^\u000fz\u000f�\u000f�\u000f�\u000f�\u0010\t\u0010&\u0010C\u0010a\u0010~\u0010�\u0010�\u0010�\u0010�\u0011\u0013\u00111\u0011O\u0011m\u0011�\u0011�\u0011�\u0011�\u0012\u0007\u0012&\u0012E\u0012d\u0012�\u0012�\u0012�\u0012�\u0013\u0003\u0013#\u0013C\u0013c\u0013�\u0013�\u0013�\u0013�\u0014\u0006\u0014'\u0014I\u0014j\u0014�\u0014�\u0014�\u0014�\u0015\u0012\u00154\u0015V\u0015x\u0015�\u0015�\u0015�\u0016\u0003\u0016&\u0016I\u0016l\u0016�\u0016�\u0016�\u0016�\u0017\u001d\u0017A\u0017e\u0017�\u0017�\u0017�\u0017�\u0018\u001b\u0018@\u0018e\u0018�\u0018�\u0018�\u0018�\u0019 \u0019E\u0019k\u0019�\u0019�\u0019�\u001a\u0004\u001a*\u001aQ\u001aw\u001a�\u001a�\u001a�\u001b\u0014\u001b;\u001bc\u001b�\u001b�\u001b�\u001c\u0002\u001c*\u001cR\u001c{\u001c�\u001c�\u001c�\u001d\u001e\u001dG\u001dp\u001d�\u001d�\u001d�\u001e\u0016\u001e@\u001ej\u001e�\u001e�\u001e�\u001f\u0013\u001f>\u001fi\u001f�\u001f�\u001f� \u0015 A l � � �!\u001c!H!u!�!�!�\"'\"U\"�\"�\"�#\n#8#f#�#�#�$\u001f$M$|$�$�%\t%8%h%�%�%�&'&W&�&�&�'\u0018'I'z'�'�(\r(?(q(�(�)\u0006)8)k)�)�*\u0002*5*h*�*�+\u0002+6+i+�+�,\u0005,9,n,�,�-\f-A-v-�-�.\u0016.L.�.�.�/$/Z/�/�/�050l0�0�1\u00121J1�1�1�2*2c2�2�3\r3F33�3�4+4e4�4�5\u00135M5�5�5�676r6�6�7$7`7�7�8\u00148P8�8�9\u00059B99�9�:6:t:�:�;-;k;�;�<'<e<�<�=\"=a=�=�> >`>�>�?!?a?�?�@#@d@�@�A)AjA�A�B0BrB�B�C:C}C�D\u0003DGD�D�E\u0012EUE�E�F\"FgF�F�G5G{G�H\u0005HKH�H�I\u001dIcI�I�J7J}J�K\fKSK�K�L*LrL�M\u0002MJM�M�N%NnN�O\u0000OIO�O�P'PqP�Q\u0006QPQ�Q�R1R|R�S\u0013S_S�S�TBT�T�U(UuU�V\u000fV\\V�V�WDW�W�X/X}X�Y\u001aYiY�Z\u0007ZVZ�Z�[E[�[�\\5\\�\\�]']x]�^\u001a^l^�_\u000f_a_�`\u0005`W`�`�aOa�a�bIb�b�cCc�c�d@d�d�e=e�e�f=f�f�g=g�g�h?h�h�iCi�i�jHj�j�kOk�k�lWl�m\bm`m�n\u0012nkn�o\u001eoxo�p+p�p�q:q�q�rKr�s\u0001s]s�t\u0014tpt�u(u�u�v>v�v�wVw�x\u0011xnx�y*y�y�zFz�{\u0004{c{�|!|�|�}A}�~\u0001~b~�#��G���\n�k�͂0����W���\u001d����G���\u000e�r�ׇ;���\u0004�i�Ή3�����d�ʋ0�����c�ʍ1�����f�Ώ6���\u0006�n�֑?���\u0011�z��M��� �����_�ɖ4���\n�u���L���$�����h�՛B���\u001c�����d�Ҟ@���\u001d�����i�ءG���&���\u0006�v��V�ǥ8���\u001a�����n��R�ĩ7���\u001c���\u0002�u��\\�ЭD���-���\u0016���\u0000�u��`�ֲK�³8���%���\u0013���\u0001�y��h��Y�ѹJ�º;���.���!���\u0015���\n�����z���p���g���_���X���Q���K���F���Aǿ�=ȼ�:ɹ�8ʷ�6˶�5̵�5͵�6ζ�7ϸ�9к�<Ѿ�?���D���I���N���U���\\���d���l���v��ۀ�\u0005܊�\u0010ݖ�\u001cޢ�)߯�6��D���S���c���s����\r��\u001f��2��F���[���p����\u0011��(��@���X���r����\u0019��4���P���m�����\u0019���8���W���w�\u0007���)���K���m����\u0000C\u0000\u0014\u0011\u0011\u001a\u0012\u001a)\u0018\u0018)3' '3'\u001c\u001c\u001c\u001c'\"\u0017\u0017\u0017\u0017\u0017\"\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000C\u0001\u0015\u001a\u001a!\u001d!\"\u0018\u0018\"\u0014\u000e\u000e\u000e\u0014\u0014\u000e\u000e\u000e\u000e\u0014\u0011\f\f\f\f\f\u0011\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000\u0011\b\u0002\u0010\u0002�\u0003\u0001\"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u001f\u0000\u0000\u0003\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b��\u0000u\u0010\u0000\u0002\u0002\u0001\u0003\u0002\u0003\u0004\u0007\u0006\u0003\u0003\u0006\u0002\u00015\u0001\u0000\u0002\u0011\u0003!\u00121\u0004AQ\"\u0013aq2���B�\u0005��\u0014�R#r3b��C4���\u0015�S$s�c\u0006����DTd%5E\u0016&t6Ue����u��F���������������Vfv����������\u0000\u001f\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b��\u0000n\u0011\u0000\u0002\u0002\u0000\u0005\u0001\u0006\u0006\u0001\u0003\u0001\u0003\u0005\u0003\u0006/\u0000\u0001\u0011\u0002!\u00031A\u0012Qaq��\"\u00132�\u0004����BR#br\u0014�3�C$��4SDcs�҃��T��\u0005\u0015%\u0006\u0016&5dEU6te����u��F���������������Vfv���\u0000\u0004\u0000-��\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000�5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@���5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015|ƳO\u0014�]�1��b�����/�9����#��R�3�i�������?����;\u0015���\u0000\u0015����\u0016\"w�n�9�X�������\u0017�L��I\u001307J8�<���3�\u001f�@�\u0015�\b�OS>�[��2.[��8����Q�\u001d\u0014s\f�� $}|���������\u0000�q�z*��?�}'S�8�\"%?����/�#&h:��t�\u001c�<���n\u0018��Yrm�\u0000��� w+��~%����a��|b�g\u000f�f\u0017��\u0017�۲��\"I\u0019'荆\u001bzhz~�����7��\u001e�VOǺ<r12$D��\t�\u0014%�\u0000�:�X�'�7Y�\u0006\u0013�d�\u0018�ݿ⏛����\u0003�_?��_��z0$L�юHO\u0016��\u0000�\u001fZ\u000f����g]\u000e��!��.Xb�v�\u001fS\u0014��z���\u00003Ӈ�?��3�xz�y�<p7,DC'�d������}H��\u001b8�,S�nܸ�\u0000��Ժ��\u0000�\u0000��Oտ��\u0000\u0013��w�_�@��y�W��=5�\u00004G���\u0000��\u0000���b��\u0000e����v��������\u000e�W����\u0000E�F&d����\u0018NXa/���� z���\u001df\u001e�\u0017��@C��-ۿ���\u001b�I��O�L��H�\u0006�O$e�{�1��\u0000�@�W���S��qd�L\u0001-�2����~�������\u001f�:Ic�\u0004�����?_��l����\u0007��\u0016\u000f��~�\u0004��r�p\u001294;��c���a������y�ӷϲ~�=O�z��?����\u0007�����ic�D�Hę��B[|��?�ޜ��:�Q9$&c=�G�r���\\�\u0000�S\u000f��\u000e�|�񎛦��\"e8�8�����G�oGM����z�e�\u001a��(\u001d*�\u0012�\u0000ˇ�\u0011\u0013�LM\\�\t�8��G��\u0000��\u0000���?\u001d�H�]\u0011ˆ^ym�d\u0006���?��\u0000u�\u0000\u000f��Q\u0003�W���a�b�\\vb�\u0018|?����\u0000˂S��\u001c'<~�|x�,R��&�\u000fq_\u000b/���\td�W�\tD\u0019\u0003�/����\u0000}����c���?\b�S+�C�r�\u001f$�C��~?�g��=�~w��\"]GO�4���Jp�Im��ݒ\u001e����t]'�p0�2e��wQ?W'�/��\u0000�@�W�?\u0013�z���yHC��re�O�<�/[?K�����;\u0017�m��\u0006,��\b䁸�\tD�\u0000�H\u0016���\u000eY��wd��ߔn������\u0015|�sO\u0014zNF;��0�ӷt%�''�Rc�<��l1�<c$�\u0019�\f�)�\b\u001eھ\u001eO�z��\u0007'K��H��\u001dD�|Y6�\u0000���?����wX:��\u001d@\u0015�j?����\u0000�P:�U\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0003���5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP<?Ǿ.��\u0000fp��\u0018�~)�\u0002/���N7��:L]Q��/Ӕsc���\u000f��N�\u0016\\��!y1���\u000f�=,�\u001enP\u0007������\u0000�g�/�ub�����/�\u0014�\u0000�?��_V].9f\u001dA\u001f̌N8��Ğn��������\u0013#l��s��C��?���\u000f?�?L\u001e�ҭ������T?�K�n�߭\u001f^�\u001fG�����_M���\u0004�\u0018�\u0013;�\u0007���\u0000�k�������1�M\u0011�^�^�������].�\u0011�z����t����\u0017�}'���f�������2@c\u0019�������8�c��\u0000�޾��N���rB$�\u001f��'<���\u0000���M��������L\u0011:�)c��o��V�&��~\u0004fz��Ԕg?�n�1�\u001e�ȟ÷�?�z_\u001f�������}���ޟ��ɂ\u0002\u0006@B[~\u001d�����\u000f��pg�S�\u00119�~izr���z\u001f��\u0010<O�qu�豜\u0019p�[~\u0013�v���\u0000_������x��a�Q\u001d��\u0000��C�q�����\u0000�o�_C/�\u001d\u001eYJF$\t��\bNx���\u0000�\u0018�=�:,\u00190��(\u0003���e\u0003ğQ��Y���\fY�)�8z�cnlS��\u0000�2�OA�7���\u0000\u0005�z|�,A����Rs���=i��\u0007�\u001f�]����\u0000��k�?l�\u0007}����}!�b\u0019�\u0000j���;����[������~\u0011�u9}y��#l�%,~������\u0007\u0007�R\u0013\u001dd�l\u001e�1\u0005�e�\u0000����\u0000�T߬�\u001c= �p�h��I����\u0000u��ºc��ŷ�#�n��������\u0000y\u0003���\u001b&\u000e�q�^�o���?���\u00004�G��N^��<d����\u0000\u0011��\u0000'�\u0000C:~7�G\f�\\x��y�a\u0003\u0018�\u0000*\u001b���?��G��wCҎ���\b�\b��\u0000�����@=v�\u0000���\u001e������|�¿g�\u0000��o���\u00007�����\u0000̞��T�\u0000\u0001�##\u0002\u0004��c��\u001c3�����P8:�a�Q�|��\u0000\f}ON��n��\u0000�\u000f��;���~���W�\u001f�����c}N����b�r�\u0018v�÷o�����cp�?\t�I���9+o��R�=��O���\u0007\u001e(F_�d�\u001a�0�����B?��Y*\u0016\u0006\n?׏���\u001e�\u001cs\u001e�\u000f�J#\u001c�b(��bŚy�+&M����􇥅\u0003�\u0000\b�(\u0007��\u0000�FG���\u0007����)z��_�O�e���\u0000B=}oE\bt�T�Ĝ���p\u0017?S'�<8�<�\r��?\u0002���ldKf3�\u0014��\te��g��߭��@��$?\u0005�����\u0000'|=\u001f�\u0004�=W��z�^o���u=&.�\u001e�Qq\u00062�����ϥ�<��\b�d\u0004�\t_ٟ�\u0010<\\=GS���z\baǎ9%�6\\��L�q�\u0000w7���\u00008�\u0000�o��\"_����/$?���2�\t�f�,����1��/�?\u0006)�\u001d?A��\u0013�\u0018�C�q���\u0000w�\u0000���\u001a\u0007���\u0002�\u0003�9�������\u0000�>?�}?�>����a�O�$G�{l�\u0013���?��t8g���(�-�\u001e��\u0011���\u0010:1�#�\u001f\u000b�\u0000.<c(�a+�u\u0018�v���o}����I�b�{G\u001b�_�\u0011\u001dGI��09E�r�lz�9!��\u000f\u0003�O���@u\u0010ߖ\u0018���>L�'\u001c���e���pw���\u0000)��_�\u001e_�2O\rzg\f�=�\u000e͏�E�xy1�\u001d�\u0016\tt��\u0018���_�?���\u0000ݠy_��\u0007�e�p䐞�c�)7,|҄?�����gM\",c�%?4�9��\u0000s/�\u001eA�\u0000��D\u0005\b�\u0001�\u0000�s�ga�?L0˧�\u001cs\"S�ɒ[��\u0000�_S�@�?\u000f����r@t������oW�����_�K����\u0004�b�>�=z�<��~\u001fK'��oO��\u0000w�����\u0003��1��\u0003��>���4?�_�@����\u0000��\u0000̙�d�e�?��謑\u0019\u000b7�\\��\u0000��K�c���⽷��)d�\u0000��\u001e_�\\?\u000fM�\u0000�8����\u0000�����\u0000���zL]P��/d��\u001a��f?�9���`��FpN�p�)c�\u0000�(\u001a�]L:LR͐�b-��\u0000�{��O�b���\u0006u�\u0000����\u0000���\u0007����n#��g<��\u0017Q�&7�@^\u0003�7I���c�\u0000��<��\u0000�ޓ\u001f�\u0000D��������\u0004��\u001c�\u0013�\u0012��Q�E��'Da#��>�β�Ń/��t����s��Y�\u0000�=o��\u0017Z\f�,���x�����\u0000d���\u0018�\u0000�/��\u0000�t\u000e�U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u000f���5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@\\��x�d��Oٓ��pl���\u0017�\u0017�H�\u0000�\u0018�\u0000�_���\u0000\u001b�\u0000�����:����\u0007Q����f�I\u000f�p���|?�Ó�\u0000\u001a�����^�I�Q�\\\u001f�/7���\u000f�Q�=D\u000e�x\u0007W>����\u0003�Q\u000f�K�\u0000f?���\u0000���o�:{��B\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u000f���5T\u0013H\u0005^Yg��\u0000�4�\u0000����\u0000���L����{�Z\u0007i�G$#ԏ��^/G\u001f�Ï�C$�o�\u001f\u0011���\u001f\u0011��G\u0004?�#���\u0005 ��#�>��#�>��8���\u0007Q�c#�E:}H���}H����� A��d�\u0005m�{ҒI��G�}+�G�}/\u0000�5��\u001d�2=2~\u0001JD���\u001f\u0011���\u001f\u0011����\u001f\u0001��ǈ��O\u0015%;}H���}H�����1�\u0000\bG���Gܤ\u001d^�|GҾ�|G���\u0018�\u0000��_C\u001f����$�^�|GҾ�|G���\u0018�\u0007���1\b�\u0000���^�|GҾ�|G��z\u0018�\u0007���\u0018�\u0007��$��#�>��#�>�����#�j�\u0018�\u0007��S�ԏ��Wԏ��^_C\u001f�����b�\u0011�\"I��G�}+�G�}//���GܟC\u0017�l\t:}H���}H�����1�\u0000\b_���\u0000\bBN�R>#�_R>#�y�\f_�>��1x\u000f�@��ԏ��Wԏ��^oC\u0017���}\f_�\u0010��ԏ��Wԏ��^oC\u0017���1x\u000f�\t:}H���}H�����1x\u000f�}\f^\u0003�BN�R>#�_R>#�y�\f^\u0003�G���G܄�^�|GҾ�|G��z\u0018�\u0007ܾ�/�\bI��G�}+�G�}//���GܟC\u0017���\t:}H���}H�����1\b���b�\u0010��>�|GҾ�|G��z\u0018��}��1x\u000f�@��ԏ��Wԏ��^oC\u0017����b�\n\u0004�^�|GҾ�|G���\u0018��}��1\b����ԏ��Wԏ��^o��\b_C\u0017�����ԏ��Wԏ��^oC\u0017���}\f_�>�$��#�>��#�>�����#�_C\u0017���\t:}H���}H������\u0017����\u0017��\u0014�ԏ��Wԏ��\\f��!?��?d k�G�}+�G�}.\u0007��\u0018�\u0010K3���Q\u0004Q=�\u0007O�\u001f\u0011���\u001f\u0011��\u000e�\u001e�\f\u0005x�\u000e�\u0011\u0012�\u001d�\u001e�\u001d^�|GҾ�|G��\u001e�\u0010�����p�\u0013ٷ��Q$�3�\u0014H���=7���D{������\u0000H?�'K�\u0000���[�\u001cgM��\u0016���nQ\u0003܊\u001c\u001d~,�a�d\u001f\u0016,�\u001f�\u0000\u0003�0�\u0000�~����z��\u001fKɛ��\u0019�2����3��''���c=$�rG��?�F?���\u0000�=>/���wG���4�\u0000z��z��\u001fJ���\u001fKɊ\u001d>L~�\u00111=��c��#{m�\u000e�R>#�_R>#�y��b���_�b�[\u0005 m�G�}+�G�}.\u0003�Ů��\u0010zlF7�EH:=H���}H�����ج\u0001\u0001^*:\\Vt\u0007��o�G�}+�G�}/?���l�D��ش�\u0003}�\r�H���\"@�C��.-�\n��GM��������^ONx�8�O�^x�\u0000�G\\y�\u001d�\u001bf>��\u0000\u0002@�UP?���7�!��q�������\u0000\u0004z%-�����\u0002 \u000fs�?�@�r\u0011\u001bC0��0h'uT�\bT�\u0018޺��#��\u0003)\u000f\u0014����\f\u0001���t|4���h<Z\u0018�\u0016th$h�)�\u0016�\u0012\b�,Q�݄1�N�$\u0012h\u0013�\u000b#�R(_���\u0019�R;4\u0000�ud�loAF�P\u0000�r�0LE]��\u0018�k�/D�b(vqǦ���.�P���\u0000$W��@�\u001aj� x'�k@+��-{�2rT�u׿�NH�w�\u0000E\u00105��\u0013_���\"s'�]�gU>}�P\r{�&���\u0010O��0P}��@���Z���~���7��`ҏ��\u0016�\"ߴ�0[���(������ʛ���+�?LP\u001f����V������\u0014\u0006�*���[���+~���\u0001������[���+�?LP\u001a�������i�b��?�P\u001a�������i�b��?LP\u001a���������+�?LP\u0007��S������+�?LP\u001f��~�U�i�b��?LP\u001f��~�U�i�b��?LP\u001f��~�U�i�b�3��\u0001��ʴ?}�~��� {O��\u0001�����ʓ�5��_��1@����V���ߴ�1@��<��O���j\r��\u000fނ���\u0000���u\u001e?LP\u001f��\u0014��\u0015���*\u0001���D\r\u001ar�b&�\u001f\u0006\u0000B^�\"G��\u0000%�\u0013:0���q�c�1\u000e��\u0000*�k�\u001a\n���j�ґf$KO�[ \r�C���\u0012q��>f\u0000�=1_�\u0001�+_�.��F��������\"\u0004d\u001ah\rp�\n�2�`���y��Kv�\u0001u\\0�\u000f7�cm{Z�$�ٝLj\u001a��L��\u001b#܁�.�\u001b��\u0013�%���Vo������\u0000���u\u001dn�\u001c}T}<��k̓7���\u001f�O���?�c�+'myOw<��\u001e�\tG��CtP5 �Q\u0002�\u0007|�\u0013C��qe��=\u001b�\n����!\u001f�3�3s�\u0000e���[������aԉQ�I@�2��\u0000f0�\u0000w\u0017�颛G��{Y���tFw\u0010!��=\u0000����\u0006\\�5��$���^�\u0011T\u0000��&돲Ғ\u0007��2�Yڢ�M�}��Ek�L!_k��2>ֻ��*�5>ﲃ`�(4������\u0015ˈ��\u0011�9,5��w����6M�\u0004A��Ս�\u000f\u0012\u001f�uy���Gi����ҟ���ާ�R�\u00178L�R�Ӫ���Š\u0006H�\flLi�~\u0016})GQ�=K�NHp�+���\u000f�rF\"FR�R>^\u001eo��\u0000\u001c�}��X�Gw>IC�\u0000����+\u000e?\r�����ET�$�.��\u0000.I�tѡ�y|��\u0000�\u000e\u0010�\u0000˓�\u0007��\u0012�������g�\u0018`e\\��\u001f���l\u0019:yl�\u0013\u0019\f�BЇ�t�\u0000�t��Ӗ͟\u001e9|q�\u0000��\u0000������\u0000��9\u001a��#\u0011Ĳy��\u0000���zz~�?W~�\f�䏅qHI�G�\u0000.\u000e�\u001b�\u0018H{�?�o��u�\u0010\u001eO,㬱\u001f��\u0000��~?.)ᑆ@c!�d�O�].H��D��\u0000\u0004��\u0000�\u0013�`�ܟ��X�@\u001f�\u0000\u0002`~#���'䞫\u0001͐d�.9\"2�x�x�ي/����e�{]7W�>�T���\u0000��Z�t~dJP\"Q4F���Մe�-�Kο\u0011��Mr\n�\u0012hXѢ,Yoh�e�S\b܎��ܡ�\u0000Sd�y,\u0003-@�4���\u000f��i\u0019X\u0004\u001d=��܃�\u0011��\u0011zDn���x���\u001d���q]���QfY��IN\"�\u0000�m�\u001e#�@\u001b���/�pde�&\"Cp����\u0016�\u000f\u001f��\u001b��Ew~���͌�h�w\u000e���}(����\t�w��a�\u0013\u0002Q� �c&��E�\u0000\u001e%�o��\u0000)o��\u0000)\u0011�\t�����nM�\u001f�\u0001�w����pc'Q�\u0016��bO�LE\u0018��cp�L|c-�\u0006���\b2�g��\"@�~�.�q�|��H�Z\ro�ܷ��\u0000�\u001c�g�X�g\u0019\u001e�d\u001dw\u0001��@w{��\u0005�w���<~�!�`2��Cw���k���\u0000)o��\u0000)w\u000f\u001f�\u0012�\u0018���\u001e�m@7��\u000b��?�p�\u0000�G�\\S\u001c��g\u0013�@���\u000b���\u0000(-�\u001f�wF���F���\u0018\u0006������[\u001e?z�\u001e?z\u0003�����\u0000�\u0016Ǐ޻��ހ߻�S�l�D4\u0007���PA���p�1\u0015vc\u0006�\"B�\u0001o��\u0000)˧����\u001bE�_4�M���\u0005��r�\u001e?z�\u001e?{H;���\t��.��{\"�E�H4=��\u0000\"*�\b��y$�\u0005���$\u001f�����Z�\u000b����\u0002�Ԏ]FO.�\u0019\u0012A'�\u0004\f�G��zcDD@�z��\u0000\u0013�(�//\u000fDr\u0010l�\u0006���\u001b�\u0005\u001d5���N�E�b2�n1;��U�8�C�6��?��aw|�s0�����\u00117\u0012M��\u001a�\u0007j�@FUwݬr5Q5}�㎨|��.�f�޻�`:$>�\u001c�B.�1�G**\u001a^��\u001eH�\u00145\u0018���P.1&|�\u0000�4c\u001b��P\u0004a�:\u0019  l����<�OI�/�X��\u0019a�������p�O@\fŐ{39��O�\u001cQ�rt��\u0000��q���c��\u0000�x�O�\u0000\u001d�Η�\u0000*���ћ��(���<1�4�c��)h\u001f\u0016]9�D�i��\u0007�R�\u0000�o��������sx�+�\u0000Ht�g\u0017���'9jM���'0\t2'��~~O�\u000e��2�T���\u0000��+[fN?�vmT���d�,H��~g�\u001fW\u001c��?,����3����\rҦm���?�GT�x݊\u001a1`J\\������y�����-+�|\u001f�[+.K�<�C�G�r��]E�\u000ff|\u0004tY\r�\u0011 ���\u0010�)����v��\u001fPo&>+s؊���ާ�R�\u0017�Np#Jz���O�\\����F\\3�s�G\u001crj\u001c�8�q���D��4����\u0013\u001cX����\u0007�����g)aŻ���\u0007�4z�C,���q\b�x��q�!�S���\u0000�.!�c�����\u0000�q}/�1\u0013�a ���w�\\�Q�\u000f���\u0000�������gG�\u000e�0���\r\u0001�e�\u0000/���\u0013��\u0017@D�lU�\u0010��X#��\u0000˓\u0010�1N��(�o����_�tDz8����\u0007�i�Ќ����}\u001e\"H�\f�!R�\u0019k���\u0000R?\t���\u0014>\u0014�!��{�羖\u000fCʽ\u001fo���`��W��\u0018��\u000f�d=\b��'�^�)�\"\f��\u001e\u001e��h���\u001cq����Ԛ�\u0000k�:�!��S,}tg\u0003��\u0018��\u0000ݯ�����c�h\u0013S\u0017����\u0000�o�u�]W[�CRg�?���������pd�\u001b��\u0000l���/������ԣ2k���'?W\u0019ĝ�d=?���\u0000\b�?�o�]�\t���b�`$EF[�\u000f�l����\u000eO[��;�\u0011�RVA\u001f+�\u0000�\u0018��޾H����O�c��\u0010��\u0017�?��\u0015՟��c�]%�\u0018�\u0000�\u001fj_�#�?\u0012ϓ��G&\\Gl������\u0000���\u0000)�K�g�P�B6\rd\u001f��\u000f�T��\u0000y��o�\u0007�\u001d�\u001f\u0018�Ǝ����Fx�$�\u0000\u0016,���Q��\u0000��6%\u0001�\u0007��c����\u0000ߏ��\u001a➿f}�\u0000��_�3���)�����Q���\u0000L�Կ�=B>3����y�N)|x�\u0000��\u0000O�\u0000��s�����\u001c�BB;M�\u0000��oú3�O�\u0006��R��C��\u0007&n�d�gq\u0012�&9\u0014�c�\u0000���[\u0018���\u0000�`W�_��\u0000߯����2�q\b�?�ɤO�G���\u0006��\u0000�l��\u0000G�c��\\�#62x�k_�3q����\u0017��\b�5���e��$���\u001f=|2\u001ej\u001f��\u000f�\u0007�\u0000��zo�s�X�lS��\u0015�q�'_���<�\u0007�9�M�\u0007����\u0000j�\u001c�A1���~+�<�꺩Bf�\u0019zP\u0012�1��z���+�߇��G�G\u0014��<�?jO����\u001f����@���/�'�U�\u0000�YX�y��\u000f���>�\u0007�63���[�\u0000��c\u0013��$�._��/O�u?�d�oO�\u0006O��\u00001��<؟���l\u001b���n��y��G��+��N�)ň�H\u001d����L����K\u001b��G�\b�\u0011�?�%��?\u0007�1�P3�\u0000\u0014c�\u001c��߱� ������~\u000b��L\u0019#��8�v\r��g�\u0000����~1�K���F@Kte�>_+�t㛬����koڟ������l��j��\u0018��z��]&C�%\u0012\u0006�+�\u001f�~\u000b���\u000e�f;@?\t;�\u0000�\u001f�|��O�\u0014�/�a\u001fˏ���\u001f�kx\u0004i�\rI��|߉�}w��2���\u001f�_��\u001b�?�u����O�/���\u0000w�\u0000�\u001f�\t�Q�\u0019�ro\u001e��\u0011���/����ڪ\f�\u0002\u0013\u0013��Mč�7�d�����\u0000��W�a8$|��\r�O�\u0000�d}��ⓖ�����Pk���\u001f��'<��x?\u0016�e5�\u0012,\u0012G��͘�FQ�nt�\t�A�\u001d�l���[\u001e�\r��b�8�A����\u001d^H^9�����HKM@��\b�_\u001f�˩���f$�#*6�.̸u_���2�R�w���>w��]��\u0018�\u0010b\u0001;��_����/�\u001c��zn�Yk�����\u0000��/����7Q�\u0007���B�v�g��.���#�\u0006y\t�\u0000\u000f�\u0000\u0014x��=�I��u�\u0000g�O�y�J���9z�aǖQ\u001b�#��E\u0013�:��0����\\o|%����5�&\u0018�=|�KH�r\u0006���?��{:��\bʬ�������\u0000�\u001b��\u0015��.~�\u0003��s�͂p\u0018�(\u0003\u0012j%\u001f�d�1C\u0016\\y$#(��\u000f���?�+��\\_܇�K�}n������>-��?�\u0011u�v8�U�m|\\���GU/�i\u0006��6�\u0000�%��������<���D�1�~\u001d��\u001e3��}<za�{���\u0000���\u00006��_ӎ���#�c\u0018��js�\u0000V��\u0016\\W��s�������z�e\f�v����1\u000e��ŒY�\t��^�n��|>�\u0007K�H�\u00196\u0010|�ǚ/������͏���6�r���b\u0019���\u0000s���\u0000�\u001eoG����\u0010ʹ�\u000b3���W_��\u001f�䟨\u000e�O�l��\u0000��7��n\u00196��DJ\u001f�/����\u0003�\u0010�c(�P�'���\u0007*p:�*��s��<?��º,�V>���DF\u0013��\u0013�\u0000�^\\}WU��R\u0019c\u0002<�\u001b�/���g��H2��\f�wd2������\u001e���)�@���\f���˧:\u001c��ݬ��\u0000_���\u0000�\u000fk�X$u1?����\u0000��}\\r\u0004������d�ic�L6��\u001f����\u0000)z���A�^�O\u0003�b�o�\u0000�6\u00012�\u0010S\u0011^by�\\�hU\u0010-�Cq\u001aX�ts\u0005_�&��s7�����������`P$�h��$L�ӳ�d���\u001ej�C��h�\u0018\u000e\u000e�)9H�\rt�#�X�\u0010�4d��\u001f�ȝ8��ǻ\u0019�\u0013�������y��<W\u0013ԏE�\u0018\u00137)\u0007�����rŔd�1��� \u0001�\"ϋSO��\u0016��$�8d\u001b�0%��:X�\u0002[�v}\f�=0e/0\u001fe��d�yo���˜�_��\u0000jt�'��ۣ���^�m!�l\u0011\u001f->WJ�\u0013Z_/���\u001b������35.'�\u0007u�\u0000\u0013\u001e�\u0000ăP\u0001�\u000b\u001emG/��a�T��&Z��\u0016c�Xκ˻ڶ)���ޫ�S�\u0016t��]O���,X1��`\u0012\bDA�\u0016�\n��ܷ�C\by?�p��ˋ\u0018�\u0013*��@n�/̞���\u0000����?o��'���\u0001��\fz�\u0000�YzN=G�s��h��Kӭ��\u0000�g�\u0000����z'�\u0003�~\u001c�:l`�\"1�\u0003�^O������dLȘ;b<юٽY�\u0000\u0011�.�\u0019D#9�����{1�\u0000;>|=O�#\u001f��{�c�\"q6$\u0004��ΎA��躃��?�\u0012~��c�\u001cI�\bD\u0018�����=�_���A��\u0000���fɆ\u001b\"gS��n�\u000f�~���O�D��c2x-\u001a#T�\u0002\u000e/�\u0007���ǐm���(�G\u0019�/&��(z�?\u000f��\fy�Ŕ��\u001e\u000f��Gؗ�����,x�$(���dO\u001aR�\u001f��Ӌ�*�w�/�o�F���H��+[��d\u0007����4|��>\\�l'8H\u0000e�[���\u0000�\u0013���\u001df� ��;�_\u000e9���\u0000\u0007~���n�<-��ѣ��\\��\u000f��s�ك\f0D��~Q��\u001f�}\u000f�%1��\u0012\u0004H\u0019G�q�n{e\u0003\u0012\b$S��RuS�\u0003��\u0000����}N��R\u0006\u0011�F2��S҃\u001cX�t��,\u001d���$c�\u000b�ߗD�\u0010\u000f��[��>�f0�\u0006X��\u0019m��߭�:HuX�,�\u0018�o�?�S\u001f�Tt�v�6A��Q湈��u���`�\u001c?�e�?\u0010�\u0019y���|2��T�\u0000���Vpe�$F�l���]�LH\u0000\r��&I�æ��\u0000G�\u0000*&���\u0000彇$:�)�@l��FQ�\u0007��W���@��r�����\f��K�\u0000u>���_�i��sQ�\u0015��|��[xra�h䄢n\u00117�\u0000�\u001fO�?��\u0000�\f&\u001f\f�wb��/�\u0005���(�S~Z]��k���� �OO��:D\u0001<d�o�?�󙮟���ܱ�\u001d�Q:f��?���\u001b���\u0016j���$E�d�� �\u000b�@{��~C�A�t�T��p�5\tc����\u0000����\u0000����\u0011�Q�us�ܓ\f�����S(�*\u0011�(�x���lXF\f\u0011�\u001b�\u0001\u0000�kQ�'WO��\u001d���\u0000��r\u000f��S�l�g7O\u0013(��,cㄿ���\u001f�\b��?Y(�D�#����\u0000�o�N{��\u0001����>����C��Fݺ��~-����\u0000��'��8�\\u?�l�m\u0010�۔�A�܃�\u001bÓ'Pe\bH�\b�\u0011)?]�w�=�D}�\u0007,s0��\u0000��FB��S(#��\u0000\u0014�Q���D%@�0�����\u0000���ע_�m�he��g�v�4�@��c�g*\u001b�\u0007�;�\u001f)�b�?\u000e�\"vH�-��?��7�/��9㔀����h<\u001c�TM�g��\u0007��\u00009D�$\u001e\u0007{q=@��@{��n%�]v5�Ŕ�u�\u0005\u0000�\u0015\u000b4l����FQ��̐�J��\u001f�W�zpH�;\b�x�@ 4���ˬ\t\"�|��GP��¨�\u0000R�\"p1��|��\"\u0019\u0004�$ն\b�5�\u0007F����n�����=��IGn����c�(�\fD# &��\u0000�\u001f'�\u0000.\u001eq���O�я�b���\u0017+�g����Y�z�/Y�u���\u0000\u000f�2�fY%yw\t���޾�\u0017I�\u0003��`\u0006�w�����U|���/|/���\u0000�����;l'�[q�n9\u001d+^^ӛV����g���z��&\u0019\u0018�l��C���\u0000�U�?o�\u001e���Ct\">\u001f���\u0000u����z(Bzb�%��k��\u001eL��\u000e�)����w�����+\u0013��m\u0015�ƙ�?�̇]��'�\u001e�[��?�)y�G\u001fY\u000e�\u000e_R\u00061�w\u0018�s���3����\u0012= \u001boϻo��\u0000�_T\u001e�}>SՀ'R�_���\u0000)*�6'���\u001f����\u0000�3��a�us�q\u0018ʷDz����\u0019zn���I\fF�\u0018��O�7�Ï&ß\u001f8�O���\u0000��#Տ1�z�y*�K\u001d�\u0000W��3�\u00008�鍱���|\u001c���=��t߄̌Q$�|1���ݓ#Ç�襛t��\u0014�n\u0013�|�?�n����'R%�$F]\u0007�e�{��\u0000k��\u0000ʿ�M�'W�\f��n(d�\u0000\u0014�\u001d�?�o��O\u0007��*��+��)�����o��z]o⟰H@�v�Զ�6^���w��B]�H�2�\u0000�oG�\\3\u0007.25\u0006\u001f��<��\b�\u0011�\u001f���\u0000�Ʒ,�j�Z�����3�C\u0006#\fp=4c\b������O�Ǹ�Sc�\u0010�1-D��\"D\u0012H���rt\u0010c\u001d5>\b��\u001a��,R�A��\u001d��� �\"n�\r\u0000�M1�\u001dv�����\u0000�q����\u0001�n \u0003d�hK_s�#UF�\u000f1�N�\u0007��c;�N�O�E�\u001e\t���\u001fR\u001bH���\u0017Ϟ9b;\u000f?��\u0006}\u001a|���|��\u001e�L=<@ˀ/W1���vu�~\u0017�˒y4��q\u001f��:jמ�J��B��z��䄨]����\b�Ye��\r\u000e��+�\u001c�H�\"��<������\u0016���&�\u000e0f&t\u0011�\u0000�'ң�4)�\u0016!�\u0018\u0010�{[��V\u000e�\u000f�*�+\u001f�q��0>[��³\"2\u0004���$�-yz�2�\u0005O\u001d�\u0000\u0013��f7�\u0007_��{QO���ޫ�S�\u0017\"MQu꿵?qr�w\u0001�c ��x,F�#�G��U�Ԗ\u0003,�(��,Y\t\u0017F;~ġ��Y���\u0018\t\u0011�~�C\u0019K?�w��\u0000���\u001f����\u001a�W\t��U�\u0003�\u0017�\u001d?�d��\"^L����/[���\u0000��z�^�tأ�H�GH��m�\u0000�N��a ׹�\u0003U�\u0012��We�q\u0005�L5�'v��h\u0012�q&�\u0006���\u0001�����pu`K_\u0006�\u000f{@�\u000b����\u0014ʤ5\u001c2Nᮔ�*?\u0017\u0001��EG�\u0014@D\u0000(w��8�\n\u0004�o�݀5�\u0011�|i\u0003)�d>�M\u0012u�\u0006�ƶف\u001e\u001fJ %E��\u0004hur�\u000f�1��F������r\u0018h���/��\u0018\u001d\rjP5ɖ@�=ьJ\u0012�\u001ey2t�!̆��\\��G�I�\u001c\u0012,P�״���z٢t���)�y\u0014G� \u000b����+�?\u0017��\u0000z���_\t�\u001aj�ܟ0� NH�\u001a�\u0001\u0012\u001d�����M�\f����$B��k�2�-P�-\u000f?��Ԡ$\u0001h2ǡ�:�\u0000\f�$\u0016��%sJ�\u001fz`�s\u0012�\n`\u0014�\u0001�*/��\u001bB�\u0012.���J�8u�a#��$�YI�w�$Q�9�\"E�1�o���!�Y��\r�_�s���6;��c.Y\u0004�\u0019\u0011^��\u0007ėH\u001e�k�\u0000�p\u0007�hxzq���1�\u001cY��-��\u000b���kUOT�G~���\u001c�\u0011ɾ\u0002�=�2A���\"����D����TN$\u0013dޑy\f1���JB\t�\u0003S���G�\"\r�\u001eȔ�s�ѼF2��S\blN�%\u001a׋k\u001em�|\u000f���@�\u001en��r�=\t��������A��\u0018匈�7�w�x�n�yFQ^��~�&U�\u0014Z\u0014<~l�'z�کUq�S���\u0000\n��G\u0018\u0012��\u001e����7���GU�8dh�mL}��{>T�MKx�>�?�_�x?�/Y���G��>���\u0000�\u001fC��\u0018�I�؏�c�9}���{\u001a:\u0006qF�m��\u0019�X�\b�0�1�~�\u00112�\u0000�OD:^�\u001c2C�ɼ�;a�1�\u0000�o�&#r\u000e\u0019��ǂ�T�l�e�\u000f����gC.�Le1�����\u0000�\u0011��L��\u001c��}8�L\u000f��/��\ro������+�\"Ͳ��\u0000�ߌ��\b��_�t��?��|[?��\u0000�<�)�/6|��YwD\u000f�|���\u001b����\u000b\u0018Fq�\u0001\u0017��g\u0014U�t��x��~\u001f���%�la\u0018쉑�����\u0000�i\u0011�W�K�\u0000�>�H��\u001e@r��GC��W\u0014E�d�}6���NL{\u0001�\u0010\u0004rd\u001f��\u0013�#N\u0007�٫�GNZr�N�F�\u0007Z�\u0000Jμ�z�bnB�\u0003|�+�db>/r)S�����p\u0011��q���n��\u0001�!vd4\u001c9l5�pP2]��َ�\u0001���1�\u00071\u0000�\u0000�jx�@c06�D+P5\u0003�@=���e<���o\u001c�_�g�\u001c�(����&����h_��y\u0014f���\u001d\u0001\u0002�o�\u001e�b�\b�_�۾��\rl�_i�r�O�\u0011ٽH�m�h\u00032�_�n5;��>,H��/+�\u0005����j�\u0000Dw�\u0015��i�;��/��\u0006��)�Q��\u000f�=o\u001fQ^�=5�������ޫ�S�\u0014�)\u001dW���,�\u001d�\u0003 ;�F�۷gAR>�De\u0014\u0000E8�\u0007�j�,���H\u000fa,z��YF�\u0000�A%\u0012/�tn�Prc��\u001f�A\u001e�?���\f��ef��\u001e\n\u000eL|�����,wfC�TT1(��e��kfX��8��\"��;�Q��\f�0\t�i���\u0017�&؎Lu��|\u0006���\u001cN\"���%\f�kuk\u0013������|I�\u0016wc�8�\u0000��bQR \u0003���b1�V\u0007\u0011�R�?Բ�\u0002h��PĠ\u0003z릭\t�������o��\u000f��d�\u0013q�h���a�@�e�G.�2�9\b�XG]�#�pL�c&��U�AC\u0012�N�K'�\u0002Nh\u0010jp�\u0000\u0007�Nlw��{���bP\f$%GOlC�<{e����?h���6>4\f��h�\u0001���P%\u001b�j��-��]#�O�qc��|����H\u00191\r7\u0003�����bQ�jt\u0014~$y�\r\u0004��(\u0003v�\u000f7Ū�D��p\u0016lm\u001f���7k��\u0000\u0012~�\u001aQ� ���*�⯅\u0001�̬�\u0014��6o�ߞ��\f]C��4�w\rg��E\n����~�_n\u0019��'�i\u0000\t}� \r\u000f���$�n_g�]~�_n)��� �@�&�$Wt�J�PH&�g\u0004.���>_\u0006$9#��5cS��0c.ൂ]�N�:��\u0002(Ӿ=A\u0007��H\u0012e�B\b��^b\u0007gi\u0000\r����F��� \u001fs�}��f�\u0018��һ�D�L \u001d\b5}����17\u000e\u0007f�\u0019\u001da`��kto�% \b�ى\u0004\u000b�\",к��\u0000�c�9�cm��:}��{��4��NY\u0019\u0000\u0000D�?j%��\u0012N�\r{W�p�\u0001�����d�\u001d��5.xH��5\n��i�\u0006�D\rݽ�\u0018\u0019sC2��k�2n�����d{}j\b \u001f�� �t\u0006R��V���CE�LJ����\u0000\n\u0006��.\u0018\u0001oq�E1�\u0002u.y�I��>^~NY+a$PFNqV/�x�2��玴�zZx�b\u0003\fd\u000f7��]�\u0002��#��\u0000��\u0011�����8��@��\u001c�hL�'3�#P,�\u001e<Z\u0006�\ri[���Gtx�\u0000Ȱ��]\u0017H�\u0001\u0015��\u0019�\u0003��\u0000%��q��\"��\r�\u001aӖ�*�5-V߇C�K�&R\u0011�9(�\u0019#F�@�h\u000bRI6u��\u001b��\u001c�5\u0012�@�/N1�\u001c\u0003��\u001a\u001c\u001d^�d�6�Ö�\u0017\u0018Հ6�\u0014�&+��e\u001a���\u0006���.��\u0006[�fR�\u0005�\u0000�1��\u0012���q'P\u0003&��\u001d\u000f+\u0019�����\u0000JL��\u001a�!3�Q\u001a �48O�(\u001a'ZD�b�G���l\\�\u001d\u0003\u001a��\u001a�\u0000�ǽ\u0014�^*�\u0012��<y�v;�.�b�\u001f���ޫ�S�\u0015���k�꿵?qj\u0003��j�$bh��;��\u000b:h\u0011�\u0002E�\u001e?���\u0000\u000f�I� \u0017��Mr��\u001f���4/��\n<\u0019�\u0015�\u0000I��I�h-рh;$���T\u0006���c.|x\u0006�m�OS�̎�8���c�\u0000ubc�Z��\u001d�=�^\fO.<b�(�<K�:��F�NT{8ї���:#���Ϩ��\u001d<t�~�\u000f�0��\"O�FO�@K�\u001f7�>X��Q>\u0004C.\b�\u0000��������f�����e��'�<�U?����\u001fv��ǋOP\u0019F_fx����I���9�Ǎ�o����\u0000{��\u00005��e�j{P��Pj��8K�4�\u0004��R$q��/8�6\n�H\u001f�t�{\f���>���\\h\u001f\u0007\u000f�b+%K�!�\u0000��G��C\u0017RDH�#ؽ\u0015�8[.�;\u0000�@���D׳ص\\\u0000+�g1?*�\u0000�/��)�=��j\u0002\u0005��^E�*\u000f��S�@��a��i��m-Fp��8��R�\u001b�7�\u0000i���Xκ�E��zxa�3c�t\u0011�*�4��\u0000�7&G��>�tG��\u0000�OS�\u0010ŌH��9\u0018�ɏ����_�k�2�_�,_��2�\u0011��>|y'�w�a�\u0000�^��~9���R�\u001c�c>�.��/>Ϳ����\u00002?;��\u000e��O��Y�\r��g�o�f��g&���K����ɘ��#�?��\u0000��\u0000�_��\u0000����up��Ș�0\u0013���\u0000e�\u0000��7_ǲf�g��\u001d\n�H�\\��\u0000*m�\u0000}�\u0000���ߋ�߉\fp곌b8+d�|Q�\u001f�\u000b\u001a\u0007�]G$�\fp�\u0012��\u001f)��\u0000r�?ħ\u001f�dL��\u001d�/���_�k��ƺ����\u0012���\u0019n��_�\b�ٰ�������s�\u001c�����\u0000C�@��\u0000�te���2�;����࿅�=9͓6H�#\u000f,���G���\u0000��!�����~\u0001�\u001e\u000f�zie�)�$cX�#\u001e?�\u0003oº��������(��������\u0017\u0013��9��dl�N̾'Y�8�\u001e�.<\u0011�\u001d�\t2��-���G��\u0000��.���#�6H�BS��i�;����\\%_̇�|�\u000eW�\u001f�\u0014�\u0019K���%(������\u0000.\u001e�\u000fS�v�\u0012\u0013��\u0018���g\u0014\u0003��%���7����A��q�\fp���@��G�ٴWr$^~�8sb��\u0010q\u0001�\u001b~\u001f'�޸�8\u0017gT�2\u0006��s��\u0015ä�\u0006�>�j�\u0001�\u001e���!�D~�X�\t�9�\u0000��33\u0010\u0000�}����'RF�О�H��&.'��/.I�h\r>���fY�ݖ Ǎ\r��7\u0002dk_5}��@JP h\u0007��\u0019H�\u001aр G\u0011�vc�}���\u0018\u0003o4f \f%�n�\u001ffI\u0011�sb�h:�\u0004y�|�A\u0003AT���\u0019_��wHȓ`\n�l�=##�Omt\u001eǟ\f�c��\u0003��B��h\u0007�\u0004���7�[h\u0002E�\t��ubR�\u0014CCS@��.�(\u0018ﺉ��Xˠ�t�.�6\u001eE�cϒ��\u0006 �{1��\u0013\u0007J۵㏗J{\"\t�Ј�f&h�?汖Qۮ���\u0000t���\u000f?i&\u0003ͥ���\u0003\u00111���W_�\u0015���\u0002H<�\u001cb2�\u001e+\u001a��\u0010F_KK\u0002�C�I��\u0018�%3D�\u0013�1�D�x�;\u0018\u0013�E$�;��ѨBD�Y���l����\u0003p�aN|�\u0017�\u0007\u001a\u001d엣4���y� ��3m�v��D�A�\u000e�\u0012��<\u0016�H\u0004|_�қ�-�8S�L��3�\u0000E�JN�C����\u0003S�<��!�$\r\u0014��Q��=u\u001c5[,ݟj)\u0004��M\u0010\u0000��?\u0011dQԊ�M\u0019\"\u0016d 7K�)h���{\u0019\u0004�\u0000�\u0013:\u00067d�\u00101��bҼ�=�\u001fQ~�;�s�ҟ���ޫ�S�\u0015\u0000V�ĽW���+go�\u0007�E�\u0014\b�@>dؐ�\u0010N�^�z�7o�\"\u0007����G��\u0000�@\u001e�Ŀ�\u001do��\u0000+��\u0003ƶ������+]W��u_{�\u0002�u�x��\u001a���\u0000������\u0002��W��?�U��H�܍��h����y|�O�/.y呔��w����#zѮ�/���\u0004�nz#��\u0011�5�,�Q��o�{e�\u0000��\u0000�\u001aec����y�SL~m\u000f\u0007�o��x荺x���a�[r�v�� �\u0000\u0014\f����Gy���J\u0013��j@�\u001dG�@X��[vd�\u0000�����\u0000���]��0��/&o�\u0005���lI�M?�\u001d��\u0000���ifX̣f#�(���\u0000�\"��d\u001a\u0004�{���}�\f�\u0000��Iݡgi���@�0�D�B2\u0012�\u0019�\"�\u001aC�z.�։\u0012ԏ.���\u0000�{��;?5�vC\u001c���?�}��Q��Y�-�����u�Uʓ�zE�:�8Q�5�y#�Y\u0013�\u0000I18��\u0000�G�ǇG8�\u001e�����\u001c\"��\u0003�:b=\u0018\u001b>P?����妲\u001ei�,$�\u001eS��6���Ɇy�u\u0018�O/�e\u0019O46�z?�Y����e�O������}\n��Є�}X\u0003\n��;\"�����so�����\by��\u0000�\u001c�\u0000����K�\u001cq�,�Ҏ���\u0000ь����\u0000v>O�p~\u001b��1t�#<Y�\u001cs1;���\u0000�\\�\u0000�\u0012G�d�:�~�ӈ\u0019^̙6�˻o�l��9\u0011�d3`�\u0004b\u001f͎�J\u0010���|~� �#��p�V9D�X�\u0000�����\u0000�l?��Ǥ�G�=OS����d�\u0000F��\t� v�\u0000�߃�\u0018�v��})y'�\u0000y�����\u0018vu�6��\u000f���;�E�?\r��G��1t��6�rJP�6�����.�[\u0007�%~��w�\u0000#�\u0000\u0004�\u0000͟�@��_�\fɔ�\f�%��;����_�U��?��\f��t�\t��Lq���\u0000����g��\u001d\u0011�\u000e�p��J_���\u0000�?��\u001fC��\u0013��\u001f�0V�y3G��\u001c�����\u0000�Y�\u001f��\nz�zΟ6c�\u0003�%y���\u001d��[��?�WH58q�9�E��\u0007�=>\u0013�e7�?�rK�2�f,?��#�\u001a�n\u0000�-\u0010�:\u0019�A\u0018@��\u0000;����\u0000��\u0000��xz��\u0000��S���\u001e��F8�IC�\u00005�c���=L�#\t����孂\u0012��P�Y�^��������?\u000e�zl���\u001eӊ:T|����\u000f&o���\u001c\u00138���5-�3��l|�\u0018��~5<8���cݖ1��>_W���\u0000�^l]?[�V9�\u0018u=4��p��\u001f�����\u0007��aO����M��\u001dL�x�m���O\u000f����]���&��n^�/�����\u0003$wc��(d�\u0000x�\u0018:��6�~�\u0003\u001a��t>\u0014\u000fK��c��d#�u)\b���'N��^��&\u001d<�Hk����\u0000B�\u000f�ٽ\u000fűLc9k\u001f��<���]\u0016\f�W�Q�}\u0003���wye�R�L_�O���\u00005�@��n�\u0007Z'�\u001d�'d��|�4:�\u0019�<8de(\u001d�c�?�M�������a��\u0019c�\u0012N��d�~\u0005)˪��l�����-ٿ��F}\u000fV\u000e�,Wg�q��y{�\u0019B2�7��M�\u000eڏ���6\u0007Ԉ�\u0000���nR\u0010��\u0007�i\u0012\u0002���.�J\u0013\u0007Z\u001d�CA�[\u000f���\u0000\u0013�\u0010'v\u0005�+�22��v\fa���\u0010O��Pj\u0007\u001e\u0002#S �:\u0018T�_j�oA�%D6\nH\u001d�Z7~\t\"�GmZ\u0003\b��C�N�R\u0004\r>\u001fcS��ƫ\u0019n��\u0001\u0003\u0011)@]k���I&B��xwj\u000e��k��H\u0001���K\u001bc��\u000f(\u0016i�0�\u001dK\bk�f&�Ԡ��(h>Ӥ���iN\u0018�\r�,+71\u0015�'�=� Dh<\u001cF\u0010'��GO��\u0018�y��XBb=>���3\u0006�I\u001eT�\u001dA\u001b�\u0011���8�M�\u0001�4�\n&Q\u001f��$���?7Lq�F�Y�ݠ�\u0000\n)�v��8����\u001d8\u000e\u0015z0�َu�\u0005�[1\u0002��<`\u0003�/P6F��\u0016�A�5\u001f1\u001e-\u0010\t�՝A�Ȉ�2���(d,\u001d\u001cF���f�Ӂ�\u0012�^`�C�\u001cD\u0005DPA�\r�U�\u001e���\u0002�f\t���k_\u0003�[��4��Z�j\u0004Ȟ\u0006��\r�\u0013U�\"F�\"��D��:���\u0000\n\u0006=G�q���ǋ(���e��E?���ޫ�S�\u0015\u0000�\u001e_���z��O�T\u0000Ek�\f`�z�\u0012n�\u001c3��]|�q\u001a맕\u0003��N�X��?W�{����e\u0003]#��Z\u000f��\u0005�&\n�ݖR�\u0005�\u0005'��>W��H�F\u001ew\u000b���t�)%W'\u0007���Q�FRG�\u0006ؼb6�����a�DY|�˓ޔ(\"\u0000ޚ:��\t\u000fs�.�S�\u0001C����p��ěH�cĢO�-�p�И�\u001f��\u00006>�:!C^8��=/�\u0000��iT��P�X�7C��\u0000�n�\u000eHjd<b��g���\u001a�B��\u0011�?�)/\u0013���rԈ��r=1\u0006ȫ}��`w�OD}�G\u0013��\u0000f7R՟��;h�\t�\u000f�r�1�]Ԏ'��&�ay�a�=\b/�b4���x�Q�\u0017FZG�ҝ��^���<�<��\u0000�\u001c2a\u0018�\u001b�\u000e��@׏�O���Y�\u000en��8��\tT��M��M�d�\"��\u0007Q\u000eD��$����X�t���p�>e\u0012\\��W�N\u0014�\u001a-{9���췱�=�&G\u0004\u0004$\u0004�<�n��yz>�7M�J2\u0004�Y�3��6O�nL��O��^'�\f��\u0012�\u0004EW���?\u0011�i�d�\u0011�%�\u001b'�m���\u001e��e�\u0000ߟ�|�S�WDe��\u0012z�\u0019�\u0011,\u0018��H��/�\u0007�\u0000�ܿ\u0010�\u0003\u000fS�#��p�\u0012\u0013\u0019#\u001d�\u000f����%�~ńl��ۂ\u001fǓ�\u0000����W��\u0000�s���ڥ?�N^����\u0000s���_�aN��?\u0002��c\u001c��2�\u0018�_g.��*�\u001dOA��=&:�8�\u00113�_+��Bpś���C��(\\a\bzR�O�\u0018�\u0000����:����\u0001<��Fc~n�m���~��\u0000}�\u0000��\"\u0006�?\t�S��\u001c8��\b�Ꮶ?�\u001b�S�V~��i��\u0013,2ߒu��n���\u0000�S��\u0019z>���vOt`'��$����0��\u0018u0�I��\fa\u001f,��\u0000��\u0000t���+�I��6)\f}F#��\u0000��\u0000w��\u0000�Wo�z\u0019��$�rc\u0019�a3�\u001b�}L�\u0018:��\u0012����8F\u0012�?��o�}\u001c1�������Ż��V@��|g\u000e(c:��0��\u000f����s�N<�'���o\u001c����^N���Ǩ͘g�q�|{=9C��dv���=wW.����\fQ�����N[�\u0000��aM�\u0000\f�/'M�'U��dϐm;F�F\u001f�7�~\u000b�ty'?ó\fp��b�\u001d���\u001b��ޫ��e�uR\u0019\t�,�3�엓��\u001b��G�y�,����\u001f������?�z\u0007��ࣥ3��O�͛ɖg��_�Í���?]��Xz>�G\f�1\u0013��1��\u0000C��~)������?����\u001a���w�\u0018�:<�\u000e��qC/Q\u0000?���J\u0007L�\u0000���\u0000�?b�?1��<�\u001f\u0014�t_��\b��\u0014\u0006����\u0000�'Qד��\u0006[�q���\u0007���\u0000�o/M/�?\u0011��T3G\u0004%~�-����\u0000Ns��\u0000��\u0000̍!�/ç>�\u0017Zf\u000f�\u000fNq�wN[r7�\u0000B����͌z����9\u0006\f����\u0010�\u001c������/7W��=oQ����~/N>x�\u001f�P�z\u001f�~\u001d/�w��Kԟ�q�?�M\u001d\u0017�߲�\u001dGQ9\u0003��|\u0005|\u001bNO�\b�t��K�,_�C0�\r�86o���8��\u0000�^n��/A\u001c��9�_C$c\u001dۧY?�w��>�9�Z�X?\u0013Ϟ>��J֣�\u0000�_#/��ˋ�ˀ�3�1g�\u001f\u000f����~|�c)�\u0002��\u0000�.Y\u00190:U�<�\u0000���,�M��s�~#�.z�\u0007��\tO��\u0000\u000e��7��޳ ��=L�x\f�#��÷�_��UPe#����e���\\�q'w�A�l��u����]�6Z�Q�^\u000f��ϧ�nI�0\u0007��a�1�#�-6{�$\b\u0006�j�g\u0013\u0001�y\r\u000fr@�@\u0007P�k+\u0003_\u0014qv��\u000bG��\u001d<VF5��Pl��sOZ\u0003�\u0006�t\u001c{\\g���M�J7\u001e�2@����\u0000H\u0002m���\u0003�xm����݀�[��<\u00111��5�\u001f�\u0011�\u0007�r�\r��?���h�[&8��3\u000f �V\u0011���\\b\u0002�l>S�\bF,wz޻��[�\"8:�lJ2�!\"5��g\u0012G�Ѿ�!�\u0019n�x��y`\u0007\u001a\u0013�P&CS�jc,�TH=�M\u001c���K��\u000e��מ�s�ɓX\u00105�\u000f\u0019;�fR�\\Gw�\u001a\u000e�;����iN�@�^��(�V+�kCb�i�gR\u001ar�!�_.�\u0002_'��evv�\"�C\\X�c�p�#_�\u0015@Q�6t\r)DY��\u000ed^�5)[=��\u0000���\"���[�\u0013Z��ޝA���̈a�v�{��G���\u0000�\n�sڊ���ޫ�S�\u0014�k��GU����b=��`\r��e\u0004��\u0000���Ӷ�,V�\u0003��J�X�~_��{\u0012�,t�?�O\u000f��S�G�3�a\u0017��N��9��F�ȍ\f_{��\u001e�\t�I�\u0010��Թ�{\u001d�k�F�!g�_K\u000e!v\\zX��W�\u0003���$iM�5�ӻ4-耾�Y�\u001aD\u001e9�u\u0011�h�����\u001eߥ��W�Z\u001fF�#�9�\u0003���EYg�{;��vg���\n)���\u001d\u001c�\u0010<E\u0007�Q�O\u0001�\u0012\u0015z��\u0003� �ׇ\tiz��\u0007:�y�=��H�G6X��\u000f���c#�{>(�đ߽�H�n�\u0019g\u001ep*��s�\u0000���Y\u001cyA\u001e��.�H1��_�s��f��\t��5G+��\u0000�>��\u0002���k�J\u0005����<�!\u0019K�\u0011�\u0011>���2m����t҆\\F8�\u0013\u0011/^w\u001f�'O���\u0000\u0019��\u0000�'����_�\u001e8��&ΠW\u000f��}\n�\u0017��7/U���9�\b��\b�~��;��?�;��zΟ�\u00110\u0019'\u0019���<#����=\u000f�9�����G�?���\f�Gx��݌�#��\u001f��\f97JS�\u0003\r��鰧�\u001fó~!�>i��#�\u0017�\bK�O�~���n=\u001fA�K'M\u000f��\u0013Ӓr���\u0000;�\u0000\u0015�\u0000}���\u0000\u0015�\f��\u0011+�\u000fV�(����\u0000�\u0018���\f�\u001f��\u00120�{���2�\u0006_�pt�z����\u00033�\u0012�\u001f�WQ����8t�\u001f��\u0012\u0012���\r��\u0000�\u000f���\u0014�C$d\u0007S\u00118��1���]�[�=L:C\u0013�����\"��K����\u001c�F<\u0012�\t�\u0010���~\u001fM����\u0011Ï�ǈ�σ'�\fYO�c�o\u0007�\\1�\u0013,]6iF�t!�/�.�0�U�\u0018DGԔ%���\u0000�/�k\nx�`�?\u0019�zc���1�|�e�\u001f�L헧�?\r�%����lYc\u0018��\u0003��J\u000f��o_��,>�+\u0011�\u0013\u0019|Q�_3�\u0000^LdK Ø�$�y#\u001d��\u0000`�z����]�C�\u0011�,X0��'�O��_\"_��r��hF\u00062���\u0007��oڱ��\u0000�M�l�\u0000���>\b�\u0004�\f�ٌ\u0006�?�\u0017��r�\u0019Ǘ(��c�\u001c��#�;}_�^D\u000f3?A�\u001c]|c��\u00002p�G�� �=1�rO��r@�_�z\u0019o�߷�\u001d��~�\u001dFl�<A\u0012�DfO���\u0000t����O�\u0016\t�e��F�\u0018��\u0000�i\u000f\u000b��³t�^Xf�`��\u0016_��9/\u000f��Lpu\u001d7O�\u0007Q�\u001e�\u001cM�9��\u0000�h�\u0000y���?\u001c�\t�C\u001eL��v�ˊ?���\u0000y�����\u001d7U\u000e�\u001cr�\ty����\u0000�\u00108\u0003�t]7��\u0001#)d�\u001f>���ۗ�\u001d\u001c��\u0012��D��YE�'��K��G�Y�Y�kH|~c�g�|\u0012��]��{vi�o���\u0000�O�Z\u0007\u000fI���7\u0010�}\u0003�e�\u0016\\r�T�k��\f���\u0018z\\x��1�\u001e�.φ\u001f�i��~;�\u001fI\u000e�Q���G\u001cx�\u001d��\u0000���\u00005�˯�O�\u0014er9��r������_�r\u000f\u001b�\u001f�3C��^�\u0013�S�lя���?��\u001e��!�>\u0003��\u001b��go���>�S8��O���u��^>��8u�#�\u001e,�M�Y#�\u001f�ma\u000f3��/>\u0018c8r�,�\u0011�b�\u0018�o��G\"�+�gϘO����\b��#�\u0000w�Ǔ�����\u0000ud{#��\u001c�\u0018�\f�e�~��n�\u0000�=\u001d_[��\u0003&b@'dc\u000f�_�k��&'/��.L�p�\u000638�w@}�x��g�\u001b:3�u�\u00006��#���P{zγ\u0017�؎L��\b����\u0000�1�\u0000�����>�\u0011�q�q��b��(�a�����\u0014�搈\u0004ּ���9�1�_7���')G\u001c'\u0003��?Tm���;d�>�\u001c�D�0�~��%��N�N��i��\u001f2?�t�\u001d|��3������?\u0018��NP�g�$c���\u001d���\u0000�iOL\u0013�\u0019(\u000b�/��~;���\u001c{g\u0011���.Hmş�\u0000\u0014�~#��\u001e�Cճ��c����\r{�f2�gY��\u0001���i�\tzfވ^A�\u0000%�^S�t�� $\u0011]��vm\u0004����I�h�oO\u0017=�n�\u001f���\u0007���Ԑ/[t��b7\u001f��p�33@l�\u0000�&�\u001a\u0017\u0013����L2\u0018�f�;��_��\u001c\u0019\u000e�#�+�\\f&\fD\u0005��e��n'������U��\u001am#N^��!�7���S#���\u0018$�A�\u0002o�\r92TI\u001c�\u001d��\u0002ǋ�b9l{tiN�\u0007�Y�dE\u0003D�\\R���i�b�i�9�Q\u0007i���uQ��ٗ�]B\f�d\u0004kn��B�ǹ'Ħ\u0016\u0005\u0013gŁ\"M�6\r��\u0019W͋����v%Q��\t@�jU|\u000f�1�Y:\"���\r\u000e��\u00069~,D��=�&�\u0010�\u0000\u0013֊���ޫ�S�\u0014F��O)꿵?qj$�⩌\u0012k��)5����܍>%�x��x�\u0000�ת9�\u0007�'�����R�Q����:��|(�_���L�{G�|�|\u0007��O\u0018�O����x��g�/�G��@��%�\u0003�y�X\r��c^\u000b��\"�>Ǯ\u0011��p�j�\u0011�rt4�\u000f\u001e]\u0000���\u000fa��=�\"\u0014\u0005{4�\u0000���}�\u0006�\u0006��l�E��\u0004��}�H�(�~�\u0010G��E ��\u0011�Y:�y�$\u001e9\u001a\u0016I��쁔���~\u0017�C�\u0013���B�\u000e<���\u0000��٣q燻,}�\u001eYW�.�3�2 �=���A�+�\u000b�����O($�zSTp���A���q��ƥ~�_Y���\u001fʈ�6��\u0000���k�n=4�\u001f/���b|ƃ�z�Eh���w\u0007�=f,R��\u0016z�韠��3K��z��\u0013������'R���|s�\u001c��w�\u001d��q�\u0000��\u0000�7�~\u001fҌc\u001e�l2�6��%��\u0000�0����3�\u000f�G����yq����9`\t��b\u0010�\u001f���?���\u0000��/�S~�].\tK,�A��̲��\u001f�Y?�\u0016]&\u0019�Nb\u000e*�\u001e��|�Q�C���`�\u0013����z���\u0000�\u0011�f|�\u0011�.�\u0011�\u000e,�2\u001f��������\u0000�?N:L>Y�y������\u000f����\u0000)5�>!��0\u001e�ݾ�}���\u000f��\u001e\u0013�NLz�@o���\u0000�?����s<�c��b'4�\u0018�����ذ�\u0000�/�#/��\u0013��� ,�����\u000fE�\u0014�<p�d#�2��\u001f��\u0007��Vs�~!�\f��\u000e>�z����\u0000����O�\u0000B��\u0000���oU�dǃ,!�S�\t��o�?W��ŚQ�X�J\u0006���?�k�����n\b�\u0002L����\u0000�aO��z|��}\u0017���3��K��^��r��\u000037��\u0000�ݿ\u001c͏���`��'�ՎO!�����\u0000���1c�\u001fO(\u0012��3�8��\u000fO�\u0012pc�\t�Q\u001ed\u000f\u001f����~!����nX�|�?��ħ\t��\t�!(����\u001f�O���,��\u0012����>&�����v���x�ns�\u0000�i\u000f�ێS͛��\u000fO!)z�>}���\u0000�O��O�Vg��+�\u001dGK�&]��-��\u0011���O����\u0000ʯgS�oM�7&(K'�\u0011�\u0000�\u0018��C?�T\u0006\u0019z�c\u001f7��X��\u0000�a�\u0000�Dg/��\u000fò�\u0000���7�\u0018�\u0000���u,�Y�\u001fO����\u0000v?[�\fs���\u0011(K⌔���?Wdwק��ޟ���-2��c\b��;����Y���s��)\u0019:~���?%�K.�\u0019?��������W�x\u0004a�0��%�\u001ck����$K\u000e)d��\b���\u001b�8I�\u001c?�\u0001.�'�#\ff�)�>��4?�_�\u0000*>M���L0��sb�)��\u00007�������/���\u0000�o�<ۢq�\u000e�%����������a\u0016��̞\u001e\u0019G��\u0019��D�n��p�ˏ$'�\u0000\u0011�\u0000�w\u000f�dr�Ny2G&Lز\u0003�0�#\u001f���\u0019�\u0000��GX�\u000e>��œՆ8���[~��(Ǩ\u0002\u0019\u0000�\u0013�e����!3��S\u0016,�\u0016N��1���D���?��=�\u0000����9���\r�ײ\u001e�ח\u000e,�IԠ~1/4r5�t�͌b \u001cU�O����\u0016���>3�:\u0011����%�ܑ2�,�rw��?�<��\t��O]���p�Ɍd8�e����\u0000�t�g\t\b��ٴJ���*��T�\u0017���zo�q��\u00008�\t�7������\u0000�\u001f�f�Q��u\u0013���\u0018�hKԞ\u001e���=_�Ρ�%�t��0\u001cq8�q�����\u0000\u000e�zi��qF3���3Jx=WU�'S�uXr\f���<}/��>���Ջ\u0016?���\u0000��\u001b�~)�&C<�F\u001c�g$!�R��t����\u001f�qտ[����\u000eC�\u001e(�'�F#w�׫�<�\u0010�\u00111bB2�(�\u0000�i$�}Q�\u0004���\r�'���\u0000\u0018�3Z��FVO#V2F��\u001ad摺'Z-��fŹ�m5z>�!\u0003\u0001:\u001b@�\u0000��\u0011\u0011��5�|?���\u0018��}�@t'h��\"r'��\u0000\n4@��e�jё\u0010������\u0000̈�\u001a�xN�K]6�\u0000\u0013\b\u001cr�\\�J���$dN�m����24\u0011&�#�\ncF�`\t��[��R�g�\f\"GS�o! �\u001d\u0011��0�\u0018�8\u0018��]L��=�d���,\u0000\u001b��\u0010�m��)�\u001a w�E�g���;6'|2I�F̦$\u0005�g��\t\u0018�¥�\n\f�[(�\u001fk�J$a1\n���0��\u0004��\u0000(�r\u0003p�Gٴ�g�� ���\u0004�\r����\u001b>]Y��A\u0000�\u0017��E�:�B#���(΅�?ҁ�qS��O[Ǟ���{\u001aS���ޫ�S�\u0015�\u001bt�\u000b�j~⠊&�\u0000S\u0018(�����\u0015|Ǒ�t\u0004\u000b:\u0004\n�S�@�?\u0012\u001f͎���^\u001d<\u001e���9F���O\u0017=�U>\u0014x/�X��܂S'�O�9����r�<�v�^7�����Q����\u0000�@�����C��'�\u001d�\u0003ÇQ�~�,fƇ�\u0003����a��>��\u000fgf@\u0003�\u0007GH�o�\u0014 �cZw\u0007����\u0000��G�R n�#����1�\u0003L�;G\u0015C�\u0006\\rO�\u001bd�jG\u001a��\u0007<\u000f���u�\u0014\u000es\u001b�\u000e\u0019#�\u0007�t�(�t��G���\u0003�7�\u0007�8���f�Q�\u000b˒68\u000e��xۨ�c��Q�\b:<y��=�\u0002r�������|6>�\u001fo�O��7��}'���h��\u0002��;m�c�|Z���1G�!\u0017m�ƇA��z�Ah���\u0007����WƟ�\u0012#�\u0006 \u000e�\u0006��/�\u0000\"\u001dc�#�[\u001b�:�|\u001a�t\"����r~\u001f��\u0001'����(�\f�����h\t׏�v�f��\u001a\u001cwߵ2cT\u0011^�P�R\u001b}�t�dw����\u001d)\u0014\u000e�#o�\u0007CH\u000f\u0005��C�Y�Ӗ@\"��r�\u0013ZG�� \u0012$\u001b�TY�1\u0017�\u001c\rKQ\u0011�\u0019I�O`=��;����\rk�S�:Yd\u0003�Gx���\u001f�\u0006��1\u001b`5\u001c��qK]�_��8�*]����\u0019�fg\u0013\u0013~1\u0011o\u0004�d��}�ݹ�D\u0010kO3��2\u0010b\r\r\u0001a\u000e�w��/��\f�t�|�o6L���K\u0019��>\u0017�-����}��\u0016\u0001\u0004�u��39\n'�\u00009z�T{4ԚGN��R���\u0007E\t=�@K�M��bd���D1'�yr�C�/P�K]Cϛ�\u001ae��$�{z8�w�<<�ǫ!\u0001����D\u001b<\u0017$Kr��x�O���O�\u001b=�2\u001bkA�,c\u0001^(�\u0019\fq�p\u0011�\u0003\u001d�by�J\f��C�\u0016�\u001d\u000f��0����\b�p��P\t��\u0000���\u0011�a�@1\u001d��\u0000$�Tr\u0002L\b��\\�m�{\\6��[��V\taNx�tA\u0007��/)5Ǳ�Y\u001d\u0018d&�j'�b���\u0003F�\u0003�i���<�\tq\u0019r]\r륺6a�C\u00183<\u000f\u0004���\u001e<o�{A�9�[�a\u0006$\u0011q���9�\u0000�)$\u0003�]�j���\u0006�ӖI?4ص�ОCJ\r\u0001\u0004�6���\u001b\u001e\f��M�V�\u0013��se����z��'Q~�?\r�Z)���ޫ�S�\u0014�v�Uy��j~�\u0003Q\\�l\u0005����\u0000�T�֫�,��n�J�\u0003��y?�ߪ8��O\u0000���@=Q���^\u000f��S�G�3��~)���|���\u001b���.�Y�\u0011���Q��K{~~׋����ɚx���Հ�\u001e��{>X�#\u0010�z�\u0013�\u0003��\u0000��5'�\u00028\u0007��n�\u0017ȗ�\u0002\u0006���~!���ڄ���x��W\u0017Ǐ�<\u0011�c-5\u0005��]\u000e� mTu\u0017��%4;�Z�=�i��Y(s��he�\u001a|NR��@k��<�sm\u0014h��|��M�C��\u0007�<�\u001a�?i�Y\u0005X�<ϙ�L�\u001a\u0001��\\Q-!s�#TF��As8HЂ�#�U���e�]X�=?���j��GPi���zy\u0004��w�\u001c3�Ԧ��@��u߅��\u0000t����<'�Ӑ1CS�\u000e�v�������cט�a�!�9�\u001d�`�O�JW����\u0000�\u001f#��\u000bDu\u0018�Es��l�4�<���<�Ì�$��f%��\u0018�Y���f�\u001cX�Ќ�NOO����\u0000�\u0014�\u0017\u0010\u0006���+z�EK�x���f\"v�e��|��Ň'�?�W�\u0000\u0004u�������m��\u001b��\u0000�\u0014\r�\u0002���i�h�'S��z�u\u0006b\u0004T\b������z����z��pO%���\u0011�Y'���$<���\u001dO��z{�/Ww�b�}?�s��������\u0000�������l�=_O�\u001b��\u0000��?\f�l�D�|����\u0000\u0019\u000f��\u0000�Ww�X��\b�����0�1�\u0002y>�����\u0000��\u0000��7����tx}l����JR��'�\u0016�;\u0017���G\u0015�e-��=\u001f�ɇ\u001ehl�\u00118��ܚIT��\u001f�\u0000͓\u0001\u0018I��K�\u0000��Y\u001e���\\=.\u0018�\u001es��Q\u001e]���V3��;���q���\u0010��\u0000�_\u001f�'�\u0000Fr�\u0000�}���Ǐ\u00140�\tz`\u0001\">�SIC����z�dsG\u000fU��3�%����>̇���~�yGY�/�#n0��ԡ���\u0000�Y:���\u0012��\\��i\u0011/��e/�Z�@��ȟ/\u0001�zoţ�uG\u0004\"=:�ܷ�z�O����\u001f�\u0007Q\bt�)�f\u001ei�'���\u0000}�����\u0000\u001a�t���߉zp#da�u�_���\u0000�25W\u0007$l����\u000fE(�=ILn5/��\"�_�d�zR�,b���v��Ս��:>�7Z3a\u0002\" F\u0019g[#����e�\u0000�t�\u0010�q�'���R��ǻ��\u0000����(��\u0001������鱜Ӈ��1�\u0000���\u0000�[���0��e\u0011�p��\u001f\u001b��\u0000�K���:]�F��&O~OK\u0007�e����~!�\u0019=h�O\u0016�vGn��zx�\u0000޲�IB\t��Q���I\u0007p\u0006B���S|/�� \u001b���ę��\u0000�\u0017����\f�,r22�c(�ߌ�\u0013����>l���\u0017��\u0000�\u0015XŪ\u0019�\u000e�e�>�Q�\b\u001f\u001d�\u0000���\u0000u�����\u0007�&�_��\u0000��\u0000�џ\u0006\f=!�M \u0006ؘy��\u0000�=wȔ����2�`��?���������uUW�����:�Xzq�Z��\u0000f0�Q�\u0000��]����e�:�'\u0010�l��\u0000\u001c�\u0000t����N�\u000e^��\u001fo������\u0005��\u001f��\u0000\u0011�_�\u0007\u001cd\u0004\f��1��q�\u0000�mh���,�}VLzo\u0006μ�.G0ǮR#\u0018Ԍ���/.n�\u0007J!\u001c� �1ɴF_��\u001d2t�?�\u0010ǖ��\f�\u000f�������SDt\u001f��\u0000�\u0019�c�v�#t%~i��?�cO_���\u0007O�\u0007.S�G��\u000f�\"!�u\u0011��.1\u001f���3ǧ�겈�@k�����_��\u0000�ލ%m\u0006�'E���\u0019OM�\u0019ŗ��o���c�Q�ԎY`�q\u001c�\u001ad7�?�����tg��Zz�\u001d��������\u0000�:�����lsa�e�B>��\u0004�Dc��\u0000ߟ�M4�\u0018��E�î�g\u0010D��$~\u000f��K�\u0000)7��C^���\nX�\u001c������?���\u0000�?��\u0000�_K($Pe�8!цq�\u0003�q���\u0000ŵ�2�O���>��58��y��/������&1 ���(�ʙ������;@7�yg�C\u0004�o\u001ac�r�_��z��ŋ�\u00001�r��\u001c�vo�%\u0019z��\u0000ޏO�\u001f��\u0014�\u001c��쳦��/�g�\u001e�q\u001fFF�H�K&�ޗ�\u001f�c�g��\u0000�=W�h\u0006�\u0001\u0010�>l]4\u000e\\�\u0010��'\u001e������\u0013\u0013��\u001eYG�\u00001>7�\\\u0003��N�_\u0004��q?kϏ\u000f��FhG��k\u000f�\u0011\u0011�58�y���\u0000�l)��\u001f�t�,�>� ��\u0000�Y��\u0000��{q�h�X�0��(����\u001fC��Q8�U�t�Do�wo�OU��_�V�\u0000Ž�\u0000�d�E�D�\t\u001a�0c��s�O����Q\u0003�麌}n?S\f�6au��\u001f��\u001c]V\u001e�R�)�8�ܕ�^\u001c\u001d\u0006S�`����\r��>=����c�\u0000ʟ����\u0000�{\u0018Ó��\u001e#(�n�\u0000\f�0����\u000e�����$a/�]۶�='Q��\u0004��\rn��?-�c͗�\f�#�z�\u0003d#�ˏ˳���W�\u0000)��A��\u000f�se��a�1/W\u001c�v�\u0000##`������]G�X�}9N^_<��O��\u0000�7N�񞓪&8r�F�\u001f,��\u0000�W���\u0000\u0003���\u001d><�B��c\u001f�,���w�bx�G\u000fW��\u0018t1\u0000a��Lcn?!���\u0000S�\u0000�TS����z^����##���-����ś\u001eh\f��%\u0019|2��\u001f����~%��<D��\"%��\u001dއ��ď���c�u=>\u0019T�/��_\f'/��\u0000旅��\u000e�f�Nd=Y�х~��}g]��0ߞb\u0000��/����\u000e��?���rNQ92d�ڜ���7��\u0000.\u0011\u001c=_M�H\f���������q~�\u0000�@�z^���be��J�/�(�\u0000�'�z����9�\u0000\u0011��F>��g�\u000eO�_�V\\_��2?RO�\u0000c\u001b)��\u0016F��$����\u0004C\u001c��=̵{\u001eL�K\u0015\u0013�ҟ���ޫ�S�\u0015�P\u001b�\u001dd�W���)�48��0\u000e��|_\nw\u000eoA�_6�_d�}��\u0000$��~%�Qg���\u000f���N�X�|:�/\b\u0004�<H\u000f��\n<7���~(,�-k���gD/5�.(�\u001f\u001b���\u00040b��\u0004��NR�\u0018�r�\u0000v��r�NRj�t_\u000b�1f��\u001e�h^�0��x�Ќ��\t�xj]4G�ȟ�&��\u000f\u0015�,��,\t���962ÄyI\u0000�$��@�9.���a\u000f�㟵�\u0000�����tDO�\u0002%�5�\u0000�����\fr�C�\u0010ɋ�a��|�b�PǔK�~h��O�ql�#C�9:\u001e��ǆ2\u001a�F��2\u0004\r{ny��Ei�(\u001c\u0013\u0012�H�\u0002>,��Q9!\u001d\u0007�ԟ�w�)�3^Q�_�u9%��CC�-#�\u0003ƟQ)�`�\u0017q��\u0000�?��\u001f����\\q\u0013��'�|�`���\u001bݭ��>/���a#�\u0012+솸0�s�\u0004�6\t+�\u000e����zx�Qc�Uؒk��L�z�~[�����\u0006��<�G�.1 F��Y�8h,rv�f\u0012����dk���Z�Qʾ��H���/e����t�m���zcl�v�?����>�\u001eIB&\">��'\u0018�1�z���=_��[�\u0000\bϑ�zb},z���u\u0012�ח��=��\u001e?K\u001b����,~�g\f��vG��ǩ��\u0000�\u0000\u001a�)�\u001dT�,Y%\u0019C\u001eݑ�<�9�H\u001b\u001c�J*��\u000e�)�K\u0016Q]D���9�(��!�\u0018�\u0000f����\u001d��>�dq�P\u0002q\u0012��}����\u001f�������>����4F��\u0001�\u0007\u0007�rb��B\u0006�g(l�(����?�\u0000k�_�`�:����$�\u001d�؎���>/Q��ݯ*N�����8rFy��\u001fC��k����\r�u\u001d\u001e\\�2��gXd�\u001b��\u0000�\u0018\u001d�\u0000\u0018�_���\u001cq�3d�\u001e?��\u0000���\u0000����\u000f�Y�u_����,�\\6�2\\�C\u0010_��.^�\u0018�\u0018\u0019і��g�<p\u0018��2�*����\u000f��?�����3�\u001fU�\u0017E�e�\u0005��\u001f���O�\u00006z����/.�,�n�\u001e�|z�#��W-?�,\u001eoC\u000e��\u0004b鬞g1���\u0000u�����[\u000e�6\fY�\u0013\f�n˂'n��5�\u0000s��\u001b�����Dtx��!�����\u0000��~3�\u0000�\u0014:\u00121�ۓ-���<q�\u0000�_���.`�e�\u0017Y���\u001c��\u001cp�D�\u0000�_�%���t}?Q/S&8��������.�^���z���~g\u0007�\\\u001dQ\u001d�z]ѿ�>���o��\u000fW/��.iY\u0012��;a-��\u0007͏�����_�\u0001q�n��?�Ϸ.�P�OU�;2\b\u0019�\u001f����ä�o��S՘�p�~�v�\u0000��\u0000̍Wd���\u001dwO�z؄������?�\t�;=\u0017K�g�[��e\u000f&?�ǣ�\u0000���.F�\b�n_��ˋh\u0018�\u001d����^oO�����e��t}\u001e?W7�-�\u0006?�\u001a�`�8:�³����➱����\u0017�i�\u0000��G�\u0006H\f�z�/7ŏ�\u001f������\u0000��/���K�C��#�������\u001e�\u001a̓�='M�e1\u0002_k��O�1�W�xA鎋���Ŏ1�>\u0013\u0017�82��BY�\u0012 #�\u0013�2���\u0000���?\u0010�C,���%\b��\u001f?��1����_\b�˥�\u0010\f�/�yb��\u0000�^\u0002\u000f_��u��\b�BQ��Q�\u0000௕#��\u0007잉\u001f��������*�?�~!����d��wy+��c���\u0000|��\u00121���h���\u00002A�˧�z~�8�Y2\u001f\u001dW�ww�����\u0000�+�L=g��2������û���\u0000���\u000e�$j\u0003��W�t�\u001f��\u0015��麂%�\u0018�\u0003h��t��æ��\u0000\u0004G`�\u001e��݄ĥC�d�<_��\\غ΢y c\t��#��\u0000���1�����9K\u0014+e|3�\u0000���\u0000�_��(\u001e\u000e��Ȑx�\u000fS�\t�\u000eL\u0003\u001e\u0011�1\u001f\u0004k�\u0000\u001a����s��Q�Gɮ���������Ѝ\u0002�N�\u0016r�\u0010x?�t\u0019��'Sԍ���?���d�\u0000�x���3��3��Fu������\u0000\r\u0011n\u0019\b�\u001c�\u0018ܲhyx�l��*\u00111\u0018��;e\u0018d���\r�o�����W�Ő��)FB1��+�\u001e�\u001e?,?�|X�\u0000��\u0000�\u001e�\u0001ߏ�oy�r$�0���#���\u0010\u0019?��l���/�j^�;3C�Xe�\u001d}he��l���x�O�#��\u0000�G�1��N��Q�F��J\u0012�ŋ&.��7�q�%;�gS���/�y?��d}�C^ǲƻ���.+D\u000f\u000b�΋>Ib�GvL2ݳ�N\u001eL��\u000b�r�q��C�\u0001���,X��l#���\u0000|���p��e\"0�2��ϧ�0�@�\u0013�����4X\u000f��U�.\\�\u0018e�\u0019N�y1�\u0000��#�\u00006�\u00005�\u001f�N.�t���f��B\u0003�\u0018�����.��\u000e���Ǜ$a\">\u001b�=��\t�,gtO\u0006>h��\u00002 gCx۠\u0014��\u0000�=6\\\u0019��e��g=�2\u001f܎���}�\u001dF.�&x\u000e�be_n/<z�y�(c������\u0000��\b�3/U��9�\u001c��\u0007\\\u001e����S����\u0000�Y_>?�u1�f'\u0013�uYa�\u0010\u001f�ú}FL�G���Y:�\u0001ٛ$a.v̽\u001d\u001fW�5�R���2��́��\u0000��>�8#��P��6�x���?��?��x\u0006��t;:xtr�db2���N�/���\u0000�>��z^�\f�\u0019��'d��\r�F.���\u001e\u001c�g�c-�i�Þ>����6|8NlY����rw������\u0000�w���\u0016\tK8��e�J?��\u0000v�\u001dO_�td\f�#\t\u001e\u0004���X��\u0019\u0003\u00027\t\u0003���x]OM�_���\"N!\r���#�\u0000\u0012���7Q�����\b\u001c���<q����\u0000o�\u00007������Be�b�\u000b�\u0011������t1ݖB\u0010���\u001e\u0017A���?\u0011?�d�p�}8G'�2i���\u0000���\u000fk�M�����\t�`\u001f6ߋ�\u00002;\u0003\\ #٪�I$�x�\u001b�7>��u�\u0001\u0010�>���O[Ô�,w���E?���ޫ�S�\u0014D\u0002\b�Ʃ꿵?qX�nԍ\u0007𱀊�>\u001f҂#DQ�o���i-�\r?�|c�^��<���\u0000�=��^(�\b:�^���9boM���,з�_�\u001e+�L�=WO)L�J��|�ţ\u0019��0��\u0018�������/��\u0016H�\u0013�c�3�_�ǧ�2D���m?jO\u000b��ʗ_W����A���\u0018:�����5��6t���\u000e��\u0001z�\u0013��}�]U\u0017'B\u0004a\u000e�,��\u000e���w�N��{�`��t\u0003Z��{nμ:�\u0000�\u000f%�F�<�Q �\u001c�ŏ\u00063\u001dǄb\u0006��h��\u001a�\u0010\u0001\u0006Ń��y�f��n]#.5�\u0000Α\u0004Q\u001a���ޭƥZ��v�G\r\u0004_\u001a�\"x��n�A�o�#��^��\u0019ɚC�ïI�v>\r�q�%OoI\u0003�\u001b$M���[\u0018_\u0011�u�F�\u0000�pYQ���)\u0017����G��Q{\u001e�\tm�\u0013CH\u000f�y�u��Q�4c\u0013(��˗�,;�u��c#�m\u0003q��e��\u0000z�bś'Q\u001c��0�%�Ot���z~�򿿇���\u0011����=u�\u001e��5�k���dϜ�80����]�L�����?�����5�A��\f��\u001e�Ya�Y\"a\fw\tB>x\u001c�����\u0014�ט�BX�\u0000��`�w|Y������I��\u001e�^�ly!\u001e�\u0010�3��x̼��\u0000�͏7�����\u001f��9�\f��z��&�G�?ؿh�\u0000������󬣛��1,g\u0016<r\u0019dg(�s���\u000f�����d\fG�\u0019�?�\f1�\u0004�le/_n�\u0000����^��R�\u0000x��c�kG���'�q���\\�z�Џ�)Nyp�^��G�\u001fz�\u0003^ڟ�\u0007��)r�o�\u0012�\f����F�\u0016�H���\u0000�&��9�fn�&.���[\u0017ٗیO��å�:η��]�Dc\u0018���\u000f���\u0000�?��)��\u0019��b\r���u\u0006��\u001f�K��\u0000ʭ�\u0004v�������Zz~���\u001f��\u001dz���΋��[�De�O�b���s�\u0000����:�_/�]L@ͶC\u000e\b\u001e�G\u0017�� o�/�\u0011��]_c?B\u001fя����p�\u0019����\u0003\f|�'�r�d����[��\u0007�O��� ���y\u0007���\u001b��\u0000�\u0017C��\f\u0010�\u0001�B{��>]�!���ɟ��<?\u001c��\u0002�ߎ0�\u0000�o�\u000e��?º_V\u0019�F?<�x�\u0000\r�\u00003�\u0000)g~���知8a)c��jq�3��/�\u0000B??,\u001f����\u0004�\u001d��z�/�\u001f�7��\u0000�^�\u0006���\"z���b*}D��\u0014%���׍�z���u\u0003\u000e\u001c��\r�������k�G����`�݃\u0000�\\�~̳w�\u0000w?A��P>_�H�~%�\bh\u0006�\u0000\u001f�Uz����ĥ�\u0018K&\u001c�l�?�\u001e�\u000f�\u0005�\u0000�1�_��9�n���2F��ݰ��3��\u0000�n����G��#�tG��Z��?�k�\u0000\u0019�\u0000�� x�6y�\u001f��,�q��\u0012��/K���1���|�ܽF<�\b���\u0000u�\u0000��\u0000��~\u0017�oS�T�\u0011�d��\u0018��?��\u00003�\u0000\u0017��X��t�\u0000��\u001dL�����Y>\u0018d���\u0000�fL_��\u0000И�\t�#�ϗ>N��;���g�[\u000f��\u0000�?�?��u9��\u001b�שY3W�~������\u000f�fn�&N��#��~X�����Y��g�\u0000���y#��\fp��\u0000�x�S\u0001�`�aQ\u0014!\u001f,q�\u0000�聉�)���O\u0016��\u0003��\b\u0019d�VALN0�ӂ<��\u0017c\b\u001eڴH\u0003�Ҝ��Q �d�}!cS�\u0007y\u0013)\b�#\u001e��ƸP �\u0014�)k�ߓ�����<.IP����E���2�#_\u0007\tb��,��\\3�޴%\u0011#\u0003 F���H<���R�\u001cq\u0004B;�?��3���\u0000��/U�=f>�\u0000\b\u0012�)@���O�\u0000)3�\u0000Wf�I��\u001e��\u000f,1������\u0000/�^��=D��3\u001c�FL{\u0006 D��3�)c�=.���\u0000���Q �=Vy�<\"\u001b` o)�e���S��̝9��\u0002\"\u0012��,\tً/��W��\u0000�|��\u0000��\u0000߼��_�'$���ѐǰ�<�\u0007�6��}T#��8�`/$.;�����\u0000s�\u0000�\u0019�\u0000�\u001e$h\u0007��(Bp�\u001e��<#&��\u0000/l�\u0000��\u0000\u001d��\u0000/\u000f�Ӷ.�!��g�\u0013���x��7z9=OS���\u0011�O�4a�0�1�\u0017��\u0000�����\u0000��\u0000�c�?��?�Q�����0�\u0013[����\u0000�2�����\u0000�\u0001�������\\��c�����\u0000�?�c2�\u000e��C\u0004D!�\u00158G�\u000f7����\u00001cz\u001e��\u001e����`��c�ųt38������1륎X������9��P<�0t=_U\u001e�\u0018�e;�e\u001f�z[��\u0000'��\u0000�_��龟�2=\u000f�\u0012ͼKL�#��9O�x�o�o��t�3~\t�<r�Q��Ǔ\u001cw��\u001f���o�\u001cq�\u001dF.�`�H�S�?�\u0003�X���)�`躈�\u001f����1\u0019��d�{37�?�U��\u0000�{\u0018Ó��\r��1\u0006_kl�?W1��\"�S�a�<�Q�H\u0012��pۿϛ�ldg��\t��G4�\u0000g=Db6F\u001em�M���\u0000ݞ���\u001d_M�\u001e^�����\u001c���.��7�]_E�c69e��,1����/��\u0000��6=\u0017Q\u000e�&������>��\u0000w�t��S?���dD=^��8������JQ�\u00008�������\u0017�6,\u0019?\u0016������_�\u0012��Ƕ?�K�9��~;�u\u0018zq��P�2�o�\u0019O��\u000f�W��g��|��\u0004:x��bg(������?��\u0000\u000f��馋�;�����]\\�����\u0000.1��o���\u0000�L~\u0001���'SЙ��Oh�~(�_��\u0000;�r9�\u0000\u0004��\u0018��\u0016m`q\r�����\u001b�3\u0017S�WA��8��2�t1m�8�\u0000�zؿ�ft\u000eO��.�������%�\u0013\u001d���t��Q�\u0000��\u0000u����\u000b\u000e�x��S2��#,r�̥\u0011�ܹ?�'�\u001f��7>n�r�3t�r�\u0012'����������\u001d^\\x�\\8�\u001cf1�s\u0018�R��\u0000�~���\u0000�\u001f���Q\u0002�\n\u0018��+�7E\u001d�<c�f?ڜ�\u0000�?�w��\u0017��M�/��/Z`c�C��\u001ctO�;���򿻙�\u0002+^�\b\u0012\u000f�\u0007���E�6�5`9�^�w�Okǘ���=�\u0007���ޫ�S�\u0014�u\u0003B�������b@\u0002Tu򱂨렡�M\u0005��\u001bc�ѡ�[\u001f\u0015\u001f6�\u001eG�w�8���x�,��<����2�k�W�'�+�E>��(�_�g��\u0007O9O\b�K\u0018�\u001c�k��d�H��\u001e�Ց�ŝ��\u001di�P�\u0004c=hc�O����\u001a�\u0000�gϜg\u0004�\u0013{O�\u000f^#`k�]T}\\;��\u0002�����p΋S�2����\u000f���zXzc�ӻ��,C؃\u000e�6�\u0015�R�L\u000b��\u00039m�5&�y'#2���͒+�\u0019�\u0001$h;�\u0007D\"H��1�\u001f\u0002?�.���a��#�u\u001dP��\u0000\u000e�\u00027�\u0012,:�ϼ�$k��?$�\u0007��q���\u0000|;����$\u0011�\u0000���\u0002?�+<�N��\u0010\fϴx�\u0000���/h���#w�ϖ\\�9hg\u001c��o�{�ef�uxqy�\rF����5z[��9��&�*�Np:՞]>�_]>\u0014|��7�����L4�D�q�Ř�8�\t\u0018�\u0000\f�m��Tr\u0010��m�7\u001f��<��\u001f���pn�zh�j3\u0017�[�l^�����\u0000�_�������=kD{���\u0001Ny3G\rJs\u0011\u0003����O~\u0003�B\u0011���\u0019h��\u001f�%��O�\u0019��\u0000�o�0�h�\u001a��`�\u0012�,�o\u0002����2cÎx���GԈ�1�<���\u0000w��\u00000�\u0000�z\u0012�q`1����x�\u0000�vO�z_��\u001e�D\u000e�f&�\r�āݽa�\u001eRc�Q�\u001c�\u0012���>\u0019�Ǐ?K=�q�߈�>|xr�\u0000'��\u0000��^\u000e��\u0000w:B\u0007�ɇ��\r\u000f��?Lvy�\u001f��/���f|h\u001e��\r���w�\u0000\u0006���\u0000�N�\u00005|#�C\u0004�m�~��e9\u0001�z���L�����\u0000�0e}�ۢH�\u0011��\u0000J\u0007�?����s���[\u001fW\u001c�X�@�\u0019\rѐ�e\u0017��\u0012X��\\�b\u0004/6�'��\u0000-�c�~3�^���\u001b�=�\u0003:\u000e{�\u001a�(9�H$v@\u0015\\'o��r}@y�\u000e�Ȧ�\u001a\u000b�j�\u0003F���\t\u0004\"T9�\u0000\u0011`��^ 5[}���\b\u0006\u0000�'�\u000e[���'�o��,���qːDm$F�F���$e��uxG��S�3D�1��\u001f�?�}_�=o�a���\u0000ڰ�\u0000�0\u001e����W9��t����곌P\u0010��\fP��,^��m��_�u?�Ň������dw�%,�\u0014rH\u0002rz\u0012��wJx���w� =�'Q���[����\u0000�<��\u0018o��\f~Yy�c?����O�g���\tk�&8O\u0004���\u0000+/U��\u0000Tt��K��\u0000�@�\u0011�\u001e=\t\u001fK��\u0004�\u0001o�\u000e�\u0016~��� &wc�����\u000e���\u0000jQ�c\teǌ�7�q��_���M\u0006�/�X:�g��2a\u000b�\u001a�/(�\u0016?�`\u001d7풐\u0018O�H��\u0000��\u0000��\u001dЉ~\u001f�Ǭ\u0016p�\u0019:~�?�/�~����\u0000���\u001bGO�q�����\u0006�S�~���\u0000x�}\u001fK��I�K��#\f��\u001e�%\u000fS�\u0000\u0013�1�G\u0014�����\u00006\"�%��\u0000�?����\u0000�A�ŌD��䇠#���\u0000�|�>���p_����\u0000>�v�\u0000�XZC���\b����?����W�\u001f�q����7�қ�c�c��߈g�\u0013�:��~\u001d��\u000fK\t��\f[q��<ޟ�ש�\u0000{鰧Њ<\"���b���~�r�\u001d���\u001e]�D.���)\u0011=���5��$\u0010j�'�A�D�\u0002/�\u0011��/O�F�Ɓ\u0002�6�>jgz�\u0010+_�N����e~:�j\u0000��b\"5�1��@�\u000f�<<�~\"\u001e�\u0010\u0007��e;��X�&�8�1&�G��F�d��({ڕ��\"\fEvj�WF�t�\b ��H\nlp�\t_n\u0016�#\u0019\b�����U>|G�`,]j̎��\u000er�h\u0004F�V��7�5\u001a<0\u001c�~<��<�@��\u001f�z�\u000f���ޫ�S�\u0014���O��S�\u0014���Z�\u0007w}�\u000f�u�n��+Z�yQ櫡��\u0000\"��~&�\u001dE\b���Cq�s~W��A��+M��'�\u0012*U��\u0005�&z�\u0019E\u000e��Q�\u001d�,�\u0000�\u0013��^���8�\u0005������_��b\u001df_�c\u001f⟕��B^�����\u0019H�\u0018��\u0000��VX�\u0007�.��\u0000���\u0000�\b�7\\�Ҷ�\u0000S���\u0013\u0012��?'��#�����\u0014zl�\u0013�\u0014�:��FC��ņV.�{#c�\u001c�6���rx��}\u000b�2L���9^�{\u0011G$�h@6�\u0011V\u0000 \u0013�kn�\\:�\u0000\u001e�\u0004h�8��h\t��8��)j4���\u001c.��[�Ǵ�Ĝ9\u0001֫G#b�{2Q�Լ�a�a�\t��\u0007.��\u001e����;��\u0013z#,�`�k�\u0017,��v�t��\u001c�;����1\u0003=�\u0003�d�\u00007 5|�0\u0013�D\u0002=��1�\u001b\u0000]��_%2ym����\"\b�N��\u0000ɋ~<��j\t�WД`x��|��\u001e�\u0000N\u0007�\u001d\t�%\u0018�<8\f�,b&\\���\u0000�H�H�6�N��of����t��sb�\t��&q��\u0000������\u0000�=O�͑�Oz�\u001e��M\u0000+W\f�&.��X�(�3��K��\u0000u�\u0017�\u001en�S�y�3�c\u0018�t�#�\u001ei觫��\u0000);��\u0000q�\u0000�\\:��gS(d�,0\u0010���\u000f�^����3\nvˡ��1�`�\u0013�Dy|�\u0000�������a��cD\u001dѹJ^i\u000fG���\u0000�6]^a�2��\"szqϳn\\�.��z\u001e����Q�o�\u001e�YL��]>Yf�\u0018�!�;#������\u0014�\u001cyg\u0019H\u0003 %\u0011Ó�؜�t\u001d?O1,P�G��R��\u0000�>��?�\u0013��g3�\u0018�<��>�\u001e�\u001e�^?��+\u0017�qd�\u0000w��^�QŘ�\u0007\u0007��h������_�(�L�\u000f�#9@\u0019\u0013�@_�)�\u0000�L\u001f��\u0000�oQ&@��|CՍ�FN�X��8c�#\u0019y�����\u0000���角x�,¦@�#_k�\u0000|�\u0000��<��\u0001�}�\u0018�������\"\u0006�\u0018U\r#��~?�}\u0007Q<�?�>l�:y�\u0000�,��\u0000���\u0000��b!�x�\f�<gi��K\f�\u001f�\t }��'b$JC�L|�$\u0005����o�~+�GO�Jz��\u001cyp�r�\u001d���x\u0010˞}v>�\u0007�!���e\u000f���\u0000�x�^T\u000f�\u0004\u001d,{ud䎾h�\u0000ʋ��꺮�6=c>�p�\u0000������~\u001d�\u0004�h\u0019�Y2�[�\u000f�'��Ԉ>Ԁ \u0007r�H�q�V8� \u000e\u0000\u001bc��\u0014Xֹ�i\n\u0014\u000f��I@\u0004�\u001c���gC��P*��Z4H\u0012ӄY�\u0011?$\u0011��\u0001T\r����a���7 6�/4?�:�K�#\u0017�S���\"���!\u0014�7A�4�I�Z\u0011:�1��a������\u0012�q�\u001f��\u0004c\u0015C_����TH�B�d+�\u0014����2��\u001d\u000e��2N;e�\u0000��M�'C�&\u0011��t#�do���\u001f�ka\u001f.�1�5Մ9��\u0018���\"[�^�̓�\u001f/��\u0000��z��\u0018�0B5�\n��D���j�������\u001f��4:c�\b��n�J�w��L\u000e�\u0001�\u0018�\n�b��m�\u0000���\\L�h\u0010d�\u0002LE_��\u000f7��\u0017���c�y\u0007��Rɷ�\u0000\u0013�m�I�\u000eYe�1˚��Y|\u000fH���\u001a|Lē\u000b��{\u0019 qG�~�\u0018Ɋ\u0010�f��\u0000�_�/������\u001a�\u0012\u0014k͓'�\u0000\u0005}���\u0004\u0019|R\n<�\u0006�\u001f\u0015�$���W�_´t���d<�A=�/�Me�;u\u0017)|,\u0003[��7kb_»�n��ח줐.GC����'C�\u001d�\n\u0000���>{>mRcdDV�8�H�y���_i\u0006�j?ܐ��\u0001\u0006&$��\u001e\r\u001b\u001c)ԈY\u0012\u001em\u0017��U/�\u0019}�\u0000m�)�Ov��#������($Mi��;�s��k�9��A�)��W,\u0001��]N2uDq\u001d���\u001d�P�h�\u001e\f��\u0001�A�F�4h�3#�\"�^k�\t6O:&F�\b�L��m>\rm�\u0018\u0001!}ܪ�:�\u0007.d\u001b�\u0000�yl�:r�\u001a{�\u0018޶��s�x���Ǐ<jx�\u0000��h?���ޫ�S�\u0015�qz��W���)�ꎃ�3\u0000.;A�hwj��/R�E�\u0015�V妃_�\u0003��J��١\u001e��R�u���N�Q����/\u0014\u0006�D\u001e�\t>�|(���go����8�$y��ˇW\u0018JFP��fI���\u0000�=�F9��`\u0004q\r���������ǖQ\u0011���^_��\\\rZa�����\u0000q\"\u0007�ǩǰ\u0002\u0006�O^�Ɓǩ��\u001d5�(fkwʲ�1h\u000e�=��CQ�/���^ޞC� ��Ϥ�\u0004v��`|�ٲc�\b�\u001cj��\u0000�����怖�<0��ǟ$�\u0000\u0005���\u001cy̶�\u0004���0\u001bH\u0006�����#\u001f\u0011�\r��ˋ\u0016yX�\u001a:\u001c\u0013��)\u0012@�\u000f��\u0010�w\u001a\u0003Q�_ԉm22�2\u0015&���y���8�ߏ.s�\u0013�\u001b}�i���\u001c%rБ����\u0012\b�4\r\u0002��oC�����C_�{:<\u0006\u0011\u001b��|X��ȒCۀUs����r�\u0000\u0005}��\u0000�\u001en�s�w|�\u0006Q�O3͚@���lϤ\u0017�F���<]\u0010��ć������G����O~\u0014�u_�������j:��.\u0007��\u0018e�)�Y\u001c�ɷ�Q���\u0000��\u0000��ǣ�5�:�6��Hާ��z�Ah�.����Gaٲ��\u0010�%���>L�r����mw�Nc�y�T�\f~��/��\u0000���^۶��;�\u0014��\u0000��\u0002\u0018�\r��3`�\u001dޜ|�\u0000�\u001f�����\u0000#�\u0000)�\u0000-�]?Q�\u0012�y�i\u0014\u000e\u0018�\u001eX�����^��b��L\b�\u0003�\u001d&|�䌣���l���?�����Q������Kg��g��u�Y��?�$\u000eHtq�����\u0019%<����\u0017��K\f��\u0018d��G��;��\u0000��o��Q\u001dҡ�+�G�@�1~\u000f\u0018���l��2�yl\u000f�����is��\u0014\u0007E�\u0006Yn�\u001c��\u0001�d�h�\u0010����\u0004��G������\u001b��\u0004qu�G��$.\u0010ٓ.���ӝ�?��}h��\u001b}/��*����1�$_�L}@\t<x4\u001e\u001fO�\fz,��^LЖ8�o�}O�\u0006�M�g_�b�,]TD#��E�\r�v��\u0000P2�\u0019\u0001\u0010M�\u0001�C˺_���'��D\u0004������Z@\u0011Z3�{<PF�y@JI�l�A���v`\u0000��'q\u001a�m\u000f\u0015�������\u0013���\u001b�ݐ�\u0010�&:\u0006��2��\u001e�\u0003!>�PЍ�\u0000\u0016���;$d��ݔ\u0010DA�\u001eQ!\u0011�\u0016S��^����m\u0004\u0019����W�\u001f\u000b\u0004n��8:\b��P�~)1Ci�����*��6E��\u0004\u0012*B������\u00026�X������P(��16A�_e\u001aGN\u0000:��L��Ā�(:�\u001a�\t��ŀ\u001a�Ĥt��j�2\u0011�}�2��so��\u0000�L�\u0004zP�\u0000]�\u0001�\u0005b\u0015!��\u001f3[�&��?��M�!@\u0001�w�PE\bč�Rk�$@��\u0000�n�mP\u0015\u0013�w\u0015�6�H�4Y\u0000\b���~+aJ��.�Ry�\\�\b�\u0007m�Hҝ<��h�� Tx�\u0001�0b\u0000��W~����k�?ĊD�#�)�l�٫�9����\"\u0014dA�:9���\u000e��+V�?[&D\u0010\u0000��\u0000��M�\u0000�<i⻶���1�n���\u0003~.r杋�:��1�ˠ�Õ\u0011�t�\u000e~����O[��|x�\u0000��@���ާ�S�\u0017 t�'����\u0000j^��$@\u0015��F\u0000\"N���\u0000�N��R5�\u00192=�C���d����yMQz\u0010����y�I��O�\u001e+�L�y�0#9\u0012\u0007�?�#9r�12���\u0000�f�q�k�h�\u0011�l\u0017��\u0004n\u0004_)ך^�Z4��\u001b���z�ȏ\u0007\u000e�;&&\u0007)�\u001cv��]C>�]�U3Ԅ�\u0015�vr�\u001d݆�\u0013�&\u0007�����\u001a�����H7^�ۡ\u001ax��\tk����}\u0002:&\u0018�\u0012\u001d��f\u0010$Ȓ~�*��T����ZYD�d\u000f<\u0007\u0002L�\u0003�/E_��\u00132������\u0012c\u0001}���FT\u000f��K�\u001bx��)U�(�G6D��&�\u000f&l��λψ���K6A\u0000{�\u0000�t����);zH��\t�^g�V��q\u001a\u0007�\u0012O:�ԣ\u0003�7.F���\u0013dƵJ�{�\u001e�\b�㎠\u001d�O�u8�\u0016dI��ؤD Dl��_�\u001b��\u000f��z�޴F�\u0014.��Ɨq�Znr\u0004�7p��o���z{��\"Ow)c��oy��FC\u0001�\u0004��<}�\n�蓧��\u0015�Be�Z\u0010��f�\u0003��}MI(�ޡ�D\rY�e!�½�e��1�FNY\r\t�H�č\u0004R%*����C_\u0017;�9�ԒM��A�\u0011A̙L�>)�dN۠���!W#�\u0005\u0012�% 6��\\�FZX\u001d�`pu@�)�\u0012�u刁.h��gq�\u0007�!��V�\u0003X�\u0019�7wì3�\u0002F���cż�u�\u0000\u000b��v��Z7\u0010���:\t)ˏ�c�\u001c2\bBķ\u0002Q,�>PI*Yd�� |�:��Մu\u0006���\u0012#�L��\u001c�\u0018�>%\"Nі�\u0012<[��Aa�ݒ��( Ȃd4?eH�Ҧ=H\u001e�G�Y\u0007�߉��M愇��\u0000\u000bd�t���/��)�{\u0018�\u001e\u0013�cQ`\u0000�%#\u001eM�d�N�Z\u0002�yO�&x�q��\u0007�{�[tD� \u0001�'���'A�:\u0010\u0004��hN3 �i�/,t\u0003�\u0005\u0012��[�ԩ\u0012u���\u0000H>@\u0016� \u0012$E�\u0000\u0014`��s��QC�\n���Jԉ:H\u0012\u0006��>_�RRL�stv\u001f�\u0017�9�\u0001��\u0010��Ԅ�\u001e�6J\tQ�ޫ�/��˘�2#�\u001f�\u0011d`N�|�q�\u0000�\u0013�Sf�TG�@&25\u0011��~�\u0001�\bC@\u0006��\u0010H \u0012O�t�\u0011 \b\n��_��\u0010c+\u00021:��M\u0019\u0002L����@6v��@�Ic+�$�.�\u0000��/����<�@�W���:j\u0005\u0003����<�{4�S*�\u0000k2�`7K@�hY��|��\u000eYn�Z\u000e��|���c&\u0007S��H\u001f/��\u0005kGF�����\u001b\f�\u0005Y\u001e�I�X#�\u0017^\u000f<�N�C�T�Ȱ��BQ��\u0016�|ޞg\u001c�K�{p��,wh7��=�ww�\u001a�W��ƨ\u000e�\u0011�-Y\u0004��>\u0014\u0001�����\u0011!��~�\u0007�\b���䁆�\u001f�=�\u001ess�������ޫ�S�\u0017!����j~��c\u0006c\u0017�\u001e�\"�����\u0000ݯ?�<O�q��?����P���?���^\u001e_]\u0017�\u001e\u001cϊ\u001fj\u0015с��/��U���D��Hs\u0012�a͸X<��O�=\u0014�c�\u0002����5=�?\u000f�cՌ���3�u|�YĆ���'�3�2ם\u001a<s��$��a�n\r��8\u001a9���u�Jٜ��\u0019�7^�;\u0018�\r^I\u0006\u0002�qƎ9g�\u001aj�*ys�\u0001��p\u001c�D\u0001:p���fe#��\u0018��u�\u0007?�}N�\u0001\"\u0006�=��#͛�\u001b;ARIU}G�6��E=�&�n��Ź�NW#�ً�\u000f���C��k\u0013޴D�q�^�iF\u001cCMR��E#Ӂ7�\u001e\t8���j��\b\u0013�\u001e�\u001d\u0011����t��\u0002v�\u0016(ꍘ����n�� F�q�O\u001b�#f3�O��U\b\u0019�\u001a\r5욈��r�)6�\b\u0002Q�\u0015\u0018��_ҧ\u001c\b�\bJ�@;!w]�����[P��h�`F\u0017D�.byx\u0011����L��^h��p\u0012���\u0016���J2��\u0006��]��SGVc\u001a'PI\u0015Qh�t���F�n�Ѣ1��\\��2;1�\u0014�&�e*\u0010\u001d���/�S&\u00107`��*�\u00010����\u0013���R�\u0002N8\u001a�\u001c��c�\u0002��\u0004�U\b\u0004bǧ&�P�[M\u0019wE\u0012��\u0003I���\u0019R+\u0017���L���\u0015ݤ\fc�:M(\u0005m���#gpK\u0017H2\b\u001aD�<\u000e\u0014\u0000+`������[M���M\b\u0012\u0007s�$ަ�oF\u0000\u001cB6H�pl��c\u0014P�\u001a:����8;����WnO\u0012%���|�\b\u001eY=\u0004G��8��g�d7�w��B)P�\u000fn]F8��&\"�^\u000e�{u@�`\u0002��9�\u0004���>�9\u000b��H\u001c2\u0011��R�\t�H���Hq\\<���S~T\u000fV\u0000�+Mu{9�5�\u001b^8�@�\r��]\t�e\u0001\u0007^h�:X�\u001c���Q又\u0011@GnG�E�9:����Zu�Q�\u0014C�9���7�{\u001e<��\u001d�G�\u0014���ޫ�S�\u0014\u000e=��S�j~⣀~�\u0000�\u0006�?W���O��\u0000Ɨ��\u0000����\u0000\u001cʁ�~'���?����%���m�^'�_�\u001e\fϊª��\n��d�#�\u001b�J�n\u0011�Tt\u001e6�5g)��q�|�r��\u0019U�X8r��N�z{\u0018�s���>����\u0010:H]�΁�Q'x�y|��>L\u001el~h�\u0000\u000f�\u001f�W�\u0011S=�N�hd|S��{\u0002��H�\u00025(��_\u0007\u0019��?�K��]~Ih(�i9#�Ϟ8ŗ�\u0010�W+:E\u0018�l���\u0007��}8@@P\u0014\u00021��\u0003\u001cvǇN��>�9���N��ɜ��]OE\\#��k����VOC�ڎ����t`���C�C��O��Hu|�S�\u0010\u0015��m;+w����OM�a,ǥ�\"e<��@J?\u001f���\u0000'��������\u0014�*�G������C �\u0002[sd��c�\u0000�����6�Jr�r��8��$Ϧŏ���\r��\u0000��\u0000���\u0018?��\u0000z���A|��\u0013�\b��8�x�\u001fٌ���_�#'���n�Aŀg�g\u0013��m�)2\u001f�N���\u0000��\u0000�/��ޒ\u0007�ny3C\u0010ݒB1�t�ȼ�\u0014��?�H�\u0000s��0��������o�\u001f�q�O��O\u0007.8�\u0000�֐���\u001c 2Jq\u0010<L�l��V�!0%\u0012\fN�C�?\u0019�L���\u001f��=L��\u0000GJ2~��\u0000�\u001f��+�\u000b\u0007�.,)ةZi\u0000��\u0002i#�얱\r����\u0000:leH��c�g�&���#��'�>��\u000e�W�?����\"y@\u001d�\u001f�<~�߰^���\u0017�;.�C\u0010b(W:�\u0000��\u000b\u0003�W��\u000b��3\u001b�\u001fm}�F^���<x�QՑ�@�㔡\b�\u0010�d1�\u0000�^���/�jz\u001c��*����\u0000��By6�\u0003&m�e=ҟ�/G�\u0000�\u0019�\u0000򟧏��|��,��\tb��~ϫ��\u0000�lY�S��&�\u001f\u001e',1��R��rb����y�\u0000���\u0000����0:\r�@�|󘀜��\u0018�8zP�/��\u0000��77Q�\"\u0007�H�|��e�e�d���96䉞\u000f4?��\u0007��L���=�.!�\u0002W\"e\u0018�^�哷�V��\u0007G,C,'\u001d�1�(�'���K���C!�\t�l���\u0016��|_�^��~\u0019�_�K\u001e!s��\b\u000f뗦��éÔ�H��\u0000\fg\u0019I��\u0019��'\u001fPs�t}O����C\u001f��6<Y�B\u0019e�~�lr�=�������\fQ��t�dG��k�_���,��@�Y�8�e2#\u0011���\u0018���$DH\u0013!�\u0011��\u001f��������\u001e���\u0004e=GD0\u0018����Ln�#�����\u0000x����2/��wW�.L�7QG&\u0012\u0001�<��\t�\u0000o�o��*��\u0005P\u0002X\u000b���>\u000e���}ļ�G��M����ȡ�\u001b�?��Ϥ��\u001d��=�}�~���\n��\u0014��dw\u0005���{����}��\u0012*�\u0014�=�t�=��/\u001f�(�\u0007̺��N�\u0014���F��1!~mS<�\r�\u0007�s��@���\u0000K͈VX�j/�S\u001d��\u0011\u00069\u0001\u001c\u0004\u000fF:H\u0013��n��R�c�;x��֧�j\u0003�\u0017�\u0003�u�l���mEp�\u0017ȫ\u001ed\n7���\u001a�; \u0010x$X� �\u001b���\u00076o�\u0016��{^,�\u001e;�'�l\u000f���ޫ�S�\u0014ǁ.�\u0000e\u001dW���)\u001f\b�R\u0001�k���(s�G\u0001���\f���:�\u001eG�w���o��}O���R�2n\u0012\u0002�Z������V�Ibx�K;6���������W;>q��\u001f�\\��\r}��ש�n�\u000f2f���\u001c��=ϫ/²\u0013)\u0019�M8(��Ә�'\u001e<\u000b�����z2��c�\u001f>'����D[�\u000f���@\u00022G�i'�~\r1��C�^L�դ�:�`��_����bϱ\u001f�D�\u0000�>�\u000b\u0004��\u00001>�\u001eO� ���&z�Ɯ�)\u001f��}��\u001f\n�(�#��\u001c@5��p\u0000�>��W?�\u001a�\u000b'�&>��ք��8�p\u00188�8\u0001����\u0000\u0018�\u000f~\u00113���\u0016�Q�\b�����<��?B�y�ɒ\u0012�\"�ϐ��}�\u0000��g��蓖O��>2GO�ɡ�x�sn4��c��\u001f���\t\t\f��闚/A�\"u���.��'&�A�ko�?\u000b�\u0014f>���d��\u001fA}\\����W�v�'Ӈ�Dcǲ\u0002'�\u0001�|�Sش\u0017���8�t��\u001c���')z�\u0000��\u0000��O����\u0013#t\u0005�F�淖\u001di8e���&qG\u0017۔�z\u00181��\u0000��\u0000ʿ�,)�\u001c\u0007\u001c�I��!\u0002;�#\r����8p�\u0000�̟��'�#t1�1̓,q\u0010�\u0000y�\u0000\u0011�6|����gN�4�ؘ��O\u0014�\\S�\u0000�_��\u001f�\u001a���\u0012&��d�����\u0000\u0004@��f3߇!��-��2Gf/��\u0000}��\u0019�\u001c�3\u0010;���\u0011��\u0000�zޗ����\u0000ʟ�r�[<��1�\u001c�!��[qa��\u0000y�'����8�c���BP���\t\\�fɻ�\u0000*l��g��\u0000r�\u0000�9�$�?4���W�\u0000Jq�\u0000��\u0000���.���]�c��De\u001c�\u001f�#�ϟ4��`#\tK\u001c�Sߺ\u001f�>G\u001f���t}$�c�ٓ\bB_ú_�\u0007�h&_��9���A�\u0019c��S�?��\u0013��a\u001d6\u0018a\u0006�\" $~�������p��:��(���a�O\u001eO����i�:\\y\u0006\u0018\f�r\b��?�S��\u0001���s��Q�c�q`�Ic���}?���+�\u0000p�W��꺼�7O�Ҏ\u001c~�1\u001b��,��?�\u0007�I�|N����\u0000\u0010�K�c5\u0013�G�\u0011�|��Ǘ��\u0000�Oo��>\u001e�~�I�r��/����\"\u000e�HG�Q\u001f%�&�!F?�D!�t&v�\u000f.?��\u0000��r�\u0019N�vʾɐ\u001eo���i\u0012(\n�\u0007���\u0000q\u0012\u0000q_&��\u0011+�'��gHuq�4\u0005��\u0000��L5��)v�ѡ�&���_�{���a 6�w�,\u0019i`}>X�\u0000L�\t\u0017�姫�Q��\u0016��z�,n$\u001e�s��\f��\u0001\u0012\u0000���/.�F~��1�\u0000��\u0000����<\u000emb\fdc��,��|��}\u001fIϩ�z�\u0011-\u0004e�O��\u0000�?�9�#\u0017XrN7\u0000!9K\u0014|�ό�����o����\u0000�\u001f�f�A�8qF$�����?\f�\u001f�M���(��\u001dGڌL+�����\u0000�/�z��N)�R�\u001c�\u001e�q�����\u0000�����\u0000z��\u0001��\u0018�J[%<r��)K�\u0017���f�������<�I�rO\u001cA�\fqFD�\u0000w4��g�\u0000�~������\u0013\u0012�\u00001K\r���җ�{��\u0000{3�F؁�\u0004�FlBS�\u0018l����)�'���ԃ\u0018g�{&a\u0013�k\f�OKw���\u0000�/��G�jP�t[Ë��X�S�H����៘���\t����:\\x�9�{�\bO �\u0000�����r\u000e�\u0016\u001c=O�P��Z&?ڄ�c�R ��\f\u0018r�6L��(\u000fO\u0017�������\u001fั�'|�(K���\u001f�C'�\u0000\u0002o���2�=T'\"c�q�8��\u001f�/[�d��t��\"!��Ո�\u0000y���갎�\u0014��И�d�d�,NX�\u001c������(m�\u0000��?�\u00039����G\u000e\b��r�9J\u001ffs���$���\u0017E\u001e�y�g�!ߗ,�)��\u0000��vŔS\u0001��pp*�\u001bn[q�\u0013��\t4�����MG�x�I��\r\u000e�\u0012~��QPv�t�\u0000Ξ|�\u0000\u0017��Ew���<��.�vE8:�b���\u0007���6\u000fq��,f�\u001aXE(≸�\u000f��W�u<:\n�'G<��W�\u0001����G�h�b(Y'ܘJ��U�\u0000��4r�ݐW\u0000;��\u001c9c��H:\u0004\u000e�dH�����\u0006��g�\u001d\u001d�\\\u00029{�:����\u0001�u�ܭY���~�G���\u001f�P+�޸g���\u0000��Q�=�@�\u001e\u0003�\u000e|�\u001e>�w���*x���Ű?���ޫ�S�\u0014��Z�u_ڟ��p\u0010+��\u0000$��\u0007�\b��\u0000���\u0018\u0003��Ί��c��#��\u0000�K��\u0000��\u0000�\u0002yc�\u001c�\"1��a��|����\u000f�|�\u0013�h�>��#���w�\u001d��Ǆ���*�#�\u0000}�\u0000��_C�8F=\u000eh\u0000\u0004F9yk��\u0003�ĸ�Ln�Pu\u0012�\u0000L�?Í��o��\u0017�\u0000'��_>�\u001a�H\u000f\u0003�JO��Q��\u0000���\u0000�\u0014v���\u0000�&\u0002��~#DD�>\u0014P=���\u0000�K����\u0000�&���>�JA��E\u001e����_wo8a\u0003w�;�\u0017�������3�B$�\u0017�1�\u0000�w�߁�\u0000�7�ňu��e�P\fzq\u001cX�/�����Y�;�O��^�����\rc['\u001c���h\u001cV��\u0000̃��)\bé��\u0001��a�����{�\u001f��G�\u0010�*�\u0017P\u001f��H\u001a�\u000e�%��� �/�VZ\u0003Z��y���\u0000�,H�\u0007\u0004��\b�\u0000�D�\u0013�w:��Tt@��;��/���}�����_��c�O�j#���;J\u0003�˟���\u001f��Th\u0005��j���\u0000�`�>P�k����0�\u0000Ҝ��I����M�=�\u0012��$��\u001f�\u0006�\u0015��rty2`Ɍ�n�e�0���=O[��\u0000�_��}S����`�\u0006���(\u001ewK�^��z~�%\u0018@c���\u000f�\u0019��'�\u0000(c�\u0000�c\u000f��ϩ,��e)�L��$���R��O�H\u001a���@��t��h��!�Q�0f�q���v<�?������m��2G4�m�1�۳.OVrɻ���/S?��\u0000�o��\u001f\u001f�)ۮߥ\u0003���<g)���'8�\u0000D�6?\u0011�y�\u0007�\u0011��!-�@�rG��\u001f�����U�4�ݓ�Z���]>|�d��\u0018�p\u0018c�v���\u0000+��ޮ���}NQ�S�\u0012+ˏ&�~O���;E\u0013�30 7K@��u�>L�WK�\u0002�S�S�\u0011�����z����U��d\u0019��2\u0006^����\u0000��g�1>���N�x��K��\u0000ͯ1\u001b� �x��_�\u0000�j�I�/\u001f�,:hT�\u0011�����}O���\u0018�����\u0000�\u001f��q���P�\rzr�j]L���~�\u0000��ǂ#p&ΦZ[��\u0012�\u0006ˇqd&Z�\u001c\u00006\u0000w�t.Xή��+3�8�@`DG^�:8\b�R�ua��ܹ�r��d�/�a��~���\u001cf E;K�\f�p��c,c�ۖ3ݛ��\u001f�c�\u0000}�\u0000�����\u0000q��\u001f��۬��g��怄��\u0018�rn�\u0000ʳ��4V�\u000e(�\u0012��b�\u001fL\u001101�o�S��S�_��y�i\u001e�8#\u001b�� q�\u0000D�~��\u0000�_F�H\u001ef<[I�0\u001c9\b��Yl�#�\u0000�ǋ3�:yK,'�\u0007�1-ٲFQ��\u000f��=,\u0013�\u0000��\u0000h�\u0000����\u0000��\t�\u000f\u0013�Γ7S\f^�=C\f�,�q��#�\u0000+<�������?���\fr�%�2��G���\u0000\u0006~���>w\u001e.���z���R\u0019g�\u0012�!��\u001d��}7U���!�\f�e#.�S��/�9����i\u0003���n���c�����\u001c\u000e8c2�2NR�\u0000��\u0000�_cc�(@�b�uZ`1ڍ��\b�c�.�Z]���\u0000\r������[1��h\u000f��c],��\u0000ޚ�y��*�x=\u0003M\u0005�y��_$S�Q:\u00108�\u0000��-'|Xz?_\u0007<�\tx\u0014\u0003d\u00071 y\"�`A\u0014�I�|�j�W\u001aӚ�\u001c�Dt7�=>��\u0000��\u0019LȀy(\u0007Z��#\fwDՁi��F�-b\u001eQ��\u0006���)��QvC�\t\u0006����/��\u0002\u0001\u0015�\b�t=�G������r��\r\u001f\u001e4Q�J\u001c.����\u001d�sH�\u0019�O\u001f:��׋8�f3Ur{QO���ޫ�S�\u0014l�\u0002\r螧�S�\u0016#���\u0001\u0004�l\u0005\u0012\u0013�j�����U\u001f\u0007��k��O�\u0018���R0c����M�����O���\fGX⌺�\u000f�k\n\u0007������\bq\u0001_�\u001b#ɗ�����\u0000�FY:��\u000f�Xq�\u0000ݾ�<�C��?5�4�W��U��\u0000�\u0003�\u001dޟ��@�\u0001\u0003#� Dh ?�\u0006��Ƕ��/��,�ٸ��\u0014��)�\u0000}����\u001f���Z$$c1�W�S�?��{d\u0010h�\u0000��t����\u0000���:�\u0000�Nh��\u0013�\u0001'�\u0000\b���B1�\u0000w��\u0000�z�\u0000��O�Xs�\u0016s��`�\u00120c�e�?�?[>O��W��\u0010�n$]�=�\u0000���\u0000�]��\u001f���~7�Y\t���g\tN2��\r۰�\u00169�\u0000��w��\u0010�O��t��\u0010������q���k@�����\u0000~c|ĳm��^�\u00191\u0004�s\u0011�_�~��\u001b\u001c�\u000f���\u0000�o��G'��G���g�`c�������������P��d\u0015\u0013\u0001�\f��/��/�\u0010�\b�zQ��ɤc�\u0000q\u000f�)���0鲏���\u0000�1����l%�g�f����}�x\u001e\u001f\u000f�\u0000\u0002|\u0001�6O��2t9+,G�c��\u0000#��\u0000�?�M�\u000e�B=~3 6�'flG��?�\u0003�\u0000v��h����\u0012[7���8��$q��dF#���ڰ�\f��!(��>_�&�\u001a_\u001f�O��ʏ���&�>�\f2G\f�\u0006I�0�st�!��\u0012\u001b�����\u001f���\\��\u001f��\n�~oO��\u0000�\u0012\u0012\u0016\b#��g�tЖL�\u0011����\u0000��S�\u0000v�m�~��w��pǩ�C.9�\u0018��u�>����3��y\u0006,fBDy=H\u001c~��˾G�]I�΢0�.lX���,��E=o��K'C�R�\r��\u0007�}/���\u0000�o��OM�6\fx3L\u0003\u0018���<��\u0000{���c݇4:�\f���H\\d�\u001a-�\f�B\u00112<\u0000d��t�NN�\tJ\u00021#u���/7��eó�h\u001d��ſ����F^!�g��1b\u0012�9\u001c��9��\u0000���w��\u0000��\u0000�K��_�Q�=y���\u0010��Fs�����l�q����]�~�唱�;2B��{�(O�Y�g�\u0000y�\u0003��\u0000�p���\\s�#��\u0006D��?��x��?��U�\u0000�r���Ǔ͆c\u000e�\u0000C�'�����\u0000s��������N\u0006R\u0012:�<��\u0000\u0013���VXs\fs�1����9����\u0000�.���:_����~'���1tջ&B\u0006��/����6\u0017Cs��[�Q�N��\u0018j9�/�/��K��O�\t���'?R\u0010�\u0000ʟ���\u0000t�����Pņy1�~�L��9?�M��ذ�@��W)\u0012|���N���1˦5)�X��C�����\u0000B#/��\u001eYDc'\u00142G��]�w�?�����0���\u000f䓯�O�?�F<��r8!��|�E�.o���\u0000��\u0000ʉ���ÖQ��qc�p��c�yr�\u000f���\u0000�P=r\u0001���\u0001��\u0000����e�W\u001e>�\u001d\u001cA��-�������&o����~1.�r'\f�\u001cf0˟�������\u0000ьH\u001e�\u0015ǁ�\u0000�����z�ŏM���g\fe\fs����k�\\\u001f�5��!��>�x�y$#\u0018\u000f�\u0019K���'�R@�O?0?ң��?�Pt����\u0000���\u0001z_�w��G#�b���\u0000�f5�|��\u0012\u0003���\u0000E\u001d�Rg&X�\u001b�D}�\u0000�\u0014cϏ.��$\u0007�I\u0003A��\u001a�Ȣr�1r \u000e,�\u0000��\u001fS�)�\t\u0002�\u0003n���\u0019�������\u0000%�\u0017Q�1#\u001c���7�w�i��~�v�\u0000�盨ǀn�!\u001f�]}�/�\u0006��=�e���\u0000ȸ˫�\u0003R�\u0006��\u0000߈��b�-��2���\b\u001b\u000f�+�_\u000f���l��\u000f�Km�b�\\���.�\u000b=�\u0000ԉw������k�\u0000�tɟ\u001e#Y%D�_�\u000f\"\u0005˿�#�Eޏ8���\u0000\u0018wÚ\u0019��$\u0018�Q�@�M\u0003��\u0000\u001bGR4\u0005\u0011�̨\u001fg�\u0003q#u|L\u0001��o6~E�==�y��Ex\"��$<�{\u0013�\u0019%�\u001fo(\u0018c����;X�T\u001cLw�\u0006�� JQЂG�@��bƖɐ\u0006�����>�s9�>\u0001\u001fր�G��?�^�\u0006���@c���M�q�$k�\u0005�T��{\f�\u0013-\u0007\u000f\u00144\"��{wrN�\u0001�U]�(҅��\u0001�О�\u0004�j��\u0004H�w�$�\u000f\u0010���4;��u�\u0006\u0019ǟ\u0019��=�\u0016o�c>2{P?���ޫ�S�\u0015�\u0018՝t^��R�\u0017�K$��Q���=��\u00005�²]\u0014���-��L\u0006�#�|\u001e�/�=p�2\u0013\u001c91�'0\u001b�,������k�O\u001e��6;\u0007\u001f[��&��\u001f*)�O���^/�Ķ�,�����\u001f���\u0000y��xe�.h�Ŏs�<c\u001eOHo��C��O�k��.�j�~˰�G�`{�\f�n���\u0013�~��1��\u001e\u001c3���b����\u0000��l޷�Ǐ\u001e\u0019��\t\f�No��?��b~�!�]!*�d�|@ݯ�\u0010��\u0000\u0011�N�����$㈖,�|����p�\u0018�Q\u0013\u000e�O&Y�c�0Ǐw�ܙ2?A+���\u0011�r��\u000eȧ�\u001c\u0019�\b�<�<\u000em�g;>�Q\u001f�c�\u0000�l��џ��t�Fme\u001c޷W��Y���\u0017��\t㗐\u0012?���O��'#�t��2\r2�c�\u0018?��\u0000��D\u001c\u0019g,�F?�g��sC\u0016-�_�\u001a\u0003�+�\u00002?P:�Y�O'M��l����\u0000t���}(ǀ�ϔ��\f9��!���pt��O�a�u\f1�\u001f��ӂ�\f�\u0012�[՘�ÂXg�JP��=i�\f8_C�\u0000-��\t�\u001b9��A���\u0000S�\u0000*�\u0017�Q8��F�\u001dw[���\u000b������ݳ`;�n?���{3$\u000b��{�oU����#�Z\f����\u001fjP�\u0000��\u0000��?��\u001f�\u0014\u0015\u001fچ��n齽/��:I��I͛��7��\u00005ݴ\u001e\u0014���/Ռ]DLp�>����\u0000��\u0000q�G����\u0000�o_ะ�뺜X��@����\u0000�}\u000e���|��rzY�}9�G�Ǔ\u001f�Ty���\u000f�b�c�bQ�2J;�_W����\u0003���L���?�K���K�\u0000)�?���\u0000Ў��r�3��0�������~|��~��\u0006o������*�\u0019� ��=��\u001b#ӓ����}T�,BQ�~��\u0010<�°G��:��\u001e�`1LD�,|��|��0C�\u001e�6l�lp��\u0018\u001f�y'/O���\u0000��>�\u0000U�\u001c:���,���\"3b�|��?��5�oHs�y����$���\u0018���Q\u000f_�\u0000..�\u0018F\u0002�\u001c�$D~?N?���\u0000��yqe�?�!�~!\u0011�e��\r��6�\u0000c\u001e�8��S��;���Ov\\������\u0000�/���4��̱��~̼�K\u0007�G��\f�Vy3���\u000e�\u0011�d�m�W��\u0000�I��\f�OE���?�\u000f=�O��^9�\u0011�N[�\tc#�\u0019zov\u000e�\u001fK���������e\"\u000e���\b�H FG�?������|c׆Ha8#\u0018�\u0019w\b��e-��O������\u0000��S�\f��;�\u0001�Lë\u0006Di!؆H�z|�Y2t��=,�ݒY1�\b�e\u001c�G��u ���V9q_�ǲ\u0005� ��/Hp�P�ȎoW�\u001b�d�'��zzx�&i��\u001fL\u0018�\u00168L�SlO��>o������68�\u000e�>,����\u0011�QR ����]wO�\u0011�\\c�|���Y?�?�\f��u\u001dX�~�,���\u000f\b����ë�\u0000���\u0000q�\u0000t���S\r���jg�H<>�\u001fU�u\u0011�;r��=.�2�G��=_S��_��\\z����f�HN2'?�)�~|ZO����\u0000Mz|_��_�3\u001cخ\f��2�hA�}_C�y�\u0018t�s\u001c��\u001e�\u0012�_�������\u0000��\u0000��Y�\u0000\u000b�\f�\u0006<r�e�����_�ÊR�3z������S\u001f�ɣ�F7�q\u0012T�\u000e\u001fG&O�\u000eY��x���/��f?�^l?���O��t=D���ґ�\u000eX���ƽ\f}4�\u001e\u000f��~��\u0011\u0000�2���A5�\u0003]\u0011\u000f��\f���<xg\u001d�#�ՎO�\u000eP�\u0000{����\u0000���\u0000)7�t]L埥�2a�,s�?��x�\u0000���\u0000�W\u0013��W��ks�;@�i��<޻\u0004�u=4���\f��I\u000f����W���Q�u;rt�'�c7�\u0010۷>H�\u0000��U�\u0000��\u0000�O��\u00006?C��}\u000b�d\u000f��R\u001dWS=��}H�2�:�Kɇ��\u0000'W�\u0000���\u001b��?�u����fg�\u0014�\u000f�c�/��'M��M�C~ţ�\u0001��\u0002F�^c�$��\u0016'\u001d�1��\u0014�P'&��x��5��G��B9���P8z!�dy�\u001c�J��宿�\u0001�d�q\u0012���G\u001f�\u0000\u0014��S�~\u0017��+\u0018ɍ��3>�|-tCo�r�������v;�a�ԓ\u0000?�cHW�r>�<3&8��?�w����l\u001d$c.�I��\tz�o�?����[4�f�G\u0013�t�\f�-��~��?�m�0�D����\u001e�l�\u0016\u00039�B>o�e>WᲗM�K<bg)��dG��\u0000����>�Y:\u0018�=Q\u001a\u0001�zlg\u0006\u0018b\u00146�1@�ť�\u0018�u\u0003i��gڌw�~�O��\u0000A�7�\u0000�\u0015�l��|�\u0014�6��\u0001Z�|�a���2K���>����t��\u0000��W��zL3��s)\u001a�n{�&p~\u0013�}ȏ�\u001b�\u0000y-�?�o\u001fM\u0011��\"0����\u001a?����\u0000�Y\u0010::��#����|��\u0000G��\u0000�\u0013��'�Ϗ\u0014���_�#���\u001f���3g:�\u001b\u0007���\u0000\u0002��zΠO%���{�\u0000�-��E\u0016\fq~\u0017�~i\u0001\tLˑ\u001fVO��~\u001d����]�\u0005y%���\u001f�tx�(�7N6\u001dn1�wC�yq��\u000e�9 ' A�%!��H<\u001f�z\f]<����sL���g�~��G�:N�=\u001e\b��\u001b������_���_��U�eꧮ�$?�'��\u0017�p�H&T���*D����\u0012\u001c�J�\u0011؞�9��\u000e\b�\u0000S\u0001fDD\u0013��Xˈ��=�a;����$i|��9}\t\r\u0001\u001e�)ts:X���{���\u0007\u0017쳎�\u000f�$��I\u0005�;�\u0007��Q\u0017��\u0000�@���w�\u0014��b�W����\u0001g�V�\b�V� q���=�ä�\u0005Ȁ�\u001a�:x \u001d,�����zyD�@\u0000�����x�z�����}�\u0006��9ﯙ$�u�#B;Qו'�ި\t5|��\u0000%x־v����\"�\u0017zZ\u0006\u0019t�!�'���nx��3ڶ\u0007���ާ�S�\u0016a>�\u001e�:�����\u001c\u0013\u0006\u0011��j� K\u001e�.��dh�\u0018\u0013fGW8�\u000e95��\u0000��P��}\u001dH5�L:��[\u0019#9�9��a\u0012���o�$\\\u000e��'���� �7���\u001c�:�@:��d\u001e]\u000b\u0018��\u0018�Q\u001f��zÎ�y��\u000fe�_i\u0014re�@���a\u001c��c\u001d���T6��#�����_d���\u00029���D\u0013����0��\u0000�@�Æ\u0019ad����,�����\u0000*>ı�ɸ\u001b\"�Vx�#p�\u0007�~$ �2�]o�\u0014:�\fx�\u0013�,~l�6�\u0000�g}lp�7*/@�@<�^.y+w�D��\u0010\f�K �f�\u001d�P.�\u0006��\u0000�����g޻\u0004�\u0015�`����.S�U�p�\u0010\u0006�E�.u�\u0000��I0�FR6�8�'��\u000f�\u001e�\u0000�{S_���\u0012q��\u0007��\u0000)�2���?V��d���\u0000䢠I�\u0019o��\u0017\u0007E���3u4\u000e<�\u0011�Gt�\\��7�4\u001a���\u0000J�c�?�\t�$�\u0019��\u0016$}��$���B����\u001e�ϳ��#�xn\u001f��@��3\u001d����\u0000�:\u0001�b�1�M��|��Ik����\u0000��\t9%�&���d���&�\u0000%r�J�����K\u0010��h�\u0004�1۬�\u000f\u0006�8\u0011q�����$\b��\u0016#�B:\u0002k���}\u0019Hu�,��8\u0004Ǹ�<����=�\"{H׷��(,�G$��\u0011ĝ�=��n�B�����7���\u0000��`\u001d�/�r�(�$L����\fx������\rzY����N��M7H\u001b��\u0000�2_���\u0018Ş��U\u0013T�z�d��\u000b�\u0000Ss3�L\"EW�� D0�\u000b.r�g#r��庌��� �\u0000\tg(=�\u0011��\u0000u���Lqִ;�\rK\u0017��M{b�\u001d�$��\u0015��_�Q�\f�Q\u001b'��\u001bG|\u0001\u0006B_��\u0014�^�%�p�-&#\u0011�>&e��GtI\u001eϲ�\u0006�Ǵ�\u0005�\u0019JUS\u0004�|�䒜R�N�r��\u0000\fݣ$�8�]\u0005�@;�\u0002����<\u0016�\u0018�FQ3\"Q��\u001f6�a3,{��.��o���@�;�\u00111�\u00071'k�N�XŃ�G���=\r��/�@�H�P<޳�yGU�Q�N��o�mc\u0017��G�:��@�?\u00068y����?��o�c3̩\u0006c\u0016���ȇ������\u001c��#�\u0017�����?���\u0000�\u001ei~\u001d�u�c�F0\u001f\u0016��d�����`u\u0004�\u0018ȏ�s�\\��\u0002\u0007�*K\u0007/W�nL�p�\u001bF\f{wk�����T�\u001fk�\f�|Bg�/LsBC�ܠx���9z�\u0018�0���%�_\u0013��F�Z����� M\u0018�\u0018��~5�$!���\u0003�\u001f�u�,̺Y\u0003\u0003�r�8�\u0000�Ν?E.�S͞b}D�c���ǻ�\u0000+�׿\u000ei\u001d$k��`b��de+'��\u0010e�gK>�\u0004�\"\u000eYJS��?������9��<��s\u0019}��z���\u0000�>�@@\u00022�\n��j\t�n@���\u0007�:<�\\�.�`�:�x�ާ�d�^?K������0��\u0014ko��\u0017|~�\u0017z�>�1��șF������6\u0003�`�2є�,�\u000f46��7�\u001a���[�,Dm�\u0001�6ONC�:o�\u0000���'u��\u0017\u00019D��L�4��,\u0000��?\u0013���W\u0000L���\u0000\u0014`3�9���\u0017ľ\u0019�w�3��n\u001f�`J����-�Q\u0012\u0017ݤe�٪5�D��\u000f�u/\u001e��CO�\u0010L��:\u0001�H\u0000���Q�\u0002\u000f�t��$r�7H\u0000\u0006��\u0014��\u0006 ��l�.�+!b���@A �8�Q!!��ԓ�R#1ގ�\r�&쟲��ߺ.��;r��P\u0007{�io��%׷������\u0000�\u001a(��\u001b'�I�JH����\u000e|�\u0000��5��k�F�\u001e\u0002Rz�S���7�\u001f��aZK�\u000f���9��2\n��c/�\u0004���H$�\"�����Q��/�?�����\u0000\u0016�\t�hx\u0004R\u0004�fG��<b����(�\t�\u0013\u0001\u0007$���\u001b�\u0005\u0003��T�']4��\u0000ݨ\u0016k��\u0000��;@��7�PnZ\u001f�?�\u0011���r\u0004Aӟ`�P$\u0002#��|y`�\u0017��ϖ>\\n�\u0016k����\u0004^��\u0000�\u0014\u0001��O\u001a�`�\u0006<T\u0006���-8��q��,�O�F������j)\u0017Z�Q\u00108\u0016X\t��d�k�M&�����\u0013_/��\u0000}4\t��\u0000�\n����\u0000�_��\u0000��$A�߾��\u0000q7���\u0000-\u001f���\b���_�I�k��?�V���W�C���\u00002����\u0000�� \u0003��`\u001f�{�i\u001f�V��������\u0000~�@#��Ph\u000f`%yョ�\u0017�{����\u0011�\u001e�\u0014�O�/��\u0000Q�\u0000�k�����\u0012{��~�\u0000�R|;\r?�*=�\u0000���\u00024������\u0000\n��\u0000��\u0017��\u0000߈\u000f\u0015��\u0000��x��\u0000�������\u0000�@F�/�����\u0000\n�?:�\u0000��_��t�\b�\u0013�h\u000f0\u001e\u0001\u001fd{N�W���#�}�'����|1>\t�1\u001e(\u000fx��2��`|\u001a�1\u001e!\u0014~�>!��G�_�\u000fx�Ľ�\u0001�@��\b��{Wx���wD&���(�\n����7��\u0000�����\u0000��\u0002\u0000\u001a\r\u0007����?��l_�����\u0000�܀��\u0000�W��\u0000�k���\u0000����\u0000\u0016����\u0000�\u0015��\u0000\u001a���}߿�����\u0000�Z\u0002�k���\u0000��P\u001f���\u0000ߋ���\u0000����\u0000-~�\u0000���@è�9�q��;��\"Y$*q\u001fK����\u0000��~�\u0000�O�\u0000�2\u000b'0��3��q?k�?�x�ϖC\u001c�!f�.�\u0000��\u0000���\b����\u0000�2\u000b'/O!��>���B@�-���@\u0016�b�S��A�\u001e��Z\u0017S��o7��\u0000�6p��5-��-\f�&+m\u0016� M�\u001fb'y��\u001eX\rN���ץ.v�O�R�\u0019��W�`\u001d̊\u0006y�.���\u0000�k\f���*���r�I���\u0011\u0006���X��O��aN��5�eR\u0007o/\u001c�\u001c �I�)�\f̣�\u0003�֒\u000e�^��\u0002\u0007`4\u0003�\u0019\u0012��Y��h�T\rJ �L���\u0004^�\u0004�A��<�\u0016I�\"���>\u0011:��7zҍE��E\u0011�QC���Z\u0007�\n,\u001e?U�� <�\u0000�+���k[�D�\u001e�\u0012�>����$U�U��e�8�$\u0003��Ȏ9f���|��S�\u0000��\u0000�?���WN7�S��\u001f�\\^�V����5U@\u0004\t\n:�\u0003��k\u001b����P9f�ߩ%��|��z�\u0003��i�\u0000�If��\u0000y'�P9f�W�*O���\u0000�����\u0007/���\u0000����c��z�\u0003���<�+�4��$�*\u0007/��\u0000�+�4�\u0000�$�*\u0007/���\u0000����?��=J���4�\u0000�$��O��OR�r��?��/���\u0000��Ԩ\u001c��O��K�4�\u0000�$�*\u0007/���\u0000����?��=J���4�\u0000�$��O��OR�r��?��/���\u0000��Ԩ\u001c��O��K�4�\u0000�$�*\u0007/���\u0000����/��=J���4�\u0000�$��K��OR�r��/�¿�O��OR�r��?��'�y�\u0000�I�T\u000e_٧�\u0000y$��?��=*���4�\u0000�$����\u0000y'�P9�g����4�\u0000�$�*\u00077���\u0000��?f��䞥@�����_٧�\u0000y'�P9f����i�\u0000�I�T\u000e_٧�\u0000y%����z�\u0003��i�\u0000�If��䞥@�����_٧�\u0000y'�P9f����i�\u0000�I�T\u000e_٧�\u0000y%��_��z�\u0003��i�\u0000�If��䞥@�����_٧�\u0000y'�P9f����i�\u0000�I�T\u000e_٥�\u0000y%��_��z�\u0003��i�\u0000�I?����OJ�rK�2�̟�?��\u0000������\u0011��h�t\u0000q\"��\u0007(�4\u0019$����$��@�����O���\u0000��Ҩ\u001c��H��I?����OJ�s~�?��/���\u0000��Ҩ\u001c��O��I\u001d-�S���*��<0���|]\u0015P\u0015U@��"}],"_postman_id":"905f7465-c063-46eb-b91e-45b4ad89fd40"},{"name":"/screenings/{id}/reportItems/{reportItemId}/documents/{documentId}","event":[{"listen":"test","script":{"id":"cdcae228-a449-4faa-8f08-7db889887bd9","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"c0e74e3a-a034-4080-9b63-684fc3244996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/{{screening_id}}/reportItems/{{reportItem_id}}/documents/{{document_id}}","description":"<p>Retrieve and download an individual document from an existing screening. The response will be a base64 representation of the document. You can download the response which will save the file as its original format.</p>\n<blockquote>\n<p><strong>Note</strong>: Only <strong>Search Level</strong> documents can be retrieved using this endpoint. Search Level documents are tied to a <code>reportItemId</code> and are retrieved via the url listed in <code>url</code> field from the List All Documents request.</p>\n</blockquote>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","reportItems","{{reportItem_id}}","documents","{{document_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9d6e6511-43ce-4e18-80c7-2ca1f9ee614d","name":"/screenings/{id}/reportItems/{reportItemId}/documents/{documentId}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/screenings/1801271754/reportItems/2334234/documents/crm_22334455"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Tue, 20 Jun 2023 18:01:13 GMT"},{"key":"Content-Type","value":"application/octet-stream"},{"key":"Content-Length","value":"78480"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e626551d-2e4b-4095-9d41-9f2be2f697b0"},{"key":"x-amzn-RequestId","value":"08a82721-a6e6-4aeb-a966-895b8f3a630c"},{"key":"Content-Disposition","value":"attachment; filename=\"drivers-license_sample dl.jpg\""},{"key":"x-amzn-Remapped-Content-Length","value":"78480"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"G1FocELsoAMFgZA="},{"key":"Cache-Control","value":"no-cache"},{"key":"x-amzn-Remapped-Server","value":"nginx/1.19.9"},{"key":"Expires","value":"-1"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6491e968-4e4a2d3f1b4c13736911845a"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Jun 2023 18:01:13 GMT"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"����\u0000\u0010JFIF\u0000\u0001\u0001\u0001\u0000`\u0000`\u0000\u0000��\u0000\u000eAdobe\u0000d\u0000\u0000\u0000\u0000\u0001�� �Exif\u0000\u0000MM\u0000*\u0000\u0000\u0000\b\u0000\t\u0001\u000e\u0000\u0002\u0000\u0000\u0000\b\u0000\u0000\u0000z\u0001\u0012\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0001\u001a\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0001\u001b\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0001(\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0000\u00011\u0000\u0002\u0000\u0000\u0000\"\u0000\u0000\u0000�\u00012\u0000\u0002\u0000\u0000\u0000\u0014\u0000\u0000\u0000��i\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000Ȝ�\u0000\u0001\u0000\u0000\u0000\u0010\u0000\u0000\u0001L\u0000\u0000\u0001\\REAL ID\u0000\u0000\u000e�\u0000\u0000\u0000'\u0010\u0000\u000e�\u0000\u0000\u0000'\u0010Adobe Photoshop CC 2017 (Windows)\u00002018:09:27 14:47:29\u0000\u0000\u0007�\u0003\u0000\u0002\u0000\u0000\u0000\u0014\u0000\u0000\u0001\"�\u0004\u0000\u0002\u0000\u0000\u0000\u0014\u0000\u0000\u00016��\u0000\u0002\u0000\u0000\u0000\u000300\u0000\u0000��\u0000\u0002\u0000\u0000\u0000\u000300\u0000\u0000�\u0001\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000�\u0002\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0002ˠ\u0003\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u00002018:07:13 15:06:00\u00002018:07:13 15:06:00\u0000\u0000\u0000R\u0000E\u0000A\u0000L\u0000 \u0000I\u0000D\u0000\u0000\u0000\u0000\u0006\u0001\u0003\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0006\u0000\u0000\u0001\u001a\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0001�\u0001\u001b\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u0000\u0001�\u0001(\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0000\u0002\u0001\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0001�\u0002\u0002\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u001e�\u0000\u0000\u0000\u0000\u0000\u0000\u0000H\u0000\u0000\u0000\u0001\u0000\u0000\u0000H\u0000\u0000\u0000\u0001����\u0000\fAdobe_CM\u0000\u0001��\u0000\u000eAdobe\u0000d�\u0000\u0000\u0000\u0001��\u0000�\u0000\f\b\b\b\t\b\f\t\t\f\u0011\u000b\n\u000b\u0011\u0015\u000f\f\f\u000f\u0015\u0018\u0013\u0013\u0015\u0013\u0013\u0018\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\u0001\r\u000b\u000b\r\u000e\r\u0010\u000e\u000e\u0010\u0014\u000e\u000e\u000e\u0014\u0014\u000e\u000e\u000e\u000e\u0014\u0011\f\f\f\f\f\u0011\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000\u0011\b\u0000v\u0000�\u0003\u0001\"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u0004\u0000\n��\u0001?\u0000\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0002\u0004\u0005\u0006\u0007\b\t\n\u000b\u0001\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\u0010\u0000\u0001\u0004\u0001\u0003\u0002\u0004\u0002\u0005\u0007\u0006\b\u0005\u0003\f3\u0001\u0000\u0002\u0011\u0003\u0004!\u00121\u0005AQa\u0013\"q�2\u0006\u0014���B#$\u0015R�b34r��C\u0007%�S���cs5\u0016���&D�TdE£t6\u0017�U�e���u��F'���������������Vfv��������7GWgw��������\u0011\u0000\u0002\u0002\u0001\u0002\u0004\u0004\u0003\u0004\u0005\u0006\u0007\u0007\u0006\u00055\u0001\u0000\u0002\u0011\u0003!1\u0012\u0004AQaq\"\u0013\u00052��\u0014��B#�R��3$b�r��CS\u0015cs4�%\u0006\u0016���\u0007&5��D�T�\u0017dEU6te����u��F���������������Vfv��������'7GWgw�������\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000�T�M#�%.���F+\u0005��ere�\u0001�9�?�Ʊ��\"��C��|��w��0̵ڍAc��%5�Y��z�V�ݬG;g�/�\u000f���OoZ�u8�̆�͍��-\u000ek�g����F1���\u0000�,�\u000f���:m�s�K\u000b�$�3;�o�Z��γ����\u0014OG�G�&�M�lv��Z\u001e\u0018��ݹ���������)���Om\u000f�m�ڪ{+{����\rm���W������9��\u001fsZ��\\td\u000f��_���\b���a���Mņ���8����@wE�E�h��\u0015�8\u0011���f]msݹ�o�*�Ԕ�Υ�U��.k^�\u0006\u0010g�8n�?��?�\u001f�3�t��̖8�\u0000\u0003���)�Ӻ}��l��{�\u001cI&$\r�Fv��6����/�L�ӟc,56k�\u0000�3������ؒ����6���k74<\u0007\u0018;\\�Jv�\u0000�{_���\"���Og��s�K�]d4�uv7\u0016���\u001e��?�\u001b����3�t�Xln=a�\t\u0003�O#�H�\u000b\b5�\u00152\u001a\\�\u0002��%忻�v2Ԕׯ���+���\u0019\u0005¡����Y��\u001b������\u0000�}u�]�h��8���\u0001��\u001a�uu�����__�QoL�������\u0006�<��h!�e~�w�ƹ��V���\u0003C(,��\u0011_�ۚ76Ѳ�ޫv�U���)6>M94�u.��[���\u001f�>�l��P\u000e6)���kk�\u0001Po�d\r���ͮ����\u0002���rr*�\u0000H�=A�z������\u0000�?=%6�Pe�X�eok��\u001c�\b1楹�!%.�m��\t�S���{O�ik��\u001c@a$h=�\u001f����>�}PsꩽC\u001b}���8\r\tg�l5��o{�G�������o�N�A\u0003�~�\u000ec��U�S�?�n~\u000bpk[~h���(}��\u0014���Wi����{\u001c����\u0003v{-6�x�\u0000X��盾˝Em-c�Z��V���\u0007�����J�Fz�W\u0012�Kq�{\u000b.c���\u0001���p�L��\u0000n����������WJf\u000f����?L[��l���{�\u0000�7�/�k[��\u0015���ܺ�d�\u0017�\u0001\u0004\u0016\u0016���+s���\u0014�d�\u001a�C�\u0019y�׋;�ǝ*\u0001�I��:�\u001fhg�R�����>\u001bG��\\�Fo���p�ԛ�\u0004?!�7~��H�\"�d���~˶����\u0000�u��*�\u001d7볺u\u0015�YkooIeY-}�_������s_OQ��z�d������(\u001e!/d)��\u001b�\u001f�\u0004�5�\u0000�n��\u001f�\u0005������X\r����?h�a�ݴ����]���Q��,�u��±������*='�}j�Χ�J�V�\\�\u001b+{\u000b,��?f�鯳1ͦ��;(�O��_�9\u001f�g��C�^�ѯ�\u001bO�G�A/F��M���\u0017\"�_�\u001f�zewc�\u001a�\u0019-�\u0017\u0013/��/'���u���o�[=Wى�����S�׮�I]�����\u001c\\ܣ~e��-�2�n{j�=��\u0018�◳\u001dϾ����/�?���hi���ҫ�\u001b�\u001f�\u0004Ŕ\u0007\u0006\u0016�=���h�\u001b��3�d�Vw^�\u001d���n���א׶�=�Mϩ�c�����2�����5u���9�\u0014���l�n���R���\u0000���\"�~�_���G�AN��'����A�\u0000������gt���]���78\u0007;ٗ��1����X����f�ܰqz�Q�\u0002���\u0016�1iu�.u~��vQ������l�Y������z>���l�Q�l���$$\u0007���\u001f���h��Y_��a\u00066��\u0003��\n�Ev5�X\u0000k @���.8ge��q�U������Z�\u001a��NN]�g���\u0000U��1w�Zh���U����V�c3-�����y,�*\rs�\u0001�2�w�m�_��\u0000Eꦙ��R�\"e�4\u001c[Kj��\u0000�^��t�\u001bj\r��\u0010\\��Z�����\u0000\t�o��T\u001f���#6��Ȉ|\u0003[�ᔿn�S�\u0001ߥ�\u0000G�8���Z�\u0007q\u0002A�V7V���s`k�\u0016\u0016��\u001d��l�\\A�\u001f���(��8��`\u0002G}�<7.\u001f�b��\u0007�\u001b7�eY�T\u001b�\u0011-k��H�^���~�ة��\u001bF��4\b\u00048�7O��叛n\u001eM؃����{X\u001c\u0001\u000ekk-,���{w;�Z�\u0011\u0003��g���&�٥31#\u0019p\u00108������\u0015�\"#�E��\u0019|����sV��q\u0007{��S��K�M\u000f6S�:�Ah}f��\tݶ[\u001fJ\u0016�@-~��||d�=6SF+���SMf�]\u0013\rh����&\u001c#'\u0015�\u001a�ŭ�g8�j<\\W�=�s(\u0016\u001f����\u0000\u0018�?\u0018r3�\b�e.?�,h����\u001c��W>��G\u001c\fPa��\u0016���]���\u0000\"���2ܝ���Z\f�e�>d��\u0000C���\u0018��e&H{�Y\u0011�������q\u001b����z��\u0013��\f�Il��ֶ~��\u0004��J��~���'\u000b79Դ��X7V@�����w�b��3���m\u000e\u0005�k^�\u0018���:?��ŋ\u001eM�A\u001d\u000b\u000el�qo\u0001 H_����v0���\u00181�\u0004�\u0003�Ɔ�-���b��\b��\u0000V���Ã��m������z�n�����8�\u001f�\u0016Wmv��S�Y�SZ�\u0000P�Ԋ������]���K�\u0007���mcً���������n}����k�7���݉�ɡ��}\u001bK����\u001f�~�G1�#\u001d�M3�\u0014##�\u0010\u0012�^��X�:���*�hi��\u001a�\u000f�T��v�ҷ��*m���5X�Kw1Ƨ��\u000f�'�.�b�:WL��2>˓�݂\u0006W�-\"�E���n\u001bq��Ʒ�n\u000f���\u000fS��%���u�~��GI��_O�-���m����α�WuT���=O�b���>�++��]2������=���-0 \u0013']܃�TʬV�Rͻ�\u0000x\u0012D�`������S��/\"��ޏ{鱔�i�Ƽ���Զ��e,�ʚ=K��\u0000��\u0000\u000f��4V:�F%����\u00142ְ����uNў����F�M\t��d�\u0007R�\f,��y4��c�c\u0019`���\u001b[eD�\u0017��OG��k�\n�?c�\u0012�F�w\u001a����r&\u001d\u00160\u0017z�sc��\f\u0010G-a�\u001f�����\u0000���Z#��\u0000\u001e����Б�\\�t�\u0017_k~�M���~�cjw���\u0000����f�:pz}\u0017���6��09�\u001d\r��\u0007�v~z�68�[���$�In���*b$���I\u000e,q:����?�¥ ;-�\u0015�k�.U���X:@:�\u001f����r-[.���8<E�\"G�\u0015\\����\r'�\u0000\u0010G��䫴��\u0010\u000f�����$��*\u001b���ZZ]EL��B�$}.T��m\u0011\u0000=���.s\u001e�I�fd��Rw\u001fkD�}q�{\u0012�\u0000\u0000\u0000\u0003��u������p�\u0000�?�x�\u0000�̭�at�\u0012Ӗ��w�[Nڙ��}�\u0000���\f��\u0000��r񟬯x��,6'`���!I���-U�� ��\u000f���\u0017G��l0�\u0014�������]\u0003:v;[�R�{\u0010�*�M��X\u000e{Z�H2@��n���}F�\u001c���K�(\u0001N\u000fT�\u0005�\u001a\b:9�\b �p\\�Oh��ŁMn-�c �k{\u001e[^���5uy��>��7���%��\u0003�\u00173�Z�\u0000�\u0018Oc���XD�\u000ecl\u0006'��ܿ���k����\u0000V_�^�EU��~FU\u00156�����=[ko�kk�\u0000�������?�Y?�p�NS\u000eWXh�\u0015�]\\�A�;:�Tk���zyL�=OJ�����~���\u0003�լ{��\u001f�\u000bA����,\u000f\u000e�%�\u0004\u001f�O�J�/���`�U�����1��\\�r܎�uƸ����<��1��.fG��\\�\u001dvv/�C�p��l�p�\u000f҅�a�9\u0016�����muu��z�q�������7;��U�ѷ��#����uu�`��WM�>�\u0006Q�R�Wc��A���k�ϭ��;\u001d��g��'��Y�5�c��H_/k�ݛ�N>������\u001f�\u0000����\u0012�Y,<�^F\u0015\f��6~U�u>�w���1Ƨ?\u001e��ջ%�������?𲫓f+Y�W�z��f��-x\u000f���{6������\\�\u0000E�Hʫ�\u001e/��\u0018���k��.�g�/�l�s]i�f�l{�m��k���͈=W?\u001b\u0012�\\�v����1� 0mߺ�]�����\u00009��\u0000:�Q\t�]��tj�|���k99a�9n\u0017��ò����Ӻ������c\u001b{2*��Z6�e��?�ƻK�h��V\u001a��\u0017W������SK-�s���յ=_���ֱ�u�sl\u0018�[c�vz��\u000fs�En\u0006�=�پ����\u0000��m\u0013#�'N\u0014�{�\r5Wxq��k�f�?��z��?�?C�[}JҌ%ؤ\u0011Jƹ��uQ��\u001e�b8�;�\u0011l{^\\��7k\u0007P\u001a!�ݟ���}T<Z�rr^��\u001f�uD�\t�Vm�W�Id��bQfU����\u0016�=�٫�Z�m\r��X�\u001f쪴$�t�3�P,'�h�\u0001Ԉ\u001c߽Dl+\t��>�\u001a���',�z�J����L�ͼ�\u001a�6��Kjݳ�����ev7�_��}O�R����ۆ�ݒ\u001d�y�߲�X\u001b���R�Km\u0015��l��.��W�\u00004���\u001b������2}�=���}�lY����+kg0\u0002�S ����u�c��z_�����m���=���\u0017\u0003\u0011�c\u0004O�#\u0011\u001d\u0012�\u0000����p�\u0000�?�y\\�\u0018�XX�L���;+l�\u0015�>�5��������\u0006p�\u0000�?�q.mVt&�x>����\u0000�׍z���$/��]��:��\u001b�L�i\u0011�q]ѫ��\u0018永\u0019y��<����'��/b��ʰ7�K\u000b*{\u001c��\u000e���G�d=���\u001b��X�\u0000�}���w�]�'\"�\u0019}-\u000fih�Z�?��XUOgF\u0000\u0011c]\u0010��Sn�!�~ӹո����~���\u0000\u0004�\u0000�B8���M��u,��\u0007�q��7��є(��Ͱ?�w��@���[�[�ڕ`�7$\u0016�Mu�<6\\�;����1\t\u0019�7b�\f!\t\u0019�:�_G�Ż\u000f\u0013��6�����L7e����:��g�RU׀��i�ׇ]��P��\u000b���|����k\u0019�������K�ѭeX�o}�4<�Xc#�.u�,~�����\u0000���+}a�#1��\u0006l���\u001e���\\��\u001a�W�g鬳�\u001f�������S\u0007�8�\u0000�\u001f�Ź�x�\u0015�\u0014\f\u0001�kme\u0018�\r\"��t�\fFͿh��zW���K\u0019���\u0000�8��.C2�=6�t�䶋�Ʋ�VFN�o���sp����ϵom�\u000f���υ��2hW�3�����6;>�[�F��a�:�6d;��UNc����j���\u0000���^��>��ߙV �ȭ��\u0018-xki�.���߲�]�ͫ��w�����o\u0014�x�����]��S��\u001d.����N�[�������_��\\�p��!��P�������/�=9��lܷ�2��ǡ�Z2EX�c\te�}��6Yf=�n����\u0018������\u00007�X��!�t*\u0017c�}�[^M�zC�ƀZ��isl�����\u001b�JF_�~�P=\u001a��\u001f\u0017\u000e澜j��\u0018\u001a]%����j�\u000b쵸�+�ֳ�����Z����\u001e��\u0018�\u0002�W]��m\r,��g���U���O��\u000b��}_�Q��]T\u0007��!��i����F�~��{�O�~������\u0006��������Ҟ}6\\�ޝ�����w���[m���\b\u0012��\u001f�T\u0015��X�6�~\u0015��\u0000/��;\u001c!���\u0001\r���~��\u0010���_G�m}:�V\u001dQ�c�n�\u000b+��\u0007c\u0017f���������=5��1\u001f���7��Yq�_;���{�����+:�L�|�a\u0005h\u001e7\u0005�\u0011�j�g\u001fk���n���8�gs\u0018��{��u�\u0016�U�RϳW����c]K�����k�H�(��\u001a��Ʋ�7�'�\u001f�����m�t�z=U�\\�\u001a\u001e�I.\u001bCD�\u001c\u0015\f\u0006��۾D�m�:\u0000��=^%�X���_��;]���~[C��r�˽W׽��̜��r2��f_��>ӕw���l\u0004rd���\u0000όF��A\"?4�\u0010]%���\u0011��\u0000�\u001a�_���gY{\\�ƒ\u0003�\u0010'�\\MW�쭦\u001a\u001aa�Ǿy��]�ZHy�S�\u0000+���E`�@\u0003]\n�ʏ��\u001f���?w���ܠ�\"�^�uN ��\u000bK{å�?��\u0015�;21w3\u0019�R���\u001b��(��,��۝{�k��!�{A\u000ek����?;w��\u001aT;�c�e5d@��9�\u0018�J�w�r���I\u0018�M�\\��qB9\u0007�\u001d�\u001br.\u0019\u0007'\"��P;\u0018O\u0007��\u0003����nPpsn~�\u0011��MS�\u0000nz�7)�S6͙�e4���\u000b��\u0007�3f�}*�\u0000o�\u0015�\f��v'��zG@\u0018@\rq�\u0006�o�yN\u0011��ڣ����\u001e)a�\r\u0001\u001c_�\u001e���6��&������H\u0003�\u001d���{5��\u001d�?'5�;��\u001d\u001d���\r���\t�[��(�':Z}\n�\t!���\u001e絛f�ns����Z9c���~bǇ��z��$��̟h-�\u0003f����+5�\u000bf~\u001a��o�5C��I�W\u0007\u0019�\u0013��\u0015o�\u0002�nk��sqY�nȧ�e\u001f������.�/\u0006�\u0006W�M�-�\u001a�X�[���\rk�힕���\u0000\u0017c\u0014|?�,�WnM��mkw��Y$��c}?�������\u001f@\u0019��?�J���ׇѼ����\u0000�t~g��wn�\u0000{?�\u0011\u001f�h--`\u0000��:I\u000e\u001b�0l;~�~�\u0011�ŕҏ\b\u0006��g*��>��} H�\u0000�K׸�i�O��\u0000ɬڳ�\u001c�\u000bk���N�n�v�&�����?�s�*7��\u0017f\u0000���\u0016۲������k�$��n�~������~��W�Wp��m�����\u0019alq�H?������\u0005����l�Ǩ�V=��a���{Hݿ��v��En�G��pq&#�P*���P�\r�����\r�\u0007�ĻM�\u001f�o�f����\u001e�����l\u0001��n�r��+s��sc��t�\u0000(9��Hf�MB�L\u000b\tฑ\u001fr\u000b�.��r��I%�\u0000\u000e\u0000\u0010As]�U���<l����?��Ӧ֞Cɑ��\u0015�o�l���$������\u0002�\b{�^=��\u0005��:��(�nS��qm{v�\u0007\u00077\u001a�fu<���uϥ�7�5WO�Y?��7�\u001db\u001e\u001e�K�\u000b�\u001c�ƀ�������T?dt�\u001e��������ְZ&���_�\u0016����\u0000�}T\u0013L������c����6�\u0003Yc�,y{\u0018˞\u0019���lw��\u000f�\u001f��\u0000J�OV��:܌L�0�\u0011M�\u001d�\u000f5}���F��ew��Og�OϭW���:����m�f�7{�k����+����K,�k���H��}_���S�\u0017�.\u0019T�9�Ҵ\n�\u0000I]�m\u001e�C���e��S��\u0000�A\\>.�H�7`R�x��uf�����q�j�\u001f���N���s���JJ���V��?*��-\u0006�kvK���~��,��\\ľ����]�،�.p��{7��6�{+��z���؃g�<\u0016�\u0010���FQa7�K��V�E�[e��-��me���>�~�~���Ex��z�9�d��]n�������5�e\u0002�\u001a�{\u001b�+i��\u001f�M��wa�&lk��8����\u0018y{����ls�K\u001b����a��=f����5\n�\u000b[S1�]V;=�F�M\u0011���\u0003�f浭�Ō!��\fcw{?��\t_��� q�\r�\\-��\u0015�iau���S{��^�������ҫ`[�\u0000>��1���O��ՁS\u0000�0�]�eo����S�خ�����m¢ǽ��{�m��wXw\u0016��\u001d۽4߲�Ef��Q��{��5'o���}Ov��_�k�\"e� �\u0011����\u0001��d��\u001d�ޝ��=Yf\u0016\u0016ET��䵀��i�����ջ��{�f�m\u0015��^�n\r\u0002�5�}�o��nc�����J�5�S1�\u0014�Q��P��%۫m.ck���@P�(�ܣ8=%�\u0004�muoed��H��n��=����v5�\u0000�@�\u0000��\u0000\u000bZ*�.����l��X�86��{��\u001b�\u0000�\u0016~Oի�/\u001e�_��\u000fI�%�vk˭��}����z?��SO�w����ݽ\u001aZmpe�Y��FK�;\u0001{�-�#o�U��[m��Y�l�m\u001bE7�^��E�\nH\u0001�\u000f`dO���n������x�\u0012�\u001ch}v:�\u000e\u0015��->���\u001fg��Xg���H\u0003&�xx�o%�\u0000�l^�WR�;������K3[eyt�\u0000I�*�ƥ��˵����k�s����+Ŧͣ�n�Y���Y��HW\u0002�U�s�q\u0000zd�����NE%��0��v\u0019�?�սT]Q6�����$~��{[�OѦ#�dTrJ٧�#�t\u0010}�&8�I*�E�ׯ������!�\f\u001e\r\u0000Ԇ��N�?}������������[S�>��Ǻ5\u0011�������]U���o򡭙�R��$���|���x\r;5�(6�{]�\u0000Dr��$\u000f�\u000f�����������7�\u0010�_I\u0010��\u001fH����BoK�\u001b��W��\"��\u0016�u����?�����֯�RIO�N�ѭ��Z����\u000b���S�\u0007��\u0000\r�\u0000D%���\u000b���S��Q\u001f���:K[���[�+����1\"\u0006�s}�>�燭��̩&���W�vэ��r\\..��7\r~����+^���k�P�^I\u000f�R�V�C�\u001f���֩Vڛ`������+f�\u0019����q$~�?��\u0000��(�Photoshop 3.0\u00008BIM\u0004\u0004\u0000\u0000\u0000\u0000\u00008\u001c\u0001Z\u0000\u0003\u001b%G\u001c\u0002\u0000\u0000\u0002\u0000\u0000\u001c\u0002x\u0000\u0007REAL ID\u001c\u00027\u0000\b20180713\u001c\u0002<\u0000\u000b150600+00008BIM\u0004%\u0000\u0000\u0000\u0000\u0000\u0010�G�˅Q��v�B-��\u0004�8BIM\u0004:\u0000\u0000\u0000\u0000\u0001-\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u000bprintOutput\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000PstSbool\u0001\u0000\u0000\u0000\u0000Inteenum\u0000\u0000\u0000\u0000Inte\u0000\u0000\u0000\u0000Clrm\u0000\u0000\u0000\u000fprintSixteenBitbool\u0000\u0000\u0000\u0000\u000bprinterNameTEXT\u0000\u0000\u0000%\u0000\\\u0000\\\u0000t\u0000s\u0000s\u0000d\u0000c\u0000a\u00000\u00002\u00002\u00003\u0000m\u0000p\u0000p\u0000t\u0000r\u0000\\\u0000T\u0000S\u0000Q\u0000-\u0000O\u0000O\u0000C\u0000-\u0000C\u0000A\u0000N\u0000O\u0000N\u0000C\u00005\u00000\u00003\u00005\u0000\u0000\u0000\u0000\u0000\u000fprintProofSetupObjc\u0000\u0000\u0000\f\u0000P\u0000r\u0000o\u0000o\u0000f\u0000 \u0000S\u0000e\u0000t\u0000u\u0000p\u0000\u0000\u0000\u0000\u0000\nproofSetup\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000Bltnenum\u0000\u0000\u0000\fbuiltinProof\u0000\u0000\u0000\tproofCMYK\u00008BIM\u0004;\u0000\u0000\u0000\u0000\u0002-\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0012printOutputOptions\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0000Cptnbool\u0000\u0000\u0000\u0000\u0000Clbrbool\u0000\u0000\u0000\u0000\u0000RgsMbool\u0000\u0000\u0000\u0000\u0000CrnCbool\u0000\u0000\u0000\u0000\u0000CntCbool\u0000\u0000\u0000\u0000\u0000Lblsbool\u0000\u0000\u0000\u0000\u0000Ngtvbool\u0000\u0000\u0000\u0000\u0000EmlDbool\u0000\u0000\u0000\u0000\u0000Intrbool\u0000\u0000\u0000\u0000\u0000BckgObjc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000RGBC\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000Rd  doub@o�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Grn doub@o�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Bl  doub@o�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000BrdTUntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Bld UntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RsltUntF#Pxl@X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\nvectorDatabool\u0001\u0000\u0000\u0000\u0000PgPsenum\u0000\u0000\u0000\u0000PgPs\u0000\u0000\u0000\u0000PgPC\u0000\u0000\u0000\u0000LeftUntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Top UntF#Rlt\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Scl UntF#Prc@Y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010cropWhenPrintingbool\u0000\u0000\u0000\u0000\u000ecropRectBottomlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\fcropRectLeftlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\rcropRectRightlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000bcropRectToplong\u0000\u0000\u0000\u0000\u00008BIM\u0003�\u0000\u0000\u0000\u0000\u0000\u0010\u0000`\u0000\u0000\u0000\u0001\u0000\u0001\u0000`\u0000\u0000\u0000\u0001\u0000\u00018BIM\u0004&\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000?�\u0000\u00008BIM\u0003�\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000������\u0000\u00008BIM\u0004\r\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000Z8BIM\u0004\u0019\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u001e8BIM\u0003�\u0000\u0000\u0000\u0000\u0000\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u00008BIM'\u0010\u0000\u0000\u0000\u0000\u0000\n\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00018BIM\u0003�\u0000\u0000\u0000\u0000\u0000H\u0000/ff\u0000\u0001\u0000lff\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0001\u0000/ff\u0000\u0001\u0000���\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0001\u00002\u0000\u0000\u0000\u0001\u0000Z\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0001\u00005\u0000\u0000\u0000\u0001\u0000-\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u00018BIM\u0003�\u0000\u0000\u0000\u0000\u0000p\u0000\u0000����������������������\u0003�\u0000\u0000\u0000\u0000����������������������\u0003�\u0000\u0000\u0000\u0000����������������������\u0003�\u0000\u0000\u0000\u0000����������������������\u0003�\u0000\u00008BIM\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u00028BIM\u0004\u0002\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008BIM\u00040\u0000\u0000\u0000\u0000\u0000\u0006\u0001\u0001\u0001\u0001\u0001\u00018BIM\u0004-\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0001\u0000\u0000\u0000\b8BIM\u0004\b\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0002@\u0000\u0000\u0002@\u0000\u0000\u0000\u00008BIM\u0004\u001e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u00008BIM\u0004\u001a\u0000\u0000\u0000\u0000\u0003m\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0010\u0000\u0000\u0002�\u0000\u0000\u0000\u001c\u0000r\u0000e\u0000a\u0000l\u0000-\u0000i\u0000d\u0000-\u0000e\u0000x\u0000p\u0000l\u0000a\u0000i\u0000n\u0000e\u0000r\u0000-\u0000o\u0000c\u0000t\u0000-\u0000u\u0000p\u0000d\u0000a\u0000t\u0000e\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002�\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000null\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0006boundsObjc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000Rct1\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000Top long\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Leftlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Btomlong\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u0000Rghtlong\u0000\u0000\u0002�\u0000\u0000\u0000\u0006slicesVlLs\u0000\u0000\u0000\u0001Objc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0005slice\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0007sliceIDlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007groupIDlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006originenum\u0000\u0000\u0000\fESliceOrigin\u0000\u0000\u0000\rautoGenerated\u0000\u0000\u0000\u0000Typeenum\u0000\u0000\u0000\nESliceType\u0000\u0000\u0000\u0000Img \u0000\u0000\u0000\u0006boundsObjc\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000Rct1\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000Top long\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Leftlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Btomlong\u0000\u0000\u0002\u0010\u0000\u0000\u0000\u0000Rghtlong\u0000\u0000\u0002�\u0000\u0000\u0000\u0003urlTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000nullTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000MsgeTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0006altTagTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u000ecellTextIsHTMLbool\u0001\u0000\u0000\u0000\bcellTextTEXT\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\thorzAlignenum\u0000\u0000\u0000\u000fESliceHorzAlign\u0000\u0000\u0000\u0007default\u0000\u0000\u0000\tvertAlignenum\u0000\u0000\u0000\u000fESliceVertAlign\u0000\u0000\u0000\u0007default\u0000\u0000\u0000\u000bbgColorTypeenum\u0000\u0000\u0000\u0011ESliceBGColorType\u0000\u0000\u0000\u0000None\u0000\u0000\u0000\ttopOutsetlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\nleftOutsetlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\fbottomOutsetlong\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000brightOutsetlong\u0000\u0000\u0000\u0000\u00008BIM\u0004(\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\u0002?�\u0000\u0000\u0000\u0000\u0000\u00008BIM\u0004\u0014\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\b8BIM\u0004\f\u0000\u0000\u0000\u0000\u001f\r\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u0000v\u0000\u0000\u0001�\u0000\u0000�@\u0000\u0000\u001e�\u0000\u0018\u0000\u0001����\u0000\fAdobe_CM\u0000\u0001��\u0000\u000eAdobe\u0000d�\u0000\u0000\u0000\u0001��\u0000�\u0000\f\b\b\b\t\b\f\t\t\f\u0011\u000b\n\u000b\u0011\u0015\u000f\f\f\u000f\u0015\u0018\u0013\u0013\u0015\u0013\u0013\u0018\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\u0001\r\u000b\u000b\r\u000e\r\u0010\u000e\u000e\u0010\u0014\u000e\u000e\u000e\u0014\u0014\u000e\u000e\u000e\u000e\u0014\u0011\f\f\f\f\f\u0011\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000\u0011\b\u0000v\u0000�\u0003\u0001\"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u0004\u0000\n��\u0001?\u0000\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0002\u0004\u0005\u0006\u0007\b\t\n\u000b\u0001\u0000\u0001\u0005\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b\u0010\u0000\u0001\u0004\u0001\u0003\u0002\u0004\u0002\u0005\u0007\u0006\b\u0005\u0003\f3\u0001\u0000\u0002\u0011\u0003\u0004!\u00121\u0005AQa\u0013\"q�2\u0006\u0014���B#$\u0015R�b34r��C\u0007%�S���cs5\u0016���&D�TdE£t6\u0017�U�e���u��F'���������������Vfv��������7GWgw��������\u0011\u0000\u0002\u0002\u0001\u0002\u0004\u0004\u0003\u0004\u0005\u0006\u0007\u0007\u0006\u00055\u0001\u0000\u0002\u0011\u0003!1\u0012\u0004AQaq\"\u0013\u00052��\u0014��B#�R��3$b�r��CS\u0015cs4�%\u0006\u0016���\u0007&5��D�T�\u0017dEU6te����u��F���������������Vfv��������'7GWgw�������\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000�T�M#�%.���F+\u0005��ere�\u0001�9�?�Ʊ��\"��C��|��w��0̵ڍAc��%5�Y��z�V�ݬG;g�/�\u000f���OoZ�u8�̆�͍��-\u000ek�g����F1���\u0000�,�\u000f���:m�s�K\u000b�$�3;�o�Z��γ����\u0014OG�G�&�M�lv��Z\u001e\u0018��ݹ���������)���Om\u000f�m�ڪ{+{����\rm���W������9��\u001fsZ��\\td\u000f��_���\b���a���Mņ���8����@wE�E�h��\u0015�8\u0011���f]msݹ�o�*�Ԕ�Υ�U��.k^�\u0006\u0010g�8n�?��?�\u001f�3�t��̖8�\u0000\u0003���)�Ӻ}��l��{�\u001cI&$\r�Fv��6����/�L�ӟc,56k�\u0000�3������ؒ����6���k74<\u0007\u0018;\\�Jv�\u0000�{_���\"���Og��s�K�]d4�uv7\u0016���\u001e��?�\u001b����3�t�Xln=a�\t\u0003�O#�H�\u000b\b5�\u00152\u001a\\�\u0002��%忻�v2Ԕׯ���+���\u0019\u0005¡����Y��\u001b������\u0000�}u�]�h��8���\u0001��\u001a�uu�����__�QoL�������\u0006�<��h!�e~�w�ƹ��V���\u0003C(,��\u0011_�ۚ76Ѳ�ޫv�U���)6>M94�u.��[���\u001f�>�l��P\u000e6)���kk�\u0001Po�d\r���ͮ����\u0002���rr*�\u0000H�=A�z������\u0000�?=%6�Pe�X�eok��\u001c�\b1楹�!%.�m��\t�S���{O�ik��\u001c@a$h=�\u001f����>�}PsꩽC\u001b}���8\r\tg�l5��o{�G�������o�N�A\u0003�~�\u000ec��U�S�?�n~\u000bpk[~h���(}��\u0014���Wi����{\u001c����\u0003v{-6�x�\u0000X��盾˝Em-c�Z��V���\u0007�����J�Fz�W\u0012�Kq�{\u000b.c���\u0001���p�L��\u0000n����������WJf\u000f����?L[��l���{�\u0000�7�/�k[��\u0015���ܺ�d�\u0017�\u0001\u0004\u0016\u0016���+s���\u0014�d�\u001a�C�\u0019y�׋;�ǝ*\u0001�I��:�\u001fhg�R�����>\u001bG��\\�Fo���p�ԛ�\u0004?!�7~��H�\"�d���~˶����\u0000�u��*�\u001d7볺u\u0015�YkooIeY-}�_������s_OQ��z�d������(\u001e!/d)��\u001b�\u001f�\u0004�5�\u0000�n��\u001f�\u0005������X\r����?h�a�ݴ����]���Q��,�u��±������*='�}j�Χ�J�V�\\�\u001b+{\u000b,��?f�鯳1ͦ��;(�O��_�9\u001f�g��C�^�ѯ�\u001bO�G�A/F��M���\u0017\"�_�\u001f�zewc�\u001a�\u0019-�\u0017\u0013/��/'���u���o�[=Wى�����S�׮�I]�����\u001c\\ܣ~e��-�2�n{j�=��\u0018�◳\u001dϾ����/�?���hi���ҫ�\u001b�\u001f�\u0004Ŕ\u0007\u0006\u0016�=���h�\u001b��3�d�Vw^�\u001d���n���א׶�=�Mϩ�c�����2�����5u���9�\u0014���l�n���R���\u0000���\"�~�_���G�AN��'����A�\u0000������gt���]���78\u0007;ٗ��1����X����f�ܰqz�Q�\u0002���\u0016�1iu�.u~��vQ������l�Y������z>���l�Q�l���$$\u0007���\u001f���h��Y_��a\u00066��\u0003��\n�Ev5�X\u0000k @���.8ge��q�U������Z�\u001a��NN]�g���\u0000U��1w�Zh���U����V�c3-�����y,�*\rs�\u0001�2�w�m�_��\u0000Eꦙ��R�\"e�4\u001c[Kj��\u0000�^��t�\u001bj\r��\u0010\\��Z�����\u0000\t�o��T\u001f���#6��Ȉ|\u0003[�ᔿn�S�\u0001ߥ�\u0000G�8���Z�\u0007q\u0002A�V7V���s`k�\u0016\u0016��\u001d��l�\\A�\u001f���(��8��`\u0002G}�<7.\u001f�b��\u0007�\u001b7�eY�T\u001b�\u0011-k��H�^���~�ة��\u001bF��4\b\u00048�7O��叛n\u001eM؃����{X\u001c\u0001\u000ekk-,���{w;�Z�\u0011\u0003��g���&�٥31#\u0019p\u00108������\u0015�\"#�E��\u0019|����sV��q\u0007{��S��K�M\u000f6S�:�Ah}f��\tݶ[\u001fJ\u0016�@-~��||d�=6SF+���SMf�]\u0013\rh����&\u001c#'\u0015�\u001a�ŭ�g8�j<\\W�=�s(\u0016\u001f����\u0000\u0018�?\u0018r3�\b�e.?�,h����\u001c��W>��G\u001c\fPa��\u0016���]���\u0000\"���2ܝ���Z\f�e�>d��\u0000C���\u0018��e&H{�Y\u0011�������q\u001b����z��\u0013��\f�Il��ֶ~��\u0004��J��~���'\u000b79Դ��X7V@�����w�b��3���m\u000e\u0005�k^�\u0018���:?��ŋ\u001eM�A\u001d\u000b\u000el�qo\u0001 H_����v0���\u00181�\u0004�\u0003�Ɔ�-���b��\b��\u0000V���Ã��m������z�n�����8�\u001f�\u0016Wmv��S�Y�SZ�\u0000P�Ԋ������]���K�\u0007���mcً���������n}����k�7���݉�ɡ��}\u001bK����\u001f�~�G1�#\u001d�M3�\u0014##�\u0010\u0012�^��X�:���*�hi��\u001a�\u000f�T��v�ҷ��*m���5X�Kw1Ƨ��\u000f�'�.�b�:WL��2>˓�݂\u0006W�-\"�E���n\u001bq��Ʒ�n\u000f���\u000fS��%���u�~��GI��_O�-���m����α�WuT���=O�b���>�++��]2������=���-0 \u0013']܃�TʬV�Rͻ�\u0000x\u0012D�`������S��/\"��ޏ{鱔�i�Ƽ���Զ��e,�ʚ=K��\u0000��\u0000\u000f��4V:�F%����\u00142ְ����uNў����F�M\t��d�\u0007R�\f,��y4��c�c\u0019`���\u001b[eD�\u0017��OG��k�\n�?c�\u0012�F�w\u001a����r&\u001d\u00160\u0017z�sc��\f\u0010G-a�\u001f�����\u0000���Z#��\u0000\u001e����Б�\\�t�\u0017_k~�M���~�cjw���\u0000����f�:pz}\u0017���6��09�\u001d\r��\u0007�v~z�68�[���$�In���*b$���I\u000e,q:����?�¥ ;-�\u0015�k�.U���X:@:�\u001f����r-[.���8<E�\"G�\u0015\\����\r'�\u0000\u0010G��䫴��\u0010\u000f�����$��*\u001b���ZZ]EL��B�$}.T��m\u0011\u0000=���.s\u001e�I�fd��Rw\u001fkD�}q�{\u0012�\u0000\u0000\u0000\u0003��u������p�\u0000�?�x�\u0000�̭�at�\u0012Ӗ��w�[Nڙ��}�\u0000���\f��\u0000��r񟬯x��,6'`���!I���-U�� ��\u000f���\u0017G��l0�\u0014�������]\u0003:v;[�R�{\u0010�*�M��X\u000e{Z�H2@��n���}F�\u001c���K�(\u0001N\u000fT�\u0005�\u001a\b:9�\b �p\\�Oh��ŁMn-�c �k{\u001e[^���5uy��>��7���%��\u0003�\u00173�Z�\u0000�\u0018Oc���XD�\u000ecl\u0006'��ܿ���k����\u0000V_�^�EU��~FU\u00156�����=[ko�kk�\u0000�������?�Y?�p�NS\u000eWXh�\u0015�]\\�A�;:�Tk���zyL�=OJ�����~���\u0003�լ{��\u001f�\u000bA����,\u000f\u000e�%�\u0004\u001f�O�J�/���`�U�����1��\\�r܎�uƸ����<��1��.fG��\\�\u001dvv/�C�p��l�p�\u000f҅�a�9\u0016�����muu��z�q�������7;��U�ѷ��#����uu�`��WM�>�\u0006Q�R�Wc��A���k�ϭ��;\u001d��g��'��Y�5�c��H_/k�ݛ�N>������\u001f�\u0000����\u0012�Y,<�^F\u0015\f��6~U�u>�w���1Ƨ?\u001e��ջ%�������?𲫓f+Y�W�z��f��-x\u000f���{6������\\�\u0000E�Hʫ�\u001e/��\u0018���k��.�g�/�l�s]i�f�l{�m��k���͈=W?\u001b\u0012�\\�v����1� 0mߺ�]�����\u00009��\u0000:�Q\t�]��tj�|���k99a�9n\u0017��ò����Ӻ������c\u001b{2*��Z6�e��?�ƻK�h��V\u001a��\u0017W������SK-�s���յ=_���ֱ�u�sl\u0018�[c�vz��\u000fs�En\u0006�=�پ����\u0000��m\u0013#�'N\u0014�{�\r5Wxq��k�f�?��z��?�?C�[}JҌ%ؤ\u0011Jƹ��uQ��\u001e�b8�;�\u0011l{^\\��7k\u0007P\u001a!�ݟ���}T<Z�rr^��\u001f�uD�\t�Vm�W�Id��bQfU����\u0016�=�٫�Z�m\r��X�\u001f쪴$�t�3�P,'�h�\u0001Ԉ\u001c߽Dl+\t��>�\u001a���',�z�J����L�ͼ�\u001a�6��Kjݳ�����ev7�_��}O�R����ۆ�ݒ\u001d�y�߲�X\u001b���R�Km\u0015��l��.��W�\u00004���\u001b������2}�=���}�lY����+kg0\u0002�S ����u�c��z_�����m���=���\u0017\u0003\u0011�c\u0004O�#\u0011\u001d\u0012�\u0000����p�\u0000�?�y\\�\u0018�XX�L���;+l�\u0015�>�5��������\u0006p�\u0000�?�q.mVt&�x>����\u0000�׍z���$/��]��:��\u001b�L�i\u0011�q]ѫ��\u0018永\u0019y��<����'��/b��ʰ7�K\u000b*{\u001c��\u000e���G�d=���\u001b��X�\u0000�}���w�]�'\"�\u0019}-\u000fih�Z�?��XUOgF\u0000\u0011c]\u0010��Sn�!�~ӹո����~���\u0000\u0004�\u0000�B8���M��u,��\u0007�q��7��є(��Ͱ?�w��@���[�[�ڕ`�7$\u0016�Mu�<6\\�;����1\t\u0019�7b�\f!\t\u0019�:�_G�Ż\u000f\u0013��6�����L7e����:��g�RU׀��i�ׇ]��P��\u000b���|����k\u0019�������K�ѭeX�o}�4<�Xc#�.u�,~�����\u0000���+}a�#1��\u0006l���\u001e���\\��\u001a�W�g鬳�\u001f�������S\u0007�8�\u0000�\u001f�Ź�x�\u0015�\u0014\f\u0001�kme\u0018�\r\"��t�\fFͿh��zW���K\u0019���\u0000�8��.C2�=6�t�䶋�Ʋ�VFN�o���sp����ϵom�\u000f���υ��2hW�3�����6;>�[�F��a�:�6d;��UNc����j���\u0000���^��>��ߙV �ȭ��\u0018-xki�.���߲�]�ͫ��w�����o\u0014�x�����]��S��\u001d.����N�[�������_��\\�p��!��P�������/�=9��lܷ�2��ǡ�Z2EX�c\te�}��6Yf=�n����\u0018������\u00007�X��!�t*\u0017c�}�[^M�zC�ƀZ��isl�����\u001b�JF_�~�P=\u001a��\u001f\u0017\u000e澜j��\u0018\u001a]%����j�\u000b쵸�+�ֳ�����Z����\u001e��\u0018�\u0002�W]��m\r,��g���U���O��\u000b��}_�Q��]T\u0007��!��i����F�~��{�O�~������\u0006��������Ҟ}6\\�ޝ�����w���[m���\b\u0012��\u001f�T\u0015��X�6�~\u0015��\u0000/��;\u001c!���\u0001\r���~��\u0010���_G�m}:�V\u001dQ�c�n�\u000b+��\u0007c\u0017f���������=5��1\u001f���7��Yq�_;���{�����+:�L�|�a\u0005h\u001e7\u0005�\u0011�j�g\u001fk���n���8�gs\u0018��{��u�\u0016�U�RϳW����c]K�����k�H�(��\u001a��Ʋ�7�'�\u001f�����m�t�z=U�\\�\u001a\u001e�I.\u001bCD�\u001c\u0015\f\u0006��۾D�m�:\u0000��=^%�X���_��;]���~[C��r�˽W׽��̜��r2��f_��>ӕw���l\u0004rd���\u0000όF��A\"?4�\u0010]%���\u0011��\u0000�\u001a�_���gY{\\�ƒ\u0003�\u0010'�\\MW�쭦\u001a\u001aa�Ǿy��]�ZHy�S�\u0000+���E`�@\u0003]\n�ʏ��\u001f���?w���ܠ�\"�^�uN ��\u000bK{å�?��\u0015�;21w3\u0019�R���\u001b��(��,��۝{�k��!�{A\u000ek����?;w��\u001aT;�c�e5d@��9�\u0018�J�w�r���I\u0018�M�\\��qB9\u0007�\u001d�\u001br.\u0019\u0007'\"��P;\u0018O\u0007��\u0003����nPpsn~�\u0011��MS�\u0000nz�7)�S6͙�e4���\u000b��\u0007�3f�}*�\u0000o�\u0015�\f��v'��zG@\u0018@\rq�\u0006�o�yN\u0011��ڣ����\u001e)a�\r\u0001\u001c_�\u001e���6��&������H\u0003�\u001d���{5��\u001d�?'5�;��\u001d\u001d���\r���\t�[��(�':Z}\n�\t!���\u001e絛f�ns����Z9c���~bǇ��z��$��̟h-�\u0003f����+5�\u000bf~\u001a��o�5C��I�W\u0007\u0019�\u0013��\u0015o�\u0002�nk��sqY�nȧ�e\u001f������.�/\u0006�\u0006W�M�-�\u001a�X�[���\rk�힕���\u0000\u0017c\u0014|?�,�WnM��mkw��Y$��c}?�������\u001f@\u0019��?�J���ׇѼ����\u0000�t~g��wn�\u0000{?�\u0011\u001f�h--`\u0000��:I\u000e\u001b�0l;~�~�\u0011�ŕҏ\b\u0006��g*��>��} H�\u0000�K׸�i�O��\u0000ɬڳ�\u001c�\u000bk���N�n�v�&�����?�s�*7��\u0017f\u0000���\u0016۲������k�$��n�~������~��W�Wp��m�����\u0019alq�H?������\u0005����l�Ǩ�V=��a���{Hݿ��v��En�G��pq&#�P*���P�\r�����\r�\u0007�ĻM�\u001f�o�f����\u001e�����l\u0001��n�r��+s��sc��t�\u0000(9��Hf�MB�L\u000b\tฑ\u001fr\u000b�.��r��I%�\u0000\u000e\u0000\u0010As]�U���<l����?��Ӧ֞Cɑ��\u0015�o�l���$������\u0002�\b{�^=��\u0005��:��(�nS��qm{v�\u0007\u00077\u001a�fu<���uϥ�7�5WO�Y?��7�\u001db\u001e\u001e�K�\u000b�\u001c�ƀ�������T?dt�\u001e��������ְZ&���_�\u0016����\u0000�}T\u0013L������c����6�\u0003Yc�,y{\u0018˞\u0019���lw��\u000f�\u001f��\u0000J�OV��:܌L�0�\u0011M�\u001d�\u000f5}���F��ew��Og�OϭW���:����m�f�7{�k����+����K,�k���H��}_���S�\u0017�.\u0019T�9�Ҵ\n�\u0000I]�m\u001e�C���e��S��\u0000�A\\>.�H�7`R�x��uf�����q�j�\u001f���N���s���JJ���V��?*��-\u0006�kvK���~��,��\\ľ����]�،�.p��{7��6�{+��z���؃g�<\u0016�\u0010���FQa7�K��V�E�[e��-��me���>�~�~���Ex��z�9�d��]n�������5�e\u0002�\u001a�{\u001b�+i��\u001f�M��wa�&lk��8����\u0018y{����ls�K\u001b����a��=f����5\n�\u000b[S1�]V;=�F�M\u0011���\u0003�f浭�Ō!��\fcw{?��\t_��� q�\r�\\-��\u0015�iau���S{��^�������ҫ`[�\u0000>��1���O��ՁS\u0000�0�]�eo����S�خ�����m¢ǽ��{�m��wXw\u0016��\u001d۽4߲�Ef��Q��{��5'o���}Ov��_�k�\"e� �\u0011����\u0001��d��\u001d�ޝ��=Yf\u0016\u0016ET��䵀��i�����ջ��{�f�m\u0015��^�n\r\u0002�5�}�o��nc�����J�5�S1�\u0014�Q��P��%۫m.ck���@P�(�ܣ8=%�\u0004�muoed��H��n��=����v5�\u0000�@�\u0000��\u0000\u000bZ*�.����l��X�86��{��\u001b�\u0000�\u0016~Oի�/\u001e�_��\u000fI�%�vk˭��}����z?��SO�w����ݽ\u001aZmpe�Y��FK�;\u0001{�-�#o�U��[m��Y�l�m\u001bE7�^��E�\nH\u0001�\u000f`dO���n������x�\u0012�\u001ch}v:�\u000e\u0015��->���\u001fg��Xg���H\u0003&�xx�o%�\u0000�l^�WR�;������K3[eyt�\u0000I�*�ƥ��˵����k�s����+Ŧͣ�n�Y���Y��HW\u0002�U�s�q\u0000zd�����NE%��0��v\u0019�?�սT]Q6�����$~��{[�OѦ#�dTrJ٧�#�t\u0010}�&8�I*�E�ׯ������!�\f\u001e\r\u0000Ԇ��N�?}������������[S�>��Ǻ5\u0011�������]U���o򡭙�R��$���|���x\r;5�(6�{]�\u0000Dr��$\u000f�\u000f�����������7�\u0010�_I\u0010��\u001fH����BoK�\u001b��W��\"��\u0016�u����?�����֯�RIO�N�ѭ��Z����\u000b���S�\u0007��\u0000\r�\u0000D%���\u000b���S��Q\u001f���:K[���[�+����1\"\u0006�s}�>�燭��̩&���W�vэ��r\\..��7\r~����+^���k�P�^I\u000f�R�V�C�\u001f���֩Vڛ`������+f�\u0019����q$~�?��\u00008BIM\u0004!\u0000\u0000\u0000\u0000\u0000]\u0000\u0000\u0000\u0001\u0001\u0000\u0000\u0000\u000f\u0000A\u0000d\u0000o\u0000b\u0000e\u0000 \u0000P\u0000h\u0000o\u0000t\u0000o\u0000s\u0000h\u0000o\u0000p\u0000\u0000\u0000\u0017\u0000A\u0000d\u0000o\u0000b\u0000e\u0000 \u0000P\u0000h\u0000o\u0000t\u0000o\u0000s\u0000h\u0000o\u0000p\u0000 \u0000C\u0000C\u0000 \u00002\u00000\u00001\u00007\u0000\u0000\u0000\u0001\u00008BIM\u0004\u0006\u0000\u0000\u0000\u0000\u0000\u0007��\u0000\u0000\u0000\u0001\u0001\u0000��\u0013.http://ns.adobe.com/xap/1.0/\u0000<?xpacket begin=\"﻿\" id=\"W5M0MpCehiHzreSzNTczkc9d\"?>\r\n<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01        \">\r\n\t<rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\r\n\t\t<rdf:Description rdf:about=\"\" xmlns:xmp=\"http://ns.adobe.com/xap/1.0/\" xmlns:photoshop=\"http://ns.adobe.com/photoshop/1.0/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:xmpMM=\"http://ns.adobe.com/xap/1.0/mm/\" xmlns:stEvt=\"http://ns.adobe.com/xap/1.0/sType/ResourceEvent#\" xmlns:stRef=\"http://ns.adobe.com/xap/1.0/sType/ResourceRef#\" xmp:CreatorTool=\"Adobe Photoshop CC 2017 (Windows)\" xmp:CreateDate=\"2018-07-13T15:06:00\" xmp:MetadataDate=\"2018-09-27T14:47:29-05:00\" xmp:ModifyDate=\"2018-09-27T14:47:29-05:00\" photoshop:ColorMode=\"3\" photoshop:ICCProfile=\"sRGB IEC61966-2.1\" dc:format=\"image/jpeg\" xmpMM:InstanceID=\"xmp.iid:95b7ef09-8af7-c846-b8cc-b5f1d66af1f9\" xmpMM:DocumentID=\"adobe:docid:photoshop:2b07cd81-c28e-11e8-9aab-f27d52279c29\" xmpMM:OriginalDocumentID=\"xmp.did:abb587f3-5841-b044-8842-52dbac9dbe97\">\r\n\t\t\t<photoshop:TextLayers>\r\n\t\t\t\t<rdf:Bag>\r\n\t\t\t\t\t<rdf:li photoshop:LayerName=\"Indicates fully compliant REAL ID\" photoshop:LayerText=\"Indicates fully compliant REAL ID\"/>\r\n\t\t\t\t</rdf:Bag>\r\n\t\t\t</photoshop:TextLayers>\r\n\t\t\t<photoshop:DocumentAncestors>\r\n\t\t\t\t<rdf:Bag>\r\n\t\t\t\t\t<rdf:li>adobe:docid:photoshop:e84a44bd-86d5-11e8-9483-ec48c14585fe</rdf:li>\r\n\t\t\t\t\t<rdf:li>xmp.did:A98D298EB96311E89F8B86A8A792F3B3</rdf:li>\r\n\t\t\t\t</rdf:Bag>\r\n\t\t\t</photoshop:DocumentAncestors>\r\n\t\t\t<xmpMM:History>\r\n\t\t\t\t<rdf:Seq>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"created\" stEvt:instanceID=\"xmp.iid:abb587f3-5841-b044-8842-52dbac9dbe97\" stEvt:when=\"2018-07-13T15:06:01-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"saved\" stEvt:instanceID=\"xmp.iid:815570bf-90c6-9941-ae7e-f6d01682288a\" stEvt:when=\"2018-09-27T14:44:41-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\" stEvt:changed=\"/\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"saved\" stEvt:instanceID=\"xmp.iid:7729b297-3d4a-ff4b-aaf6-2b34fb918e73\" stEvt:when=\"2018-09-27T14:47:29-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\" stEvt:changed=\"/\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"converted\" stEvt:parameters=\"from application/vnd.adobe.photoshop to image/jpeg\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"derived\" stEvt:parameters=\"converted from application/vnd.adobe.photoshop to image/jpeg\"/>\r\n\t\t\t\t\t<rdf:li stEvt:action=\"saved\" stEvt:instanceID=\"xmp.iid:95b7ef09-8af7-c846-b8cc-b5f1d66af1f9\" stEvt:when=\"2018-09-27T14:47:29-05:00\" stEvt:softwareAgent=\"Adobe Photoshop CC 2017 (Windows)\" stEvt:changed=\"/\"/>\r\n\t\t\t\t</rdf:Seq>\r\n\t\t\t</xmpMM:History>\r\n\t\t\t<xmpMM:DerivedFrom stRef:instanceID=\"xmp.iid:7729b297-3d4a-ff4b-aaf6-2b34fb918e73\" stRef:documentID=\"xmp.did:abb587f3-5841-b044-8842-52dbac9dbe97\" stRef:originalDocumentID=\"xmp.did:abb587f3-5841-b044-8842-52dbac9dbe97\"/>\r\n\t\t\t<dc:title><rdf:Alt xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"><rdf:li xml:lang=\"x-default\">REAL ID</rdf:li></rdf:Alt>\r\n\t\t\t</dc:title><dc:description><rdf:Alt xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"><rdf:li xml:lang=\"x-default\">REAL ID</rdf:li></rdf:Alt>\r\n\t\t\t</dc:description></rdf:Description>\r\n\t</rdf:RDF>\r\n</x:xmpmeta>\r\n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n                                                                                                    \n        <?xpacket end='w'?>��\fXICC_PROFILE\u0000\u0001\u0001\u0000\u0000\fHLino\u0002\u0010\u0000\u0000mntrRGB XYZ \u0007�\u0000\u0002\u0000\t\u0000\u0006\u00001\u0000\u0000acspMSFT\u0000\u0000\u0000\u0000IEC sRGB\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000��\u0000\u0001\u0000\u0000\u0000\u0000�-HP  \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011cprt\u0000\u0000\u0001P\u0000\u0000\u00003desc\u0000\u0000\u0001�\u0000\u0000\u0000lwtpt\u0000\u0000\u0001�\u0000\u0000\u0000\u0014bkpt\u0000\u0000\u0002\u0004\u0000\u0000\u0000\u0014rXYZ\u0000\u0000\u0002\u0018\u0000\u0000\u0000\u0014gXYZ\u0000\u0000\u0002,\u0000\u0000\u0000\u0014bXYZ\u0000\u0000\u0002@\u0000\u0000\u0000\u0014dmnd\u0000\u0000\u0002T\u0000\u0000\u0000pdmdd\u0000\u0000\u0002�\u0000\u0000\u0000�vued\u0000\u0000\u0003L\u0000\u0000\u0000�view\u0000\u0000\u0003�\u0000\u0000\u0000$lumi\u0000\u0000\u0003�\u0000\u0000\u0000\u0014meas\u0000\u0000\u0004\f\u0000\u0000\u0000$tech\u0000\u0000\u00040\u0000\u0000\u0000\frTRC\u0000\u0000\u0004<\u0000\u0000\b\fgTRC\u0000\u0000\u0004<\u0000\u0000\b\fbTRC\u0000\u0000\u0004<\u0000\u0000\b\ftext\u0000\u0000\u0000\u0000Copyright (c) 1998 Hewlett-Packard Company\u0000\u0000desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012sRGB IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012sRGB IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000XYZ \u0000\u0000\u0000\u0000\u0000\u0000�Q\u0000\u0001\u0000\u0000\u0000\u0001\u0016�XYZ \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000XYZ \u0000\u0000\u0000\u0000\u0000\u0000o�\u0000\u00008�\u0000\u0000\u0003�XYZ \u0000\u0000\u0000\u0000\u0000\u0000b�\u0000\u0000��\u0000\u0000\u0018�XYZ \u0000\u0000\u0000\u0000\u0000\u0000$�\u0000\u0000\u000f�\u0000\u0000��desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016IEC http://www.iec.ch\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016IEC http://www.iec.ch\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000.IEC 61966-2.1 Default RGB colour space - sRGB\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.IEC 61966-2.1 Default RGB colour space - sRGB\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000desc\u0000\u0000\u0000\u0000\u0000\u0000\u0000,Reference Viewing Condition in IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000,Reference Viewing Condition in IEC61966-2.1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000view\u0000\u0000\u0000\u0000\u0000\u0013��\u0000\u0014_.\u0000\u0010�\u0014\u0000\u0003��\u0000\u0004\u0013\u000b\u0000\u0003\\�\u0000\u0000\u0000\u0001XYZ \u0000\u0000\u0000\u0000\u0000L\tV\u0000P\u0000\u0000\u0000W\u001f�meas\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002�\u0000\u0000\u0000\u0002sig \u0000\u0000\u0000\u0000CRT curv\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0005\u0000\n\u0000\u000f\u0000\u0014\u0000\u0019\u0000\u001e\u0000#\u0000(\u0000-\u00002\u00007\u0000;\u0000@\u0000E\u0000J\u0000O\u0000T\u0000Y\u0000^\u0000c\u0000h\u0000m\u0000r\u0000w\u0000|\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0001\u0001\u0001\u0007\u0001\r\u0001\u0013\u0001\u0019\u0001\u001f\u0001%\u0001+\u00012\u00018\u0001>\u0001E\u0001L\u0001R\u0001Y\u0001`\u0001g\u0001n\u0001u\u0001|\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0002\u0003\u0002\f\u0002\u0014\u0002\u001d\u0002&\u0002/\u00028\u0002A\u0002K\u0002T\u0002]\u0002g\u0002q\u0002z\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0002�\u0003\u0000\u0003\u000b\u0003\u0016\u0003!\u0003-\u00038\u0003C\u0003O\u0003Z\u0003f\u0003r\u0003~\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0003�\u0004\u0006\u0004\u0013\u0004 \u0004-\u0004;\u0004H\u0004U\u0004c\u0004q\u0004~\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0004�\u0005\r\u0005\u001c\u0005+\u0005:\u0005I\u0005X\u0005g\u0005w\u0005�\u0005�\u0005�\u0005�\u0005�\u0005�\u0005�\u0005�\u0006\u0006\u0006\u0016\u0006'\u00067\u0006H\u0006Y\u0006j\u0006{\u0006�\u0006�\u0006�\u0006�\u0006�\u0006�\u0006�\u0007\u0007\u0007\u0019\u0007+\u0007=\u0007O\u0007a\u0007t\u0007�\u0007�\u0007�\u0007�\u0007�\u0007�\u0007�\b\u000b\b\u001f\b2\bF\bZ\bn\b�\b�\b�\b�\b�\b�\b�\t\u0010\t%\t:\tO\td\ty\t�\t�\t�\t�\t�\t�\n\u0011\n'\n=\nT\nj\n�\n�\n�\n�\n�\n�\u000b\u000b\u000b\"\u000b9\u000bQ\u000bi\u000b�\u000b�\u000b�\u000b�\u000b�\u000b�\f\u0012\f*\fC\f\\\fu\f�\f�\f�\f�\f�\r\r\r&\r@\rZ\rt\r�\r�\r�\r�\r�\u000e\u0013\u000e.\u000eI\u000ed\u000e\u000e�\u000e�\u000e�\u000e�\u000f\t\u000f%\u000fA\u000f^\u000fz\u000f�\u000f�\u000f�\u000f�\u0010\t\u0010&\u0010C\u0010a\u0010~\u0010�\u0010�\u0010�\u0010�\u0011\u0013\u00111\u0011O\u0011m\u0011�\u0011�\u0011�\u0011�\u0012\u0007\u0012&\u0012E\u0012d\u0012�\u0012�\u0012�\u0012�\u0013\u0003\u0013#\u0013C\u0013c\u0013�\u0013�\u0013�\u0013�\u0014\u0006\u0014'\u0014I\u0014j\u0014�\u0014�\u0014�\u0014�\u0015\u0012\u00154\u0015V\u0015x\u0015�\u0015�\u0015�\u0016\u0003\u0016&\u0016I\u0016l\u0016�\u0016�\u0016�\u0016�\u0017\u001d\u0017A\u0017e\u0017�\u0017�\u0017�\u0017�\u0018\u001b\u0018@\u0018e\u0018�\u0018�\u0018�\u0018�\u0019 \u0019E\u0019k\u0019�\u0019�\u0019�\u001a\u0004\u001a*\u001aQ\u001aw\u001a�\u001a�\u001a�\u001b\u0014\u001b;\u001bc\u001b�\u001b�\u001b�\u001c\u0002\u001c*\u001cR\u001c{\u001c�\u001c�\u001c�\u001d\u001e\u001dG\u001dp\u001d�\u001d�\u001d�\u001e\u0016\u001e@\u001ej\u001e�\u001e�\u001e�\u001f\u0013\u001f>\u001fi\u001f�\u001f�\u001f� \u0015 A l � � �!\u001c!H!u!�!�!�\"'\"U\"�\"�\"�#\n#8#f#�#�#�$\u001f$M$|$�$�%\t%8%h%�%�%�&'&W&�&�&�'\u0018'I'z'�'�(\r(?(q(�(�)\u0006)8)k)�)�*\u0002*5*h*�*�+\u0002+6+i+�+�,\u0005,9,n,�,�-\f-A-v-�-�.\u0016.L.�.�.�/$/Z/�/�/�050l0�0�1\u00121J1�1�1�2*2c2�2�3\r3F33�3�4+4e4�4�5\u00135M5�5�5�676r6�6�7$7`7�7�8\u00148P8�8�9\u00059B99�9�:6:t:�:�;-;k;�;�<'<e<�<�=\"=a=�=�> >`>�>�?!?a?�?�@#@d@�@�A)AjA�A�B0BrB�B�C:C}C�D\u0003DGD�D�E\u0012EUE�E�F\"FgF�F�G5G{G�H\u0005HKH�H�I\u001dIcI�I�J7J}J�K\fKSK�K�L*LrL�M\u0002MJM�M�N%NnN�O\u0000OIO�O�P'PqP�Q\u0006QPQ�Q�R1R|R�S\u0013S_S�S�TBT�T�U(UuU�V\u000fV\\V�V�WDW�W�X/X}X�Y\u001aYiY�Z\u0007ZVZ�Z�[E[�[�\\5\\�\\�]']x]�^\u001a^l^�_\u000f_a_�`\u0005`W`�`�aOa�a�bIb�b�cCc�c�d@d�d�e=e�e�f=f�f�g=g�g�h?h�h�iCi�i�jHj�j�kOk�k�lWl�m\bm`m�n\u0012nkn�o\u001eoxo�p+p�p�q:q�q�rKr�s\u0001s]s�t\u0014tpt�u(u�u�v>v�v�wVw�x\u0011xnx�y*y�y�zFz�{\u0004{c{�|!|�|�}A}�~\u0001~b~�#��G���\n�k�͂0����W���\u001d����G���\u000e�r�ׇ;���\u0004�i�Ή3�����d�ʋ0�����c�ʍ1�����f�Ώ6���\u0006�n�֑?���\u0011�z��M��� �����_�ɖ4���\n�u���L���$�����h�՛B���\u001c�����d�Ҟ@���\u001d�����i�ءG���&���\u0006�v��V�ǥ8���\u001a�����n��R�ĩ7���\u001c���\u0002�u��\\�ЭD���-���\u0016���\u0000�u��`�ֲK�³8���%���\u0013���\u0001�y��h��Y�ѹJ�º;���.���!���\u0015���\n�����z���p���g���_���X���Q���K���F���Aǿ�=ȼ�:ɹ�8ʷ�6˶�5̵�5͵�6ζ�7ϸ�9к�<Ѿ�?���D���I���N���U���\\���d���l���v��ۀ�\u0005܊�\u0010ݖ�\u001cޢ�)߯�6��D���S���c���s����\r��\u001f��2��F���[���p����\u0011��(��@���X���r����\u0019��4���P���m�����\u0019���8���W���w�\u0007���)���K���m����\u0000C\u0000\u0014\u0011\u0011\u001a\u0012\u001a)\u0018\u0018)3' '3'\u001c\u001c\u001c\u001c'\"\u0017\u0017\u0017\u0017\u0017\"\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000C\u0001\u0015\u001a\u001a!\u001d!\"\u0018\u0018\"\u0014\u000e\u000e\u000e\u0014\u0014\u000e\u000e\u000e\u000e\u0014\u0011\f\f\f\f\f\u0011\u0011\f\f\f\f\f\f\u0011\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f��\u0000\u0011\b\u0002\u0010\u0002�\u0003\u0001\"\u0000\u0002\u0011\u0001\u0003\u0011\u0001��\u0000\u001f\u0000\u0000\u0003\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b��\u0000u\u0010\u0000\u0002\u0002\u0001\u0003\u0002\u0003\u0004\u0007\u0006\u0003\u0003\u0006\u0002\u00015\u0001\u0000\u0002\u0011\u0003!\u00121\u0004AQ\"\u0013aq2���B�\u0005��\u0014�R#r3b��C4���\u0015�S$s�c\u0006����DTd%5E\u0016&t6Ue����u��F���������������Vfv����������\u0000\u001f\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\n\u000b��\u0000n\u0011\u0000\u0002\u0002\u0000\u0005\u0001\u0006\u0006\u0001\u0003\u0001\u0003\u0005\u0003\u0006/\u0000\u0001\u0011\u0002!\u00031A\u0012Qaq��\"\u00132�\u0004����BR#br\u0014�3�C$��4SDcs�҃��T��\u0005\u0015%\u0006\u0016&5dEU6te����u��F���������������Vfv���\u0000\u0004\u0000-��\u0000\f\u0003\u0001\u0000\u0002\u0011\u0003\u0011\u0000?\u0000�5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@���5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015|ƳO\u0014�]�1��b�����/�9����#��R�3�i�������?����;\u0015���\u0000\u0015����\u0016\"w�n�9�X�������\u0017�L��I\u001307J8�<���3�\u001f�@�\u0015�\b�OS>�[��2.[��8����Q�\u001d\u0014s\f�� $}|���������\u0000�q�z*��?�}'S�8�\"%?����/�#&h:��t�\u001c�<���n\u0018��Yrm�\u0000��� w+��~%����a��|b�g\u000f�f\u0017��\u0017�۲��\"I\u0019'荆\u001bzhz~�����7��\u001e�VOǺ<r12$D��\t�\u0014%�\u0000�:�X�'�7Y�\u0006\u0013�d�\u0018�ݿ⏛����\u0003�_?��_��z0$L�юHO\u0016��\u0000�\u001fZ\u000f����g]\u000e��!��.Xb�v�\u001fS\u0014��z���\u00003Ӈ�?��3�xz�y�<p7,DC'�d������}H��\u001b8�,S�nܸ�\u0000��Ժ��\u0000�\u0000��Oտ��\u0000\u0013��w�_�@��y�W��=5�\u00004G���\u0000��\u0000���b��\u0000e����v��������\u000e�W����\u0000E�F&d����\u0018NXa/���� z���\u001df\u001e�\u0017��@C��-ۿ���\u001b�I��O�L��H�\u0006�O$e�{�1��\u0000�@�W���S��qd�L\u0001-�2����~�������\u001f�:Ic�\u0004�����?_��l����\u0007��\u0016\u000f��~�\u0004��r�p\u001294;��c���a������y�ӷϲ~�=O�z��?����\u0007�����ic�D�Hę��B[|��?�ޜ��:�Q9$&c=�G�r���\\�\u0000�S\u000f��\u000e�|�񎛦��\"e8�8�����G�oGM����z�e�\u001a��(\u001d*�\u0012�\u0000ˇ�\u0011\u0013�LM\\�\t�8��G��\u0000��\u0000���?\u001d�H�]\u0011ˆ^ym�d\u0006���?��\u0000u�\u0000\u000f��Q\u0003�W���a�b�\\vb�\u0018|?����\u0000˂S��\u001c'<~�|x�,R��&�\u000fq_\u000b/���\td�W�\tD\u0019\u0003�/����\u0000}����c���?\b�S+�C�r�\u001f$�C��~?�g��=�~w��\"]GO�4���Jp�Im��ݒ\u001e����t]'�p0�2e��wQ?W'�/��\u0000�@�W�?\u0013�z���yHC��re�O�<�/[?K�����;\u0017�m��\u0006,��\b䁸�\tD�\u0000�H\u0016���\u000eY��wd��ߔn������\u0015|�sO\u0014zNF;��0�ӷt%�''�Rc�<��l1�<c$�\u0019�\f�)�\b\u001eھ\u001eO�z��\u0007'K��H��\u001dD�|Y6�\u0000���?����wX:��\u001d@\u0015�j?����\u0000�P:�U\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0003���5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP<?Ǿ.��\u0000fp��\u0018�~)�\u0002/���N7��:L]Q��/Ӕsc���\u000f��N�\u0016\\��!y1���\u000f�=,�\u001enP\u0007������\u0000�g�/�ub�����/�\u0014�\u0000�?��_V].9f\u001dA\u001f̌N8��Ğn��������\u0013#l��s��C��?���\u000f?�?L\u001e�ҭ������T?�K�n�߭\u001f^�\u001fG�����_M���\u0004�\u0018�\u0013;�\u0007���\u0000�k�������1�M\u0011�^�^�������].�\u0011�z����t����\u0017�}'���f�������2@c\u0019�������8�c��\u0000�޾��N���rB$�\u001f��'<���\u0000���M��������L\u0011:�)c��o��V�&��~\u0004fz��Ԕg?�n�1�\u001e�ȟ÷�?�z_\u001f�������}���ޟ��ɂ\u0002\u0006@B[~\u001d�����\u000f��pg�S�\u00119�~izr���z\u001f��\u0010<O�qu�豜\u0019p�[~\u0013�v���\u0000_������x��a�Q\u001d��\u0000��C�q�����\u0000�o�_C/�\u001d\u001eYJF$\t��\bNx���\u0000�\u0018�=�:,\u00190��(\u0003���e\u0003ğQ��Y���\fY�)�8z�cnlS��\u0000�2�OA�7���\u0000\u0005�z|�,A����Rs���=i��\u0007�\u001f�]����\u0000��k�?l�\u0007}����}!�b\u0019�\u0000j���;����[������~\u0011�u9}y��#l�%,~������\u0007\u0007�R\u0013\u001dd�l\u001e�1\u0005�e�\u0000����\u0000�T߬�\u001c= �p�h��I����\u0000u��ºc��ŷ�#�n��������\u0000y\u0003���\u001b&\u000e�q�^�o���?���\u00004�G��N^��<d����\u0000\u0011��\u0000'�\u0000C:~7�G\f�\\x��y�a\u0003\u0018�\u0000*\u001b���?��G��wCҎ���\b�\b��\u0000�����@=v�\u0000���\u001e������|�¿g�\u0000��o���\u00007�����\u0000̞��T�\u0000\u0001�##\u0002\u0004��c��\u001c3�����P8:�a�Q�|��\u0000\f}ON��n��\u0000�\u000f��;���~���W�\u001f�����c}N����b�r�\u0018v�÷o�����cp�?\t�I���9+o��R�=��O���\u0007\u001e(F_�d�\u001a�0�����B?��Y*\u0016\u0006\n?׏���\u001e�\u001cs\u001e�\u000f�J#\u001c�b(��bŚy�+&M����􇥅\u0003�\u0000\b�(\u0007��\u0000�FG���\u0007����)z��_�O�e���\u0000B=}oE\bt�T�Ĝ���p\u0017?S'�<8�<�\r��?\u0002���ldKf3�\u0014��\te��g��߭��@��$?\u0005�����\u0000'|=\u001f�\u0004�=W��z�^o���u=&.�\u001e�Qq\u00062�����ϥ�<��\b�d\u0004�\t_ٟ�\u0010<\\=GS���z\baǎ9%�6\\��L�q�\u0000w7���\u00008�\u0000�o��\"_����/$?���2�\t�f�,����1��/�?\u0006)�\u001d?A��\u0013�\u0018�C�q���\u0000w�\u0000���\u001a\u0007���\u0002�\u0003�9�������\u0000�>?�}?�>����a�O�$G�{l�\u0013���?��t8g���(�-�\u001e��\u0011���\u0010:1�#�\u001f\u000b�\u0000.<c(�a+�u\u0018�v���o}����I�b�{G\u001b�_�\u0011\u001dGI��09E�r�lz�9!��\u000f\u0003�O���@u\u0010ߖ\u0018���>L�'\u001c���e���pw���\u0000)��_�\u001e_�2O\rzg\f�=�\u000e͏�E�xy1�\u001d�\u0016\tt��\u0018���_�?���\u0000ݠy_��\u0007�e�p䐞�c�)7,|҄?�����gM\",c�%?4�9��\u0000s/�\u001eA�\u0000��D\u0005\b�\u0001�\u0000�s�ga�?L0˧�\u001cs\"S�ɒ[��\u0000�_S�@�?\u000f����r@t������oW�����_�K����\u0004�b�>�=z�<��~\u001fK'��oO��\u0000w�����\u0003��1��\u0003��>���4?�_�@����\u0000��\u0000̙�d�e�?��謑\u0019\u000b7�\\��\u0000��K�c���⽷��)d�\u0000��\u001e_�\\?\u000fM�\u0000�8����\u0000�����\u0000���zL]P��/d��\u001a��f?�9���`��FpN�p�)c�\u0000�(\u001a�]L:LR͐�b-��\u0000�{��O�b���\u0006u�\u0000����\u0000���\u0007����n#��g<��\u0017Q�&7�@^\u0003�7I���c�\u0000��<��\u0000�ޓ\u001f�\u0000D��������\u0004��\u001c�\u0013�\u0012��Q�E��'Da#��>�β�Ń/��t����s��Y�\u0000�=o��\u0017Z\f�,���x�����\u0000d���\u0018�\u0000�/��\u0000�t\u000e�U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u000f���5U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@\\��x�d��Oٓ��pl���\u0017�\u0017�H�\u0000�\u0018�\u0000�_���\u0000\u001b�\u0000�����:����\u0007Q����f�I\u000f�p���|?�Ó�\u0000\u001a�����^�I�Q�\\\u001f�/7���\u000f�Q�=D\u000e�x\u0007W>����\u0003�Q\u000f�K�\u0000f?���\u0000���o�:{��B\u0001UT\u0005UP\u0015U@UU\u0001UT\u0005UP\u0015U@UU\u0001UT\u000f���5T\u0013H\u0005^Yg��\u0000�4�\u0000����\u0000���L����{�Z\u0007i�G$#ԏ��^/G\u001f�Ï�C$�o�\u001f\u0011���\u001f\u0011��G\u0004?�#���\u0005 ��#�>��#�>��8���\u0007Q�c#�E:}H���}H����� A��d�\u0005m�{ҒI��G�}+�G�}/\u0000�5��\u001d�2=2~\u0001JD���\u001f\u0011���\u001f\u0011����\u001f\u0001��ǈ��O\u0015%;}H���}H�����1�\u0000\bG���Gܤ\u001d^�|GҾ�|G���\u0018�\u0000��_C\u001f����$�^�|GҾ�|G���\u0018�\u0007���1\b�\u0000���^�|GҾ�|G��z\u0018�\u0007���\u0018�\u0007��$��#�>��#�>�����#�j�\u0018�\u0007��S�ԏ��Wԏ��^_C\u001f�����b�\u0011�\"I��G�}+�G�}//���GܟC\u0017�l\t:}H���}H�����1�\u0000\b_���\u0000\bBN�R>#�_R>#�y�\f_�>��1x\u000f�@��ԏ��Wԏ��^oC\u0017���}\f_�\u0010��ԏ��Wԏ��^oC\u0017���1x\u000f�\t:}H���}H�����1x\u000f�}\f^\u0003�BN�R>#�_R>#�y�\f^\u0003�G���G܄�^�|GҾ�|G��z\u0018�\u0007ܾ�/�\bI��G�}+�G�}//���GܟC\u0017���\t:}H���}H�����1\b���b�\u0010��>�|GҾ�|G��z\u0018��}��1x\u000f�@��ԏ��Wԏ��^oC\u0017����b�\n\u0004�^�|GҾ�|G���\u0018��}��1\b����ԏ��Wԏ��^o��\b_C\u0017�����ԏ��Wԏ��^oC\u0017���}\f_�>�$��#�>��#�>�����#�_C\u0017���\t:}H���}H������\u0017����\u0017��\u0014�ԏ��Wԏ��\\f��!?��?d k�G�}+�G�}.\u0007��\u0018�\u0010K3���Q\u0004Q=�\u0007O�\u001f\u0011���\u001f\u0011��\u000e�\u001e�\f\u0005x�\u000e�\u0011\u0012�\u001d�\u001e�\u001d^�|GҾ�|G��\u001e�\u0010�����p�\u0013ٷ��Q$�3�\u0014H���=7���D{������\u0000H?�'K�\u0000���[�\u001cgM��\u0016���nQ\u0003܊\u001c\u001d~,�a�d\u001f\u0016,�\u001f�\u0000\u0003�0�\u0000�~����z��\u001fKɛ��\u0019�2����3��''���c=$�rG��?�F?���\u0000�=>/���wG���4�\u0000z��z��\u001fJ���\u001fKɊ\u001d>L~�\u00111=��c��#{m�\u000e�R>#�_R>#�y��b���_�b�[\u0005 m�G�}+�G�}.\u0003�Ů��\u0010zlF7�EH:=H���}H�����ج\u0001\u0001^*:\\Vt\u0007��o�G�}+�G�}/?���l�D��ش�\u0003}�\r�H���\"@�C��.-�\n��GM��������^ONx�8�O�^x�\u0000�G\\y�\u001d�\u001bf>��\u0000\u0002@�UP?���7�!��q�������\u0000\u0004z%-�����\u0002 \u000fs�?�@�r\u0011\u001bC0��0h'uT�\bT�\u0018޺��#��\u0003)\u000f\u0014����\f\u0001���t|4���h<Z\u0018�\u0016th$h�)�\u0016�\u0012\b�,Q�݄1�N�$\u0012h\u0013�\u000b#�R(_���\u0019�R;4\u0000�ud�loAF�P\u0000�r�0LE]��\u0018�k�/D�b(vqǦ���.�P���\u0000$W��@�\u001aj� x'�k@+��-{�2rT�u׿�NH�w�\u0000E\u00105��\u0013_���\"s'�]�gU>}�P\r{�&���\u0010O��0P}��@���Z���~���7��`ҏ��\u0016�\"ߴ�0[���(������ʛ���+�?LP\u001f����V������\u0014\u0006�*���[���+~���\u0001������[���+�?LP\u001a�������i�b��?�P\u001a�������i�b��?LP\u001a���������+�?LP\u0007��S������+�?LP\u001f��~�U�i�b��?LP\u001f��~�U�i�b��?LP\u001f��~�U�i�b�3��\u0001��ʴ?}�~��� {O��\u0001�����ʓ�5��_��1@����V���ߴ�1@��<��O���j\r��\u000fނ���\u0000���u\u001e?LP\u001f��\u0014��\u0015���*\u0001���D\r\u001ar�b&�\u001f\u0006\u0000B^�\"G��\u0000%�\u0013:0���q�c�1\u000e��\u0000*�k�\u001a\n���j�ґf$KO�[ \r�C���\u0012q��>f\u0000�=1_�\u0001�+_�.��F��������\"\u0004d\u001ah\rp�\n�2�`���y��Kv�\u0001u\\0�\u000f7�cm{Z�$�ٝLj\u001a��L��\u001b#܁�.�\u001b��\u0013�%���Vo������\u0000���u\u001dn�\u001c}T}<��k̓7���\u001f�O���?�c�+'myOw<��\u001e�\tG��CtP5 �Q\u0002�\u0007|�\u0013C��qe��=\u001b�\n����!\u001f�3�3s�\u0000e���[������aԉQ�I@�2��\u0000f0�\u0000w\u0017�颛G��{Y���tFw\u0010!��=\u0000����\u0006\\�5��$���^�\u0011T\u0000��&돲Ғ\u0007��2�Yڢ�M�}��Ek�L!_k��2>ֻ��*�5>ﲃ`�(4������\u0015ˈ��\u0011�9,5��w����6M�\u0004A��Ս�\u000f\u0012\u001f�uy���Gi����ҟ���ާ�R�\u00178L�R�Ӫ���Š\u0006H�\flLi�~\u0016})GQ�=K�NHp�+���\u000f�rF\"FR�R>^\u001eo��\u0000\u001c�}��X�Gw>IC�\u0000����+\u000e?\r�����ET�$�.��\u0000.I�tѡ�y|��\u0000�\u000e\u0010�\u0000˓�\u0007��\u0012�������g�\u0018`e\\��\u001f���l\u0019:yl�\u0013\u0019\f�BЇ�t�\u0000�t��Ӗ͟\u001e9|q�\u0000��\u0000������\u0000��9\u001a��#\u0011Ĳy��\u0000���zz~�?W~�\f�䏅qHI�G�\u0000.\u000e�\u001b�\u0018H{�?�o��u�\u0010\u001eO,㬱\u001f��\u0000��~?.)ᑆ@c!�d�O�].H��D��\u0000\u0004��\u0000�\u0013�`�ܟ��X�@\u001f�\u0000\u0002`~#���'䞫\u0001͐d�.9\"2�x�x�ي/����e�{]7W�>�T���\u0000��Z�t~dJP\"Q4F���Մe�-�Kο\u0011��Mr\n�\u0012hXѢ,Yoh�e�S\b܎��ܡ�\u0000Sd�y,\u0003-@�4���\u000f��i\u0019X\u0004\u001d=��܃�\u0011��\u0011zDn���x���\u001d���q]���QfY��IN\"�\u0000�m�\u001e#�@\u001b���/�pde�&\"Cp����\u0016�\u000f\u001f��\u001b��Ew~���͌�h�w\u000e���}(����\t�w��a�\u0013\u0002Q� �c&��E�\u0000\u001e%�o��\u0000)o��\u0000)\u0011�\t�����nM�\u001f�\u0001�w����pc'Q�\u0016��bO�LE\u0018��cp�L|c-�\u0006���\b2�g��\"@�~�.�q�|��H�Z\ro�ܷ��\u0000�\u001c�g�X�g\u0019\u001e�d\u001dw\u0001��@w{��\u0005�w���<~�!�`2��Cw���k���\u0000)o��\u0000)w\u000f\u001f�\u0012�\u0018���\u001e�m@7��\u000b��?�p�\u0000�G�\\S\u001c��g\u0013�@���\u000b���\u0000(-�\u001f�wF���F���\u0018\u0006������[\u001e?z�\u001e?z\u0003�����\u0000�\u0016Ǐ޻��ހ߻�S�l�D4\u0007���PA���p�1\u0015vc\u0006�\"B�\u0001o��\u0000)˧����\u001bE�_4�M���\u0005��r�\u001e?z�\u001e?{H;���\t��.��{\"�E�H4=��\u0000\"*�\b��y$�\u0005���$\u001f�����Z�\u000b����\u0002�Ԏ]FO.�\u0019\u0012A'�\u0004\f�G��zcDD@�z��\u0000\u0013�(�//\u000fDr\u0010l�\u0006���\u001b�\u0005\u001d5���N�E�b2�n1;��U�8�C�6��?��aw|�s0�����\u00117\u0012M��\u001a�\u0007j�@FUwݬr5Q5}�㎨|��.�f�޻�`:$>�\u001c�B.�1�G**\u001a^��\u001eH�\u00145\u0018���P.1&|�\u0000�4c\u001b��P\u0004a�:\u0019  l����<�OI�/�X��\u0019a�������p�O@\fŐ{39��O�\u001cQ�rt��\u0000��q���c��\u0000�x�O�\u0000\u001d�Η�\u0000*���ћ��(���<1�4�c��)h\u001f\u0016]9�D�i��\u0007�R�\u0000�o��������sx�+�\u0000Ht�g\u0017���'9jM���'0\t2'��~~O�\u000e��2�T���\u0000��+[fN?�vmT���d�,H��~g�\u001fW\u001c��?,����3����\rҦm���?�GT�x݊\u001a1`J\\������y�����-+�|\u001f�[+.K�<�C�G�r��]E�\u000ff|\u0004tY\r�\u0011 ���\u0010�)����v��\u001fPo&>+s؊���ާ�R�\u0017�Np#Jz���O�\\����F\\3�s�G\u001crj\u001c�8�q���D��4����\u0013\u001cX����\u0007�����g)aŻ���\u0007�4z�C,���q\b�x��q�!�S���\u0000�.!�c�����\u0000�q}/�1\u0013�a ���w�\\�Q�\u000f���\u0000�������gG�\u000e�0���\r\u0001�e�\u0000/���\u0013��\u0017@D�lU�\u0010��X#��\u0000˓\u0010�1N��(�o����_�tDz8����\u0007�i�Ќ����}\u001e\"H�\f�!R�\u0019k���\u0000R?\t���\u0014>\u0014�!��{�羖\u000fCʽ\u001fo���`��W��\u0018��\u000f�d=\b��'�^�)�\"\f��\u001e\u001e��h���\u001cq����Ԛ�\u0000k�:�!��S,}tg\u0003��\u0018��\u0000ݯ�����c�h\u0013S\u0017����\u0000�o�u�]W[�CRg�?���������pd�\u001b��\u0000l���/������ԣ2k���'?W\u0019ĝ�d=?���\u0000\b�?�o�]�\t���b�`$EF[�\u000f�l����\u000eO[��;�\u0011�RVA\u001f+�\u0000�\u0018��޾H����O�c��\u0010��\u0017�?��\u0015՟��c�]%�\u0018�\u0000�\u001fj_�#�?\u0012ϓ��G&\\Gl������\u0000���\u0000)�K�g�P�B6\rd\u001f��\u000f�T��\u0000y��o�\u0007�\u001d�\u001f\u0018�Ǝ����Fx�$�\u0000\u0016,���Q��\u0000��6%\u0001�\u0007��c����\u0000ߏ��\u001a➿f}�\u0000��_�3���)�����Q���\u0000L�Կ�=B>3����y�N)|x�\u0000��\u0000O�\u0000��s�����\u001c�BB;M�\u0000��oú3�O�\u0006��R��C��\u0007&n�d�gq\u0012�&9\u0014�c�\u0000���[\u0018���\u0000�`W�_��\u0000߯����2�q\b�?�ɤO�G���\u0006��\u0000�l��\u0000G�c��\\�#62x�k_�3q����\u0017��\b�5���e��$���\u001f=|2\u001ej\u001f��\u000f�\u0007�\u0000��zo�s�X�lS��\u0015�q�'_���<�\u0007�9�M�\u0007����\u0000j�\u001c�A1���~+�<�꺩Bf�\u0019zP\u0012�1��z���+�߇��G�G\u0014��<�?jO����\u001f����@���/�'�U�\u0000�YX�y��\u000f���>�\u0007�63���[�\u0000��c\u0013��$�._��/O�u?�d�oO�\u0006O��\u00001��<؟���l\u001b���n��y��G��+��N�)ň�H\u001d����L����K\u001b��G�\b�\u0011�?�%��?\u0007�1�P3�\u0000\u0014c�\u001c��߱� ������~\u000b��L\u0019#��8�v\r��g�\u0000����~1�K���F@Kte�>_+�t㛬����koڟ������l��j��\u0018��z��]&C�%\u0012\u0006�+�\u001f�~\u000b���\u000e�f;@?\t;�\u0000�\u001f�|��O�\u0014�/�a\u001fˏ���\u001f�kx\u0004i�\rI��|߉�}w��2���\u001f�_��\u001b�?�u����O�/���\u0000w�\u0000�\u001f�\t�Q�\u0019�ro\u001e��\u0011���/����ڪ\f�\u0002\u0013\u0013��Mč�7�d�����\u0000��W�a8$|��\r�O�\u0000�d}��ⓖ�����Pk���\u001f��'<��x?\u0016�e5�\u0012,\u0012G��͘�FQ�nt�\t�A�\u001d�l���[\u001e�\r��b�8�A����\u001d^H^9�����HKM@��\b�_\u001f�˩���f$�#*6�.̸u_���2�R�w���>w��]��\u0018�\u0010b\u0001;��_����/�\u001c��zn�Yk�����\u0000��/����7Q�\u0007���B�v�g��.���#�\u0006y\t�\u0000\u000f�\u0000\u0014x��=�I��u�\u0000g�O�y�J���9z�aǖQ\u001b�#��E\u0013�:��0����\\o|%����5�&\u0018�=|�KH�r\u0006���?��{:��\bʬ�������\u0000�\u001b��\u0015��.~�\u0003��s�͂p\u0018�(\u0003\u0012j%\u001f�d�1C\u0016\\y$#(��\u000f���?�+��\\_܇�K�}n������>-��?�\u0011u�v8�U�m|\\���GU/�i\u0006��6�\u0000�%��������<���D�1�~\u001d��\u001e3��}<za�{���\u0000���\u00006��_ӎ���#�c\u0018��js�\u0000V��\u0016\\W��s�������z�e\f�v����1\u000e��ŒY�\t��^�n��|>�\u0007K�H�\u00196\u0010|�ǚ/������͏���6�r���b\u0019���\u0000s���\u0000�\u001eoG����\u0010ʹ�\u000b3���W_��\u001f�䟨\u000e�O�l��\u0000��7��n\u00196��DJ\u001f�/����\u0003�\u0010�c(�P�'���\u0007*p:�*��s��<?��º,�V>���DF\u0013��\u0013�\u0000�^\\}WU��R\u0019c\u0002<�\u001b�/���g��H2��\f�wd2������\u001e���)�@���\f���˧:\u001c��ݬ��\u0000_���\u0000�\u000fk�X$u1?����\u0000��}\\r\u0004������d�ic�L6��\u001f����\u0000)z���A�^�O\u0003�b�o�\u0000�6\u00012�\u0010S\u0011^by�\\�hU\u0010-�Cq\u001aX�ts\u0005_�&��s7�����������`P$�h��$L�ӳ�d���\u001ej�C��h�\u0018\u000e\u000e�)9H�\rt�#�X�\u0010�4d��\u001f�ȝ8��ǻ\u0019�\u0013�������y��<W\u0013ԏE�\u0018\u00137)\u0007�����rŔd�1��� \u0001�\"ϋSO��\u0016��$�8d\u001b�0%��:X�\u0002[�v}\f�=0e/0\u001fe��d�yo���˜�_��\u0000jt�'��ۣ���^�m!�l\u0011\u001f->WJ�\u0013Z_/���\u001b������35.'�\u0007u�\u0000\u0013\u001e�\u0000ăP\u0001�\u000b\u001emG/��a�T��&Z��\u0016c�Xκ˻ڶ)���ޫ�S�\u0016t��]O���,X1��`\u0012\bDA�\u0016�\n��ܷ�C\by?�p��ˋ\u0018�\u0013*��@n�/̞���\u0000����?o��'���\u0001��\fz�\u0000�YzN=G�s��h��Kӭ��\u0000�g�\u0000����z'�\u0003�~\u001c�:l`�\"1�\u0003�^O������dLȘ;b<юٽY�\u0000\u0011�.�\u0019D#9�����{1�\u0000;>|=O�#\u001f��{�c�\"q6$\u0004��ΎA��躃��?�\u0012~��c�\u001cI�\bD\u0018�����=�_���A��\u0000���fɆ\u001b\"gS��n�\u000f�~���O�D��c2x-\u001a#T�\u0002\u000e/�\u0007���ǐm���(�G\u0019�/&��(z�?\u000f��\fy�Ŕ��\u001e\u000f��Gؗ�����,x�$(���dO\u001aR�\u001f��Ӌ�*�w�/�o�F���H��+[��d\u0007����4|��>\\�l'8H\u0000e�[���\u0000�\u0013���\u001df� ��;�_\u000e9���\u0000\u0007~���n�<-��ѣ��\\��\u000f��s�ك\f0D��~Q��\u001f�}\u000f�%1��\u0012\u0004H\u0019G�q�n{e\u0003\u0012\b$S��RuS�\u0003��\u0000����}N��R\u0006\u0011�F2��S҃\u001cX�t��,\u001d���$c�\u000b�ߗD�\u0010\u000f��[��>�f0�\u0006X��\u0019m��߭�:HuX�,�\u0018�o�?�S\u001f�Tt�v�6A��Q湈��u���`�\u001c?�e�?\u0010�\u0019y���|2��T�\u0000���Vpe�$F�l���]�LH\u0000\r��&I�æ��\u0000G�\u0000*&���\u0000彇$:�)�@l��FQ�\u0007��W���@��r�����\f��K�\u0000u>���_�i��sQ�\u0015��|��[xra�h䄢n\u00117�\u0000�\u001fO�?��\u0000�\f&\u001f\f�wb��/�\u0005���(�S~Z]��k���� �OO��:D\u0001<d�o�?�󙮟���ܱ�\u001d�Q:f��?���\u001b���\u0016j���$E�d�� �\u000b�@{��~C�A�t�T��p�5\tc����\u0000����\u0000����\u0011�Q�us�ܓ\f�����S(�*\u0011�(�x���lXF\f\u0011�\u001b�\u0001\u0000�kQ�'WO��\u001d���\u0000��r\u000f��S�l�g7O\u0013(��,cㄿ���\u001f�\b��?Y(�D�#����\u0000�o�N{��\u0001����>����C��Fݺ��~-����\u0000��'��8�\\u?�l�m\u0010�۔�A�܃�\u001bÓ'Pe\bH�\b�\u0011)?]�w�=�D}�\u0007,s0��\u0000��FB��S(#��\u0000\u0014�Q���D%@�0�����\u0000���ע_�m�he��g�v�4�@��c�g*\u001b�\u0007�;�\u001f)�b�?\u000e�\"vH�-��?��7�/��9㔀����h<\u001c�TM�g��\u0007��\u00009D�$\u001e\u0007{q=@��@{��n%�]v5�Ŕ�u�\u0005\u0000�\u0015\u000b4l����FQ��̐�J��\u001f�W�zpH�;\b�x�@ 4���ˬ\t\"�|��GP��¨�\u0000R�\"p1��|��\"\u0019\u0004�$ն\b�5�\u0007F����n�����=��IGn����c�(�\fD# &��\u0000�\u001f'�\u0000.\u001eq���O�я�b���\u0017+�g����Y�z�/Y�u���\u0000\u000f�2�fY%yw\t���޾�\u0017I�\u0003��`\u0006�w�����U|���/|/���\u0000�����;l'�[q�n9\u001d+^^ӛV����g���z��&\u0019\u0018�l��C���\u0000�U�?o�\u001e���Ct\">\u001f���\u0000u����z(Bzb�%��k��\u001eL��\u000e�)����w�����+\u0013��m\u0015�ƙ�?�̇]��'�\u001e�[��?�)y�G\u001fY\u000e�\u000e_R\u00061�w\u0018�s���3����\u0012= \u001boϻo��\u0000�_T\u001e�}>SՀ'R�_���\u0000)*�6'���\u001f����\u0000�3��a�us�q\u0018ʷDz����\u0019zn���I\fF�\u0018��O�7�Ï&ß\u001f8�O���\u0000��#Տ1�z�y*�K\u001d�\u0000W��3�\u00008�鍱���|\u001c���=��t߄̌Q$�|1���ݓ#Ç�襛t��\u0014�n\u0013�|�?�n����'R%�$F]\u0007�e�{��\u0000k��\u0000ʿ�M�'W�\f��n(d�\u0000\u0014�\u001d�?�o��O\u0007��*��+��)�����o��z]o⟰H@�v�Զ�6^���w��B]�H�2�\u0000�oG�\\3\u0007.25\u0006\u001f��<��\b�\u0011�\u001f���\u0000�Ʒ,�j�Z�����3�C\u0006#\fp=4c\b������O�Ǹ�Sc�\u0010�1-D��\"D\u0012H���rt\u0010c\u001d5>\b��\u001a��,R�A��\u001d��� �\"n�\r\u0000�M1�\u001dv�����\u0000�q����\u0001�n \u0003d�hK_s�#UF�\u000f1�N�\u0007��c;�N�O�E�\u001e\t���\u001fR\u001bH���\u0017Ϟ9b;\u000f?��\u0006}\u001a|���|��\u001e�L=<@ˀ/W1���vu�~\u0017�˒y4��q\u001f��:jמ�J��B��z��䄨]����\b�Ye��\r\u000e��+�\u001c�H�\"��<������\u0016���&�\u000e0f&t\u0011�\u0000�'ң�4)�\u0016!�\u0018\u0010�{[��V\u000e�\u000f�*�+\u001f�q��0>[��³\"2\u0004���$�-yz�2�\u0005O\u001d�\u0000\u0013��f7�\u0007_��{QO���ޫ�S�\u0017\"MQu꿵?qr�w\u0001�c ��x,F�#�G��U�Ԗ\u0003,�(��,Y\t\u0017F;~ġ��Y���\u0018\t\u0011�~�C\u0019K?�w��\u0000���\u001f����\u001a�W\t��U�\u0003�\u0017�\u001d?�d��\"^L����/[���\u0000��z�^�tأ�H�GH��m�\u0000�N��a ׹�\u0003U�\u0012��We�q\u0005�L5�'v��h\u0012�q&�\u0006���\u0001�����pu`K_\u0006�\u000f{@�\u000b����\u0014ʤ5\u001c2Nᮔ�*?\u0017\u0001��EG�\u0014@D\u0000(w��8�\n\u0004�o�݀5�\u0011�|i\u0003)�d>�M\u0012u�\u0006�ƶف\u001e\u001fJ %E��\u0004hur�\u000f�1��F������r\u0018h���/��\u0018\u001d\rjP5ɖ@�=ьJ\u0012�\u001ey2t�!̆��\\��G�I�\u001c\u0012,P�״���z٢t���)�y\u0014G� \u000b����+�?\u0017��\u0000z���_\t�\u001aj�ܟ0� NH�\u001a�\u0001\u0012\u001d�����M�\f����$B��k�2�-P�-\u000f?��Ԡ$\u0001h2ǡ�:�\u0000\f�$\u0016��%sJ�\u001fz`�s\u0012�\n`\u0014�\u0001�*/��\u001bB�\u0012.���J�8u�a#��$�YI�w�$Q�9�\"E�1�o���!�Y��\r�_�s���6;��c.Y\u0004�\u0019\u0011^��\u0007ėH\u001e�k�\u0000�p\u0007�hxzq���1�\u001cY��-��\u000b���kUOT�G~���\u001c�\u0011ɾ\u0002�=�2A���\"����D����TN$\u0013dޑy\f1���JB\t�\u0003S���G�\"\r�\u001eȔ�s�ѼF2��S\blN�%\u001a׋k\u001em�|\u000f���@�\u001en��r�=\t��������A��\u0018匈�7�w�x�n�yFQ^��~�&U�\u0014Z\u0014<~l�'z�کUq�S���\u0000\n��G\u0018\u0012��\u001e����7���GU�8dh�mL}��{>T�MKx�>�?�_�x?�/Y���G��>���\u0000�\u001fC��\u0018�I�؏�c�9}���{\u001a:\u0006qF�m��\u0019�X�\b�0�1�~�\u00112�\u0000�OD:^�\u001c2C�ɼ�;a�1�\u0000�o�&#r\u000e\u0019��ǂ�T�l�e�\u000f����gC.�Le1�����\u0000�\u0011��L��\u001c��}8�L\u000f��/��\ro������+�\"Ͳ��\u0000�ߌ��\b��_�t��?��|[?��\u0000�<�)�/6|��YwD\u000f�|���\u001b����\u000b\u0018Fq�\u0001\u0017��g\u0014U�t��x��~\u001f���%�la\u0018쉑�����\u0000�i\u0011�W�K�\u0000�>�H��\u001e@r��GC��W\u0014E�d�}6���NL{\u0001�\u0010\u0004rd\u001f��\u0013�#N\u0007�٫�GNZr�N�F�\u0007Z�\u0000Jμ�z�bnB�\u0003|�+�db>/r)S�����p\u0011��q���n��\u0001�!vd4\u001c9l5�pP2]��َ�\u0001���1�\u00071\u0000�\u0000�jx�@c06�D+P5\u0003�@=���e<���o\u001c�_�g�\u001c�(����&����h_��y\u0014f���\u001d\u0001\u0002�o�\u001e�b�\b�_�۾��\rl�_i�r�O�\u0011ٽH�m�h\u00032�_�n5;��>,H��/+�\u0005����j�\u0000Dw�\u0015��i�;��/��\u0006��)�Q��\u000f�=o\u001fQ^�=5�������ޫ�S�\u0014�)\u001dW���,�\u001d�\u0003 ;�F�۷gAR>�De\u0014\u0000E8�\u0007�j�,���H\u000fa,z��YF�\u0000�A%\u0012/�tn�Prc��\u001f�A\u001e�?���\f��ef��\u001e\n\u000eL|�����,wfC�TT1(��e��kfX��8��\"��;�Q��\f�0\t�i���\u0017�&؎Lu��|\u0006���\u001cN\"���%\f�kuk\u0013������|I�\u0016wc�8�\u0000��bQR \u0003���b1�V\u0007\u0011�R�?Բ�\u0002h��PĠ\u0003z릭\t�������o��\u000f��d�\u0013q�h���a�@�e�G.�2�9\b�XG]�#�pL�c&��U�AC\u0012�N�K'�\u0002Nh\u0010jp�\u0000\u0007�Nlw��{���bP\f$%GOlC�<{e����?h���6>4\f��h�\u0001���P%\u001b�j��-��]#�O�qc��|����H\u00191\r7\u0003�����bQ�jt\u0014~$y�\r\u0004��(\u0003v�\u000f7Ū�D��p\u0016lm\u001f���7k��\u0000\u0012~�\u001aQ� ���*�⯅\u0001�̬�\u0014��6o�ߞ��\f]C��4�w\rg��E\n����~�_n\u0019��'�i\u0000\t}� \r\u000f���$�n_g�]~�_n)��� �@�&�$Wt�J�PH&�g\u0004.���>_\u0006$9#��5cS��0c.ൂ]�N�:��\u0002(Ӿ=A\u0007��H\u0012e�B\b��^b\u0007gi\u0000\r����F��� \u001fs�}��f�\u0018��һ�D�L \u001d\b5}����17\u000e\u0007f�\u0019\u001da`��kto�% \b�ى\u0004\u000b�\",к��\u0000�c�9�cm��:}��{��4��NY\u0019\u0000\u0000D�?j%��\u0012N�\r{W�p�\u0001�����d�\u001d��5.xH��5\n��i�\u0006�D\rݽ�\u0018\u0019sC2��k�2n�����d{}j\b \u001f�� �t\u0006R��V���CE�LJ����\u0000\n\u0006��.\u0018\u0001oq�E1�\u0002u.y�I��>^~NY+a$PFNqV/�x�2��玴�zZx�b\u0003\fd\u000f7��]�\u0002��#��\u0000��\u0011�����8��@��\u001c�hL�'3�#P,�\u001e<Z\u0006�\ri[���Gtx�\u0000Ȱ��]\u0017H�\u0001\u0015��\u0019�\u0003��\u0000%��q��\"��\r�\u001aӖ�*�5-V߇C�K�&R\u0011�9(�\u0019#F�@�h\u000bRI6u��\u001b��\u001c�5\u0012�@�/N1�\u001c\u0003��\u001a\u001c\u001d^�d�6�Ö�\u0017\u0018Հ6�\u0014�&+��e\u001a���\u0006���.��\u0006[�fR�\u0005�\u0000�1��\u0012���q'P\u0003&��\u001d\u000f+\u0019�����\u0000JL��\u001a�!3�Q\u001a �48O�(\u001a'ZD�b�G���l\\�\u001d\u0003\u001a��\u001a�\u0000�ǽ\u0014�^*�\u0012��<y�v;�.�b�\u001f���ޫ�S�\u0015���k�꿵?qj\u0003��j�$bh��;��\u000b:h\u0011�\u0002E�\u001e?���\u0000\u000f�I� \u0017��Mr��\u001f���4/��\n<\u0019�\u0015�\u0000I��I�h-рh;$���T\u0006���c.|x\u0006�m�OS�̎�8���c�\u0000ubc�Z��\u001d�=�^\fO.<b�(�<K�:��F�NT{8ї���:#���Ϩ��\u001d<t�~�\u000f�0��\"O�FO�@K�\u001f7�>X��Q>\u0004C.\b�\u0000��������f�����e��'�<�U?����\u001fv��ǋOP\u0019F_fx����I���9�Ǎ�o����\u0000{��\u00005��e�j{P��Pj��8K�4�\u0004��R$q��/8�6\n�H\u001f�t�{\f���>���\\h\u001f\u0007\u000f�b+%K�!�\u0000��G��C\u0017RDH�#ؽ\u0015�8[.�;\u0000�@���D׳ص\\\u0000+�g1?*�\u0000�/��)�=��j\u0002\u0005��^E�*\u000f��S�@��a��i��m-Fp��8��R�\u001b�7�\u0000i���Xκ�E��zxa�3c�t\u0011�*�4��\u0000�7&G��>�tG��\u0000�OS�\u0010ŌH��9\u0018�ɏ����_�k�2�_�,_��2�\u0011��>|y'�w�a�\u0000�^��~9���R�\u001c�c>�.��/>Ϳ����\u00002?;��\u000e��O��Y�\r��g�o�f��g&���K����ɘ��#�?��\u0000��\u0000�_��\u0000����up��Ș�0\u0013���\u0000e�\u0000��7_ǲf�g��\u001d\n�H�\\��\u0000*m�\u0000}�\u0000���ߋ�߉\fp곌b8+d�|Q�\u001f�\u000b\u001a\u0007�]G$�\fp�\u0012��\u001f)��\u0000r�?ħ\u001f�dL��\u001d�/���_�k��ƺ����\u0012���\u0019n��_�\b�ٰ�������s�\u001c�����\u0000C�@��\u0000�te���2�;����࿅�=9͓6H�#\u000f,���G���\u0000��!�����~\u0001�\u001e\u000f�zie�)�$cX�#\u001e?�\u0003oº��������(��������\u0017\u0013��9��dl�N̾'Y�8�\u001e�.<\u0011�\u001d�\t2��-���G��\u0000��.���#�6H�BS��i�;����\\%_̇�|�\u000eW�\u001f�\u0014�\u0019K���%(������\u0000.\u001e�\u000fS�v�\u0012\u0013��\u0018���g\u0014\u0003��%���7����A��q�\fp���@��G�ٴWr$^~�8sb��\u0010q\u0001�\u001b~\u001f'�޸�8\u0017gT�2\u0006��s��\u0015ä�\u0006�>�j�\u0001�\u001e���!�D~�X�\t�9�\u0000��33\u0010\u0000�}����'RF�О�H��&.'��/.I�h\r>���fY�ݖ Ǎ\r��7\u0002dk_5}��@JP h\u0007��\u0019H�\u001aр G\u0011�vc�}���\u0018\u0003o4f \f%�n�\u001ffI\u0011�sb�h:�\u0004y�|�A\u0003AT���\u0019_��wHȓ`\n�l�=##�Omt\u001eǟ\f�c��\u0003��B��h\u0007�\u0004���7�[h\u0002E�\t��ubR�\u0014CCS@��.�(\u0018ﺉ��Xˠ�t�.�6\u001eE�cϒ��\u0006 �{1��\u0013\u0007J۵㏗J{\"\t�Ј�f&h�?汖Qۮ���\u0000t���\u000f?i&\u0003ͥ���\u0003\u00111���W_�\u0015���\u0002H<�\u001cb2�\u001e+\u001a��\u0010F_KK\u0002�C�I��\u0018�%3D�\u0013�1�D�x�;\u0018\u0013�E$�;��ѨBD�Y���l����\u0003p�aN|�\u0017�\u0007\u001a\u001d엣4���y� ��3m�v��D�A�\u000e�\u0012��<\u0016�H\u0004|_�қ�-�8S�L��3�\u0000E�JN�C����\u0003S�<��!�$\r\u0014��Q��=u\u001c5[,ݟj)\u0004��M\u0010\u0000��?\u0011dQԊ�M\u0019\"\u0016d 7K�)h���{\u0019\u0004�\u0000�\u0013:\u00067d�\u00101��bҼ�=�\u001fQ~�;�s�ҟ���ޫ�S�\u0015\u0000V�ĽW���+go�\u0007�E�\u0014\b�@>dؐ�\u0010N�^�z�7o�\"\u0007����G��\u0000�@\u001e�Ŀ�\u001do��\u0000+��\u0003ƶ������+]W��u_{�\u0002�u�x��\u001a���\u0000������\u0002��W��?�U��H�܍��h����y|�O�/.y呔��w����#zѮ�/���\u0004�nz#��\u0011�5�,�Q��o�{e�\u0000��\u0000�\u001aec����y�SL~m\u000f\u0007�o��x荺x���a�[r�v�� �\u0000\u0014\f����Gy���J\u0013��j@�\u001dG�@X��[vd�\u0000�����\u0000���]��0��/&o�\u0005���lI�M?�\u001d��\u0000���ifX̣f#�(���\u0000�\"��d\u001a\u0004�{���}�\f�\u0000��Iݡgi���@�0�D�B2\u0012�\u0019�\"�\u001aC�z.�։\u0012ԏ.���\u0000�{��;?5�vC\u001c���?�}��Q��Y�-�����u�Uʓ�zE�:�8Q�5�y#�Y\u0013�\u0000I18��\u0000�G�ǇG8�\u001e�����\u001c\"��\u0003�:b=\u0018\u001b>P?����妲\u001ei�,$�\u001eS��6���Ɇy�u\u0018�O/�e\u0019O46�z?�Y����e�O������}\n��Є�}X\u0003\n��;\"�����so�����\by��\u0000�\u001c�\u0000����K�\u001cq�,�Ҏ���\u0000ь����\u0000v>O�p~\u001b��1t�#<Y�\u001cs1;���\u0000�\\�\u0000�\u0012G�d�:�~�ӈ\u0019^̙6�˻o�l��9\u0011�d3`�\u0004b\u001f͎�J\u0010���|~� �#��p�V9D�X�\u0000�����\u0000�l?��Ǥ�G�=OS����d�\u0000F��\t� v�\u0000�߃�\u0018�v��})y'�\u0000y�����\u0018vu�6��\u000f���;�E�?\r��G��1t��6�rJP�6�����.�[\u0007�%~��w�\u0000#�\u0000\u0004�\u0000͟�@��_�\fɔ�\f�%��;����_�U��?��\f��t�\t��Lq���\u0000����g��\u001d\u0011�\u000e�p��J_���\u0000�?��\u001fC��\u0013��\u001f�0V�y3G��\u001c�����\u0000�Y�\u001f��\nz�zΟ6c�\u0003�%y���\u001d��[��?�WH58q�9�E��\u0007�=>\u0013�e7�?�rK�2�f,?��#�\u001a�n\u0000�-\u0010�:\u0019�A\u0018@��\u0000;����\u0000��\u0000��xz��\u0000��S���\u001e��F8�IC�\u00005�c���=L�#\t����孂\u0012��P�Y�^��������?\u000e�zl���\u001eӊ:T|����\u000f&o���\u001c\u00138���5-�3��l|�\u0018��~5<8���cݖ1��>_W���\u0000�^l]?[�V9�\u0018u=4��p��\u001f�����\u0007��aO����M��\u001dL�x�m���O\u000f����]���&��n^�/�����\u0003$wc��(d�\u0000x�\u0018:��6�~�\u0003\u001a��t>\u0014\u000fK��c��d#�u)\b���'N��^��&\u001d<�Hk����\u0000B�\u000f�ٽ\u000fűLc9k\u001f��<���]\u0016\f�W�Q�}\u0003���wye�R�L_�O���\u00005�@��n�\u0007Z'�\u001d�'d��|�4:�\u0019�<8de(\u001d�c�?�M�������a��\u0019c�\u0012N��d�~\u0005)˪��l�����-ٿ��F}\u000fV\u000e�,Wg�q��y{�\u0019B2�7��M�\u000eڏ���6\u0007Ԉ�\u0000���nR\u0010��\u0007�i\u0012\u0002���.�J\u0013\u0007Z\u001d�CA�[\u000f���\u0000\u0013�\u0010'v\u0005�+�22��v\fa���\u0010O��Pj\u0007\u001e\u0002#S �:\u0018T�_j�oA�%D6\nH\u001d�Z7~\t\"�GmZ\u0003\b��C�N�R\u0004\r>\u001fcS��ƫ\u0019n��\u0001\u0003\u0011)@]k���I&B��xwj\u000e��k��H\u0001���K\u001bc��\u000f(\u0016i�0�\u001dK\bk�f&�Ԡ��(h>Ӥ���iN\u0018�\r�,+71\u0015�'�=� Dh<\u001cF\u0010'��GO��\u0018�y��XBb=>���3\u0006�I\u001eT�\u001dA\u001b�\u0011���8�M�\u0001�4�\n&Q\u001f��$���?7Lq�F�Y�ݠ�\u0000\n)�v��8����\u001d8\u000e\u0015z0�َu�\u0005�[1\u0002��<`\u0003�/P6F��\u0016�A�5\u001f1\u001e-\u0010\t�՝A�Ȉ�2���(d,\u001d\u001cF���f�Ӂ�\u0012�^`�C�\u001cD\u0005DPA�\r�U�\u001e���\u0002�f\t���k_\u0003�[��4��Z�j\u0004Ȟ\u0006��\r�\u0013U�\"F�\"��D��:���\u0000\n\u0006=G�q���ǋ(���e��E?���ޫ�S�\u0015\u0000�\u001e_���z��O�T\u0000Ek�\f`�z�\u0012n�\u001c3��]|�q\u001a맕\u0003��N�X��?W�{����e\u0003]#��Z\u000f��\u0005�&\n�ݖR�\u0005�\u0005'��>W��H�F\u001ew\u000b���t�)%W'\u0007���Q�FRG�\u0006ؼb6�����a�DY|�˓ޔ(\"\u0000ޚ:��\t\u000fs�.�S�\u0001C����p��ěH�cĢO�-�p�И�\u001f��\u00006>�:!C^8��=/�\u0000��iT��P�X�7C��\u0000�n�\u000eHjd<b��g���\u001a�B��\u0011�?�)/\u0013���rԈ��r=1\u0006ȫ}��`w�OD}�G\u0013��\u0000f7R՟��;h�\t�\u000f�r�1�]Ԏ'��&�ay�a�=\b/�b4���x�Q�\u0017FZG�ҝ��^���<�<��\u0000�\u001c2a\u0018�\u001b�\u000e��@׏�O���Y�\u000en��8��\tT��M��M�d�\"��\u0007Q\u000eD��$����X�t���p�>e\u0012\\��W�N\u0014�\u001a-{9���췱�=�&G\u0004\u0004$\u0004�<�n��yz>�7M�J2\u0004�Y�3��6O�nL��O��^'�\f��\u0012�\u0004EW���?\u0011�i�d�\u0011�%�\u001b'�m���\u001e��e�\u0000ߟ�|�S�WDe��\u0012z�\u0019�\u0011,\u0018��H��/�\u0007�\u0000�ܿ\u0010�\u0003\u000fS�#��p�\u0012\u0013\u0019#\u001d�\u000f����%�~ńl��ۂ\u001fǓ�\u0000����W��\u0000�s���ڥ?�N^����\u0000s���_�aN��?\u0002��c\u001c��2�\u0018�_g.��*�\u001dOA��=&:�8�\u00113�_+��Bpś���C��(\\a\bzR�O�\u0018�\u0000����:����\u0001<��Fc~n�m���~��\u0000}�\u0000��\"\u0006�?\t�S��\u001c8��\b�Ꮶ?�\u001b�S�V~��i��\u0013,2ߒu��n���\u0000�S��\u0019z>���vOt`'��$����0��\u0018u0�I��\fa\u001f,��\u0000��\u0000t���+�I��6)\f}F#��\u0000��\u0000w��\u0000�Wo�z\u0019��$�rc\u0019�a3�\u001b�}L�\u0018:��\u0012����8F\u0012�?��o�}\u001c1�������Ż��V@��|g\u000e(c:��0��\u000f����s�N<�'���o\u001c����^N���Ǩ͘g�q�|{=9C��dv���=wW.����\fQ�����N[�\u0000��aM�\u0000\f�/'M�'U��dϐm;F�F\u001f�7�~\u000b�ty'?ó\fp��b�\u001d���\u001b��ޫ��e�uR\u0019\t�,�3�엓��\u001b��G�y�,����\u001f������?�z\u0007��ࣥ3��O�͛ɖg��_�Í���?]��Xz>�G\f�1\u0013��1��\u0000C��~)������?����\u001a���w�\u0018�:<�\u000e��qC/Q\u0000?���J\u0007L�\u0000���\u0000�?b�?1��<�\u001f\u0014�t_��\b��\u0014\u0006����\u0000�'Qד��\u0006[�q���\u0007���\u0000�o/M/�?\u0011��T3G\u0004%~�-����\u0000Ns��\u0000��\u0000̍!�/ç>�\u0017Zf\u000f�\u000fNq�wN[r7�\u0000B����͌z����9\u0006\f����\u0010�\u001c������/7W��=oQ����~/N>x�\u001f�P�z\u001f�~\u001d/�w��Kԟ�q�?�M\u001d\u0017�߲�\u001dGQ9\u0003��|\u0005|\u001bNO�\b�t��K�,_�C0�\r�86o���8��\u0000�^n��/A\u001c��9�_C$c\u001dۧY?�w��>�9�Z�X?\u0013Ϟ>��J֣�\u0000�_#/��ˋ�ˀ�3�1g�\u001f\u000f����~|�c)�\u0002��\u0000�.Y\u00190:U�<�\u0000���,�M��s�~#�.z�\u0007��\tO��\u0000\u000e��7��޳ ��=L�x\f�#��÷�_��UPe#����e���\\�q'w�A�l��u����]�6Z�Q�^\u000f��ϧ�nI�0\u0007��a�1�#�-6{�$\b\u0006�j�g\u0013\u0001�y\r\u000fr@�@\u0007P�k+\u0003_\u0014qv��\u000bG��\u001d<VF5��Pl��sOZ\u0003�\u0006�t\u001c{\\g���M�J7\u001e�2@����\u0000H\u0002m���\u0003�xm����݀�[��<\u00111��5�\u001f�\u0011�\u0007�r�\r��?���h�[&8��3\u000f �V\u0011���\\b\u0002�l>S�\bF,wz޻��[�\"8:�lJ2�!\"5��g\u0012G�Ѿ�!�\u0019n�x��y`\u0007\u001a\u0013�P&CS�jc,�TH=�M\u001c���K��\u000e��מ�s�ɓX\u00105�\u000f\u0019;�fR�\\Gw�\u001a\u000e�;����iN�@�^��(�V+�kCb�i�gR\u001ar�!�_.�\u0002_'��evv�\"�C\\X�c�p�#_�\u0015@Q�6t\r)DY��\u000ed^�5)[=��\u0000���\"���[�\u0013Z��ޝA���̈a�v�{��G���\u0000�\n�sڊ���ޫ�S�\u0014�k��GU����b=��`\r��e\u0004��\u0000���Ӷ�,V�\u0003��J�X�~_��{\u0012�,t�?�O\u000f��S�G�3�a\u0017��N��9��F�ȍ\f_{��\u001e�\t�I�\u0010��Թ�{\u001d�k�F�!g�_K\u000e!v\\zX��W�\u0003���$iM�5�ӻ4-耾�Y�\u001aD\u001e9�u\u0011�h�����\u001eߥ��W�Z\u001fF�#�9�\u0003���EYg�{;��vg���\n)���\u001d\u001c�\u0010<E\u0007�Q�O\u0001�\u0012\u0015z��\u0003� �ׇ\tiz��\u0007:�y�=��H�G6X��\u000f���c#�{>(�đ߽�H�n�\u0019g\u001ep*��s�\u0000���Y\u001cyA\u001e��.�H1��_�s��f��\t��5G+��\u0000�>��\u0002���k�J\u0005����<�!\u0019K�\u0011�\u0011>���2m����t҆\\F8�\u0013\u0011/^w\u001f�'O���\u0000\u0019��\u0000�'����_�\u001e8��&ΠW\u000f��}\n�\u0017��7/U���9�\b��\b�~��;��?�;��zΟ�\u00110\u0019'\u0019���<#����=\u000f�9�����G�?���\f�Gx��݌�#��\u001f��\f97JS�\u0003\r��鰧�\u001fó~!�>i��#�\u0017�\bK�O�~���n=\u001fA�K'M\u000f��\u0013Ӓr���\u0000;�\u0000\u0015�\u0000}���\u0000\u0015�\f��\u0011+�\u000fV�(����\u0000�\u0018���\f�\u001f��\u00120�{���2�\u0006_�pt�z����\u00033�\u0012�\u001f�WQ����8t�\u001f��\u0012\u0012���\r��\u0000�\u000f���\u0014�C$d\u0007S\u00118��1���]�[�=L:C\u0013�����\"��K����\u001c�F<\u0012�\t�\u0010���~\u001fM����\u0011Ï�ǈ�σ'�\fYO�c�o\u0007�\\1�\u0013,]6iF�t!�/�.�0�U�\u0018DGԔ%���\u0000�/�k\nx�`�?\u0019�zc���1�|�e�\u001f�L헧�?\r�%����lYc\u0018��\u0003��J\u000f��o_��,>�+\u0011�\u0013\u0019|Q�_3�\u0000^LdK Ø�$�y#\u001d��\u0000`�z����]�C�\u0011�,X0��'�O��_\"_��r��hF\u00062���\u0007��oڱ��\u0000�M�l�\u0000���>\b�\u0004�\f�ٌ\u0006�?�\u0017��r�\u0019Ǘ(��c�\u001c��#�;}_�^D\u000f3?A�\u001c]|c��\u00002p�G�� �=1�rO��r@�_�z\u0019o�߷�\u001d��~�\u001dFl�<A\u0012�DfO���\u0000t����O�\u0016\t�e��F�\u0018��\u0000�i\u000f\u000b��³t�^Xf�`��\u0016_��9/\u000f��Lpu\u001d7O�\u0007Q�\u001e�\u001cM�9��\u0000�h�\u0000y���?\u001c�\t�C\u001eL��v�ˊ?���\u0000y�����\u001d7U\u000e�\u001cr�\ty����\u0000�\u00108\u0003�t]7��\u0001#)d�\u001f>���ۗ�\u001d\u001c��\u0012��D��YE�'��K��G�Y�Y�kH|~c�g�|\u0012��]��{vi�o���\u0000�O�Z\u0007\u000fI���7\u0010�}\u0003�e�\u0016\\r�T�k��\f���\u0018z\\x��1�\u001e�.φ\u001f�i��~;�\u001fI\u000e�Q���G\u001cx�\u001d��\u0000���\u00005�˯�O�\u0014er9��r������_�r\u000f\u001b�\u001f�3C��^�\u0013�S�lя���?��\u001e��!�>\u0003��\u001b��go���>�S8��O���u��^>��8u�#�\u001e,�M�Y#�\u001f�ma\u000f3��/>\u0018c8r�,�\u0011�b�\u0018�o��G\"�+�gϘO����\b��#�\u0000w�Ǔ�����\u0000ud{#��\u001c�\u0018�\f�e�~��n�\u0000�=\u001d_[��\u0003&b@'dc\u000f�_�k��&'/��.L�p�\u000638�w@}�x��g�\u001b:3�u�\u00006��#���P{zγ\u0017�؎L��\b����\u0000�1�\u0000�����>�\u0011�q�q��b��(�a�����\u0014�搈\u0004ּ���9�1�_7���')G\u001c'\u0003��?Tm���;d�>�\u001c�D�0�~��%��N�N��i��\u001f2?�t�\u001d|��3������?\u0018��NP�g�$c���\u001d���\u0000�iOL\u0013�\u0019(\u000b�/��~;���\u001c{g\u0011���.Hmş�\u0000\u0014�~#��\u001e�Cճ��c����\r{�f2�gY��\u0001���i�\tzfވ^A�\u0000%�^S�t�� $\u0011]��vm\u0004����I�h�oO\u0017=�n�\u001f���\u0007���Ԑ/[t��b7\u001f��p�33@l�\u0000�&�\u001a\u0017\u0013����L2\u0018�f�;��_��\u001c\u0019\u000e�#�+�\\f&\fD\u0005��e��n'������U��\u001am#N^��!�7���S#���\u0018$�A�\u0002o�\r92TI\u001c�\u001d��\u0002ǋ�b9l{tiN�\u0007�Y�dE\u0003D�\\R���i�b�i�9�Q\u0007i���uQ��ٗ�]B\f�d\u0004kn��B�ǹ'Ħ\u0016\u0005\u0013gŁ\"M�6\r��\u0019W͋����v%Q��\t@�jU|\u000f�1�Y:\"���\r\u000e��\u00069~,D��=�&�\u0010�\u0000\u0013֊���ޫ�S�\u0014F��O)꿵?qj$�⩌\u0012k��)5����܍>%�x��x�\u0000�ת9�\u0007�'�����R�Q����:��|(�_���L�{G�|�|\u0007��O\u0018�O����x��g�/�G��@��%�\u0003�y�X\r��c^\u000b��\"�>Ǯ\u0011��p�j�\u0011�rt4�\u000f\u001e]\u0000���\u000fa��=�\"\u0014\u0005{4�\u0000���}�\u0006�\u0006��l�E��\u0004��}�H�(�~�\u0010G��E ��\u0011�Y:�y�$\u001e9\u001a\u0016I��쁔���~\u0017�C�\u0013���B�\u000e<���\u0000��٣q燻,}�\u001eYW�.�3�2 �=���A�+�\u000b�����O($�zSTp���A���q��ƥ~�_Y���\u001fʈ�6��\u0000���k�n=4�\u001f/���b|ƃ�z�Eh���w\u0007�=f,R��\u0016z�韠��3K��z��\u0013������'R���|s�\u001c��w�\u001d��q�\u0000��\u0000�7�~\u001fҌc\u001e�l2�6��%��\u0000�0����3�\u000f�G����yq����9`\t��b\u0010�\u001f���?���\u0000��/�S~�].\tK,�A��̲��\u001f�Y?�\u0016]&\u0019�Nb\u000e*�\u001e��|�Q�C���`�\u0013����z���\u0000�\u0011�f|�\u0011�.�\u0011�\u000e,�2\u001f��������\u0000�?N:L>Y�y������\u000f����\u0000)5�>!��0\u001e�ݾ�}���\u000f��\u001e\u0013�NLz�@o���\u0000�?����s<�c��b'4�\u0018�����ذ�\u0000�/�#/��\u0013��� ,�����\u000fE�\u0014�<p�d#�2��\u001f��\u0007��Vs�~!�\f��\u000e>�z����\u0000����O�\u0000B��\u0000���oU�dǃ,!�S�\t��o�?W��ŚQ�X�J\u0006���?�k�����n\b�\u0002L����\u0000�aO��z|��}\u0017���3��K��^��r��\u000037��\u0000�ݿ\u001c͏���`��'�ՎO!�����\u0000���1c�\u001fO(\u0012��3�8��\u000fO�\u0012pc�\t�Q\u001ed\u000f\u001f����~!����nX�|�?��ħ\t��\t�!(����\u001f�O���,��\u0012����>&�����v���x�ns�\u0000�i\u000f�ێS͛��\u000fO!)z�>}���\u0000�O��O�Vg��+�\u001dGK�&]��-��\u0011���O����\u0000ʯgS�oM�7&(K'�\u0011�\u0000�\u0018��C?�T\u0006\u0019z�c\u001f7��X��\u0000�a�\u0000�Dg/��\u000fò�\u0000���7�\u0018�\u0000���u,�Y�\u001fO����\u0000v?[�\fs���\u0011(K⌔���?Wdwק��ޟ���-2��c\b��;����Y���s��)\u0019:~���?%�K.�\u0019?��������W�x\u0004a�0��%�\u001ck����$K\u000e)d��\b���\u001b�8I�\u001c?�\u0001.�'�#\ff�)�>��4?�_�\u0000*>M���L0��sb�)��\u00007�������/���\u0000�o�<ۢq�\u000e�%����������a\u0016��̞\u001e\u0019G��\u0019��D�n��p�ˏ$'�\u0000\u0011�\u0000�w\u000f�dr�Ny2G&Lز\u0003�0�#\u001f���\u0019�\u0000��GX�\u000e>��œՆ8���[~��(Ǩ\u0002\u0019\u0000�\u0013�e����!3��S\u0016,�\u0016N��1���D���?��=�\u0000����9���\r�ײ\u001e�ח\u000e,�IԠ~1/4r5�t�͌b \u001cU�O����\u0016���>3�:\u0011����%�ܑ2�,�rw��?�<��\t��O]���p�Ɍd8�e����\u0000�t�g\t\b��ٴJ���*��T�\u0017���zo�q��\u00008�\t�7������\u0000�\u001f�f�Q��u\u0013���\u0018�hKԞ\u001e���=_�Ρ�%�t��0\u001cq8�q�����\u0000\u000e�zi��qF3���3Jx=WU�'S�uXr\f���<}/��>���Ջ\u0016?���\u0000��\u001b�~)�&C<�F\u001c�g$!�R��t����\u001f�qտ[����\u000eC�\u001e(�'�F#w�׫�<�\u0010�\u00111bB2�(�\u0000�i$�}Q�\u0004���\r�'���\u0000\u0018�3Z��FVO#V2F��\u001ad摺'Z-��fŹ�m5z>�!\u0003\u0001:\u001b@�\u0000��\u0011\u0011��5�|?���\u0018��}�@t'h��\"r'��\u0000\n4@��e�jё\u0010������\u0000̈�\u001a�xN�K]6�\u0000\u0013\b\u001cr�\\�J���$dN�m����24\u0011&�#�\ncF�`\t��[��R�g�\f\"GS�o! �\u001d\u0011��0�\u0018�8\u0018��]L��=�d���,\u0000\u001b��\u0010�m��)�\u001a w�E�g���;6'|2I�F̦$\u0005�g��\t\u0018�¥�\n\f�[(�\u001fk�J$a1\n���0��\u0004��\u0000(�r\u0003p�Gٴ�g�� ���\u0004�\r����\u001b>]Y��A\u0000�\u0017��E�:�B#���(΅�?ҁ�qS��O[Ǟ���{\u001aS���ޫ�S�\u0015�\u001bt�\u000b�j~⠊&�\u0000S\u0018(�����\u0015|Ǒ�t\u0004\u000b:\u0004\n�S�@�?\u0012\u001f͎���^\u001d<\u001e���9F���O\u0017=�U>\u0014x/�X��܂S'�O�9����r�<�v�^7�����Q����\u0000�@�����C��'�\u001d�\u0003ÇQ�~�,fƇ�\u0003����a��>��\u000fgf@\u0003�\u0007GH�o�\u0014 �cZw\u0007����\u0000��G�R n�#����1�\u0003L�;G\u0015C�\u0006\\rO�\u001bd�jG\u001a��\u0007<\u000f���u�\u0014\u000es\u001b�\u000e\u0019#�\u0007�t�(�t��G���\u0003�7�\u0007�8���f�Q�\u000b˒68\u000e��xۨ�c��Q�\b:<y��=�\u0002r�������|6>�\u001fo�O��7��}'���h��\u0002��;m�c�|Z���1G�!\u0017m�ƇA��z�Ah���\u0007����WƟ�\u0012#�\u0006 \u000e�\u0006��/�\u0000\"\u001dc�#�[\u001b�:�|\u001a�t\"����r~\u001f��\u0001'����(�\f�����h\t׏�v�f��\u001a\u001cwߵ2cT\u0011^�P�R\u001b}�t�dw����\u001d)\u0014\u000e�#o�\u0007CH\u000f\u0005��C�Y�Ӗ@\"��r�\u0013ZG�� \u0012$\u001b�TY�1\u0017�\u001c\rKQ\u0011�\u0019I�O`=��;����\rk�S�:Yd\u0003�Gx���\u001f�\u0006��1\u001b`5\u001c��qK]�_��8�*]����\u0019�fg\u0013\u0013~1\u0011o\u0004�d��}�ݹ�D\u0010kO3��2\u0010b\r\r\u0001a\u000e�w��/��\f�t�|�o6L���K\u0019��>\u0017�-����}��\u0016\u0001\u0004�u��39\n'�\u00009z�T{4ԚGN��R���\u0007E\t=�@K�M��bd���D1'�yr�C�/P�K]Cϛ�\u001ae��$�{z8�w�<<�ǫ!\u0001����D\u001b<\u0017$Kr��x�O���O�\u001b=�2\u001bkA�,c\u0001^(�\u0019\fq�p\u0011�\u0003\u001d�by�J\f��C�\u0016�\u001d\u000f��0����\b�p��P\t��\u0000���\u0011�a�@1\u001d��\u0000$�Tr\u0002L\b��\\�m�{\\6��[��V\taNx�tA\u0007��/)5Ǳ�Y\u001d\u0018d&�j'�b���\u0003F�\u0003�i���<�\tq\u0019r]\r륺6a�C\u00183<\u000f\u0004���\u001e<o�{A�9�[�a\u0006$\u0011q���9�\u0000�)$\u0003�]�j���\u0006�ӖI?4ص�ОCJ\r\u0001\u0004�6���\u001b\u001e\f��M�V�\u0013��se����z��'Q~�?\r�Z)���ޫ�S�\u0014�v�Uy��j~�\u0003Q\\�l\u0005����\u0000�T�֫�,��n�J�\u0003��y?�ߪ8��O\u0000���@=Q���^\u000f��S�G�3��~)���|���\u001b���.�Y�\u0011���Q��K{~~׋����ɚx���Հ�\u001e��{>X�#\u0010�z�\u0013�\u0003��\u0000��5'�\u00028\u0007��n�\u0017ȗ�\u0002\u0006���~!���ڄ���x��W\u0017Ǐ�<\u0011�c-5\u0005��]\u000e� mTu\u0017��%4;�Z�=�i��Y(s��he�\u001a|NR��@k��<�sm\u0014h��|��M�C��\u0007�<�\u001a�?i�Y\u0005X�<ϙ�L�\u001a\u0001��\\Q-!s�#TF��As8HЂ�#�U���e�]X�=?���j��GPi���zy\u0004��w�\u001c3�Ԧ��@��u߅��\u0000t����<'�Ӑ1CS�\u000e�v�������cט�a�!�9�\u001d�`�O�JW����\u0000�\u001f#��\u000bDu\u0018�Es��l�4�<���<�Ì�$��f%��\u0018�Y���f�\u001cX�Ќ�NOO����\u0000�\u0014�\u0017\u0010\u0006���+z�EK�x���f\"v�e��|��Ň'�?�W�\u0000\u0004u�������m��\u001b��\u0000�\u0014\r�\u0002���i�h�'S��z�u\u0006b\u0004T\b������z����z��pO%���\u0011�Y'���$<���\u001dO��z{�/Ww�b�}?�s��������\u0000�������l�=_O�\u001b��\u0000��?\f�l�D�|����\u0000\u0019\u000f��\u0000�Ww�X��\b�����0�1�\u0002y>�����\u0000��\u0000��7����tx}l����JR��'�\u0016�;\u0017���G\u0015�e-��=\u001f�ɇ\u001ehl�\u00118��ܚIT��\u001f�\u0000͓\u0001\u0018I��K�\u0000��Y\u001e���\\=.\u0018�\u001es��Q\u001e]���V3��;���q���\u0010��\u0000�_\u001f�'�\u0000Fr�\u0000�}���Ǐ\u00140�\tz`\u0001\">�SIC����z�dsG\u000fU��3�%����>̇���~�yGY�/�#n0��ԡ���\u0000�Y:���\u0012��\\��i\u0011/��e/�Z�@��ȟ/\u0001�zoţ�uG\u0004\"=:�ܷ�z�O����\u001f�\u0007Q\bt�)�f\u001ei�'���\u0000}�����\u0000\u001a�t���߉zp#da�u�_���\u0000�25W\u0007$l����\u000fE(�=ILn5/��\"�_�d�zR�,b���v��Ս��:>�7Z3a\u0002\" F\u0019g[#����e�\u0000�t�\u0010�q�'���R��ǻ��\u0000����(��\u0001������鱜Ӈ��1�\u0000���\u0000�[���0��e\u0011�p��\u001f\u001b��\u0000�K���:]�F��&O~OK\u0007�e����~!�\u0019=h�O\u0016�vGn��zx�\u0000޲�IB\t��Q���I\u0007p\u0006B���S|/�� \u001b���ę��\u0000�\u0017����\f�,r22�c(�ߌ�\u0013����>l���\u0017��\u0000�\u0015XŪ\u0019�\u000e�e�>�Q�\b\u001f\u001d�\u0000���\u0000u�����\u0007�&�_��\u0000��\u0000�џ\u0006\f=!�M \u0006ؘy��\u0000�=wȔ����2�`��?���������uUW�����:�Xzq�Z��\u0000f0�Q�\u0000��]����e�:�'\u0010�l��\u0000\u001c�\u0000t����N�\u000e^��\u001fo������\u0005��\u001f��\u0000\u0011�_�\u0007\u001cd\u0004\f��1��q�\u0000�mh���,�}VLzo\u0006μ�.G0ǮR#\u0018Ԍ���/.n�\u0007J!\u001c� �1ɴF_��\u001d2t�?�\u0010ǖ��\f�\u000f�������SDt\u001f��\u0000�\u0019�c�v�#t%~i��?�cO_���\u0007O�\u0007.S�G��\u000f�\"!�u\u0011��.1\u001f���3ǧ�겈�@k�����_��\u0000�ލ%m\u0006�'E���\u0019OM�\u0019ŗ��o���c�Q�ԎY`�q\u001c�\u001ad7�?�����tg��Zz�\u001d��������\u0000�:�����lsa�e�B>��\u0004�Dc��\u0000ߟ�M4�\u0018��E�î�g\u0010D��$~\u000f��K�\u0000)7��C^���\nX�\u001c������?���\u0000�?��\u0000�_K($Pe�8!цq�\u0003�q���\u0000ŵ�2�O���>��58��y��/������&1 ���(�ʙ������;@7�yg�C\u0004�o\u001ac�r�_��z��ŋ�\u00001�r��\u001c�vo�%\u0019z��\u0000ޏO�\u001f��\u0014�\u001c��쳦��/�g�\u001e�q\u001fFF�H�K&�ޗ�\u001f�c�g��\u0000�=W�h\u0006�\u0001\u0010�>l]4\u000e\\�\u0010��'\u001e������\u0013\u0013��\u001eYG�\u00001>7�\\\u0003��N�_\u0004��q?kϏ\u000f��FhG��k\u000f�\u0011\u0011�58�y���\u0000�l)��\u001f�t�,�>� ��\u0000�Y��\u0000��{q�h�X�0��(����\u001fC��Q8�U�t�Do�wo�OU��_�V�\u0000Ž�\u0000�d�E�D�\t\u001a�0c��s�O����Q\u0003�麌}n?S\f�6au��\u001f��\u001c]V\u001e�R�)�8�ܕ�^\u001c\u001d\u0006S�`����\r��>=����c�\u0000ʟ����\u0000�{\u0018Ó��\u001e#(�n�\u0000\f�0����\u000e�����$a/�]۶�='Q��\u0004��\rn��?-�c͗�\f�#�z�\u0003d#�ˏ˳���W�\u0000)��A��\u000f�se��a�1/W\u001c�v�\u0000##`������]G�X�}9N^_<��O��\u0000�7N�񞓪&8r�F�\u001f,��\u0000�W���\u0000\u0003���\u001d><�B��c\u001f�,���w�bx�G\u000fW��\u0018t1\u0000a��Lcn?!���\u0000S�\u0000�TS����z^����##���-����ś\u001eh\f��%\u0019|2��\u001f����~%��<D��\"%��\u001dއ��ď���c�u=>\u0019T�/��_\f'/��\u0000旅��\u000e�f�Nd=Y�х~��}g]��0ߞb\u0000��/����\u000e��?���rNQ92d�ڜ���7��\u0000.\u0011\u001c=_M�H\f���������q~�\u0000�@�z^���be��J�/�(�\u0000�'�z����9�\u0000\u0011��F>��g�\u000eO�_�V\\_��2?RO�\u0000c\u001b)��\u0016F��$����\u0004C\u001c��=̵{\u001eL�K\u0015\u0013�ҟ���ޫ�S�\u0015�P\u001b�\u001dd�W���)�48��0\u000e��|_\nw\u000eoA�_6�_d�}��\u0000$��~%�Qg���\u000f���N�X�|:�/\b\u0004�<H\u000f��\n<7���~(,�-k���gD/5�.(�\u001f\u001b���\u00040b��\u0004��NR�\u0018�r�\u0000v��r�NRj�t_\u000b�1f��\u001e�h^�0��x�Ќ��\t�xj]4G�ȟ�&��\u000f\u0015�,��,\t���962ÄyI\u0000�$��@�9.���a\u000f�㟵�\u0000�����tDO�\u0002%�5�\u0000�����\fr�C�\u0010ɋ�a��|�b�PǔK�~h��O�ql�#C�9:\u001e��ǆ2\u001a�F��2\u0004\r{ny��Ei�(\u001c\u0013\u0012�H�\u0002>,��Q9!\u001d\u0007�ԟ�w�)�3^Q�_�u9%��CC�-#�\u0003ƟQ)�`�\u0017q��\u0000�?��\u001f����\\q\u0013��'�|�`���\u001bݭ��>/���a#�\u0012+솸0�s�\u0004�6\t+�\u000e����zx�Qc�Uؒk��L�z�~[�����\u0006��<�G�.1 F��Y�8h,rv�f\u0012����dk���Z�Qʾ��H���/e����t�m���zcl�v�?����>�\u001eIB&\">��'\u0018�1�z���=_��[�\u0000\bϑ�zb},z���u\u0012�ח��=��\u001e?K\u001b����,~�g\f��vG��ǩ��\u0000�\u0000\u001a�)�\u001dT�,Y%\u0019C\u001eݑ�<�9�H\u001b\u001c�J*��\u000e�)�K\u0016Q]D���9�(��!�\u0018�\u0000f����\u001d��>�dq�P\u0002q\u0012��}����\u001f�������>����4F��\u0001�\u0007\u0007�rb��B\u0006�g(l�(����?�\u0000k�_�`�:����$�\u001d�؎���>/Q��ݯ*N�����8rFy��\u001fC��k����\r�u\u001d\u001e\\�2��gXd�\u001b��\u0000�\u0018\u001d�\u0000\u0018�_���\u001cq�3d�\u001e?��\u0000���\u0000����\u000f�Y�u_����,�\\6�2\\�C\u0010_��.^�\u0018�\u0018\u0019і��g�<p\u0018��2�*����\u000f��?�����3�\u001fU�\u0017E�e�\u0005��\u001f���O�\u00006z����/.�,�n�\u001e�|z�#��W-?�,\u001eoC\u000e��\u0004b鬞g1���\u0000u�����[\u000e�6\fY�\u0013\f�n˂'n��5�\u0000s��\u001b�����Dtx��!�����\u0000��~3�\u0000�\u0014:\u00121�ۓ-���<q�\u0000�_���.`�e�\u0017Y���\u001c��\u001cp�D�\u0000�_�%���t}?Q/S&8��������.�^���z���~g\u0007�\\\u001dQ\u001d�z]ѿ�>���o��\u000fW/��.iY\u0012��;a-��\u0007͏�����_�\u0001q�n��?�Ϸ.�P�OU�;2\b\u0019�\u001f����ä�o��S՘�p�~�v�\u0000��\u0000̍Wd���\u001dwO�z؄������?�\t�;=\u0017K�g�[��e\u000f&?�ǣ�\u0000���.F�\b�n_��ˋh\u0018�\u001d����^oO�����e��t}\u001e?W7�-�\u0006?�\u001a�`�8:�³����➱����\u0017�i�\u0000��G�\u0006H\f�z�/7ŏ�\u001f������\u0000��/���K�C��#�������\u001e�\u001a̓�='M�e1\u0002_k��O�1�W�xA鎋���Ŏ1�>\u0013\u0017�82��BY�\u0012 #�\u0013�2���\u0000���?\u0010�C,���%\b��\u001f?��1����_\b�˥�\u0010\f�/�yb��\u0000�^\u0002\u000f_��u��\b�BQ��Q�\u0000௕#��\u0007잉\u001f��������*�?�~!����d��wy+��c���\u0000|��\u00121���h���\u00002A�˧�z~�8�Y2\u001f\u001dW�ww�����\u0000�+�L=g��2������û���\u0000���\u000e�$j\u0003��W�t�\u001f��\u0015��麂%�\u0018�\u0003h��t��æ��\u0000\u0004G`�\u001e��݄ĥC�d�<_��\\غ΢y c\t��#��\u0000���1�����9K\u0014+e|3�\u0000���\u0000�_��(\u001e\u000e��Ȑx�\u000fS�\t�\u000eL\u0003\u001e\u0011�1\u001f\u0004k�\u0000\u001a����s��Q�Gɮ���������Ѝ\u0002�N�\u0016r�\u0010x?�t\u0019��'Sԍ���?���d�\u0000�x���3��3��Fu������\u0000\r\u0011n\u0019\b�\u001c�\u0018ܲhyx�l��*\u00111\u0018��;e\u0018d���\r�o�����W�Ő��)FB1��+�\u001e�\u001e?,?�|X�\u0000��\u0000�\u001e�\u0001ߏ�oy�r$�0���#���\u0010\u0019?��l���/�j^�;3C�Xe�\u001d}he��l���x�O�#��\u0000�G�1��N��Q�F��J\u0012�ŋ&.��7�q�%;�gS���/�y?��d}�C^ǲƻ���.+D\u000f\u000b�΋>Ib�GvL2ݳ�N\u001eL��\u000b�r�q��C�\u0001���,X��l#���\u0000|���p��e\"0�2��ϧ�0�@�\u0013�����4X\u000f��U�.\\�\u0018e�\u0019N�y1�\u0000��#�\u00006�\u00005�\u001f�N.�t���f��B\u0003�\u0018�����.��\u000e���Ǜ$a\">\u001b�=��\t�,gtO\u0006>h��\u00002 gCx۠\u0014��\u0000�=6\\\u0019��e��g=�2\u001f܎���}�\u001dF.�&x\u000e�be_n/<z�y�(c������\u0000��\b�3/U��9�\u001c��\u0007\\\u001e����S����\u0000�Y_>?�u1�f'\u0013�uYa�\u0010\u001f�ú}FL�G���Y:�\u0001ٛ$a.v̽\u001d\u001fW�5�R���2��́��\u0000��>�8#��P��6�x���?��?��x\u0006��t;:xtr�db2���N�/���\u0000�>��z^�\f�\u0019��'d��\r�F.���\u001e\u001c�g�c-�i�Þ>����6|8NlY����rw������\u0000�w���\u0016\tK8��e�J?��\u0000v�\u001dO_�td\f�#\t\u001e\u0004���X��\u0019\u0003\u00027\t\u0003���x]OM�_���\"N!\r���#�\u0000\u0012���7Q�����\b\u001c���<q����\u0000o�\u00007������Be�b�\u000b�\u0011������t1ݖB\u0010���\u001e\u0017A���?\u0011?�d�p�}8G'�2i���\u0000���\u000fk�M�����\t�`\u001f6ߋ�\u00002;\u0003\\ #٪�I$�x�\u001b�7>��u�\u0001\u0010�>���O[Ô�,w���E?���ޫ�S�\u0014D\u0002\b�Ʃ꿵?qX�nԍ\u0007𱀊�>\u001f҂#DQ�o���i-�\r?�|c�^��<���\u0000�=��^(�\b:�^���9boM���,з�_�\u001e+�L�=WO)L�J��|�ţ\u0019��0��\u0018�������/��\u0016H�\u0013�c�3�_�ǧ�2D���m?jO\u000b��ʗ_W����A���\u0018:�����5��6t���\u000e��\u0001z�\u0013��}�]U\u0017'B\u0004a\u000e�,��\u000e���w�N��{�`��t\u0003Z��{nμ:�\u0000�\u000f%�F�<�Q �\u001c�ŏ\u00063\u001dǄb\u0006��h��\u001a�\u0010\u0001\u0006Ń��y�f��n]#.5�\u0000Α\u0004Q\u001a���ޭƥZ��v�G\r\u0004_\u001a�\"x��n�A�o�#��^��\u0019ɚC�ïI�v>\r�q�%OoI\u0003�\u001b$M���[\u0018_\u0011�u�F�\u0000�pYQ���)\u0017����G��Q{\u001e�\tm�\u0013CH\u000f�y�u��Q�4c\u0013(��˗�,;�u��c#�m\u0003q��e��\u0000z�bś'Q\u001c��0�%�Ot���z~�򿿇���\u0011����=u�\u001e��5�k���dϜ�80����]�L�����?�����5�A��\f��\u001e�Ya�Y\"a\fw\tB>x\u001c�����\u0014�ט�BX�\u0000��`�w|Y������I��\u001e�^�ly!\u001e�\u0010�3��x̼��\u0000�͏7�����\u001f��9�\f��z��&�G�?ؿh�\u0000������󬣛��1,g\u0016<r\u0019dg(�s���\u000f�����d\fG�\u0019�?�\f1�\u0004�le/_n�\u0000����^��R�\u0000x��c�kG���'�q���\\�z�Џ�)Nyp�^��G�\u001fz�\u0003^ڟ�\u0007��)r�o�\u0012�\f����F�\u0016�H���\u0000�&��9�fn�&.���[\u0017ٗیO��å�:η��]�Dc\u0018���\u000f���\u0000�?��)��\u0019��b\r���u\u0006��\u001f�K��\u0000ʭ�\u0004v�������Zz~���\u001f��\u001dz���΋��[�De�O�b���s�\u0000����:�_/�]L@ͶC\u000e\b\u001e�G\u0017�� o�/�\u0011��]_c?B\u001fя����p�\u0019����\u0003\f|�'�r�d����[��\u0007�O��� ���y\u0007���\u001b��\u0000�\u0017C��\f\u0010�\u0001�B{��>]�!���ɟ��<?\u001c��\u0002�ߎ0�\u0000�o�\u000e��?º_V\u0019�F?<�x�\u0000\r�\u00003�\u0000)g~���知8a)c��jq�3��/�\u0000B??,\u001f����\u0004�\u001d��z�/�\u001f�7��\u0000�^�\u0006���\"z���b*}D��\u0014%���׍�z���u\u0003\u000e\u001c��\r�������k�G����`�݃\u0000�\\�~̳w�\u0000w?A��P>_�H�~%�\bh\u0006�\u0000\u001f�Uz����ĥ�\u0018K&\u001c�l�?�\u001e�\u000f�\u0005�\u0000�1�_��9�n���2F��ݰ��3��\u0000�n����G��#�tG��Z��?�k�\u0000\u0019�\u0000�� x�6y�\u001f��,�q��\u0012��/K���1���|�ܽF<�\b���\u0000u�\u0000��\u0000��~\u0017�oS�T�\u0011�d��\u0018��?��\u00003�\u0000\u0017��X��t�\u0000��\u001dL�����Y>\u0018d���\u0000�fL_��\u0000И�\t�#�ϗ>N��;���g�[\u000f��\u0000�?�?��u9��\u001b�שY3W�~������\u000f�fn�&N��#��~X�����Y��g�\u0000���y#��\fp��\u0000�x�S\u0001�`�aQ\u0014!\u001f,q�\u0000�聉�)���O\u0016��\u0003��\b\u0019d�VALN0�ӂ<��\u0017c\b\u001eڴH\u0003�Ҝ��Q �d�}!cS�\u0007y\u0013)\b�#\u001e��ƸP �\u0014�)k�ߓ�����<.IP����E���2�#_\u0007\tb��,��\\3�޴%\u0011#\u0003 F���H<���R�\u001cq\u0004B;�?��3���\u0000��/U�=f>�\u0000\b\u0012�)@���O�\u0000)3�\u0000Wf�I��\u001e��\u000f,1������\u0000/�^��=D��3\u001c�FL{\u0006 D��3�)c�=.���\u0000���Q �=Vy�<\"\u001b` o)�e���S��̝9��\u0002\"\u0012��,\tً/��W��\u0000�|��\u0000��\u0000߼��_�'$���ѐǰ�<�\u0007�6��}T#��8�`/$.;�����\u0000s�\u0000�\u0019�\u0000�\u001e$h\u0007��(Bp�\u001e��<#&��\u0000/l�\u0000��\u0000\u001d��\u0000/\u000f�Ӷ.�!��g�\u0013���x��7z9=OS���\u0011�O�4a�0�1�\u0017��\u0000�����\u0000��\u0000�c�?��?�Q�����0�\u0013[����\u0000�2�����\u0000�\u0001�������\\��c�����\u0000�?�c2�\u000e��C\u0004D!�\u00158G�\u000f7����\u00001cz\u001e��\u001e����`��c�ųt38������1륎X������9��P<�0t=_U\u001e�\u0018�e;�e\u001f�z[��\u0000'��\u0000�_��龟�2=\u000f�\u0012ͼKL�#��9O�x�o�o��t�3~\t�<r�Q��Ǔ\u001cw��\u001f���o�\u001cq�\u001dF.�`�H�S�?�\u0003�X���)�`躈�\u001f����1\u0019��d�{37�?�U��\u0000�{\u0018Ó��\r��1\u0006_kl�?W1��\"�S�a�<�Q�H\u0012��pۿϛ�ldg��\t��G4�\u0000g=Db6F\u001em�M���\u0000ݞ���\u001d_M�\u001e^�����\u001c���.��7�]_E�c69e��,1����/��\u0000��6=\u0017Q\u000e�&������>��\u0000w�t��S?���dD=^��8������JQ�\u00008�������\u0017�6,\u0019?\u0016������_�\u0012��Ƕ?�K�9��~;�u\u0018zq��P�2�o�\u0019O��\u000f�W��g��|��\u0004:x��bg(������?��\u0000\u000f��馋�;�����]\\�����\u0000.1��o���\u0000�L~\u0001���'SЙ��Oh�~(�_��\u0000;�r9�\u0000\u0004��\u0018��\u0016m`q\r�����\u001b�3\u0017S�WA��8��2�t1m�8�\u0000�zؿ�ft\u000eO��.�������%�\u0013\u001d���t��Q�\u0000��\u0000u����\u000b\u000e�x��S2��#,r�̥\u0011�ܹ?�'�\u001f��7>n�r�3t�r�\u0012'����������\u001d^\\x�\\8�\u001cf1�s\u0018�R��\u0000�~���\u0000�\u001f���Q\u0002�\n\u0018��+�7E\u001d�<c�f?ڜ�\u0000�?�w��\u0017��M�/��/Z`c�C��\u001ctO�;���򿻙�\u0002+^�\b\u0012\u000f�\u0007���E�6�5`9�^�w�Okǘ���=�\u0007���ޫ�S�\u0014�u\u0003B�������b@\u0002Tu򱂨렡�M\u0005��\u001bc�ѡ�[\u001f\u0015\u001f6�\u001eG�w�8���x�,��<����2�k�W�'�+�E>��(�_�g��\u0007O9O\b�K\u0018�\u001c�k��d�H��\u001e�Ց�ŝ��\u001di�P�\u0004c=hc�O����\u001a�\u0000�gϜg\u0004�\u0013{O�\u000f^#`k�]T}\\;��\u0002�����p΋S�2����\u000f���zXzc�ӻ��,C؃\u000e�6�\u0015�R�L\u000b��\u00039m�5&�y'#2���͒+�\u0019�\u0001$h;�\u0007D\"H��1�\u001f\u0002?�.���a��#�u\u001dP��\u0000\u000e�\u00027�\u0012,:�ϼ�$k��?$�\u0007��q���\u0000|;����$\u0011�\u0000���\u0002?�+<�N��\u0010\fϴx�\u0000���/h���#w�ϖ\\�9hg\u001c��o�{�ef�uxqy�\rF����5z[��9��&�*�Np:՞]>�_]>\u0014|��7�����L4�D�q�Ř�8�\t\u0018�\u0000\f�m��Tr\u0010��m�7\u001f��<��\u001f���pn�zh�j3\u0017�[�l^�����\u0000�_�������=kD{���\u0001Ny3G\rJs\u0011\u0003����O~\u0003�B\u0011���\u0019h��\u001f�%��O�\u0019��\u0000�o�0�h�\u001a��`�\u0012�,�o\u0002����2cÎx���GԈ�1�<���\u0000w��\u00000�\u0000�z\u0012�q`1����x�\u0000�vO�z_��\u001e�D\u000e�f&�\r�āݽa�\u001eRc�Q�\u001c�\u0012���>\u0019�Ǐ?K=�q�߈�>|xr�\u0000'��\u0000��^\u000e��\u0000w:B\u0007�ɇ��\r\u000f��?Lvy�\u001f��/���f|h\u001e��\r���w�\u0000\u0006���\u0000�N�\u00005|#�C\u0004�m�~��e9\u0001�z���L�����\u0000�0e}�ۢH�\u0011��\u0000J\u0007�?����s���[\u001fW\u001c�X�@�\u0019\rѐ�e\u0017��\u0012X��\\�b\u0004/6�'��\u0000-�c�~3�^���\u001b�=�\u0003:\u000e{�\u001a�(9�H$v@\u0015\\'o��r}@y�\u000e�Ȧ�\u001a\u000b�j�\u0003F���\t\u0004\"T9�\u0000\u0011`��^ 5[}���\b\u0006\u0000�'�\u000e[���'�o��,���qːDm$F�F���$e��uxG��S�3D�1��\u001f�?�}_�=o�a���\u0000ڰ�\u0000�0\u001e����W9��t����곌P\u0010��\fP��,^��m��_�u?�Ň������dw�%,�\u0014rH\u0002rz\u0012��wJx���w� =�'Q���[����\u0000�<��\u0018o��\f~Yy�c?����O�g���\tk�&8O\u0004���\u0000+/U��\u0000Tt��K��\u0000�@�\u0011�\u001e=\t\u001fK��\u0004�\u0001o�\u000e�\u0016~��� &wc�����\u000e���\u0000jQ�c\teǌ�7�q��_���M\u0006�/�X:�g��2a\u000b�\u001a�/(�\u0016?�`\u001d7풐\u0018O�H��\u0000��\u0000��\u001dЉ~\u001f�Ǭ\u0016p�\u0019:~�?�/�~����\u0000���\u001bGO�q�����\u0006�S�~���\u0000x�}\u001fK��I�K��#\f��\u001e�%\u000fS�\u0000\u0013�1�G\u0014�����\u00006\"�%��\u0000�?����\u0000�A�ŌD��䇠#���\u0000�|�>���p_����\u0000>�v�\u0000�XZC���\b����?����W�\u001f�q����7�қ�c�c��߈g�\u0013�:��~\u001d��\u000fK\t��\f[q��<ޟ�ש�\u0000{鰧Њ<\"���b���~�r�\u001d���\u001e]�D.���)\u0011=���5��$\u0010j�'�A�D�\u0002/�\u0011��/O�F�Ɓ\u0002�6�>jgz�\u0010+_�N����e~:�j\u0000��b\"5�1��@�\u000f�<<�~\"\u001e�\u0010\u0007��e;��X�&�8�1&�G��F�d��({ڕ��\"\fEvj�WF�t�\b ��H\nlp�\t_n\u0016�#\u0019\b�����U>|G�`,]j̎��\u000er�h\u0004F�V��7�5\u001a<0\u001c�~<��<�@��\u001f�z�\u000f���ޫ�S�\u0014���O��S�\u0014���Z�\u0007w}�\u000f�u�n��+Z�yQ櫡��\u0000\"��~&�\u001dE\b���Cq�s~W��A��+M��'�\u0012*U��\u0005�&z�\u0019E\u000e��Q�\u001d�,�\u0000�\u0013��^���8�\u0005������_��b\u001df_�c\u001f⟕��B^�����\u0019H�\u0018��\u0000��VX�\u0007�.��\u0000���\u0000�\b�7\\�Ҷ�\u0000S���\u0013\u0012��?'��#�����\u0014zl�\u0013�\u0014�:��FC��ņV.�{#c�\u001c�6���rx��}\u000b�2L���9^�{\u0011G$�h@6�\u0011V\u0000 \u0013�kn�\\:�\u0000\u001e�\u0004h�8��h\t��8��)j4���\u001c.��[�Ǵ�Ĝ9\u0001֫G#b�{2Q�Լ�a�a�\t��\u0007.��\u001e����;��\u0013z#,�`�k�\u0017,��v�t��\u001c�;����1\u0003=�\u0003�d�\u00007 5|�0\u0013�D\u0002=��1�\u001b\u0000]��_%2ym����\"\b�N��\u0000ɋ~<��j\t�WД`x��|��\u001e�\u0000N\u0007�\u001d\t�%\u0018�<8\f�,b&\\���\u0000�H�H�6�N��of����t��sb�\t��&q��\u0000������\u0000�=O�͑�Oz�\u001e��M\u0000+W\f�&.��X�(�3��K��\u0000u�\u0017�\u001en�S�y�3�c\u0018�t�#�\u001ei觫��\u0000);��\u0000q�\u0000�\\:��gS(d�,0\u0010���\u000f�^����3\nvˡ��1�`�\u0013�Dy|�\u0000�������a��cD\u001dѹJ^i\u000fG���\u0000�6]^a�2��\"szqϳn\\�.��z\u001e����Q�o�\u001e�YL��]>Yf�\u0018�!�;#������\u0014�\u001cyg\u0019H\u0003 %\u0011Ó�؜�t\u001d?O1,P�G��R��\u0000�>��?�\u0013��g3�\u0018�<��>�\u001e�\u001e�^?��+\u0017�qd�\u0000w��^�QŘ�\u0007\u0007��h������_�(�L�\u000f�#9@\u0019\u0013�@_�)�\u0000�L\u001f��\u0000�oQ&@��|CՍ�FN�X��8c�#\u0019y�����\u0000���角x�,¦@�#_k�\u0000|�\u0000��<��\u0001�}�\u0018�������\"\u0006�\u0018U\r#��~?�}\u0007Q<�?�>l�:y�\u0000�,��\u0000���\u0000��b!�x�\f�<gi��K\f�\u001f�\t }��'b$JC�L|�$\u0005����o�~+�GO�Jz��\u001cyp�r�\u001d���x\u0010˞}v>�\u0007�!���e\u000f���\u0000�x�^T\u000f�\u0004\u001d,{ud䎾h�\u0000ʋ��꺮�6=c>�p�\u0000������~\u001d�\u0004�h\u0019�Y2�[�\u000f�'��Ԉ>Ԁ \u0007r�H�q�V8� \u000e\u0000\u001bc��\u0014Xֹ�i\n\u0014\u000f��I@\u0004�\u001c���gC��P*��Z4H\u0012ӄY�\u0011?$\u0011��\u0001T\r����a���7 6�/4?�:�K�#\u0017�S���\"���!\u0014�7A�4�I�Z\u0011:�1��a������\u0012�q�\u001f��\u0004c\u0015C_����TH�B�d+�\u0014����2��\u001d\u000e��2N;e�\u0000��M�'C�&\u0011��t#�do���\u001f�ka\u001f.�1�5Մ9��\u0018���\"[�^�̓�\u001f/��\u0000��z��\u0018�0B5�\n��D���j�������\u001f��4:c�\b��n�J�w��L\u000e�\u0001�\u0018�\n�b��m�\u0000���\\L�h\u0010d�\u0002LE_��\u000f7��\u0017���c�y\u0007��Rɷ�\u0000\u0013�m�I�\u000eYe�1˚��Y|\u000fH���\u001a|Lē\u000b��{\u0019 qG�~�\u0018Ɋ\u0010�f��\u0000�_�/������\u001a�\u0012\u0014k͓'�\u0000\u0005}���\u0004\u0019|R\n<�\u0006�\u001f\u0015�$���W�_´t���d<�A=�/�Me�;u\u0017)|,\u0003[��7kb_»�n��ח줐.GC����'C�\u001d�\n\u0000���>{>mRcdDV�8�H�y���_i\u0006�j?ܐ��\u0001\u0006&$��\u001e\r\u001b\u001c)ԈY\u0012\u001em\u0017��U/�\u0019}�\u0000m�)�Ov��#������($Mi��;�s��k�9��A�)��W,\u0001��]N2uDq\u001d���\u001d�P�h�\u001e\f��\u0001�A�F�4h�3#�\"�^k�\t6O:&F�\b�L��m>\rm�\u0018\u0001!}ܪ�:�\u0007.d\u001b�\u0000�yl�:r�\u001a{�\u0018޶��s�x���Ǐ<jx�\u0000��h?���ޫ�S�\u0015�qz��W���)�ꎃ�3\u0000.;A�hwj��/R�E�\u0015�V妃_�\u0003��J��١\u001e��R�u���N�Q����/\u0014\u0006�D\u001e�\t>�|(���go����8�$y��ˇW\u0018JFP��fI���\u0000�=�F9��`\u0004q\r���������ǖQ\u0011���^_��\\\rZa�����\u0000q\"\u0007�ǩǰ\u0002\u0006�O^�Ɓǩ��\u001d5�(fkwʲ�1h\u000e�=��CQ�/���^ޞC� ��Ϥ�\u0004v��`|�ٲc�\b�\u001cj��\u0000�����怖�<0��ǟ$�\u0000\u0005���\u001cy̶�\u0004���0\u001bH\u0006�����#\u001f\u0011�\r��ˋ\u0016yX�\u001a:\u001c\u0013��)\u0012@�\u000f��\u0010�w\u001a\u0003Q�_ԉm22�2\u0015&���y���8�ߏ.s�\u0013�\u001b}�i���\u001c%rБ����\u0012\b�4\r\u0002��oC�����C_�{:<\u0006\u0011\u001b��|X��ȒCۀUs����r�\u0000\u0005}��\u0000�\u001en�s�w|�\u0006Q�O3͚@���lϤ\u0017�F���<]\u0010��ć������G����O~\u0014�u_�������j:��.\u0007��\u0018e�)�Y\u001c�ɷ�Q���\u0000��\u0000��ǣ�5�:�6��Hާ��z�Ah�.����Gaٲ��\u0010�%���>L�r����mw�Nc�y�T�\f~��/��\u0000���^۶��;�\u0014��\u0000��\u0002\u0018�\r��3`�\u001dޜ|�\u0000�\u001f�����\u0000#�\u0000)�\u0000-�]?Q�\u0012�y�i\u0014\u000e\u0018�\u001eX�����^��b��L\b�\u0003�\u001d&|�䌣���l���?�����Q������Kg��g��u�Y��?�$\u000eHtq�����\u0019%<����\u0017��K\f��\u0018d��G��;��\u0000��o��Q\u001dҡ�+�G�@�1~\u000f\u0018���l��2�yl\u000f�����is��\u0014\u0007E�\u0006Yn�\u001c��\u0001�d�h�\u0010����\u0004��G������\u001b��\u0004qu�G��$.\u0010ٓ.���ӝ�?��}h��\u001b}/��*����1�$_�L}@\t<x4\u001e\u001fO�\fz,��^LЖ8�o�}O�\u0006�M�g_�b�,]TD#��E�\r�v��\u0000P2�\u0019\u0001\u0010M�\u0001�C˺_���'��D\u0004������Z@\u0011Z3�{<PF�y@JI�l�A���v`\u0000��'q\u001a�m\u000f\u0015�������\u0013���\u001b�ݐ�\u0010�&:\u0006��2��\u001e�\u0003!>�PЍ�\u0000\u0016���;$d��ݔ\u0010DA�\u001eQ!\u0011�\u0016S��^����m\u0004\u0019����W�\u001f\u000b\u0004n��8:\b��P�~)1Ci�����*��6E��\u0004\u0012*B������\u00026�X������P(��16A�_e\u001aGN\u0000:��L��Ā�(:�\u001a�\t��ŀ\u001a�Ĥt��j�2\u0011�}�2��so��\u0000�L�\u0004zP�\u0000]�\u0001�\u0005b\u0015!��\u001f3[�&��?��M�!@\u0001�w�PE\bč�Rk�$@��\u0000�n�mP\u0015\u0013�w\u0015�6�H�4Y\u0000\b���~+aJ��.�Ry�\\�\b�\u0007m�Hҝ<��h�� Tx�\u0001�0b\u0000��W~����k�?ĊD�#�)�l�٫�9����\"\u0014dA�:9���\u000e��+V�?[&D\u0010\u0000��\u0000��M�\u0000�<i⻶���1�n���\u0003~.r杋�:��1�ˠ�Õ\u0011�t�\u000e~����O[��|x�\u0000��@���ާ�S�\u0017 t�'����\u0000j^��$@\u0015��F\u0000\"N���\u0000�N��R5�\u00192=�C���d����yMQz\u0010����y�I��O�\u001e+�L�y�0#9\u0012\u0007�?�#9r�12���\u0000�f�q�k�h�\u0011�l\u0017��\u0004n\u0004_)ך^�Z4��\u001b���z�ȏ\u0007\u000e�;&&\u0007)�\u001cv��]C>�]�U3Ԅ�\u0015�vr�\u001d݆�\u0013�&\u0007�����\u001a�����H7^�ۡ\u001ax��\tk����}\u0002:&\u0018�\u0012\u001d��f\u0010$Ȓ~�*��T����ZYD�d\u000f<\u0007\u0002L�\u0003�/E_��\u00132������\u0012c\u0001}���FT\u000f��K�\u001bx��)U�(�G6D��&�\u000f&l��λψ���K6A\u0000{�\u0000�t����);zH��\t�^g�V��q\u001a\u0007�\u0012O:�ԣ\u0003�7.F���\u0013dƵJ�{�\u001e�\b�㎠\u001d�O�u8�\u0016dI��ؤD Dl��_�\u001b��\u000f��z�޴F�\u0014.��Ɨq�Znr\u0004�7p��o���z{��\"Ow)c��oy��FC\u0001�\u0004��<}�\n�蓧��\u0015�Be�Z\u0010��f�\u0003��}MI(�ޡ�D\rY�e!�½�e��1�FNY\r\t�H�č\u0004R%*����C_\u0017;�9�ԒM��A�\u0011A̙L�>)�dN۠���!W#�\u0005\u0012�% 6��\\�FZX\u001d�`pu@�)�\u0012�u刁.h��gq�\u0007�!��V�\u0003X�\u0019�7wì3�\u0002F���cż�u�\u0000\u000b��v��Z7\u0010���:\t)ˏ�c�\u001c2\bBķ\u0002Q,�>PI*Yd�� |�:��Մu\u0006���\u0012#�L��\u001c�\u0018�>%\"Nі�\u0012<[��Aa�ݒ��( Ȃd4?eH�Ҧ=H\u001e�G�Y\u0007�߉��M愇��\u0000\u000bd�t���/��)�{\u0018�\u001e\u0013�cQ`\u0000�%#\u001eM�d�N�Z\u0002�yO�&x�q��\u0007�{�[tD� \u0001�'���'A�:\u0010\u0004��hN3 �i�/,t\u0003�\u0005\u0012��[�ԩ\u0012u���\u0000H>@\u0016� \u0012$E�\u0000\u0014`��s��QC�\n���Jԉ:H\u0012\u0006��>_�RRL�stv\u001f�\u0017�9�\u0001��\u0010��Ԅ�\u001e�6J\tQ�ޫ�/��˘�2#�\u001f�\u0011d`N�|�q�\u0000�\u0013�Sf�TG�@&25\u0011��~�\u0001�\bC@\u0006��\u0010H \u0012O�t�\u0011 \b\n��_��\u0010c+\u00021:��M\u0019\u0002L����@6v��@�Ic+�$�.�\u0000��/����<�@�W���:j\u0005\u0003����<�{4�S*�\u0000k2�`7K@�hY��|��\u000eYn�Z\u000e��|���c&\u0007S��H\u001f/��\u0005kGF�����\u001b\f�\u0005Y\u001e�I�X#�\u0017^\u000f<�N�C�T�Ȱ��BQ��\u0016�|ޞg\u001c�K�{p��,wh7��=�ww�\u001a�W��ƨ\u000e�\u0011�-Y\u0004��>\u0014\u0001�����\u0011!��~�\u0007�\b���䁆�\u001f�=�\u001ess�������ޫ�S�\u0017!����j~��c\u0006c\u0017�\u001e�\"�����\u0000ݯ?�<O�q��?����P���?���^\u001e_]\u0017�\u001e\u001cϊ\u001fj\u0015с��/��U���D��Hs\u0012�a͸X<��O�=\u0014�c�\u0002����5=�?\u000f�cՌ���3�u|�YĆ���'�3�2ם\u001a<s��$��a�n\r��8\u001a9���u�Jٜ��\u0019�7^�;\u0018�\r^I\u0006\u0002�qƎ9g�\u001aj�*ys�\u0001��p\u001c�D\u0001:p���fe#��\u0018��u�\u0007?�}N�\u0001\"\u0006�=��#͛�\u001b;ARIU}G�6��E=�&�n��Ź�NW#�ً�\u000f���C��k\u0013޴D�q�^�iF\u001cCMR��E#Ӂ7�\u001e\t8���j��\b\u0013�\u001e�\u001d\u0011����t��\u0002v�\u0016(ꍘ����n�� F�q�O\u001b�#f3�O��U\b\u0019�\u001a\r5욈��r�)6�\b\u0002Q�\u0015\u0018��_ҧ\u001c\b�\bJ�@;!w]�����[P��h�`F\u0017D�.byx\u0011����L��^h��p\u0012���\u0016���J2��\u0006��]��SGVc\u001a'PI\u0015Qh�t���F�n�Ѣ1��\\��2;1�\u0014�&�e*\u0010\u001d���/�S&\u00107`��*�\u00010����\u0013���R�\u0002N8\u001a�\u001c��c�\u0002��\u0004�U\b\u0004bǧ&�P�[M\u0019wE\u0012��\u0003I���\u0019R+\u0017���L���\u0015ݤ\fc�:M(\u0005m���#gpK\u0017H2\b\u001aD�<\u000e\u0014\u0000+`������[M���M\b\u0012\u0007s�$ަ�oF\u0000\u001cB6H�pl��c\u0014P�\u001a:����8;����WnO\u0012%���|�\b\u001eY=\u0004G��8��g�d7�w��B)P�\u000fn]F8��&\"�^\u000e�{u@�`\u0002��9�\u0004���>�9\u000b��H\u001c2\u0011��R�\t�H���Hq\\<���S~T\u000fV\u0000�+Mu{9�5�\u001b^8�@�\r��]\t�e\u0001\u0007^h�:X�\u001c���Q又\u0011@GnG�E�9:����Zu�Q�\u0014C�9���7�{\u001e<��\u001d�G�\u0014���ޫ�S�\u0014\u000e=��S�j~⣀~�\u0000�\u0006�?W���O��\u0000Ɨ��\u0000����\u0000\u001cʁ�~'���?����%���m�^'�_�\u001e\fϊª��\n��d�#�\u001b�J�n\u0011�Tt\u001e6�5g)��q�|�r��\u0019U�X8r��N�z{\u0018�s���>����\u0010:H]�΁�Q'x�y|��>L\u001el~h�\u0000\u000f�\u001f�W�\u0011S=�N�hd|S��{\u0002��H�\u00025(��_\u0007\u0019��?�K��]~Ih(�i9#�Ϟ8ŗ�\u0010�W+:E\u0018�l���\u0007��}8@@P\u0014\u00021��\u0003\u001cvǇN��>�9���N��ɜ��]OE\\#��k����VOC�ڎ����t`���C�C��O��Hu|�S�\u0010\u0015��m;+w����OM�a,ǥ�\"e<��@J?\u001f���\u0000'��������\u0014�*�G������C �\u0002[sd��c�\u0000�����6�Jr�r��8��$Ϧŏ���\r��\u0000��\u0000���\u0018?��\u0000z���A|��\u0013�\b��8�x�\u001fٌ���_�#'���n�Aŀg�g\u0013��m�)2\u001f�N���\u0000��\u0000�/��ޒ\u0007�ny3C\u0010ݒB1�t�ȼ�\u0014��?�H�\u0000s��0��������o�\u001f�q�O��O\u0007.8�\u0000�֐���\u001c 2Jq\u0010<L�l��V�!0%\u0012\fN�C�?\u0019�L���\u001f��=L��\u0000GJ2~��\u0000�\u001f��+�\u000b\u0007�.,)ةZi\u0000��\u0002i#�얱\r����\u0000:leH��c�g�&���#��'�>��\u000e�W�?����\"y@\u001d�\u001f�<~�߰^���\u0017�;.�C\u0010b(W:�\u0000��\u000b\u0003�W��\u000b��3\u001b�\u001fm}�F^���<x�QՑ�@�㔡\b�\u0010�d1�\u0000�^���/�jz\u001c��*����\u0000��By6�\u0003&m�e=ҟ�/G�\u0000�\u0019�\u0000򟧏��|��,��\tb��~ϫ��\u0000�lY�S��&�\u001f\u001e',1��R��rb����y�\u0000���\u0000����0:\r�@�|󘀜��\u0018�8zP�/��\u0000��77Q�\"\u0007�H�|��e�e�d���96䉞\u000f4?��\u0007��L���=�.!�\u0002W\"e\u0018�^�哷�V��\u0007G,C,'\u001d�1�(�'���K���C!�\t�l���\u0016��|_�^��~\u0019�_�K\u001e!s��\b\u000f뗦��éÔ�H��\u0000\fg\u0019I��\u0019��'\u001fPs�t}O����C\u001f��6<Y�B\u0019e�~�lr�=�������\fQ��t�dG��k�_���,��@�Y�8�e2#\u0011���\u0018���$DH\u0013!�\u0011��\u001f��������\u001e���\u0004e=GD0\u0018����Ln�#�����\u0000x����2/��wW�.L�7QG&\u0012\u0001�<��\t�\u0000o�o��*��\u0005P\u0002X\u000b���>\u000e���}ļ�G��M����ȡ�\u001b�?��Ϥ��\u001d��=�}�~���\n��\u0014��dw\u0005���{����}��\u0012*�\u0014�=�t�=��/\u001f�(�\u0007̺��N�\u0014���F��1!~mS<�\r�\u0007�s��@���\u0000K͈VX�j/�S\u001d��\u0011\u00069\u0001\u001c\u0004\u000fF:H\u0013��n��R�c�;x��֧�j\u0003�\u0017�\u0003�u�l���mEp�\u0017ȫ\u001ed\n7���\u001a�; \u0010x$X� �\u001b���\u00076o�\u0016��{^,�\u001e;�'�l\u000f���ޫ�S�\u0014ǁ.�\u0000e\u001dW���)\u001f\b�R\u0001�k���(s�G\u0001���\f���:�\u001eG�w���o��}O���R�2n\u0012\u0002�Z������V�Ibx�K;6���������W;>q��\u001f�\\��\r}��ש�n�\u000f2f���\u001c��=ϫ/²\u0013)\u0019�M8(��Ә�'\u001e<\u000b�����z2��c�\u001f>'����D[�\u000f���@\u00022G�i'�~\r1��C�^L�դ�:�`��_����bϱ\u001f�D�\u0000�>�\u000b\u0004��\u00001>�\u001eO� ���&z�Ɯ�)\u001f��}��\u001f\n�(�#��\u001c@5��p\u0000�>��W?�\u001a�\u000b'�&>��ք��8�p\u00188�8\u0001����\u0000\u0018�\u000f~\u00113���\u0016�Q�\b�����<��?B�y�ɒ\u0012�\"�ϐ��}�\u0000��g��蓖O��>2GO�ɡ�x�sn4��c��\u001f���\t\t\f��闚/A�\"u���.��'&�A�ko�?\u000b�\u0014f>���d��\u001fA}\\����W�v�'Ӈ�Dcǲ\u0002'�\u0001�|�Sش\u0017���8�t��\u001c���')z�\u0000��\u0000��O����\u0013#t\u0005�F�淖\u001di8e���&qG\u0017۔�z\u00181��\u0000��\u0000ʿ�,)�\u001c\u0007\u001c�I��!\u0002;�#\r����8p�\u0000�̟��'�#t1�1̓,q\u0010�\u0000y�\u0000\u0011�6|����gN�4�ؘ��O\u0014�\\S�\u0000�_��\u001f�\u001a���\u0012&��d�����\u0000\u0004@��f3߇!��-��2Gf/��\u0000}��\u0019�\u001c�3\u0010;���\u0011��\u0000�zޗ����\u0000ʟ�r�[<��1�\u001c�!��[qa��\u0000y�'����8�c���BP���\t\\�fɻ�\u0000*l��g��\u0000r�\u0000�9�$�?4���W�\u0000Jq�\u0000��\u0000���.���]�c��De\u001c�\u001f�#�ϟ4��`#\tK\u001c�Sߺ\u001f�>G\u001f���t}$�c�ٓ\bB_ú_�\u0007�h&_��9���A�\u0019c��S�?��\u0013��a\u001d6\u0018a\u0006�\" $~�������p��:��(���a�O\u001eO����i�:\\y\u0006\u0018\f�r\b��?�S��\u0001���s��Q�c�q`�Ic���}?���+�\u0000p�W��꺼�7O�Ҏ\u001c~�1\u001b��,��?�\u0007�I�|N����\u0000\u0010�K�c5\u0013�G�\u0011�|��Ǘ��\u0000�Oo��>\u001e�~�I�r��/����\"\u000e�HG�Q\u001f%�&�!F?�D!�t&v�\u000f.?��\u0000��r�\u0019N�vʾɐ\u001eo���i\u0012(\n�\u0007���\u0000q\u0012\u0000q_&��\u0011+�'��gHuq�4\u0005��\u0000��L5��)v�ѡ�&���_�{���a 6�w�,\u0019i`}>X�\u0000L�\t\u0017�姫�Q��\u0016��z�,n$\u001e�s��\f��\u0001\u0012\u0000���/.�F~��1�\u0000��\u0000����<\u000emb\fdc��,��|��}\u001fIϩ�z�\u0011-\u0004e�O��\u0000�?�9�#\u0017XrN7\u0000!9K\u0014|�ό�����o����\u0000�\u001f�f�A�8qF$�����?\f�\u001f�M���(��\u001dGڌL+�����\u0000�/�z��N)�R�\u001c�\u001e�q�����\u0000�����\u0000z��\u0001��\u0018�J[%<r��)K�\u0017���f�������<�I�rO\u001cA�\fqFD�\u0000w4��g�\u0000�~������\u0013\u0012�\u00001K\r���җ�{��\u0000{3�F؁�\u0004�FlBS�\u0018l����)�'���ԃ\u0018g�{&a\u0013�k\f�OKw���\u0000�/��G�jP�t[Ë��X�S�H����៘���\t����:\\x�9�{�\bO �\u0000�����r\u000e�\u0016\u001c=O�P��Z&?ڄ�c�R ��\f\u0018r�6L��(\u000fO\u0017�������\u001fั�'|�(K���\u001f�C'�\u0000\u0002o���2�=T'\"c�q�8��\u001f�/[�d��t��\"!��Ո�\u0000y���갎�\u0014��И�d�d�,NX�\u001c������(m�\u0000��?�\u00039����G\u000e\b��r�9J\u001ffs���$���\u0017E\u001e�y�g�!ߗ,�)��\u0000��vŔS\u0001��pp*�\u001bn[q�\u0013��\t4�����MG�x�I��\r\u000e�\u0012~��QPv�t�\u0000Ξ|�\u0000\u0017��Ew���<��.�vE8:�b���\u0007���6\u000fq��,f�\u001aXE(≸�\u000f��W�u<:\n�'G<��W�\u0001����G�h�b(Y'ܘJ��U�\u0000��4r�ݐW\u0000;��\u001c9c��H:\u0004\u000e�dH�����\u0006��g�\u001d\u001d�\\\u00029{�:����\u0001�u�ܭY���~�G���\u001f�P+�޸g���\u0000��Q�=�@�\u001e\u0003�\u000e|�\u001e>�w���*x���Ű?���ޫ�S�\u0014��Z�u_ڟ��p\u0010+��\u0000$��\u0007�\b��\u0000���\u0018\u0003��Ί��c��#��\u0000�K��\u0000��\u0000�\u0002yc�\u001c�\"1��a��|����\u000f�|�\u0013�h�>��#���w�\u001d��Ǆ���*�#�\u0000}�\u0000��_C�8F=\u000eh\u0000\u0004F9yk��\u0003�ĸ�Ln�Pu\u0012�\u0000L�?Í��o��\u0017�\u0000'��_>�\u001a�H\u000f\u0003�JO��Q��\u0000���\u0000�\u0014v���\u0000�&\u0002��~#DD�>\u0014P=���\u0000�K����\u0000�&���>�JA��E\u001e����_wo8a\u0003w�;�\u0017�������3�B$�\u0017�1�\u0000�w�߁�\u0000�7�ňu��e�P\fzq\u001cX�/�����Y�;�O��^�����\rc['\u001c���h\u001cV��\u0000̃��)\bé��\u0001��a�����{�\u001f��G�\u0010�*�\u0017P\u001f��H\u001a�\u000e�%��� �/�VZ\u0003Z��y���\u0000�,H�\u0007\u0004��\b�\u0000�D�\u0013�w:��Tt@��;��/���}�����_��c�O�j#���;J\u0003�˟���\u001f��Th\u0005��j���\u0000�`�>P�k����0�\u0000Ҝ��I����M�=�\u0012��$��\u001f�\u0006�\u0015��rty2`Ɍ�n�e�0���=O[��\u0000�_��}S����`�\u0006���(\u001ewK�^��z~�%\u0018@c���\u000f�\u0019��'�\u0000(c�\u0000�c\u000f��ϩ,��e)�L��$���R��O�H\u001a���@��t��h��!�Q�0f�q���v<�?������m��2G4�m�1�۳.OVrɻ���/S?��\u0000�o��\u001f\u001f�)ۮߥ\u0003���<g)���'8�\u0000D�6?\u0011�y�\u0007�\u0011��!-�@�rG��\u001f�����U�4�ݓ�Z���]>|�d��\u0018�p\u0018c�v���\u0000+��ޮ���}NQ�S�\u0012+ˏ&�~O���;E\u0013�30 7K@��u�>L�WK�\u0002�S�S�\u0011�����z����U��d\u0019��2\u0006^����\u0000��g�1>���N�x��K��\u0000ͯ1\u001b� �x��_�\u0000�j�I�/\u001f�,:hT�\u0011�����}O���\u0018�����\u0000�\u001f��q���P�\rzr�j]L���~�\u0000��ǂ#p&ΦZ[��\u0012�\u0006ˇqd&Z�\u001c\u00006\u0000w�t.Xή��+3�8�@`DG^�:8\b�R�ua��ܹ�r��d�/�a��~���\u001cf E;K�\f�p��c,c�ۖ3ݛ��\u001f�c�\u0000}�\u0000�����\u0000q��\u001f��۬��g��怄��\u0018�rn�\u0000ʳ��4V�\u000e(�\u0012��b�\u001fL\u001101�o�S��S�_��y�i\u001e�8#\u001b�� q�\u0000D�~��\u0000�_F�H\u001ef<[I�0\u001c9\b��Yl�#�\u0000�ǋ3�:yK,'�\u0007�1-ٲFQ��\u000f��=,\u0013�\u0000��\u0000h�\u0000����\u0000��\t�\u000f\u0013�Γ7S\f^�=C\f�,�q��#�\u0000+<�������?���\fr�%�2��G���\u0000\u0006~���>w\u001e.���z���R\u0019g�\u0012�!��\u001d��}7U���!�\f�e#.�S��/�9����i\u0003���n���c�����\u001c\u000e8c2�2NR�\u0000��\u0000�_cc�(@�b�uZ`1ڍ��\b�c�.�Z]���\u0000\r������[1��h\u000f��c],��\u0000ޚ�y��*�x=\u0003M\u0005�y��_$S�Q:\u00108�\u0000��-'|Xz?_\u0007<�\tx\u0014\u0003d\u00071 y\"�`A\u0014�I�|�j�W\u001aӚ�\u001c�Dt7�=>��\u0000��\u0019LȀy(\u0007Z��#\fwDՁi��F�-b\u001eQ��\u0006���)��QvC�\t\u0006����/��\u0002\u0001\u0015�\b�t=�G������r��\r\u001f\u001e4Q�J\u001c.����\u001d�sH�\u0019�O\u001f:��׋8�f3Ur{QO���ޫ�S�\u0014l�\u0002\r螧�S�\u0016#���\u0001\u0004�l\u0005\u0012\u0013�j�����U\u001f\u0007��k��O�\u0018���R0c����M�����O���\fGX⌺�\u000f�k\n\u0007������\bq\u0001_�\u001b#ɗ�����\u0000�FY:��\u000f�Xq�\u0000ݾ�<�C��?5�4�W��U��\u0000�\u0003�\u001dޟ��@�\u0001\u0003#� Dh ?�\u0006��Ƕ��/��,�ٸ��\u0014��)�\u0000}����\u001f���Z$$c1�W�S�?��{d\u0010h�\u0000��t����\u0000���:�\u0000�Nh��\u0013�\u0001'�\u0000\b���B1�\u0000w��\u0000�z�\u0000��O�Xs�\u0016s��`�\u00120c�e�?�?[>O��W��\u0010�n$]�=�\u0000���\u0000�]��\u001f���~7�Y\t���g\tN2��\r۰�\u00169�\u0000��w��\u0010�O��t��\u0010������q���k@�����\u0000~c|ĳm��^�\u00191\u0004�s\u0011�_�~��\u001b\u001c�\u000f���\u0000�o��G'��G���g�`c�������������P��d\u0015\u0013\u0001�\f��/��/�\u0010�\b�zQ��ɤc�\u0000q\u000f�)���0鲏���\u0000�1����l%�g�f����}�x\u001e\u001f\u000f�\u0000\u0002|\u0001�6O��2t9+,G�c��\u0000#��\u0000�?�M�\u000e�B=~3 6�'flG��?�\u0003�\u0000v��h����\u0012[7���8��$q��dF#���ڰ�\f��!(��>_�&�\u001a_\u001f�O��ʏ���&�>�\f2G\f�\u0006I�0�st�!��\u0012\u001b�����\u001f���\\��\u001f��\n�~oO��\u0000�\u0012\u0012\u0016\b#��g�tЖL�\u0011����\u0000��S�\u0000v�m�~��w��pǩ�C.9�\u0018��u�>����3��y\u0006,fBDy=H\u001c~��˾G�]I�΢0�.lX���,��E=o��K'C�R�\r��\u0007�}/���\u0000�o��OM�6\fx3L\u0003\u0018���<��\u0000{���c݇4:�\f���H\\d�\u001a-�\f�B\u00112<\u0000d��t�NN�\tJ\u00021#u���/7��eó�h\u001d��ſ����F^!�g��1b\u0012�9\u001c��9��\u0000���w��\u0000��\u0000�K��_�Q�=y���\u0010��Fs�����l�q����]�~�唱�;2B��{�(O�Y�g�\u0000y�\u0003��\u0000�p���\\s�#��\u0006D��?��x��?��U�\u0000�r���Ǔ͆c\u000e�\u0000C�'�����\u0000s��������N\u0006R\u0012:�<��\u0000\u0013���VXs\fs�1����9����\u0000�.���:_����~'���1tջ&B\u0006��/����6\u0017Cs��[�Q�N��\u0018j9�/�/��K��O�\t���'?R\u0010�\u0000ʟ���\u0000t�����Pņy1�~�L��9?�M��ذ�@��W)\u0012|���N���1˦5)�X��C�����\u0000B#/��\u001eYDc'\u00142G��]�w�?�����0���\u000f䓯�O�?�F<��r8!��|�E�.o���\u0000��\u0000ʉ���ÖQ��qc�p��c�yr�\u000f���\u0000�P=r\u0001���\u0001��\u0000����e�W\u001e>�\u001d\u001cA��-�������&o����~1.�r'\f�\u001cf0˟�������\u0000ьH\u001e�\u0015ǁ�\u0000�����z�ŏM���g\fe\fs����k�\\\u001f�5��!��>�x�y$#\u0018\u000f�\u0019K���'�R@�O?0?ң��?�Pt����\u0000���\u0001z_�w��G#�b���\u0000�f5�|��\u0012\u0003���\u0000E\u001d�Rg&X�\u001b�D}�\u0000�\u0014cϏ.��$\u0007�I\u0003A��\u001a�Ȣr�1r \u000e,�\u0000��\u001fS�)�\t\u0002�\u0003n���\u0019�������\u0000%�\u0017Q�1#\u001c���7�w�i��~�v�\u0000�盨ǀn�!\u001f�]}�/�\u0006��=�e���\u0000ȸ˫�\u0003R�\u0006��\u0000߈��b�-��2���\b\u001b\u000f�+�_\u000f���l��\u000f�Km�b�\\���.�\u000b=�\u0000ԉw������k�\u0000�tɟ\u001e#Y%D�_�\u000f\"\u0005˿�#�Eޏ8���\u0000\u0018wÚ\u0019��$\u0018�Q�@�M\u0003��\u0000\u001bGR4\u0005\u0011�̨\u001fg�\u0003q#u|L\u0001��o6~E�==�y��Ex\"��$<�{\u0013�\u0019%�\u001fo(\u0018c����;X�T\u001cLw�\u0006�� JQЂG�@��bƖɐ\u0006�����>�s9�>\u0001\u001fր�G��?�^�\u0006���@c���M�q�$k�\u0005�T��{\f�\u0013-\u0007\u000f\u00144\"��{wrN�\u0001�U]�(҅��\u0001�О�\u0004�j��\u0004H�w�$�\u000f\u0010���4;��u�\u0006\u0019ǟ\u0019��=�\u0016o�c>2{P?���ޫ�S�\u0015�\u0018՝t^��R�\u0017�K$��Q���=��\u00005�²]\u0014���-��L\u0006�#�|\u001e�/�=p�2\u0013\u001c91�'0\u001b�,������k�O\u001e��6;\u0007\u001f[��&��\u001f*)�O���^/�Ķ�,�����\u001f���\u0000y��xe�.h�Ŏs�<c\u001eOHo��C��O�k��.�j�~˰�G�`{�\f�n���\u0013�~��1��\u001e\u001c3���b����\u0000��l޷�Ǐ\u001e\u0019��\t\f�No��?��b~�!�]!*�d�|@ݯ�\u0010��\u0000\u0011�N�����$㈖,�|����p�\u0018�Q\u0013\u000e�O&Y�c�0Ǐw�ܙ2?A+���\u0011�r��\u000eȧ�\u001c\u0019�\b�<�<\u000em�g;>�Q\u001f�c�\u0000�l��џ��t�Fme\u001c޷W��Y���\u0017��\t㗐\u0012?���O��'#�t��2\r2�c�\u0018?��\u0000��D\u001c\u0019g,�F?�g��sC\u0016-�_�\u001a\u0003�+�\u00002?P:�Y�O'M��l����\u0000t���}(ǀ�ϔ��\f9��!���pt��O�a�u\f1�\u001f��ӂ�\f�\u0012�[՘�ÂXg�JP��=i�\f8_C�\u0000-��\t�\u001b9��A���\u0000S�\u0000*�\u0017�Q8��F�\u001dw[���\u000b������ݳ`;�n?���{3$\u000b��{�oU����#�Z\f����\u001fjP�\u0000��\u0000��?��\u001f�\u0014\u0015\u001fچ��n齽/��:I��I͛��7��\u00005ݴ\u001e\u0014���/Ռ]DLp�>����\u0000��\u0000q�G����\u0000�o_ะ�뺜X��@����\u0000�}\u000e���|��rzY�}9�G�Ǔ\u001f�Ty���\u000f�b�c�bQ�2J;�_W����\u0003���L���?�K���K�\u0000)�?���\u0000Ў��r�3��0�������~|��~��\u0006o������*�\u0019� ��=��\u001b#ӓ����}T�,BQ�~��\u0010<�°G��:��\u001e�`1LD�,|��|��0C�\u001e�6l�lp��\u0018\u001f�y'/O���\u0000��>�\u0000U�\u001c:���,���\"3b�|��?��5�oHs�y����$���\u0018���Q\u000f_�\u0000..�\u0018F\u0002�\u001c�$D~?N?���\u0000��yqe�?�!�~!\u0011�e��\r��6�\u0000c\u001e�8��S��;���Ov\\������\u0000�/���4��̱��~̼�K\u0007�G��\f�Vy3���\u000e�\u0011�d�m�W��\u0000�I��\f�OE���?�\u000f=�O��^9�\u0011�N[�\tc#�\u0019zov\u000e�\u001fK���������e\"\u000e���\b�H FG�?������|c׆Ha8#\u0018�\u0019w\b��e-��O������\u0000��S�\f��;�\u0001�Lë\u0006Di!؆H�z|�Y2t��=,�ݒY1�\b�e\u001c�G��u ���V9q_�ǲ\u0005� ��/Hp�P�ȎoW�\u001b�d�'��zzx�&i��\u001fL\u0018�\u00168L�SlO��>o������68�\u000e�>,����\u0011�QR ����]wO�\u0011�\\c�|���Y?�?�\f��u\u001dX�~�,���\u000f\b����ë�\u0000���\u0000q�\u0000t���S\r���jg�H<>�\u001fU�u\u0011�;r��=.�2�G��=_S��_��\\z����f�HN2'?�)�~|ZO����\u0000Mz|_��_�3\u001cخ\f��2�hA�}_C�y�\u0018t�s\u001c��\u001e�\u0012�_�������\u0000��\u0000��Y�\u0000\u000b�\f�\u0006<r�e�����_�ÊR�3z������S\u001f�ɣ�F7�q\u0012T�\u000e\u001fG&O�\u000eY��x���/��f?�^l?���O��t=D���ґ�\u000eX���ƽ\f}4�\u001e\u000f��~��\u0011\u0000�2���A5�\u0003]\u0011\u000f��\f���<xg\u001d�#�ՎO�\u000eP�\u0000{����\u0000���\u0000)7�t]L埥�2a�,s�?��x�\u0000���\u0000�W\u0013��W��ks�;@�i��<޻\u0004�u=4���\f��I\u000f����W���Q�u;rt�'�c7�\u0010۷>H�\u0000��U�\u0000��\u0000�O��\u00006?C��}\u000b�d\u000f��R\u001dWS=��}H�2�:�Kɇ��\u0000'W�\u0000���\u001b��?�u����fg�\u0014�\u000f�c�/��'M��M�C~ţ�\u0001��\u0002F�^c�$��\u0016'\u001d�1��\u0014�P'&��x��5��G��B9���P8z!�dy�\u001c�J��宿�\u0001�d�q\u0012���G\u001f�\u0000\u0014��S�~\u0017��+\u0018ɍ��3>�|-tCo�r�������v;�a�ԓ\u0000?�cHW�r>�<3&8��?�w����l\u001d$c.�I��\tz�o�?����[4�f�G\u0013�t�\f�-��~��?�m�0�D����\u001e�l�\u0016\u00039�B>o�e>WᲗM�K<bg)��dG��\u0000����>�Y:\u0018�=Q\u001a\u0001�zlg\u0006\u0018b\u00146�1@�ť�\u0018�u\u0003i��gڌw�~�O��\u0000A�7�\u0000�\u0015�l��|�\u0014�6��\u0001Z�|�a���2K���>����t��\u0000��W��zL3��s)\u001a�n{�&p~\u0013�}ȏ�\u001b�\u0000y-�?�o\u001fM\u0011��\"0����\u001a?����\u0000�Y\u0010::��#����|��\u0000G��\u0000�\u0013��'�Ϗ\u0014���_�#���\u001f���3g:�\u001b\u0007���\u0000\u0002��zΠO%���{�\u0000�-��E\u0016\fq~\u0017�~i\u0001\tLˑ\u001fVO��~\u001d����]�\u0005y%���\u001f�tx�(�7N6\u001dn1�wC�yq��\u000e�9 ' A�%!��H<\u001f�z\f]<����sL���g�~��G�:N�=\u001e\b��\u001b������_���_��U�eꧮ�$?�'��\u0017�p�H&T���*D����\u0012\u001c�J�\u0011؞�9��\u000e\b�\u0000S\u0001fDD\u0013��Xˈ��=�a;����$i|��9}\t\r\u0001\u001e�)ts:X���{���\u0007\u0017쳎�\u000f�$��I\u0005�;�\u0007��Q\u0017��\u0000�@���w�\u0014��b�W����\u0001g�V�\b�V� q���=�ä�\u0005Ȁ�\u001a�:x \u001d,�����zyD�@\u0000�����x�z�����}�\u0006��9ﯙ$�u�#B;Qו'�ި\t5|��\u0000%x־v����\"�\u0017zZ\u0006\u0019t�!�'���nx��3ڶ\u0007���ާ�S�\u0016a>�\u001e�:�����\u001c\u0013\u0006\u0011��j� K\u001e�.��dh�\u0018\u0013fGW8�\u000e95��\u0000��P��}\u001dH5�L:��[\u0019#9�9��a\u0012���o�$\\\u000e��'���� �7���\u001c�:�@:��d\u001e]\u000b\u0018��\u0018�Q\u001f��zÎ�y��\u000fe�_i\u0014re�@���a\u001c��c\u001d���T6��#�����_d���\u00029���D\u0013����0��\u0000�@�Æ\u0019ad����,�����\u0000*>ı�ɸ\u001b\"�Vx�#p�\u0007�~$ �2�]o�\u0014:�\fx�\u0013�,~l�6�\u0000�g}lp�7*/@�@<�^.y+w�D��\u0010\f�K �f�\u001d�P.�\u0006��\u0000�����g޻\u0004�\u0015�`����.S�U�p�\u0010\u0006�E�.u�\u0000��I0�FR6�8�'��\u000f�\u001e�\u0000�{S_���\u0012q��\u0007��\u0000)�2���?V��d���\u0000䢠I�\u0019o��\u0017\u0007E���3u4\u000e<�\u0011�Gt�\\��7�4\u001a���\u0000J�c�?�\t�$�\u0019��\u0016$}��$���B����\u001e�ϳ��#�xn\u001f��@��3\u001d����\u0000�:\u0001�b�1�M��|��Ik����\u0000��\t9%�&���d���&�\u0000%r�J�����K\u0010��h�\u0004�1۬�\u000f\u0006�8\u0011q�����$\b��\u0016#�B:\u0002k���}\u0019Hu�,��8\u0004Ǹ�<����=�\"{H׷��(,�G$��\u0011ĝ�=��n�B�����7���\u0000��`\u001d�/�r�(�$L����\fx������\rzY����N��M7H\u001b��\u0000�2_���\u0018Ş��U\u0013T�z�d��\u000b�\u0000Ss3�L\"EW�� D0�\u000b.r�g#r��庌��� �\u0000\tg(=�\u0011��\u0000u���Lqִ;�\rK\u0017��M{b�\u001d�$��\u0015��_�Q�\f�Q\u001b'��\u001bG|\u0001\u0006B_��\u0014�^�%�p�-&#\u0011�>&e��GtI\u001eϲ�\u0006�Ǵ�\u0005�\u0019JUS\u0004�|�䒜R�N�r��\u0000\fݣ$�8�]\u0005�@;�\u0002����<\u0016�\u0018�FQ3\"Q��\u001f6�a3,{��.��o���@�;�\u00111�\u00071'k�N�XŃ�G���=\r��/�@�H�P<޳�yGU�Q�N��o�mc\u0017��G�:��@�?\u00068y����?��o�c3̩\u0006c\u0016���ȇ������\u001c��#�\u0017�����?���\u0000�\u001ei~\u001d�u�c�F0\u001f\u0016��d�����`u\u0004�\u0018ȏ�s�\\��\u0002\u0007�*K\u0007/W�nL�p�\u001bF\f{wk�����T�\u001fk�\f�|Bg�/LsBC�ܠx���9z�\u0018�0���%�_\u0013��F�Z����� M\u0018�\u0018��~5�$!���\u0003�\u001f�u�,̺Y\u0003\u0003�r�8�\u0000�Ν?E.�S͞b}D�c���ǻ�\u0000+�׿\u000ei\u001d$k��`b��de+'��\u0010e�gK>�\u0004�\"\u000eYJS��?������9��<��s\u0019}��z���\u0000�>�@@\u00022�\n��j\t�n@���\u0007�:<�\\�.�`�:�x�ާ�d�^?K������0��\u0014ko��\u0017|~�\u0017z�>�1��șF������6\u0003�`�2є�,�\u000f46��7�\u001a���[�,Dm�\u0001�6ONC�:o�\u0000���'u��\u0017\u00019D��L�4��,\u0000��?\u0013���W\u0000L���\u0000\u0014`3�9���\u0017ľ\u0019�w�3��n\u001f�`J����-�Q\u0012\u0017ݤe�٪5�D��\u000f�u/\u001e��CO�\u0010L��:\u0001�H\u0000���Q�\u0002\u000f�t��$r�7H\u0000\u0006��\u0014��\u0006 ��l�.�+!b���@A �8�Q!!��ԓ�R#1ގ�\r�&쟲��ߺ.��;r��P\u0007{�io��%׷������\u0000�\u001a(��\u001b'�I�JH����\u000e|�\u0000��5��k�F�\u001e\u0002Rz�S���7�\u001f��aZK�\u000f���9��2\n��c/�\u0004���H$�\"�����Q��/�?�����\u0000\u0016�\t�hx\u0004R\u0004�fG��<b����(�\t�\u0013\u0001\u0007$���\u001b�\u0005\u0003��T�']4��\u0000ݨ\u0016k��\u0000��;@��7�PnZ\u001f�?�\u0011���r\u0004Aӟ`�P$\u0002#��|y`�\u0017��ϖ>\\n�\u0016k����\u0004^��\u0000�\u0014\u0001��O\u001a�`�\u0006<T\u0006���-8��q��,�O�F������j)\u0017Z�Q\u00108\u0016X\t��d�k�M&�����\u0013_/��\u0000}4\t��\u0000�\n����\u0000�_��\u0000��$A�߾��\u0000q7���\u0000-\u001f���\b���_�I�k��?�V���W�C���\u00002����\u0000�� \u0003��`\u001f�{�i\u001f�V��������\u0000~�@#��Ph\u000f`%yョ�\u0017�{����\u0011�\u001e�\u0014�O�/��\u0000Q�\u0000�k�����\u0012{��~�\u0000�R|;\r?�*=�\u0000���\u00024������\u0000\n��\u0000��\u0017��\u0000߈\u000f\u0015��\u0000��x��\u0000�������\u0000�@F�/�����\u0000\n�?:�\u0000��_��t�\b�\u0013�h\u000f0\u001e\u0001\u001fd{N�W���#�}�'����|1>\t�1\u001e(\u000fx��2��`|\u001a�1\u001e!\u0014~�>!��G�_�\u000fx�Ľ�\u0001�@��\b��{Wx���wD&���(�\n����7��\u0000�����\u0000��\u0002\u0000\u001a\r\u0007����?��l_�����\u0000�܀��\u0000�W��\u0000�k���\u0000����\u0000\u0016����\u0000�\u0015��\u0000\u001a���}߿�����\u0000�Z\u0002�k���\u0000��P\u001f���\u0000ߋ���\u0000����\u0000-~�\u0000���@è�9�q��;��\"Y$*q\u001fK����\u0000��~�\u0000�O�\u0000�2\u000b'0��3��q?k�?�x�ϖC\u001c�!f�.�\u0000��\u0000���\b����\u0000�2\u000b'/O!��>���B@�-���@\u0016�b�S��A�\u001e��Z\u0017S��o7��\u0000�6p��5-��-\f�&+m\u0016� M�\u001fb'y��\u001eX\rN���ץ.v�O�R�\u0019��W�`\u001d̊\u0006y�.���\u0000�k\f���*���r�I���\u0011\u0006���X��O��aN��5�eR\u0007o/\u001c�\u001c �I�)�\f̣�\u0003�֒\u000e�^��\u0002\u0007`4\u0003�\u0019\u0012��Y��h�T\rJ �L���\u0004^�\u0004�A��<�\u0016I�\"���>\u0011:��7zҍE��E\u0011�QC���Z\u0007�\n,\u001e?U�� <�\u0000�+���k[�D�\u001e�\u0012�>����$U�U��e�8�$\u0003��Ȏ9f���|��S�\u0000��\u0000�?���WN7�S��\u001f�\\^�V����5U@\u0004\t\n:�\u0003��k\u001b����P9f�ߩ%��|��z�\u0003��i�\u0000�If��\u0000y'�P9f�W�*O���\u0000�����\u0007/���\u0000����c��z�\u0003���<�+�4��$�*\u0007/��\u0000�+�4�\u0000�$�*\u0007/���\u0000����?��=J���4�\u0000�$��O��OR�r��?��/���\u0000��Ԩ\u001c��O��K�4�\u0000�$�*\u0007/���\u0000����?��=J���4�\u0000�$��O��OR�r��?��/���\u0000��Ԩ\u001c��O��K�4�\u0000�$�*\u0007/���\u0000����/��=J���4�\u0000�$��K��OR�r��/�¿�O��OR�r��?��'�y�\u0000�I�T\u000e_٧�\u0000y$��?��=*���4�\u0000�$����\u0000y'�P9�g����4�\u0000�$�*\u00077���\u0000��?f��䞥@�����_٧�\u0000y'�P9f����i�\u0000�I�T\u000e_٧�\u0000y%����z�\u0003��i�\u0000�If��䞥@�����_٧�\u0000y'�P9f����i�\u0000�I�T\u000e_٧�\u0000y%��_��z�\u0003��i�\u0000�If��䞥@�����_٧�\u0000y'�P9f����i�\u0000�I�T\u000e_٥�\u0000y%��_��z�\u0003��i�\u0000�I?����OJ�rK�2�̟�?��\u0000������\u0011��h�t\u0000q\"��\u0007(�4\u0019$����$��@�����O���\u0000��Ҩ\u001c��H��I?����OJ�s~�?��/���\u0000��Ҩ\u001c��O��I\u001d-�S���*��<0���|]\u0015P\u0015U@��"}],"_postman_id":"c0e74e3a-a034-4080-9b63-684fc3244996"},{"name":"/candidates/{id}/documents","event":[{"listen":"test","script":{"id":"a8f4e7ff-5d93-4a93-8b3a-d329f993a9b3","exec":["tests[\"Status code is 201\"] = responseCode.code === 201;"],"type":"text/javascript"}}],"id":"e6c124d6-bcd8-4d36-85e1-82afe4cb59ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume, drivers-license, passport, consent, other"},{"key":"attachment","type":"text","value":".pdf, .tiff, .jpg, .png, .doc, .docx"}]},"url":"{{host}}/v2/candidates/{{candidate_id}}/documents","description":"<p>Attach files to a candidate containing a resume, driver license, passport, consent, or other. If you choose to host consent on your end, we advise that you use this endpoint to send Sterling a copy in case an audit is required.</p>\n<p>Some products require document attachments like resume, which can be attached to the candidate record and be used as a part of the screening submission for the product.</p>\n","urlObject":{"path":["v2","candidates","{{candidate_id}}","documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"317dbb2f-1e2e-4e5c-bd1c-90dc8e37cec5","name":"Attach Document to Candidate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/candidate_resume.pdf"}]},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 24 Jul 2020 19:18:16 GMT"},{"key":"x-amzn-RequestId","value":"6a2d13b7-7be1-4fe6-b858-454547b6b136"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QMUOkFSTIAMF6jw="},{"key":"Request-Id","value":"39a55b57-e099-481c-ab15-7f993026c79c"},{"key":"x-amzn-Remapped-Date","value":"Fri, 24 Jul 2020 19:18:16 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 331202b5b8aab67acbf389883133f257.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SEA19-C1"},{"key":"X-Amz-Cf-Id","value":"c8WWNAbsP4ISIxVM1dvJ2FaAGOJ-zq1i6j1_1OwmN1t0YUUNYZQ4dg=="}],"cookie":[],"responseTime":null,"body":"{    \n    \"id\": \"caa35680-9c5c-450b-928f-eadff79a0979\",\n    \"fileName\": \"candidate_resume.pdf\",    \n    \"documentType\": \"resume\",    \n    \"createdAt\": \"2023-02-06T18:38:00.616748Z\"\n}"},{"id":"b2ee8d0d-555b-4536-972a-09e83ae3322d","name":"Incorrect File Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"passport"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/example.csv"}]},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 17:21:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"b52d3c99-87a5-4ddc-8f2c-891e0dfcb980"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"400\",\n      \"message\": \"attachment must be PNG, JPEG, PDF or TIFF\"\n    }\n  ]\n}"},{"id":"ca39cabd-6334-4266-9754-e1a5f4bc334b","name":"File Too Large","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/15mb-file.png"}]},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3/documents"},"status":"Request Entity Too Large","code":413,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 22:56:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"a198f1ad-aa7f-4a58-83fc-14f4cf440532"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"413#payload-too-large\",\n      \"message\": \"Maximum upload size exceeded 10MB\"\n    }\n  ]\n}"},{"id":"3ebcb92e-25e2-4a68-8d58-15e4e775ef44","name":"Attachment Too Large","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"resume"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/15mb-file.png"}]},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Jul 2025 14:52:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Request-Id","value":"a198f1ad-aa7f-4a58-83fc-14f4cf440532"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"400#attachment-size\",\n      \"message\": \"Attachment too large - over 7 MB limit\"\n    }\n  ]\n}"},{"id":"9c7c6891-4462-402d-8c49-352f5d861d3a","name":"Incorrect Document Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"documentType","type":"text","value":"incorrectDocumentType"},{"key":"attachment","type":"text","value":"@/Users/jdoe/Downloads/example.pdf"}]},"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 23:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"a16c7522-d4df-4f88-9f12-559cae848254"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#documentType\",\n            \"message\": \"documentType must be one of: [resume, drivers-license, passport, consent, other]\"\n        }\n    ]\n}"}],"_postman_id":"e6c124d6-bcd8-4d36-85e1-82afe4cb59ce"},{"name":"/candidates/{id}/documents","event":[{"listen":"test","script":{"id":"692a2796-dbd7-4e77-b45a-4691ab87381b","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"8aecc74f-013e-42a8-8f4c-6a1e64946eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/candidates/{{candidate_id}}/documents","description":"<p>Retrieve and download documents from a candidate record.</p>\n<p>Only documents uploaded via the <code>/v2/candidates/{id}/documents</code> endpoint can be retrieved using this request.</p>\n","urlObject":{"path":["v2","candidates","{{candidate_id}}","documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"357bf8fa-a78f-4d8f-a0c4-3b26433daf6e","name":"List All Documents (Default)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/candidates/3e4f84e3-9078-4451-a8b8-5897f4f4f4e3/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Nov 2021 22:09:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e8a39206-281d-4c4c-b356-fb16aa3412ea"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n{    \n    \"id\": \"caa35680-9c5c-450b-928f-eadff79a0979\",\n    \"fileName\": \"candidate_resume.pdf\",    \n    \"documentType\": \"resume\",    \n    \"createdAt\": \"2023-02-06T18:38:00.616748Z\"\n}\n]"}],"_postman_id":"8aecc74f-013e-42a8-8f4c-6a1e64946eb1"}],"id":"7cd85949-7df3-4ca5-9901-4a55ea272282","description":"<p>In some cases, supporting documents must be provided for a candidate or a screening to be completed and made available to requesters.</p>\n<p>Care should be taken with binary file contents, as some languages may change encoding internally. Check your library's documentation for handling binary data.</p>\n<blockquote>\n<p><strong>File Requirements</strong>  </p>\n<ul>\n<li>The maximum file attachment size is 7MB. Files larger than 7MB will result in a 400 error response.  </li>\n<li>The maximum payload limit is 10MB. Payloads larger than 10MB will result in a 413 error response.  </li>\n<li>Files must be in .pdf, .tiff, .jpg, .png, .doc or .docx format</li>\n</ul>\n</blockquote>\n","_postman_id":"7cd85949-7df3-4ca5-9901-4a55ea272282"},{"name":"Adverse Actions","item":[{"name":"/screenings/{id}/adverse-actions","event":[{"listen":"test","script":{"id":"55b44a78-6d8f-4944-a392-f0fde29e3193","exec":["tests[\"Status code is 201\"] = responseCode.code === 201;"],"type":"text/javascript"}}],"id":"9e614de3-3f93-48f7-b528-1fd622e2b253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"signature\": \"Mark Marsupial\",\n  \"disqualificationReasons\": [\n    {\n      \"reportItemId\": \"1234\",\n      \"reason\": \"License is expired.\"\n    }\n  ],\n  \"orderComments\": \"Candidate will need to provide up to date license to proceed.\",\n  \"additionalComments\": \"Additional comments here.\"\n}"},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions","description":"<p>Initiate a pre-adverse action report using a <code>screening_id</code>. The provided screening must have a status of <code>Complete</code> and a result of either <code>Consider</code>, <code>Review</code>, or <code>Level3</code> to make a successful request.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>signature</code></td>\n<td>required</td>\n<td>string</td>\n<td>The signature of the user initiating the Adverse Action. This value will appear on the document shared with the candidate.</td>\n</tr>\n<tr>\n<td><code>disqualificationReasons</code></td>\n<td>required</td>\n<td>array</td>\n<td>List of report items included and their reason for disqualification. Every item in this list requires a <code>reportItemId</code> and a <code>reason</code>. Please refer to <a href=\"#a1dcfeb0-21b4-4465-b671-0cec779587c4\">DisqualificationReason</a>.</td>\n</tr>\n<tr>\n<td><code>orderComments</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Order comments that can be found on the report on your client dashboard.</td>\n</tr>\n<tr>\n<td><code>additionalComments</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Additional comments that can be found in the Adverse Action document communicated to your candidates.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings","{{screening_id}}","adverse-actions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"071d257b-5550-48f1-85c9-118e0cf112e7","name":"Initiate Adverse Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"signature\": \"Mark Marsupial\",\n  \"disqualificationReasons\": [\n    {\n      \"reportItemId\": \"13812240\",\n      \"reason\": \"License is expired.\"\n    }\n  ],\n  \"orderComments\": \"Candidate will need to provide up to date license to proceed.\",\n  \"additionalComments\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/1800899016/adverse-actions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 23:28:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"c06234e9-cdec-4a09-aace-0be39fb7976b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"13812243\",\n    \"type\": \"Managed Adverse Action\",\n    \"status\": \"pending\",\n    \"result\": \"\",\n    \"updatedAt\": \"2021-05-05T23:28:17Z\"\n}"},{"id":"ccb043f3-2bd2-4652-b891-eced66852ad2","name":"Report Item Does Not Exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"signature\": \"Mark Marsupial\",\n  \"disqualificationReasons\": [\n    {\n      \"reportItemId\": \"1234\",\n      \"reason\": \"License is expired.\"\n    }\n  ],\n  \"orderComments\": \"Candidate will need to provide up to date license to proceed.\",\n  \"additionalComments\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/1800891597/adverse-actions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 22:50:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"73e8c53f-865b-47ac-9aca-1a68f69025bc"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#disqualificationReasons.reportItem?does-not-exist\",\n            \"message\": \"Report item (1234) does not exist on specified order.\"\n        }\n    ]\n}"},{"id":"b4f41981-e936-470e-93e6-0f2db197118b","name":"Screening Not Actionable","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"signature\": \"Mark Marsupial\",\n  \"disqualificationReasons\": [\n    {\n      \"reportItemId\": \"13780391\",\n      \"reason\": \"License is expired.\"\n    }\n  ],\n  \"orderComments\": \"Candidate will need to provide up to date license to proceed.\",\n  \"additionalComments\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/1800891597/adverse-actions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 23:12:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"2edd8ff2-f8ec-467e-8d04-9a4757f22ba0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#screeningId?invalid-state\",\n            \"message\": \"Screening (1800891597) is not in an adverse actionable state.\"\n        }\n    ]\n}"}],"_postman_id":"9e614de3-3f93-48f7-b528-1fd622e2b253"},{"name":"/screenings/{id}/adverse-actions/management","event":[{"listen":"test","script":{"id":"925487d4-47c0-4dbc-b9f3-f55beed727db","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"ff43ef9d-2bf0-49ff-94d8-185b6fa219ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"pause\"\n}"},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management","description":"<p>Pause, resume, or cancel an existing pre-adverse action process using <code>screeningId</code>. Please note, <strong>cancelling</strong> a report will also require <code>score</code> and <code>comments</code> fields.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>action</code></td>\n<td>required</td>\n<td>string</td>\n<td>Action you would like to perform on the existing pre-adverse action report. This action must be <code>pause</code>, <code>resume</code>, or <code>cancel</code>.</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>required (cancel only)</td>\n<td>string</td>\n<td>Score that will be assigned to the report after cancellation. Accepted score values are determined by your account's <a href=\"#cma-client-matrix-application\">CMA configuration</a>.  <br />  <br />The list of available options are: <code>passed</code>, <code>review</code>, <code>level1</code>, <code>level2</code>, and <code>level3</code>.  <br />  <br />The list of available options without CMA configuration are:  <br /><code>clear</code>, and <code>consider</code></td>\n</tr>\n<tr>\n<td><code>comments</code></td>\n<td>required (cancel only)</td>\n<td>string</td>\n<td>Reason for cancelling the pre-adverse action report.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings","{{screening_id}}","adverse-actions","management"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d9772ecf-c76b-40bf-b99c-28a2e22393e4","name":"Pause Adverse Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:07:09 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"faa4a8f9-a3f4-42d6-aa91-4ee37175766b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null},{"id":"1ddcca04-74a4-4147-9cba-176e6eef0220","name":"Resume Adverse Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"resume\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:17:56 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"3389d3ce-fa51-45ba-9424-e0d38a140f42"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null},{"id":"22ed4ead-6a19-4346-b0d0-6e15f1481a52","name":"Cancel Adverse Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"cancel\",\n  \"score\": \"review\",\n  \"comments\": \"Issue resolved via email\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:47:27 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"f8edf4de-1088-4148-847b-fac8d6420e07"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null},{"id":"52b5abe6-4251-4e94-b2ee-664efb026e99","name":"Score Required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"cancel\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:33:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"e9a25765-fe0b-450f-997a-24ea71f64aaa"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"code\":\"400#score\",\"message\":\"score is required.\"}]}"},{"id":"49d49b79-4a1d-4e18-9410-04342fc091be","name":"Comments Required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"cancel\",\n  \"score\": \"review\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:43:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"9d27c8f3-8f71-4d3f-ae0b-1f3e67f0dbd4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"code\":\"400#comments\",\"message\":\"comments are required.\"}]}"},{"id":"6713937f-ae41-400c-bcf0-a7ff886544c7","name":"Invalid Screening","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"pause\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/1234/adverse-actions/management"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:21:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"12d718b7-dbfe-4165-977f-3ca6da7f0e97"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"code\":\"400#ScreeningNotFound\",\"message\":\"id must be a valid screeningId associated with the authenticated account\"}]}"},{"id":"32a3d819-02dc-4293-bcc2-bb0daf9d26e1","name":"Invalid Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"invalid value\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:54:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"6d0c80db-fb8f-4d48-afa9-3c735cb5fc6f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"code\":\"400#action\",\"message\":\"action must be pause or cancel or resume\"}]}"},{"id":"38a0f76a-a297-4838-811a-5ba21df09494","name":"Invalid Score","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"cancel\",\n  \"score\": \"level1\",\n  \"comments\": \"Issue was resolved via email\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings/{{screening_id}}/adverse-actions/management"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 26 May 2021 22:39:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"75bcad3f-a44b-4553-a696-83c55782df37"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\"errors\":[{\"code\":\"400#invalid-score\",\"message\":\"Unable to perform manage adverse action with score provided.\"}]}"}],"_postman_id":"ff43ef9d-2bf0-49ff-94d8-185b6fa219ac"}],"id":"db918313-05bb-4d30-a043-8216d680a407","description":"<p>Under the Fair Credit Reporting Act, candidates are entitled to receive notice when there is a chance that they could be denied an opportunity based in whole or in part on the contents of a background report. This process is called “Adverse Action”, and includes an initial “pre-adverse” notice to the candidate with an opportunity to dispute the contents of the report. A successful dispute can overturn the adverse action, but a failed dispute or an undisputed adverse action will lead to a final notice of adverse action.</p>\n<p>The applicant is given a chance to review their background report, and dispute the findings if it is incomplete or inaccurate before a final decision is made.</p>\n<blockquote>\n<p>Adverse Action is not currently offered as a workflow in EMEA, Canada or APAC regions. </p>\n</blockquote>\n<h2>Enhanced Order Statuses</h2>\n\n<p>By default, initializing a Pre-Adverse Action report will change your overall screening status to <code>AdverseAction</code>. The screening will remain in this state throughout the entire Adverse Action process, including the delivery of a final notice if no action is taken before the window expires.</p>\n<p><em>Final Adverse Action Notice</em><br />Once Adverse Action has been initiated, the candidate has 5 days to review their Pre-Adverse Action notice. To customize the duration between Pre- and Final Adverse Action, reach out to your Sterling representative. Once the Final Adverse Action notice has been reviewed by the candidate, the Managed Adverse Action report item within the screening will have a status of Complete.</p>\n<p>The Sterling API offers an option to return more enhanced information on the Adverse Action process so that you can monitor the progress of a candidate within your own platform. By request, your account can be configured to return the following statuses based on actions taken during this process:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Pre-Adverse Action Initiated</code></td>\n<td>All existing searches are completed and the client has initiated Adverse Action.</td>\n</tr>\n<tr>\n<td><code>Pre-Adverse Action Sent</code></td>\n<td>Pre-Adverse Action letter is sent to the candidate electronically or by mail.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Paused</code></td>\n<td>Client has paused the Adverse Action process.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Cancelled</code></td>\n<td>Client has cancelled the Adverse Action process.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Resumed</code></td>\n<td>Client has resumed the Adverse Action process.</td>\n</tr>\n<tr>\n<td><code>Adverse Action Sent</code></td>\n<td>Final Adverse Action letter is sent to the candidate electronically or by mail.</td>\n</tr>\n</tbody>\n</table>\n</div><p>After enabling this configuration, these enhanced statuses will be returned in your GET /screenings/{id} responses and callback notifications you receive.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"1801406925\",\n  \"packageId\": \"85685\",\n  \"candidateId\": \"4a80153a-dcfb-420c-b412-45d4bcca3576\",\n  \"status\": \"Pre-Adverse Action Initiated\",\n  \"result\": \"Review\",\n  \"links\": {\n    \"admin\": {\n      \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/&lt;order-token&gt;\"\n    }\n  },\n  \"callback\": {\n    \"uri\": \"https://my-company.com/screenings-callback\"\n  },\n  \"reportItems\": [\n    {\n      \"id\": \"14651673\",\n      \"type\": \"SSN Trace\",\n      \"status\": \"complete\",\n      \"result\": \"complete\",\n      \"updatedAt\": \"2022-02-24T20:09:00Z\",\n      \"estimatedCompletionTime\": \"2022-02-24T20:09:00Z\"\n    },\n    {\n      \"id\": \"14651674\",\n      \"type\": \"County Criminal Record\",\n      \"status\": \"complete\",\n      \"result\": \"consider\",\n      \"updatedAt\": \"2022-03-01T21:09:00Z\",\n      \"estimatedCompletionTime\": \"2022-03-01T21:09:00Z\"\n    },\n    {\n      \"id\": \"14651675\",\n      \"type\": \"Enhanced Nationwide Criminal Search\",\n      \"status\": \"complete\",\n      \"result\": \"clear\",\n      \"updatedAt\": \"2022-03-01T21:09:00Z\",\n      \"estimatedCompletionTime\": \"2022-03-01T21:09:00Z\"\n    },\n    {\n      \"id\": \"14651676\",\n      \"type\": \"DOJ Sex Offender Search\",\n      \"status\": \"complete\",\n      \"result\": \"consider\",\n      \"updatedAt\": \"2022-02-25T21:09:00Z\",\n      \"estimatedCompletionTime\": \"2022-02-25T21:09:00Z\"\n    },\n    {\n      \"id\": \"14651683\",\n      \"type\": \"Managed Adverse Action\",\n      \"status\": \"pending\",\n      \"result\": null,\n      \"updatedAt\": \"2022-03-04T01:10:00Z\",\n      \"estimatedCompletionTime\": \"2022-03-04T01:10:00Z\"\n    }\n  ],\n  \"submittedAt\": \"2022-02-24T20:08:41Z\",\n  \"updatedAt\": \"2022-02-24T20:11:00Z\",\n  \"estimatedCompletionTime\": \"2022-02-24T20:11:00Z\"\n}\n\n</code></pre>\n","_postman_id":"db918313-05bb-4d30-a043-8216d680a407"},{"name":"Reports","item":[{"name":"/screenings/{id}/report","id":"5bbc666f-d805-4639-8ad1-d20d4a17d05f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Accept","value":"application/pdf or text/html","type":"text"}],"url":"{{host}}/v2/screenings/{{screening_id}}/report","description":"<p>Gets a binary output of the latest screening report. You have the option of receiving the report as either a PDF or HTML response.</p>\n<p>To determine which response is returned, you must modify the <code>Accept</code> header value to <code>application/pdf</code> for a <strong>PDF</strong>, and <code>text/html</code> for <strong>HTML</strong> results. If an <code>Accept</code> header is not provided, a PDF will be returned by default.</p>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","report"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bbc666f-d805-4639-8ad1-d20d4a17d05f"},{"name":"/screenings/{id}/report-links","event":[{"listen":"test","script":{"id":"d30372d0-84d9-483c-994f-bff8224531d2","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Has html report\"] = !!jsonData.html;"],"type":"text/javascript"}}],"id":"a678696d-042a-4cae-be0a-dd611642245c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/{{screening_id}}/report-links","description":"<p>Generate a tokenized link that allows you to view an existing screening report in PDF format.</p>\n<blockquote>\n<p>This tokenized use can only be used <strong>once</strong>, and will <strong>expire after 5 minutes if not used</strong>.</p>\n</blockquote>\n","urlObject":{"path":["v2","screenings","{{screening_id}}","report-links"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1f1d1e14-dcd1-45cd-9c11-8cd1c076a07f","name":"Create Screening Report Link","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/screenings/1800267586/report-links"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 22:18:17 GMT"},{"key":"x-amzn-RequestId","value":"2c1a2158-6d28-11e9-be34-1fade262c547"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZE3plGmNoAMFTnw="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb6ca3-d5ff83604d008fe08a1f0870"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7fec31050f9483acb01255d9c8868bfa.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"EQZ2q50UUuHlpyMXtzTTPdPSwRn05un9L4ehyBMf1TT3mAKwULBdVw=="}],"cookie":[],"responseTime":null,"body":"{\n  \"pdf\": \"https://api.us.int.sterlingcheck.app/v2/screenings/1800267586/report.pdf?token=token-hash\"\n}"}],"_postman_id":"a678696d-042a-4cae-be0a-dd611642245c"}],"id":"a7d35d90-47f4-48de-95b8-8f59b999aeef","description":"<p>The Sterling API gives you the ability to retrieve reports after your screenings are completed. You have the option to either generate a link to view your reports as a pdf or html file, either on your browser or as a downloadable document.</p>\n<p>You also have the option of receiving the report as either a <strong>PDF</strong> or <strong>HTML</strong> response.</p>\n","_postman_id":"a7d35d90-47f4-48de-95b8-8f59b999aeef"},{"name":"Sub-Accounts","item":[{"name":"/accounts","id":"d79e445a-5e16-4c17-8515-c3159063e3ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/v2/accounts","description":"<p>Retrieve all accounts. The list will include fields for sub-accounts as well as the parent account.</p>\n<p><strong>Customer IDs</strong></p>\n<blockquote>\n<p>If you plan to use this request with a sub-account, you must provide a <code>customer-id</code> in your auth request's header before doing so.</p>\n<p>When a <code>customer-id</code> is not provided, you will receive a <code>400#accounts-error</code> response. Please contact your account manager for support if you need assistance retrieving your account details.</p>\n</blockquote>\n","urlObject":{"path":["v2","accounts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5891a9d2-b258-4a3e-9aa1-4f1b80197432","name":"Retrieve All Accounts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/v2/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Apr 2021 23:25:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"f3ad70fe-b5ab-433a-94ce-a243e351f795"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"accountId\": \"44771\",\n        \"accountName\": \"Sterling\"\n    },\n    {\n        \"accountId\": \"81721\",\n        \"accountName\": \"Sterling2\"\n    }\n]"},{"id":"f7b984ba-ea44-4c16-a7a3-6cf181c4c6e7","name":"Issue Retrieving Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/v2/accounts"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 22:00:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"f3f88acf-0826-4ec8-9ba5-9bc15345504b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#accounts-error\",\n            \"message\": \"Issue retrieving customer details. Please contact Sterling for support.\"\n        }\n    ]\n}"}],"_postman_id":"d79e445a-5e16-4c17-8515-c3159063e3ff"}],"id":"aa134211-b60e-4ab0-807d-8e87d889f3d9","description":"<p>Sterling clients have the option of having packages only available to certain sub-accounts and also requesting screenings by sub-account.</p>\n","_postman_id":"aa134211-b60e-4ab0-807d-8e87d889f3d9"},{"name":"Á la Carte Ordering","item":[{"name":"/products","id":"2df571c1-b1e7-42dd-b04c-48bbe989e3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/products","description":"<p>Retrieve all available á la carte products configured in your account. This request will tell you the candidate fields required to submit the á la carte product.</p>\n<p>If no á la carte products are configured in your account you will receive an error. Reach out to your Sterling representative to configure your account with á la carte products.</p>\n","urlObject":{"path":["v2","products"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ed3acb21-c6f2-4618-9482-a1ed40bd2a01","name":"Retrieve All A la carte Products","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Apr 2021 23:25:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"f3ad70fe-b5ab-433a-94ce-a243e351f795"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"RDT\",\n        \"title\": \"Registered Drug Test\",\n        \"requiredFields\": [\n            \"address.postalCode\",\n            \"address.countryCode\",\n            \"dob\",\n            \"familyName\",\n            \"givenName\",\n            \"address.addressLine\",\n            \"address.municipality\",\n            \"address.regionCode\",\n            \"ssn\"\n        ]\n    }\n]\n"},{"id":"4def3aac-3f2b-44ed-859a-454db1983e2c","name":"Issue Retrieving Products","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{host}}/v2/products"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 22:00:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"f3f88acf-0826-4ec8-9ba5-9bc15345504b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2df571c1-b1e7-42dd-b04c-48bbe989e3d5"},{"name":"/screenings","event":[{"listen":"test","script":{"id":"420f76a0-7f1f-4bbd-8ac9-209f19f2ccba","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"screening_id\", jsonData.id);"],"type":"text/javascript"}}],"id":"b89d8fa7-a310-4124-8175-f81da7e82536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n        \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"RDT\",\n            \"root\": \"DHS30056\",\n            \"description\": \"Clinical: Hepatitis A Titer (Blood)\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\": \"xxx.xxx@gmail.com, yyy.123@my-company.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}"},"url":"{{host}}/v2/screenings","description":"<p>Create a new screening for a candidate using an à la carte product.</p>\n<p>Status and Results will be the same as listed in the <a href=\"#ebd0e1d7-c6bf-4358-ac2f-8f1fe09ad10c\">/screenings</a> section.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The same candidateId used for the initial background check.</td>\n</tr>\n<tr>\n<td><code>alacarte</code></td>\n<td>required (if packageId not specified)</td>\n<td>array</td>\n<td>List of à la carte products.</td>\n</tr>\n<tr>\n<td><code>alacarte.product</code></td>\n<td>required (when alacarte is in the request)</td>\n<td>string</td>\n<td>Product code of the à la carte product. At this time, only <code>RDT</code> or <code>DR</code> is accepted.</td>\n</tr>\n<tr>\n<td><code>alacarte.root</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>string</td>\n<td>Variant code of the à la carte product. This can be retrieved from the <strong>GET /products/{productCode}/variants</strong> request. For Drivers Record, provide the two-letter state abbreviation of the state for the MVR. For example, <code>\"CA\"</code>.</td>\n</tr>\n<tr>\n<td><code>alacarte.description</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>string</td>\n<td>Variant description of the à la carte product. This can be retrieved from the <strong>GET /products/{productCode}/variants</strong> request. For Drivers Record, use <code>DR</code>.</td>\n</tr>\n<tr>\n<td><code>drug</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>object</td>\n<td>Required if ordering drug products to provide additional details.</td>\n</tr>\n<tr>\n<td><code>drug.sex</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Biological sex of the person for which the drug ordering is requested for.</td>\n</tr>\n<tr>\n<td><code>drug.reasonForTest</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>string</td>\n<td>Reason for ordering the drug test. Accepted values are <code>Follow_Up</code>, <code>None</code>, <code>Periodic_Medical</code>, <code>Post_Accident</code>, <code>Pre_Employment</code>, <code>Random</code>, <code>Reasonable_Cause</code>, <code>Reinstate_Hourly</code>, <code>Reinstate_Salaried</code>, <code>Return_To_Duty</code></td>\n</tr>\n<tr>\n<td><code>drug.applicantCopy</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Boolean value to determine whether an email notification will be sent to the candidate containing the nearest drug testing sites.</td>\n</tr>\n<tr>\n<td><code>drug.clientCopy</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Boolean value to determine whether an email notification will be sent to additional recipients containing the nearest drug testing sites.</td>\n</tr>\n<tr>\n<td><code>drug.clientCopyEmailList</code></td>\n<td>optional (required if <code>clientCopy</code> is true)</td>\n<td>string/comma separated string</td>\n<td>Email(s) of recipients who will receive the nearest drug testing sites notification.</td>\n</tr>\n<tr>\n<td><code>drug.siteSelectionAddress</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>object</td>\n<td>Address details for drug site selection proximity search. Only postalCode is required to be provided. A full address is required if a particular location is to be specified. Please refer to <a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>.</td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>optional</td>\n<td>array</td>\n<td>List of custom fields configured in the account. Please refer to <a href=\"#da12aa33-3c85-48af-8c8d-78cd6cb3093d\">Custom Fields</a></td>\n</tr>\n<tr>\n<td><code>callback</code></td>\n<td>optional</td>\n<td>object</td>\n<td>The url where webhook notifications should be posted for this screening. Please refer to <a href=\"#78cd5ab9-d50a-456f-a761-a14b8bf8241c\">Callback</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0f143a08-499f-4138-9f52-23b342c55181","name":"Create RDT Screening","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"RDT\",\n            \"root\": \"DHS30056\",\n            \"description\": \"Clinical: Hepatitis A Titer (Blood)\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\": \"xxx.xxx@gmail.com, yyy.123@my-company.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 21:04:18 GMT"},{"key":"x-amzn-RequestId","value":"d5d2c591-6d1d-11e9-84d0-a3938cfe6e90"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEsz4FWCoAMFQig="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb5b4c-d24de343671607e649a305e2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91ed69d49df50f5558b0d5ebe4b3af7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"L12nx8v2Txi36QPdtweOOxROfZ0GtenNFt6dxDn4T50vBNp34ruVyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1803082004\",\n    \"candidateId\": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/Y2sza1BuY0tQR2V6SlVEUkJMOXFZQT09/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [\n        {\n            \"id\": \"16665554\",\n            \"type\": \"Drug & Health Test\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"DHS100000\",\n            \"description\": \"Urine: 10 Panel\",\n            \"updatedAt\": \"2023-07-04T22:27:00Z\",\n            \"estimatedCompletionTime\": \"2023-07-04T22:27:00Z\"\n        },\n       {\n            \"id\": \"16665555\",\n            \"type\": \"Drug & Health Test\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"DHS30056\",\n            \"description\": \"Clinical: Hepatitis A Titer (Blood)\",\n            \"updatedAt\": \"2023-07-04T22:27:00Z\",\n            \"estimatedCompletionTime\": \"2023-07-04T22:27:00Z\"\n        }\n\n    ],\n    \"submittedAt\": \"2023-06-29T21:27:10Z\",\n    \"updatedAt\": \"2023-07-04T22:27:00Z\",\n    \"estimatedCompletionTime\": \"2023-07-04T22:27:00Z\"\n}"},{"id":"1c1d1153-4de3-424f-811a-2b855b178bf9","name":"Create DR Screening","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"DR\",\n            \"root\": \" CA\",\n            \"description\": \"DR\"\n        }\n    ],\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 18 Jun 2025 16:38:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1812901264\",\n    \"accountName\": \"Employer Test Account\",\n    \"candidateId\": \"881a5093-190d-4d1c-972a-b6c0b11764bc\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/Y2sza1BuY0tQR2V6SlVEUkJMOXFZQT09/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\"\n    },\n    \"reportItems\": [\n       {\n            \"id\": \"22288571\",\n            \"type\": \"Drivers Record\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"CA\",\n            \"description\": \"DEPT MOTOR VEHICLES\",\n            \"updatedAt\": \"2025-06-23T17:39:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-23T17:39:00Z\"\n        }\n    ],\n    \"submittedAt\": \"2025-06-18T16:38:45Z\",\n    \"updatedAt\": \"2025-06-23T17:39:00Z\",\n    \"estimatedCompletionTime\": \"2025-06-23T17:39:00Z\"\n}"},{"id":"6484f9c0-30e0-4827-9dab-577c9e5bf62b","name":"A la carte Not Configured","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"CRFM\",\n            \"root\": \" AAAAAA\",\n            \"description\": \"County Criminal\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 09 May 2019 20:28:12 GMT"},{"key":"x-amzn-RequestId","value":"f74b6690-7298-11e9-862d-1311b12d97f2"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZbsGZEXRIAMFuzg="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5cd48d5c-ff9c9fb01caa5220a8ca2c10"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 00a6984ddd0afc8c5e9cbafc895ce680.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"-9_xRTCz0mul9g__7ygzexciFejdM7GvTxlX-Zx49t-0JcoF68zIYw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"422#screening?unprocessable\",\n            \"message\": \"One or several products not supported by alacarte.\"\n        }\n    ]\n}"},{"id":"8074f6d5-2a55-45cc-9713-7db68499253d","name":"Order is Unprocessable","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"packageId\": \"123456\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"df314452-8c21-4d43-975f-4b3c52623077"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"422#orderType?unprocessable\",\n            \"message\": \"One of either package ID or a la carte information is required to process this screening\"\n        }\n    ]\n}"},{"id":"744883b7-2574-4411-b28b-f323f3b18a33","name":"Missing Required Fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"applicantCopy\": true,\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"df314452-8c21-4d43-975f-4b3c52623077"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#drug.reasonForTest\",\n            \"message\": \"if drug is provided, reasonForTest is required\"\n        }\n    ]\n}"},{"id":"aa8d73f2-2abf-426a-b0f7-4359ddb3b8a6","name":"Missing Postal Code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"df314452-8c21-4d43-975f-4b3c52623077"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#drug.siteSelectionAddress.postalCode\",\n            \"message\": \"if drug.siteSelectionAddress is provided, postalCode is required\"\n        }\n    ]\n}"},{"id":"59677134-e272-4773-8f4f-7afdb5b9234c","name":"Missing Candidate Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Apr 2021 22:00:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Request-Id","value":"df314452-8c21-4d43-975f-4b3c52623077"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#required-field\",\n            \"message\": \"Alacarte product(s) require field ssn\"\n        }\n    ]\n}"},{"id":"83f3f2ce-ae24-4d3b-8f2b-22de9f034a5e","name":"Client Copy Email List is Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"RDT\",\n            \"root\": \"DHS30056\",\n            \"description\": \"Clinical: Hepatitis A Titer (Blood)\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 May 2019 21:04:18 GMT"},{"key":"x-amzn-RequestId","value":"d5d2c591-6d1d-11e9-84d0-a3938cfe6e90"},{"key":"X-Permitted-Cross-Domain-Policies","value":"master-only"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"x-amz-apigw-id","value":"ZEsz4FWCoAMFQig="},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ccb5b4c-d24de343671607e649a305e2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91ed69d49df50f5558b0d5ebe4b3af7a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"L12nx8v2Txi36QPdtweOOxROfZ0GtenNFt6dxDn4T50vBNp34ruVyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"500\",\n            \"message\": \"Client copy is true but client copy email list is empty.\"\n        }\n    ]\n}"}],"_postman_id":"b89d8fa7-a310-4124-8175-f81da7e82536"},{"name":"/screenings (Package + A la Carte)","event":[{"listen":"test","script":{"id":"420f76a0-7f1f-4bbd-8ac9-209f19f2ccba","exec":["var jsonData = JSON.parse(responseBody);","tests[\"Status code is 201\"] = responseCode.code === 201;","postman.setGlobalVariable(\"screening_id\", jsonData.id);"],"type":"text/javascript","packages":{}}}],"id":"afa56c31-87ea-4ce6-89e4-bc2c8bef2f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"packageId\": \"92979\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"DR\",\n            \"root\": \"CA\",\n            \"description\": \"DR\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\": \"xxx.xxx@gmail.com, yyy.123@my-company.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}"},"url":"{{host}}/v2/screenings","description":"<p>Sterling API supports functionality to order a package plus à la carte products.<br />The request payload will be the same as the à la carte payload above, but you may also include a package ID.</p>\n<p>Status and Results will be the same as listed in the <a href=\"#ebd0e1d7-c6bf-4358-ac2f-8f1fe09ad10c\">/screenings</a> section.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The same candidateId used for the initial background check.</td>\n</tr>\n<tr>\n<td><code>packageId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The unique identifier for the package the candidate will be screened against.</td>\n</tr>\n<tr>\n<td><code>alacarte</code></td>\n<td>required (if packageId not specified)</td>\n<td>array</td>\n<td>List of à la carte products.</td>\n</tr>\n<tr>\n<td><code>alacarte.product</code></td>\n<td>required (when alacarte is in the request)</td>\n<td>string</td>\n<td>Product code of the à la carte product. At this time, only <code>RDT</code> or <code>DR</code> is accepted.</td>\n</tr>\n<tr>\n<td><code>alacarte.root</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>string</td>\n<td>Variant code of the à la carte product. This can be retrieved from the <strong>GET /products/{productCode}/variants</strong> request. For Drivers Record, provide the two-letter state abbreviation of the state for the MVR. For example, <code>\"CA\"</code>.</td>\n</tr>\n<tr>\n<td><code>alacarte.description</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>string</td>\n<td>Variant description of the à la carte product. This can be retrieved from the <strong>GET /products/{productCode}/variants</strong> request. For Drivers Record, use <code>DR</code>.</td>\n</tr>\n<tr>\n<td><code>drug</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>object</td>\n<td>Required if ordering drug products to provide additional details.</td>\n</tr>\n<tr>\n<td><code>drug.sex</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Biological sex of the person for which the drug ordering is requested for.</td>\n</tr>\n<tr>\n<td><code>drug.reasonForTest</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>string</td>\n<td>Reason for ordering the drug test. Accepted values are <code>Follow_Up</code>, <code>None</code>, <code>Periodic_Medical</code>, <code>Post_Accident</code>, <code>Pre_Employment</code>, <code>Random</code>, <code>Reasonable_Cause</code>, <code>Reinstate_Hourly</code>, <code>Reinstate_Salaried</code>, <code>Return_To_Duty</code></td>\n</tr>\n<tr>\n<td><code>drug.applicantCopy</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Boolean value to determine whether an email notification will be sent to the candidate containing the nearest drug testing sites.</td>\n</tr>\n<tr>\n<td><code>drug.clientCopy</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Boolean value to determine whether an email notification will be sent to additional recipients containing the nearest drug testing sites.</td>\n</tr>\n<tr>\n<td><code>drug.clientCopyEmailList</code></td>\n<td>optional (required if <code>clientCopy</code> is true)</td>\n<td>string/comma separated string</td>\n<td>Email(s) of recipients who will receive the nearest drug testing sites notification.</td>\n</tr>\n<tr>\n<td><code>drug.siteSelectionAddress</code></td>\n<td>optional (required when ordering drug products)</td>\n<td>object</td>\n<td>Address details for drug site selection proximity search. Only postalCode is required to be provided. A full address is required if a particular location is to be specified. Please refer to <a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>.</td>\n</tr>\n<tr>\n<td><code>customFields</code></td>\n<td>optional</td>\n<td>array</td>\n<td>List of custom fields configured in the account. Please refer to <a href=\"#da12aa33-3c85-48af-8c8d-78cd6cb3093d\">Custom Fields</a></td>\n</tr>\n<tr>\n<td><code>callback</code></td>\n<td>optional</td>\n<td>object</td>\n<td>The url where webhook notifications should be posted for this screening. Please refer to <a href=\"#78cd5ab9-d50a-456f-a761-a14b8bf8241c\">Callback</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","screenings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5a75a13c-ec8b-43aa-9dfb-71e8c2e2bb67","name":"Create Screening","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"packageId\": \"92979\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"DR\",\n            \"root\": \"NY\",\n            \"description\": \"DR\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\": \"xxx.xxx@gmail.com, yyy.123@my-company.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 18 Jun 2025 16:48:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1812901285\",\n    \"packageId\": \"92979\",\n    \"packageName\": \"Pre-Employment Package\",\n    \"accountName\": \"Employer Test Account\",\n    \"candidateId\": \"881a5093-190d-4d1c-972a-b6c0b11764bc\",\n    \"status\": \"Pending\",\n    \"result\": \"Pending\",\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"links\": {\n        \"admin\": {\n            \"web\": \"https://int.sterlingcheck.app/interactive-summary/#/order/cnVIMEFNOEF1SEhHUkYzcjdTVmh2QT09/?type=base64Url\"\n        }\n    },\n    \"callback\": {\n        \"uri\": \"https://01jp5eejdt6e9xptvhqcg9hnsa00-dfc0f67b2717c590979a.requestinspector.com\"\n    },\n    \"reportItems\": [\n        {\n            \"id\": \"22288598\",\n            \"type\": \"SSN Trace\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"updatedAt\": \"2025-06-19T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-19T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288599\",\n            \"type\": \"Locator Select\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"updatedAt\": \"2025-06-23T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-23T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288600\",\n            \"type\": \"Enhanced Nationwide Criminal Search\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"updatedAt\": \"2025-06-23T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-23T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288601\",\n            \"type\": \"County Criminal Record\",\n            \"status\": \"complete\",\n            \"result\": null,\n            \"root\": \"NY\",\n            \"description\": \"NEW YORK\",\n            \"updatedAt\": \"2025-06-19T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-19T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288602\",\n            \"type\": \"State Criminal Repository\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"NY\",\n            \"description\": \"Administrative Office of the Courts\",\n            \"updatedAt\": \"2025-06-19T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-19T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288604\",\n            \"type\": \"Drivers Record\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"NY\",\n            \"description\": \"DEPT MOTOR VEHICLES\",\n            \"updatedAt\": \"2025-06-23T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-23T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288605\",\n            \"type\": \"Drug & Health Test\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"root\": \"DHS100000\",\n            \"description\": \"Urine: 10 Panel\",\n            \"updatedAt\": \"2025-06-23T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-23T17:49:00Z\"\n        },\n        {\n            \"id\": \"22288603\",\n            \"type\": \"DOJ Sex Offender Search\",\n            \"status\": \"pending\",\n            \"result\": null,\n            \"updatedAt\": \"2025-06-19T17:49:00Z\",\n            \"estimatedCompletionTime\": \"2025-06-19T17:49:00Z\"\n        }\n    ],\n    \"submittedAt\": \"2025-06-18T16:48:47Z\",\n    \"updatedAt\": \"2025-06-23T17:49:00Z\",\n    \"estimatedCompletionTime\": \"2025-06-23T17:49:00Z\"\n}"},{"id":"b418223b-f2bd-4ced-8dcc-cfc88057670c","name":"A la carte Not Configured","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"packageId\": \"92979\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"DR\",\n            \"root\": \"NY\",\n            \"description\": \"DR\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\": \"xxx.xxx@gmail.com, yyy.123@my-company.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 18 Jun 2025 16:48:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"422#screening?unprocessable\",\n            \"message\": \"A la carte ordering is not supported for this account\"\n        }\n    ]\n}"},{"id":"c957df7d-2729-49d7-9bae-b7bd14e88111","name":"Missing Candidate Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"},{"key":"idempotency-key","value":"","description":"The API supports [Idempotency](#idempotency) for safely retrying screening requests without accidentally performing the same operation twice.","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"candidateId\": \"{{candidate_id}}\",\n    \"packageId\": \"92979\",\n    \"alacarte\": [\n        {\n            \"product\": \"RDT\",\n            \"root\": \" DHS100000\",\n            \"description\": \"Urine: 10 Panel\"\n        },\n        {\n            \"product\": \"DR\",\n            \"root\": \"NY\",\n            \"description\": \"DR\"\n        }\n    ],\n    \"drug\": {\n        \"sex\": \"male\",\n        \"reasonForTest\": \"Return_To_Duty\",\n        \"applicantCopy\": true,\n        \"clientCopy\": true,\n        \"clientCopyEmailList\": \"xxx.xxx@gmail.com, yyy.123@my-company.com\",\n        \"siteSelectionAddress\": {\n            \"addressLine\": \"222333 PEACHTREE PLACE\",\n            \"municipality\": \"ATLANTA\",\n            \"regionCode\": \"US-GA\",\n            \"postalCode\": \"30318\",\n            \"countryCode\": \"US\"\n        }\n    },\n    \"customFields\": [\n        {\n            \"fieldName\": \"Custom Field One\",\n            \"fieldValue\": \"123456\"\n        },\n        {\n            \"fieldName\": \"Custom Field Two\",\n            \"fieldValue\": \"AAAAAAA\"\n        }\n    ],\n    \"callback\": {\n        \"uri\": \" https://my-company.com/screenings-callback\",\n        \"credentials\": {\n            \"basic-auth\": \"base-64-encoded-credentials\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/screenings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Jun 2025 16:48:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400#required-field\",\n            \"message\": \"Alacarte product(s) require field driversLicense.issuingAgency\"\n        },\n        {\n            \"code\": \"400#required-field\",\n            \"message\": \"Alacarte product(s) require field driversLicense.licenseNumber\"\n        },\n        {\n            \"code\": \"400#required-field\",\n            \"message\": \"Package requires field ssn\"\n        }\n    ]\n}"}],"_postman_id":"afa56c31-87ea-4ce6-89e4-bc2c8bef2f96"}],"id":"106f2cac-940a-4345-8cab-ece98caa4611","description":"<p>Sterling clients have the option of ordering a search á la carte instead of a screening package.</p>\n<blockquote>\n<p>Currently the only supported á la carte offerings are Registered Drug Test and Drivers Record. A la carte RDT and DR is not available in Canada, EMEA or APAC regions.</p>\n</blockquote>\n","_postman_id":"106f2cac-940a-4345-8cab-ece98caa4611"},{"name":"Sterling Monitoring","item":[{"name":"/monitors","id":"09d7abe3-b4bc-4148-bbdb-0414ecfdb61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"123456789010\",\n    \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\",\n    \"candidateId\": \"{{candidate_id}}\",\n    \"accountId\": \"123456\",\n    \"disclosureAndAuthorisation\": true,\n    \"certification\": true,\n    \"callback\": {\n        \"status\": {\n            \"uri\": \"https://my-company.com/monitoring-status-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        },\n        \"result\": {\n            \"uri\": \"https://my-company.com/monitoring-result-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        }\n    },\n    \"additionalInfo\": [\n    \t{\n        \"name\": \"isUnincorporatedLACounty\",\n        \"value\": \"false\"    \n        }\n     ]\n}"},"url":"{{host}}/v2/monitors","description":"<p>Create a new request to enroll a candidate in the monitoring program.</p>\n<p><strong>Request Body Fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>transactionId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>A unique internal identifier.</td>\n</tr>\n<tr>\n<td><code>subscriptionId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The package equivalent for the monitoring subscription.</td>\n</tr>\n<tr>\n<td><code>candidateId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The same candidateId used for the initial background check.</td>\n</tr>\n<tr>\n<td><code>accountId</code></td>\n<td>required</td>\n<td>string</td>\n<td>Sterling Platform account ID; the enrollment will be associated to this account for access &amp; billing purposes.</td>\n</tr>\n<tr>\n<td><code>disclosureAndAuthorisation</code></td>\n<td>required</td>\n<td>boolean</td>\n<td>Required flag to confirm that monitoring consent is collected. If this is set to false, then request will be rejected with an error. By marking “true” Client certifies that a clear and conspicuous standalone disclosure has been made and the subject has authorized procurement of the report by Client.</td>\n</tr>\n<tr>\n<td><code>certification</code></td>\n<td>required</td>\n<td>boolean</td>\n<td>Required flag to confirm that client is certified. If this is set to false, then request will be rejected with an error. By marking “true” Client recertifies that it has complied with applicable user certification requirements for the subject regarding disclosures, authorizations, and other applicable provisions under FCRA 15 USC 1681 et seq. and under ICRAA, California Civil Code Sections 1786 et seq., and CCRAA, California Civil Code Sections 1785.1 et seq.</td>\n</tr>\n<tr>\n<td><code>callback.status</code></td>\n<td>required</td>\n<td>object</td>\n<td>With async processing, Sterling is accepting all validated requests and will post back updates on the request processing. Note: Could be the same or different endpoint from the result callback.</td>\n</tr>\n<tr>\n<td><code>callback.result</code></td>\n<td>required</td>\n<td>object</td>\n<td>Like background screenings, this is the webhook callback for the monitoring result as they are discovered for a candidate. Note: Could be the same or different endpoint from the status callback.</td>\n</tr>\n<tr>\n<td><code>additionalInfo</code></td>\n<td>required</td>\n<td>array</td>\n<td>Additional properties required for enrollment. Please refer to <a href=\"#b3b52fa4-dc98-4001-ba0f-1f7658cab000\">Additional Info</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v2","monitors"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a9db9676-d08c-439d-9d44-445ed0ee6e1f","name":"Enroll in Monitoring","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"123456789010\",\n    \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\",\n    \"candidateId\": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\",\n    \"accountId\": \"123456\",\n    \"disclosureAndAuthorisation\": true,\n    \"certification\": true,\n    \"callback\": {\n        \"status\": {\n            \"uri\": \"https://my-company.com/monitoring-status-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        },\n        \"result\": {\n            \"uri\": \"https://my-company.com/monitoring-result-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        }\n    },\n    \"additionalInfo\": [\n    \t{\n        \"name\": \"isUnincorporatedLACounty\",\n        \"value\": \"false\"\n        }\n     ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/monitors"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 04 April 2024 21:04:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusId\": \"1e8dfd89-a57b-49c4-bb58-6f348f8f2bc0\", \n    \"status\": \"accepted\", \n    \"transactionId\": \"123456789010\", \n    \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\", \n    \"candidateId \": \"4eee84f0-93c5-4452-91ee-fd891cb67ee0\", \n    \"accountId\": \"123456\", \n    \"callback\": { \n        \"status\":{ \n            \"uri\": \"https://my-company.com/monitoring-status-callback\", \n            \"credentials\": { \n                \"basic-auth\": \"base64-encoded-credentials\" \n                } \n        }, \n        \"result\": { \n            \"uri\": \"https://my-company.com/monitoring-result-callback\", \n            \"credentials\": { \n                \"basic-auth\": \"base64-encoded-credentials\" \n                } \n        } \n    } \n}"},{"id":"2a33e7ec-9aa3-4328-9197-e53e0124c8c4","name":"Candidate Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"123456789011\",\n    \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\",\n    \"candidateId\": \"63b7dc72-025c-11ef-86d8-0242ac120002\",\n    \"accountId\": \"123456\",\n    \"disclosureAndAuthorisation\": true,\n    \"certification\": true,\n    \"callback\": {\n        \"status\": {\n            \"uri\": \"https://my-company.com/monitoring-status-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        },\n        \"result\": {\n            \"uri\": \"https://my-company.com/monitoring-result-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        }\n    },\n    \"additionalInfo\": [\n    \t{\n        \"name\": \"isUnincorporatedLACounty\",\n        \"value\": \"false\"\n        }\n     ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 04 April 2024 21:04:18 GMT"}],"cookie":[],"responseTime":null,"body":"{ \n    \"code\": \" 400#candidateId?not-found\", \n    \"message\": \"Candidate information not provided\" \n}"},{"id":"f6bfded7-ddf4-444a-bb25-81aca6df92c5","name":"Candidate Missing Fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"transactionId\": \"123456789011\",\n    \"subscriptionId\": \"74f535f6-a622-49ce-8ac1-8b6bbffae21c\",\n    \"candidateId\": \"63b7dc72-025c-11ef-86d8-0242ac120002\",\n    \"accountId\": \"123456\",\n    \"disclosureAndAuthorisation\": true,\n    \"certification\": true,\n    \"callback\": {\n        \"status\": {\n            \"uri\": \"https://my-company.com/monitoring-status-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        },\n        \"result\": {\n            \"uri\": \"https://my-company.com/monitoring-result-callback\",\n            \"credentials\": {\n                \"basic-auth\": \"base64-encoded-credentials\"\n            }\n        }\n    },\n    \"additionalInfo\": [\n    \t{\n        \"name\": \"isUnincorporatedLACounty\",\n        \"value\": \"false\"\n        }\n     ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/monitors"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 04 April 2024 21:04:18 GMT"}],"cookie":[],"responseTime":null,"body":"{ \n    \"code\": \" 400#candidate?ssn\", \n    \"message\": \"ssn is a required field of the candidate information\" \n}"}],"_postman_id":"09d7abe3-b4bc-4148-bbdb-0414ecfdb61f"},{"name":"/monitors/{id}","id":"c7ebe4d0-49a2-4c07-b65a-5ee2cac63ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/monitors/{{monitorId}}","description":"<p>Unenroll a candidate from the monitoring program.</p>\n","urlObject":{"path":["v2","monitors","{{monitorId}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8de1ad19-d58b-4a6f-b607-9e7dc4058682","name":"Unenroll From Monitoring","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/monitors/790f023a-e269-4650-8cd6-7b68dc0136c3"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 04 April 2024 21:04:18 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c7ebe4d0-49a2-4c07-b65a-5ee2cac63ea0"}],"id":"2ac3c0a5-6542-4e75-b51d-3ee47cdc8bb0","description":"<p>Just like placing a screening, a candidate record must be created before creating a monitoring record for the candidate. It is recommended you use candidates that have previously had background check screening orders.</p>\n<p>Your account must be configured for the monitoring program, which covers the services to use, the monitoring subscription, and compliance approval.</p>\n<p><strong>Required Fields</strong><br />To enroll a candidate in monitoring, the minimum required fields on the candidate record are:</p>\n<ul>\n<li><p><code>givenName</code></p>\n</li>\n<li><p><code>familyName</code></p>\n</li>\n<li><p><code>ssn</code></p>\n</li>\n<li><p><code>dob</code></p>\n</li>\n<li><p><code>email</code></p>\n</li>\n<li><p><code>address</code></p>\n<ul>\n<li><code>addressLine</code></li>\n<li><code>municipality</code></li>\n<li><code>postalCode</code></li>\n<li><code>countryCode</code></li>\n<li><code>regionCode</code></li>\n</ul>\n</li>\n</ul>\n<p>For MVR monitoring, Drivers License information is also required:</p>\n<ul>\n<li><p><code>driversLicense</code></p>\n<ul>\n<li><p><code>type</code></p>\n</li>\n<li><p><code>licenseNumber</code></p>\n</li>\n<li><p><code>issuingAgency</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"2ac3c0a5-6542-4e75-b51d-3ee47cdc8bb0"},{"name":"Workflows","item":[{"name":"/workflows","id":"a5d683df-5178-421c-a662-9289d7f18c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":"{{host}}/v2/workflows","urlObject":{"path":["v2","workflows"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>ID used to filter by customer ID</p>\n","type":"text/plain"},"key":"customerId","value":"{{customerId}}"},{"disabled":true,"description":{"content":"<p>ID used to filter by Sub-Account</p>\n","type":"text/plain"},"key":"accountId","value":"{{accountId}}"},{"disabled":true,"description":{"content":"<p>ID used to filter by integration type</p>\n","type":"text/plain"},"key":"integrationId","value":"{{integrationId}}"}],"variable":[]}},"response":[{"id":"9b066789-bcf2-4c3f-ab5b-652d26cda0b2","name":"List Workflows - Standard","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/workflows","host":["{{host}}"],"path":["v2","workflows"],"query":[{"key":"customerId","value":"{{customerId}}","description":"ID used to filter by customer ID","disabled":true},{"key":"accountId","value":"{{accountId}}","description":"ID used to filter by Sub-Account","disabled":true},{"key":"integrationId","value":"{{integrationId}}","description":"ID used to filter by integration type","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2\",\n        \"name\": \"Consent Plus\"\n    },\n    {\n        \"id\": \"4\",\n        \"name\": \"Consent Basic\"\n    }\n]"},{"id":"2bcbbc2c-ff6f-4edd-9d47-c2c1576015b6","name":"List Workflows - Additional Workflows","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{bearer_token}}"}],"url":{"raw":"{{host}}/v2/workflows","host":["{{host}}"],"path":["v2","workflows"],"query":[{"key":"customerId","value":"{{customerId}}","description":"ID used to filter by customer ID","disabled":true},{"key":"accountId","value":"{{accountId}}","description":"ID used to filter by Sub-Account","disabled":true},{"key":"integrationId","value":"{{integrationId}}","description":"ID used to filter by integration type","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2\",\n        \"name\": \"Consent Plus\"\n    },\n    {\n        \"id\": \"4\",\n        \"name\": \"Consent Basic\"\n    },\n    {\n        \"id\": \"8048\",\n        \"name\": \"Data Collection Only Workflow\"\n    },\n    {\n        \"id\": \"8050\",\n        \"name\": \"Applicant Pay\"\n    }\n]"}],"_postman_id":"a5d683df-5178-421c-a662-9289d7f18c57"}],"id":"42b1665a-3287-4cb9-a1ab-afa3b5fbe11f","description":"<p>Sterling has multiple workflows which determine what content should be included and/or collected in Candidate Hub. This generally includes whether a consent will be included and what types of services should be collected. There are different workflow types that can be specified when creating an invite. Workflows can be enabled/disabled by configuration in Sterling Platform.</p>\n<p><strong>Consent Plus</strong></p>\n<p>This workflow is the most common workflow type. It collects consent and the minimum required PII fields (name, DOB, SSN if applicable, and current address). It will read the products contained in the package and add all relevant steps (e.g. Verification, Identity, RDT, etc.) in order to collect all required data for the searches.</p>\n<p><strong>Consent Basic</strong></p>\n<p>This workflow collects consent and the minimum required PII fields (name, DOB, SSN if applicable, and current address). It will only add steps to support Public Records, and will not collect any Verification data, even if the products are included in the package. This workflow is often used when Employment and Education information are collected upfront and are passed in the POST /candidates request before submitting the screening request.</p>\n<p><strong>Data Collection Only</strong></p>\n<p>This workflow is the same as Consent Plus, but does not collect a consent. This workflow is used when consent is collected outside of Sterling.</p>\n","_postman_id":"42b1665a-3287-4cb9-a1ab-afa3b5fbe11f"}],"id":"82553c73-ae9a-40cb-b788-981b4712962d","_postman_id":"82553c73-ae9a-40cb-b788-981b4712962d","description":""},{"name":"Objects","item":[{"name":"Standard","item":[{"name":"Address","item":[],"id":"a0557766-c227-47f2-a326-dff70baedefd","description":"<p>An address associated with a candidate object, their education history, employment history, or licensing agency.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addressLine</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's residential street address, such as \"123 Main Street\".</td>\n</tr>\n<tr>\n<td><code>municipality</code></td>\n<td>required</td>\n<td>string</td>\n<td>The city or town of the address.</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The zip or postal code for the address, with no dashes.</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The two-letter ISO short code for the country of the address, such as <code>\"US\"</code>, <code>\"GB\"</code> , <code>\"CA\"</code>, or <code>\"AU\"</code></td>\n</tr>\n<tr>\n<td><code>regionCode</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, where the candidate lives. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter postal code. If <code>countryCode</code> is outside of the US, use the country code abbreviation.</td>\n</tr>\n<tr>\n<td><code>validFrom</code></td>\n<td>optional</td>\n<td>string</td>\n<td>This field is not for a candidate address but is associated with education, employment, and licensing addresses. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"addressLine\": \"123 PEACHTREE PLACE\",\n    \"municipality\": \"ATLANTA\",\n    \"regionCode\": \"US-GA\",\n    \"postalCode\": \"30005\",\n    \"countryCode\": \"US\",\n    \"validFrom\" : \"2003-08-01\"\n}\n\"address\": {\n    \"addressLine\": \"221B Baker Street\",\n    \"municipality\": \"London\",\n    \"regionCode\": \"GB-LND\",\n    \"postalCode\": \"NW1 6XE\",\n    \"countryCode\": \"GB\",\n    \"validFrom\" : \"2018-02-23\"\n}\n\"address\": {\n    \"addressLine\": \"100 Centre Street S\",\n    \"municipality\": \"Calgary\",\n    \"regionCode\": \"CA-AB\",\n    \"postalCode\": \"T2G 5P6\",\n    \"countryCode\": \"CA\",\n    \"validFrom\" : \"2020-03-06\"\n}\n\"address\": {\n    \"addressLine\": \"300 George Street\",\n    \"municipality\": \"Sydney\",\n    \"regionCode\": \"AU-NSW\",\n    \"postalCode\": \"NSW 2000\",\n    \"countryCode\": \"AU\",\n    \"validFrom\" : \"2023-11-11\"\n}\n\"address\": {\n    \"addressLine\": \"28 Maxwell Road\",\n    \"municipality\": \"Singapore\",\n    \"regionCode\": \"SG-01\",\n    \"postalCode\": \"069120\",\n    \"countryCode\": \"SG\",\n    \"validFrom\" : \"2023-11-11\"\n}\n\"address\": {\n    \"addressLine\": \"Nav Pada, Kurla\",\n    \"municipality\": \"Mumbai\",\n    \"regionCode\": \"IN-MH\",\n    \"postalCode\": \"400070\",\n    \"countryCode\": \"IN\",\n    \"validFrom\" : \"2023-11-11\"\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"fc24b7ea-1767-4f79-863e-f557dae1ec34","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"80f32d41-544e-4eef-b27c-c4679f6f9cfd","type":"text/javascript","exec":[""]}}],"_postman_id":"a0557766-c227-47f2-a326-dff70baedefd"},{"name":"AdditionalAddress","item":[],"id":"0541da97-d487-404a-9dea-9630db1335db","description":"<p>Additional addresses associated with the candidate object. A candidate can have up to <strong>15</strong> additional addresses added to their record. These can either be previous or other concurrent addresses the candidate has in their history.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addressLine</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's residential street address, such as \"123 Main Street\".</td>\n</tr>\n<tr>\n<td><code>municipality</code></td>\n<td>required</td>\n<td>string</td>\n<td>The city or town of the address.</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The zip or postal code for the address, with no dashes.</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The two-letter ISO short code for the country of the address, such as <code>\"US\"</code> or <code>\"GB\"</code>.</td>\n</tr>\n<tr>\n<td><code>regionCode</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, where the candidate lives. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter postal code. If <code>countryCode</code> is outside of the US, use the country code abbreviation.</td>\n</tr>\n<tr>\n<td><code>validTo</code></td>\n<td>required</td>\n<td>string</td>\n<td>The date the candidate ended residing at this address. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>validFrom</code></td>\n<td>required</td>\n<td>string</td>\n<td>The date the candidate began residing at this address. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"additionalAddresses\": [\n    {\n        \"addressLine\": \"123 PEACHTREE PLACE\",\n        \"municipality\": \"ATLANTA\",\n        \"regionCode\": \"US-GA\",\n        \"postalCode\": \"30005\",\n        \"countryCode\": \"US\",\n        \"validFrom\" : \"2003-08-01\",\n        \"validTo\": \"2016-07-08\"\n    },\n    {\n        \"addressLine\": \"221B Baker Street\",\n        \"municipality\": \"London\",\n        \"regionCode\": \"GB-LND\",\n        \"postalCode\": \"NW1 6XE\",\n        \"countryCode\": \"GB\",\n        \"validFrom\": \"2016-07-08\",\n        \"validTo\": \"2017-10-27\"\n    }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"dc34ce07-6f1d-4e84-b9d0-b53e2ac6da76","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd9f7e9d-a725-4c73-8e7f-d83e1fb97b6e","type":"text/javascript","exec":[""]}}],"_postman_id":"0541da97-d487-404a-9dea-9630db1335db"},{"name":"DriversLicense","item":[],"id":"34711a97-1673-4a79-916f-c3d8b59b25a0","description":"<p>Driver's license associated with a candidate object.</p>\n<p><strong>DL State Mismatches</strong></p>\n<blockquote>\n<p>If there is a mismatch between your candidate's address and their driver's license state of issuance, a new <code>dlStateMismatch</code> field should appear under the MVR report item within the screening response. Please refer to \"Driver's License State Mismatches\" section within <a href=\"#callbacks\">Callbacks</a> for more information. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>required</td>\n<td>string</td>\n<td>Type of license should be \"personal\".</td>\n</tr>\n<tr>\n<td>licenseNumber</td>\n<td>required</td>\n<td>string</td>\n<td>Driver's license number.</td>\n</tr>\n<tr>\n<td>issuingAgency</td>\n<td>required</td>\n<td>string</td>\n<td>The ISO 3166-2 region, such as a US state, where the candidate's driver's license was issued. In the US, this is the combination of \"US\", a dash, and the state or territory's two-letter postal code. In the UK, the combination of \"GB\", a dash, and a three-letter city code. In Canada, it is a combination of \"CA\", a dash, and a two-letter province or territory code. For example, Texas is <code>\"US-TX\"</code>, London is <code>\"GB-LND\"</code> and Alberta is <code>\"CA-AB\"</code>.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's first name as it appears on their driver's license.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's last name as it appears on their driver's license.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's middle name, useful for differentiating between individuals with similar names in public record searches.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"driversLicense\": {\n    \"type\": \"personal\",\n    \"licenseNumber\": \"S1234567\",\n    \"issuingAgency\": \"US-CA\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"middleName\": \"Adam\"\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"d047a96b-0611-4a7c-98b5-5cb61a7995c6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0e52dd2a-1073-463a-b36d-dd8670276b0d","type":"text/javascript","exec":[""]}}],"_postman_id":"34711a97-1673-4a79-916f-c3d8b59b25a0"},{"name":"Alias","item":[],"id":"a1b88c4b-3b0f-4b38-90a2-c7cc9aad2cc2","description":"<p>Alternate information the candidate may also be known by.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>givenName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's alternate first name.</td>\n</tr>\n<tr>\n<td><code>familyName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The candidate's alternate last name.</td>\n</tr>\n<tr>\n<td><code>middleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's alternate middle name.</td>\n</tr>\n<tr>\n<td><code>confirmedNoMiddleName</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Set to <code>true</code> if the candidate has no alternate middle name.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"aliases\": [\n    {\n        \"givenName\": \"GivenAlias1\",\n        \"familyName\": \"FamilyNameAlias1\",\n        \"middleName\": \"MiddleNameAlias1\",\n        \"confirmedNoMiddleName\": false\n    },\n    {\n        \"givenName\": \"GivenAlias2\",\n        \"familyName\": \"FamilyNameAlias2\",\n        \"confirmedNoMiddleName\": true\n    }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"71ed9ca0-af82-45ee-87fa-e45af3d6e2a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d4abfe7f-f778-4b85-9ae8-d04544a744f3","type":"text/javascript","exec":[""]}}],"_postman_id":"a1b88c4b-3b0f-4b38-90a2-c7cc9aad2cc2"},{"name":"Callback","item":[],"id":"78cd5ab9-d50a-456f-a761-a14b8bf8241c","description":"<p>This is the url where webhook notifications should be posted for this screening.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uri</code></td>\n<td>required</td>\n<td>string</td>\n<td>A uri on a server that you control where you expect to receive callback updates related to screenings. Must be an <code>https</code> uri.</td>\n</tr>\n<tr>\n<td><code>credentials</code></td>\n<td>optional</td>\n<td>object (<a href=\"#4e499a0d-790e-410c-b077-500af60fcda6\">Credentials</a>)</td>\n<td>The <code>callback</code> authentication credentials.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"callback\": {\n  \"uri\": \"https://my-company.com/screenings-callback\",\n  \"credentials\": {\n    \"basic-auth\": \"dXNlcm5hbWU6cGFzc3dvcmQ=\"\n  }\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"9f879a84-0b91-49e3-92f1-ebca411666f5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5a6fd8ac-c0d8-474c-8302-6a1d0afc6d8a","type":"text/javascript","exec":[""]}}],"_postman_id":"78cd5ab9-d50a-456f-a761-a14b8bf8241c"},{"name":"Credentials","item":[],"id":"4e499a0d-790e-410c-b077-500af60fcda6","description":"<p>Credentials for callback authentication.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>basic-auth</code></td>\n<td>optional</td>\n<td>string</td>\n<td>HTTP Basic Auth credentials for callback authentication. Requests sent from Sterling API to the callback endpoint will include these credentials in the <code>Authorization</code> header. The credentials must be a base64 encoded string in the format <code>username:password</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"credentials\": {\n  \"basic-auth\": \"dXNlcm5hbWU6cGFzc3dvcmQ=\"\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"baf930de-ee0f-4b38-a80c-834e19f8c2a7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d7989ff-e184-454d-a870-fa8d57cf8493","type":"text/javascript","exec":[""]}}],"_postman_id":"4e499a0d-790e-410c-b077-500af60fcda6"},{"name":"Invite","item":[],"id":"95fc0fce-5552-4070-831c-33335db5e4f2","description":"<p>A candidate invite for a screening. Please refer to the <a href=\"#c02ab47d-d9ac-436f-8d92-3f8bfb5b9c40\">Screenings</a> section for more details.</p>\n<blockquote>\n<p>Please contact your Sterling representative to enable the <code>candidateRedirectUrl</code> and <code>candidateConsentedForSMS</code> functionalities. You may specify a <code>candidateRedirectUrl</code> in every screening request or Sterling can configure your account for a single redirect url to be applied for all Sterling Data Collection screenings. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>method</code></td>\n<td>required</td>\n<td>string</td>\n<td>Possible values : \"link\", \"email\"</td>\n</tr>\n<tr>\n<td><code>candidateRedirectUrl</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The url that you would like to automatically redirect your candidates to after they complete the Sterling Candidate Hub workflow.</td>\n</tr>\n<tr>\n<td><code>workflowId</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The ID of the workflow you would like to use for the screening. If omitted or null, the default is \"2\" for Consent Plus workflow.</td>\n</tr>\n<tr>\n<td><code>candidateConsentedForSMS</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Only available if <code>invite.method</code> is \"email\". If \"true\", the candidate will be sent an order invitation via SMS to the phone number on their candidate record.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"invite\": {\n  \"method\": \"link\" | \"email\",\n  \"candidateRedirectUrl\": \"https://www.mycompanyurl.com\",\n  \"workflowId\": \"2\",\n  \"candidateConsentedForSMS\": true\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"5f5939c7-8754-469e-9d41-11bdf325d628","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e8f0f237-260a-4daf-a485-b783381d2d3a","type":"text/javascript","exec":[""]}}],"_postman_id":"95fc0fce-5552-4070-831c-33335db5e4f2"}],"id":"1041cc0d-abdf-496c-9a62-cdbaec148ce7","_postman_id":"1041cc0d-abdf-496c-9a62-cdbaec148ce7","description":""},{"name":"Advanced","item":[{"name":"GlobalProducts","item":[],"id":"f6a70e71-89e3-4504-b915-ace880c89402","description":"<p>Global Products information required to create a Client-Side screening.</p>\n<p>Date formats should always be in \"<strong>YYYY-MM-DD\"</strong> format.</p>\n<blockquote>\n<p>This array should be added to the screening request. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>productCode</code></td>\n<td>required</td>\n<td>string</td>\n<td>The product code.</td>\n</tr>\n<tr>\n<td><code>root</code></td>\n<td>required</td>\n<td>string</td>\n<td>The product jurisdiction code. This is the country root ID from the /variants response. Examples are <code>GBR</code>, <code>AUS</code>, <code>CAN</code>.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>required</td>\n<td>string</td>\n<td>The jurisdiction description. This is the country name as it matches the <code>root</code>. Examples are <code>United Kingdom</code>, <code>Australia</code>, <code>Canada</code>.</td>\n</tr>\n<tr>\n<td><code>subType</code></td>\n<td>required</td>\n<td>string</td>\n<td>The subtype ID for the product from the /variants response.</td>\n</tr>\n<tr>\n<td><code>referenceId</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>An ID to match the global product to its corresponding reference in the <a href=\"#9873cd8b-a4ca-4d5a-aba3-bea63148edd7\">Reference</a> array.</td>\n</tr>\n<tr>\n<td><code>questionSetOptions</code></td>\n<td>required (depending on product)</td>\n<td>array</td>\n<td>A list containing the questions applicable to the subtype. Each question should be its own object.</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>The question ID.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>The question name as it matches the ID.</td>\n</tr>\n<tr>\n<td><code>group</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>The question type as it matches the question. Options are <code>custom</code> or <code>standard</code>.</td>\n</tr>\n<tr>\n<td><code>response</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>The response to the question.</td>\n</tr>\n<tr>\n<td><code>dependsOn</code></td>\n<td>optional</td>\n<td>array</td>\n<td>If the question has one or more child questions, each child question should be listed as its own object with its relevant <code>id</code>, <code>name</code>, <code>group</code>, and <code>response</code>, following the same format as the question object.</td>\n</tr>\n<tr>\n<td><code>forms</code></td>\n<td>optional (required depending on the subtype)</td>\n<td>array</td>\n<td>A list containing the forms applicable to the subtype. Each form should be its own object.</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>required</td>\n<td>string</td>\n<td>The form ID.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>required</td>\n<td>string</td>\n<td>The form name.</td>\n</tr>\n<tr>\n<td><code>attachmentId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The assigned UUID of the form as it was uploaded via the POST /candidates/{id}/documents endpoint.</td>\n</tr>\n<tr>\n<td><code>documents</code></td>\n<td>optional (required depending on the subtype)</td>\n<td>array</td>\n<td>A list containing the documents applicable to the subtype. Each document should be its own object.</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>required</td>\n<td>string</td>\n<td>The document ID.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>required</td>\n<td>string</td>\n<td>The document name.</td>\n</tr>\n<tr>\n<td><code>attachmentId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The assigned UUID of the document as it was uploaded via the POST /candidates/{id}/documents endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"globalServices\": [ \n        {\n            \"productCode\":\"CRIMGLB\",\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"subType\": \"734\",\n            \"questionSetOptions\":[\n                {\n                    \"id\":\"5033\",\n                    \"name\":\"Please select the additional ID number type you will provide\",\n                    \"group\": \"custom\",\n                    \"response\":[\n                        \"Passport Number\"\n                    ],\n                    \"dependsOn\":[\n                        {\n                            \"id\":\"5035\",\n                            \"name\":\"Please Provide Passport Number\",\n                            \"group\": \"custom\",\n                            \"response\":[\n                                \"533380006\"\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\":\"5036\",\n                    \"name\":\"You will receive instructions on how to access the certificate online through the DBS website. This will also provide instructions on how to share the certificate with your employer if necessary. You \", // Remove 1 at end and see if validation error occurs\n                    \"group\": \"custom\",\n                    \"response\":[\n                        \"Yes\"\n                    ]\n                },\n                {\n                    \"id\":\"5205\",\n                    \"name\":\"Do you have a DBS Profile Number?\",\n                    \"group\": \"custom\",\n                    \"response\":[\n                        \"Yes\"\n                    ]\n                },\n                {\n                    \"id\":\"5031\",\n                    \"name\":\"Please provide the DBS profile number\",\n                    \"group\": \"custom\",\n                    \"response\":[\n                        \"123456789\"\n                    ]\n                },\n                {\n                    \"id\":\"5025\",\n                    \"name\":\"Additional ID - Date of Issue - Driving License or Passport - United Kingdom\",\n                    \"group\": \"custom\",\n                    \"response\":[\n                        \"2015-10-05\"\n                    ]\n                },\n                {\n                    \"id\":\"5099\",\n                    \"name\":\"Prefix\",\n                    \"group\": \"custom\",\n                    \"response\":[\n                        \"Mrs\"\n                    ]\n                }\n            ],\n            \"forms\":[\n                {\n                    \"id\":\"5691\",\n                    \"name\":\"United Kingdom Criminal (Basic Disclosure ANI) Client Evidence of ID\",\n                    \"attachmentId\":\"64794752-d1ec-460b-ae17-9d205dec2504\"\n                }\n            ],\n            \"documents\":[\n                {\n                    \"id\":\"3975\",\n                    \"name\":\"Clear color copy of the picture page of your passport or the front of your UK driving licens\",\n                    \"attachmentId\":\"93d7fa2a-7014-452f-abbe-6b78c65316b4\"\n                }\n            ]\n        },\n        {\n            \"productCode\": \"REFGLB\",\n            \"root\": \"GBR\",\n            \"description\": \"United Kingdom\",\n            \"subType\": \"2558\",\n            \"referenceId\": \"1234\"\n        }\n    ]\n\n</code></pre>\n","_postman_id":"f6a70e71-89e3-4504-b915-ace880c89402"},{"name":"Reference","item":[],"id":"9873cd8b-a4ca-4d5a-aba3-bea63148edd7","description":"<p>Personal reference of the candidate.</p>\n<blockquote>\n<p>This array should be added to the screening request. </p>\n</blockquote>\n<blockquote>\n<p><code>referenceId</code> is applicable to Global Products that require references, such as REFGLB. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>referenceId</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>An ID to match the reference to its corresponding global product in the globalServices array.</td>\n</tr>\n<tr>\n<td><code>givenName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The reference's first name.</td>\n</tr>\n<tr>\n<td><code>familyName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The reference's last name.</td>\n</tr>\n<tr>\n<td><code>middleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The reference's middle name, useful for differentiating between individuals with similar names in public record searches.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>required</td>\n<td>string</td>\n<td>Type value associated with where the reference is located. If they do not reside in the US, use <code>international</code>, otherwise <code>default</code>.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>optional</td>\n<td>string</td>\n<td>A reference Address. Please refer to <a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>.</td>\n</tr>\n<tr>\n<td><code>company</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The reference's company.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The reference's email address. Must be a valid email.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>required</td>\n<td>string</td>\n<td>A phone number associated with the reference, formatted as an <code>E.164</code> string, such as <code>+15555551234</code>.</td>\n</tr>\n<tr>\n<td><code>positionTitle</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The reference's position title.</td>\n</tr>\n<tr>\n<td><code>relationship</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The reference's relationship with the candidate.</td>\n</tr>\n<tr>\n<td><code>relationshipType</code></td>\n<td>required</td>\n<td>string</td>\n<td>The type of relationship the reference has with the candidate. Accepted values: <code>None</code> <code>Relative</code> <code>Friend</code> <code>Current_CoWorker</code> <code>Current_Supervisor</code> <code>Previous_CoWorker</code> <code>Previous_Supervisor</code> <code>Other</code></td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Additional notes on the reference.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"references\" :[\n  {\n    \"givenName\" : \"Jane\",\n    \"familyName\" : \"Doe\",\n    \"middleName\" : \"Susan\",\n    \"type\" : \"default\",\n    \"address\": {\n      \"addressLine\": \"123 Main Street\",\n      \"municipality\": \"Orlando\",\n      \"regionCode\": \"US-FL\",\n      \"postalCode\": \"12345\",\n      \"countryCode\": \"US\"\n    },\n    \"company\" : \"Company A\",\n    \"email\" : \"jane.doe@companya.com\",\n    \"phone\" : \"14041231234\",\n    \"positionTitle\" : \"Project Manager\",\n    \"relationship\" : \"Current Supervisor\",\n    \"relationshipType\" : \"Current_Supervisor\",\n    \"notes\": \"Can be best contacted during business hours\"\n  },\n  {\n     \"referenceId\": \"1234\",\n     \"givenName\": \"John\",\n     \"familyName\": \"Doe\",\n     \"middleName\": \"Jay\",\n     \"type\": \"default\",\n     \"address\": {\n       \"addressLine\": \"Cromwell Road\",\n       \"municipality\": \"London\",\n       \"regionCode\": \"GB-LND\",\n       \"postalCode\": \"NW1 6XE\",\n       \"countryCode\": \"GB\"\n      },\n      \"company\": \"Company B\",\n      \"email\": \"john.doe@companyb.com\",\n      \"phone\": \"+442079425000\",\n      \"positionTitle\": \"Customer Service Rep\",\n      \"relationship\": \"Previous Supervisor\",\n      \"relationshipType\": \"Previous_Supervisor\",\n      \"notes\": \"Can be best contacted during business hours\"\n       }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"79a2b924-f2d8-4c3b-999a-74e324da184c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9ef0e4a-a861-4812-83b6-5b9b7671691b","type":"text/javascript","exec":[""]}}],"_postman_id":"9873cd8b-a4ca-4d5a-aba3-bea63148edd7"},{"name":"EducationHistory","item":[],"id":"456692f2-4ad4-4a63-a073-0fac880475f0","description":"<p>The candidate's education information.</p>\n<blockquote>\n<p><code>referenceId</code> is applicable to Global Products such as EDUGLB. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>referenceId</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>An ID to match the reference to its corresponding global product in the globalServices array.</td>\n</tr>\n<tr>\n<td><code>schoolName</code></td>\n<td>required</td>\n<td>string</td>\n<td>The name of the school.</td>\n</tr>\n<tr>\n<td><code>schoolType</code></td>\n<td>required</td>\n<td>string</td>\n<td>Type of school such as university. Acceptable values are <code>HighSchool_Secondary</code>, <code>Trade</code>, <code>CommunityCollege</code>, <code>University</code>.</td>\n</tr>\n<tr>\n<td><code>degree</code></td>\n<td>required</td>\n<td>object (<a href=\"#f06fbd19-4676-4d7b-8638-a5eb370102bd\">Degree</a>)</td>\n<td>Degree received upon completion of education.</td>\n</tr>\n<tr>\n<td><code>schoolIDNumber</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The unique ID of the school within your platform.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>required</td>\n<td>object (<a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>)</td>\n<td>Address of the place of education.</td>\n</tr>\n<tr>\n<td><code>aliasGivenName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>If another first name was used while attending the place of education.</td>\n</tr>\n<tr>\n<td><code>aliasFamilyName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>If another last name was used while attending the place of education.</td>\n</tr>\n<tr>\n<td><code>department</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The department of education from which the candidate graduated.</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date that education at this institution started. Format must be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date that education at this institution was completed. Format must be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The school email address of the candidate.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Phone number of the institution.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Fax number of the institution.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Any additional notes to add pertaining to a specific education instance.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>required</td>\n<td>string</td>\n<td>Type must be <code>faa</code> or <code>default</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"educationHistory\":[\n  {\n    \"referenceId\": \"d4de0b94-ddaa-4d89-b5a5-d77c663d5258\",\n    \"schoolName\": \"University of Washington\",\n    \"schoolType\": \"University\",\n    \"degree\": {\n      \"major\": \"Computer Science\",\n      \"degreeName\": \"Bachelors\",\n      \"degreeType\": \"B.S.\",\n      \"graduationDate\": \"2012-06-01\",\n      \"degreeCompleted\": true,\n      \"comments\": \"GPA: 3.900\"\n    },\n    \"schoolIDNumber\": \"UW1234567\",\n    \"address\": {\n      \"addressLine\": \"1410 NE Campus Pkwy\",\n      \"municipality\": \"Seattle\",\n      \"regionCode\": \"US-WA\",\n      \"postalCode\": \"98195\",\n      \"countryCode\": \"US\",\n      \"validFrom\": \"2008-08-01\"\n    },\n    \"type\": \"default\",\n    \"aliasGivenName\": \"Cam\",\n    \"aliasFamilyName\": \"Doe\",\n    \"department\":\"Engineering\",\n    \"startDate\":\"2008-08-01\",\n    \"endDate\":\"2012-06-01\",\n    \"email\":\"jdoe@washington.edu\",\n    \"phone\":\"2065432100\",\n    \"fax\":\"2065432100\",\n    \"notes\":\"class valedictorian\"\n  }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"3c8f64bd-5217-45ed-a030-87a8c078783d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6b0be9dc-5d67-4f29-b4be-af1607b51e07","type":"text/javascript","exec":[""]}}],"_postman_id":"456692f2-4ad4-4a63-a073-0fac880475f0"},{"name":"Degree","item":[],"id":"f06fbd19-4676-4d7b-8638-a5eb370102bd","description":"<p>Information about the candidate's education degree.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>major</code></td>\n<td>required</td>\n<td>string</td>\n<td>Degree major such as \"Computer Science\".</td>\n</tr>\n<tr>\n<td><code>degreeName</code></td>\n<td>required</td>\n<td>string</td>\n<td>Name of degree such as \"Bachelors\" or \"Masters\".</td>\n</tr>\n<tr>\n<td><code>degreeType</code></td>\n<td>required</td>\n<td>string</td>\n<td>Accepted fields\":  <br />\"GED\", \"HighSchoolDiploma\", \"Associates\", \"Bachelors\", \"Masters\", \"Doctorate\"</td>\n</tr>\n<tr>\n<td><code>graduationDate</code></td>\n<td>required</td>\n<td>string</td>\n<td>Format must be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>degreeCompleted</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Confirmation on whether the candidate has completed their education and received their degree.</td>\n</tr>\n<tr>\n<td><code>comments</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Any additional comments about a degree instance.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"degree\": {\n  \"major\": \"Computer Science\",\n  \"degreeName\": \"Bachelors\",\n  \"degreeType\": \"Bachelors\",\n  \"graduationDate\": \"2012-06-01\",\n  \"degreeCompleted\": true,\n  \"comments\": \"GPA: 3.900\"\n}\n\n</code></pre>\n","_postman_id":"f06fbd19-4676-4d7b-8638-a5eb370102bd"},{"name":"EmploymentHistory","item":[],"id":"59438894-6946-4da9-9213-8fd4b3cd996b","description":"<p>The candidate's employment history.</p>\n<blockquote>\n<p><code>referenceId</code> is applicable to Global Products such as EMPGLB. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>referenceId</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>An ID to match the reference to its corresponding global product in the globalServices array.</td>\n</tr>\n<tr>\n<td><code>employerName</code></td>\n<td>required</td>\n<td>string</td>\n<td>Name of previous employer.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>required</td>\n<td>string</td>\n<td>Type must be <code>faa</code> or <code>default</code> or <code>dot</code>.</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>required</td>\n<td>string</td>\n<td>Start date of employment. Format must be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>optional (if not mentioned, currentEmployer must be set to true)</td>\n<td>string</td>\n<td>End date of employment. Format must be <code>YYYY-MM-DD</code>. Required if <code>currentEmployer</code> is <code>false</code>.</td>\n</tr>\n<tr>\n<td><code>jobTitle</code></td>\n<td>required</td>\n<td>string</td>\n<td>Candidate's job title under this employment.</td>\n</tr>\n<tr>\n<td><code>currentEmployer</code></td>\n<td>optional (if not mentioned, endDate must be added)</td>\n<td>boolean</td>\n<td>A boolean to confirm whether this is the candidate's current employer. If nothing is specified, this defaults to <code>false</code>.</td>\n</tr>\n<tr>\n<td><code>employmentType</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Acceptable values are <code>None</code>, <code>Standard</code>, <code>Military</code>, <code>Volunteer</code>, <code>Self</code>.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>required</td>\n<td>object (<a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>)</td>\n<td>Address of employment.</td>\n</tr>\n<tr>\n<td><code>aliasGivenName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>If another first name was used while attending the place of education.</td>\n</tr>\n<tr>\n<td><code>aliasFamilyName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>If another last name was used while attending the place of education.</td>\n</tr>\n<tr>\n<td><code>department</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Department candidate worked under.</td>\n</tr>\n<tr>\n<td><code>permissionToContact</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Whether candidate gave permission to contact their previous employer.</td>\n</tr>\n<tr>\n<td><code>reasonForLeaving</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Candidate's reason for leaving employer. Reasons can be <code>Resigned</code>, <code>LaidOffRedundancyReduction</code>, <code>Terminated</code>, <code>Retired</code>, <code>CompanyCeasedOperation</code>, <code>Other</code>.</td>\n</tr>\n<tr>\n<td><code>salary</code></td>\n<td>optional</td>\n<td>object (<a href=\"#4aac0c45-806f-4b70-9172-3079c5af579d\">Salary</a>)</td>\n<td>Candidate's salary at this place of employment.</td>\n</tr>\n<tr>\n<td><code>verification</code></td>\n<td>optional (required by some services, please contact us for more information)</td>\n<td>object (<a href=\"#67045130-fc39-4fcb-9718-e77cf650f669\">Verification</a>)</td>\n<td>Supervisor or manager information.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Fax number of the institution.</td>\n</tr>\n<tr>\n<td><code>verifyEmployer</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Whether the employer has been verified.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Any additional notes on this employer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"employmentHistory\": [  \n  {  \n    \"referenceId\": \"8985-ddaa-4d89-b5a5-d77c663d5258\",\n    \"employerName\": \"Company A\",\n    \"currentEmployer\": false,\n    \"jobTitle\": \"Customer Success Associate\",\n    \"startDate\": \"2008-10-02\",\n    \"employmentType\": \"Full Time\",\n    \"address\": {  \n        \"addressLine\": \"3289 Owagner Lane\",\n        \"municipality\": \"Seattle\",\n        \"regionCode\": \"US-WA\",\n        \"postalCode\": \"98119\",\n        \"countryCode\": \"US\"\n    },\n    \"department\": \"Customer Success\",\n    \"permissionToContact\": true,\n    \"reasonForLeaving\": \"Resigned\",\n    \"salary\": {  \n      \"currency\": \"USD\",\n      \"startingSalary\": \"80,000\",\n      \"endingSalary\": \"\"\n    },\n    \"type\": \"default\",\n    \"verification\": {  \n      \"supervisorGivenName\": \"Jacqueline\",\n      \"supervisorFamilyName\": \"Halliday\",\n      \"supervisorMiddleName\": \"Anita\",\n      \"email\": \"jhalliday@companya.com\",\n      \"phone\": \"+16015528912\",\n      \"fax\": \"+12025550199\"\n    },\n    \"verifyEmployer\": true,\n    \"notes\": \"\"\n  }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"fb8d4438-3240-41ca-8418-82facdb35c09","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"46107d77-f70a-414b-8805-92339133a076","type":"text/javascript","exec":[""]}}],"_postman_id":"59438894-6946-4da9-9213-8fd4b3cd996b"},{"name":"Salary","item":[],"id":"4aac0c45-806f-4b70-9172-3079c5af579d","description":"<p>Salary earned under a specific employer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currency</code></td>\n<td>required</td>\n<td>string</td>\n<td>Currency the candidate received their salary in such as <code>USD</code> or <code>GBP</code>.</td>\n</tr>\n<tr>\n<td><code>startingSalary</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Starting salary at this place of employment.</td>\n</tr>\n<tr>\n<td><code>endingSalary</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Ending salary at this place of employment.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"salary\" : {\n  \"currency\" : \"USD\",\n  \"startingSalary\" : \"100,000\",\n  \"endingSalary\" : \"140,000\"\n}\n\n</code></pre>\n","_postman_id":"4aac0c45-806f-4b70-9172-3079c5af579d"},{"name":"Verification","item":[],"id":"67045130-fc39-4fcb-9718-e77cf650f669","description":"<p>A supervisor or manager who can be contacted to verify employment.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>supervisorGivenName</code></td>\n<td>required</td>\n<td>string</td>\n<td>First name of supervisor.</td>\n</tr>\n<tr>\n<td><code>supervisorFamilyName</code></td>\n<td>required</td>\n<td>string</td>\n<td>Last name of supervisor.</td>\n</tr>\n<tr>\n<td><code>supervisorMiddleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Middle name of supervisor.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Supervisor's email address.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Supervisor's phone number.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Supervisor's fax number.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>optional (required by some services. Please contact us for more information)</td>\n<td>object (<a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>)</td>\n<td>Verified address</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"verification\": {  \n  \"supervisorGivenName\": \"Jacqueline\",\n  \"supervisorFamilyName\": \"Halliday\",\n  \"supervisorMiddleName\": \"Anita\",\n  \"email\": \"jhalliday@companya.com\",\n  \"phone\": \"+16015528912\",\n  \"fax\": \"+12025550199\"\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"3a9ba782-3458-4e91-a981-befd12fbfbe7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"804a9039-f8f4-46eb-bdc9-64a97ea6da4a","type":"text/javascript","exec":[""]}}],"_postman_id":"67045130-fc39-4fcb-9718-e77cf650f669"},{"name":"Licenses","item":[],"id":"b73fd62f-2607-469c-b4a6-afa1d968347f","description":"<p>Array of certifications or professional licenses the candidate has earned.</p>\n<blockquote>\n<p><code>referenceId</code> is applicable to Global Products such as CRDNTLGLB, FAACRD, DLVGLB. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>referenceId</code></td>\n<td>required (depending on product)</td>\n<td>string</td>\n<td>An ID to match the reference to its corresponding global product in the globalServices array.</td>\n</tr>\n<tr>\n<td><code>issuingAgency</code></td>\n<td>required</td>\n<td>object (<a href=\"#1a19dc46-4a72-4d77-8cef-37ce0d07428e\">IssuingAgency</a>)</td>\n<td>The agency that issued the license.</td>\n</tr>\n<tr>\n<td><code>number</code></td>\n<td>required</td>\n<td>string</td>\n<td>License number.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>required</td>\n<td>string</td>\n<td>Must be <code>active</code> or <code>inactive</code>.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>optional</td>\n<td>string</td>\n<td>License name.</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Start date from when license is valid. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>End date until when license is valid. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Any additional notes on a given license.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"licenses\": [\n  {\n    \"referenceId\": \"abc9e-ddaa-4d89-b5a5-d77c663d5258\",\n    \"issuingAgency\": {\n      \"name\": \"Agency A\",\n      \"address\": {\n        \"addressLine\": \"1237 Raccoon Run\",\n        \"municipality\": \"Camden\",\n        \"regionCode\": \"US-NJ\",\n        \"postalCode\": \"08102\",\n        \"countryCode\": \"US\",\n        \"validFrom\": \"2008-01-01\"\n      }\n    },\n    \"number\": \"S1234567\",\n    \"name\": \"Nursing Certification\",\n    \"startDate\": \"2016-01-01\",\n    \"endDate\": \"2021-01-01\",\n    \"status\": \"active\",\n    \"notes\": \"\"\n  }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"237dcfac-e132-4fc6-8712-7d54c9dfb284","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14f79d29-b6d1-4fb5-ab43-7660ef731603","type":"text/javascript","exec":[""]}}],"_postman_id":"b73fd62f-2607-469c-b4a6-afa1d968347f"},{"name":"IssuingAgency","item":[],"id":"1a19dc46-4a72-4d77-8cef-37ce0d07428e","description":"<p>Issuing agency for a candidate's license.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>required</td>\n<td>string</td>\n<td>Name of issuing agency.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>optional</td>\n<td>object (<a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>)</td>\n<td>Address of licensing agency.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"issuingAgency\": {\n  \"name\": \"Agency A\",\n  \"address\": {\n    \"addressLine\": \"1237 Raccoon Run\",\n    \"municipality\": \"Camden\",\n    \"regionCode\": \"US-NJ\",\n    \"postalCode\": \"08102\",\n    \"countryCode\": \"US\",\n    \"validFrom\": \"2008-01-01\"\n  }\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"e2f303c6-883c-4c8c-a575-15f67f449dc3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa93c679-b442-4b30-966a-e761975c31ec","type":"text/javascript","exec":[""]}}],"_postman_id":"1a19dc46-4a72-4d77-8cef-37ce0d07428e"},{"name":"CustomFields","item":[],"id":"da12aa33-3c85-48af-8c8d-78cd6cb3093d","description":"<p>Custom fields can be attached to a screening request. The field names must be pre-configured on your account before you can use them.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fieldName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The name of the custom field.</td>\n</tr>\n<tr>\n<td><code>fieldValue</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The value of the custom field.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"customFields\":[\n  {\n    \"fieldName\": \"Job Opening ID\",\n    \"fieldValue\": \"28374953\"\n  },\n  {\n    \"fieldName\": \"Hiring Manager\",\n    \"fieldValue\": \"Jane Doe\"\n  },\n  {\n    \"fieldName\": \"Department\",\n    \"fieldValue\": \"Engineering\"\n  }\n]\n\n</code></pre>\n","_postman_id":"da12aa33-3c85-48af-8c8d-78cd6cb3093d"},{"name":"Requester","item":[],"id":"077b49f4-0642-4b33-b0a9-fb4f5a7edcd0","description":"<p>Information about the user requesting a screening on a candidate. The requester will receive an email notification once the screening is complete.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td>required</td>\n<td>string</td>\n<td>Email of the user requesting screening on a candidate.</td>\n</tr>\n<tr>\n<td><code>givenName</code></td>\n<td>required</td>\n<td>string</td>\n<td>First name of the user requesting screening on a candidate.</td>\n</tr>\n<tr>\n<td><code>familyName</code></td>\n<td>required</td>\n<td>string</td>\n<td>Last name of the user requesting screening on a candidate.</td>\n</tr>\n<tr>\n<td><code>middleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Middle name of the user requesting screening on a candidate.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"requester\": {\n  \"email\": \"jdoe@testemail.com\",\n  \"givenName\": \"John\",\n  \"familyName\": \"Doe\",\n  \"middleName\": \"Adam\"\n}\n\n</code></pre>\n","_postman_id":"077b49f4-0642-4b33-b0a9-fb4f5a7edcd0"},{"name":"SelfDisclosures","item":[],"id":"f324509a-a099-4372-bafb-cb56d78f2ac4","description":"<p>An array of objects to disclose aliases and convictions in a <code>POST /screenings</code> request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address</code></td>\n<td>optional</td>\n<td>object (<a href=\"#a0557766-c227-47f2-a326-dff70baedefd\">Address</a>)</td>\n<td>Candidate's address during the time of the conviction or during the time they used the alias.</td>\n</tr>\n<tr>\n<td><code>aliasFamilyName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>First name of alias.</td>\n</tr>\n<tr>\n<td><code>aliasGivenName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Last name of alias.</td>\n</tr>\n<tr>\n<td><code>aliasMiddleName</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Middle name of alias.</td>\n</tr>\n<tr>\n<td><code>isAliasCurrentName</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Confirmation on whether the alias is same as current name.</td>\n</tr>\n<tr>\n<td><code>conviction</code></td>\n<td>optional</td>\n<td>object (<a href=\"#ad155ef7-7d48-41a5-8f3d-ba957909d362\">Conviction</a>)</td>\n<td>Information about a past conviction.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Any additional notes.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"selfDisclosures\": [\n  {\n    \"address\": {\n      \"addressLine\": \"391 Columbia Mine Road\",\n      \"municipality\": \"Charleston\",\n      \"regionCode\": \"US-WV\",\n      \"postalCode\": \"25301\",\n      \"countryCode\": \"US\"\n    },\n    \"aliasFamilyName\": \"Steve\",\n    \"aliasGivenName\": \"Rogers\",\n    \"aliasMiddleName\": \"Kevin\",\n    \"isAliasCurrentName\": false,\n    \"conviction\": {\n      \"arrestDate\": \"2016-12-23\",\n      \"caseCounty\": \"King\",\n      \"convicted\": false,\n      \"convictionDetails\": \"Found not guilty\",\n      \"currentlyOnProbation\": false,\n      \"dispositionDate\": \"2017-03-31\",\n      \"offenseLevel\": \"Felony\",\n      \"offenseDate\": \"2016-12-23\",\n      \"sentenceDate\": \"2017-02-18\",\n      \"summary\": \"Arrest occurred but candidate was found not guilty.\"\n    },\n    \"notes\":\"none\"\n  }\n]\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"a2b261cb-4286-4353-8ef8-d230c1b18202","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"badab134-ded3-4e30-ad5a-1f814acb7f44","type":"text/javascript","exec":[""]}}],"_postman_id":"f324509a-a099-4372-bafb-cb56d78f2ac4"},{"name":"Conviction","item":[],"id":"ad155ef7-7d48-41a5-8f3d-ba957909d362","description":"<p>A conviction disclosed within a candidate's self disclosure on a screening request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>offenseLevel</code></td>\n<td>required</td>\n<td>string</td>\n<td>Level of offense. Must be <code>Unknown</code>, <code>Felony</code>, or <code>Misdemeanor</code>.</td>\n</tr>\n<tr>\n<td><code>arrestDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date of arrest format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>caseCounty</code></td>\n<td>optional</td>\n<td>string</td>\n<td>County which has the arrest record.</td>\n</tr>\n<tr>\n<td><code>convicted</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Confirmation on whether there was a conviction.</td>\n</tr>\n<tr>\n<td><code>convictionDetails</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Any additional details about the conviction.</td>\n</tr>\n<tr>\n<td><code>currentlyOnProbation</code></td>\n<td>optional</td>\n<td>boolean</td>\n<td>Confirmation on whether candidate is currently on probation.</td>\n</tr>\n<tr>\n<td><code>dispositionDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date of final court decision on the case. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>offenseDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date offense was committed. Format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>sentenceDate</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Date of sentence format should be <code>YYYY-MM-DD</code>.</td>\n</tr>\n<tr>\n<td><code>summary</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Summary of conviction.</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"conviction\": {\n  \"offenseLevel\": \"Felony\",\n  \"arrestDate\": \"2016-12-23\",\n  \"caseCounty\": \"King\",\n  \"convicted\": false,\n  \"convictionDetails\": \"Found not guilty\",\n  \"currentlyOnProbation\": false,\n  \"dispositionDate\": \"2017-03-31\",\n  \"offenseDate\": \"2016-12-23\",\n  \"sentenceDate\": \"2017-02-18\",\n  \"summary\": \"Arrest occurred but candidate was found not guilty.\"\n}\n</code></pre>\n","_postman_id":"ad155ef7-7d48-41a5-8f3d-ba957909d362"},{"name":"DisqualificationReason","item":[],"id":"a1dcfeb0-21b4-4465-b671-0cec779587c4","description":"<p>A reason a report item is disqualified and included in an Adverse Action process.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reportItemId</code></td>\n<td>required</td>\n<td>string</td>\n<td>The ID of the report that will receive an adverse action.</td>\n</tr>\n<tr>\n<td><code>reason</code></td>\n<td>required</td>\n<td>string</td>\n<td>Text explaining the reason for the adverse action.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"disqualificationReasons\": [\n  {\n    \"reportItemId\": \"1234\",\n    \"reason\": \"License is expired.\"\n  },\n  {\n    \"reportItemId\": \"5678\",\n    \"reason\": \"Felony charges found in 2018.\"\n  }\n]\n\n</code></pre>\n","_postman_id":"a1dcfeb0-21b4-4465-b671-0cec779587c4"},{"name":"SocialMedia","item":[],"id":"37530a4f-917c-4919-8303-8e7562556cff","description":"<p>A candidate's social media details</p>\n<blockquote>\n<p>This object should be added to the screening request. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cellPhone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's cell phone number.</td>\n</tr>\n<tr>\n<td><code>emailAddress2</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's secondary email address.</td>\n</tr>\n<tr>\n<td><code>emailAddress3</code></td>\n<td>optional</td>\n<td>string</td>\n<td>An additional email address for the candidate.</td>\n</tr>\n<tr>\n<td><code>homePhone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>The candidate's home phone number.</td>\n</tr>\n<tr>\n<td><code>otherPhone</code></td>\n<td>optional</td>\n<td>string</td>\n<td>An additional phone number for the candidate.</td>\n</tr>\n<tr>\n<td><code>otherInfo</code></td>\n<td>optional</td>\n<td>string</td>\n<td>Additional information for the candidate's social media.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Examples</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"socialMedia\": {\n        \"cellPhone\": \"7201231234\",\n        \"emailAddress2\": \"john.doe_secondemail@example.com\",\n        \"emailAddress3\": \"john.doe_thirdemail@example.com\",\n        \"homePhone\": \"+13033333333\",\n        \"otherPhone\": \"9999999999\",\n        \"otherInfo\": \"Some other information\"\n    }\n\n</code></pre>\n","_postman_id":"37530a4f-917c-4919-8303-8e7562556cff"},{"name":"Additional Info","item":[],"id":"b3b52fa4-dc98-4001-ba0f-1f7658cab000","description":"<p>The Additional Info array supports future extensibility. The fields names and values apply to account configurations on Sterling's backend. For further information regarding your account configurations, reach out to your Sterling representative.</p>\n<p>The Additional Info array may be required for Sterling Monitoring Enrollment requests.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>required</td>\n<td>string</td>\n<td>For Sterling Monitoring, the name must be <code>isUnincorporatedLACounty</code> to indicate whether the individual’s physical job location is within the unincorporated areas of Los Angeles County.  <br />For other requests, the name may reflect account configurations.</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>required</td>\n<td>boolean</td>\n<td>For Sterling Monitoring, the value must be an indication of if the individual's physical job location is within the unincorporated areas of Los Angeles County.  <br />For other requests, the value may indicate account configuration selections.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>JSON Example</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"additionalInfo\":[\n  {\n    \"name\": \"isUnincorporatedLACounty\",\n    \"value\": \"true\"\n  },\n  {\n    \"name\": \"emailTemplateId\",\n    \"value\": \"template1\"\n  }\n\n]\n\n</code></pre>\n","_postman_id":"b3b52fa4-dc98-4001-ba0f-1f7658cab000"}],"id":"9617c637-fb83-4b17-a72b-5c7bcd7c6966","_postman_id":"9617c637-fb83-4b17-a72b-5c7bcd7c6966","description":""}],"id":"b5dba210-a2ce-4005-a0d1-00da62603a71","description":"<p>Please note, object requirements vary depending on the order flows such as <strong>Seamless</strong> or <strong>Seamless Enhanced,</strong> and type of service. Some services may require specific points of data which may not be required during the candidate creation step. However, when creating a screening, you may receive an error due to missing data points. Please contact our success engineers for more clarification about the specific service you are planning to use.</p>\n","_postman_id":"b5dba210-a2ce-4005-a0d1-00da62603a71"}],"event":[{"listen":"prerequest","script":{"id":"ce1af36e-2bba-4087-ab2c-55b5079b9095","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0b83aa5a-2eb6-4b24-934d-ed38aac01b02","type":"text/javascript","exec":[""]}}]}